.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 11.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 14.5rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 8.12rem;
    font-size: calc( 4.71rem + (11.6 - 4.71) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.71rem + (11.6 - 4.71) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 8.12rem;
    font-size: calc( 4.71rem + (11.6 - 4.71) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (4.71rem + (11.6 - 4.71) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
@media (max-width: 1800px) {
  .display-1 {
    font-size: 9.28rem;
  }
}
@media (max-width: 1600px) {
  .display-1 {
    font-size: 6.96rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.08rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.32rem;
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2a4b6e !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f75b04 !important;
}
.bg-danger {
  background-color: #800020 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a4b6e !important;
  border-color: #2a4b6e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #386493 !important;
  border-color: #386493 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #386493 !important;
  border-color: #386493 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2a4b6e !important;
  border-color: #2a4b6e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #386493 !important;
  border-color: #386493 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #386493 !important;
  border-color: #386493 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f75b04 !important;
  border-color: #f75b04 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fc7a32 !important;
  border-color: #fc7a32 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fc7a32 !important;
  border-color: #fc7a32 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #800020 !important;
  border-color: #800020 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b3002d !important;
  border-color: #b3002d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b3002d !important;
  border-color: #b3002d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2a4b6e;
  color: #2a4b6e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #12202f !important;
  background-color: transparent !important;
  border-color: #12202f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a4b6e !important;
  border-color: #2a4b6e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a4b6e;
  color: #2a4b6e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #12202f !important;
  background-color: transparent !important;
  border-color: #12202f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a4b6e !important;
  border-color: #2a4b6e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f75b04;
  color: #f75b04;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a23c03 !important;
  background-color: transparent !important;
  border-color: #a23c03 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f75b04 !important;
  border-color: #f75b04 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #800020;
  color: #800020;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #29000a !important;
  background-color: transparent !important;
  border-color: #29000a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #800020 !important;
  border-color: #800020 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2a4b6e !important;
}
.text-secondary {
  color: #2a4b6e !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f75b04 !important;
}
.text-danger {
  color: #800020 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e1924 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0e1924 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #933602 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a0006 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2a4b6e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f75b04;
}
.alert-danger {
  background-color: #800020;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a4b6e;
  border-color: #2a4b6e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a4b6e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #588abf;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fedcc9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff0040;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2a4b6e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2a4b6e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a4b6e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a4b6e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2a4b6e;
  border-bottom-color: #2a4b6e;
}
.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: #2a4b6e !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: #2a4b6e !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='%232a4b6e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uSjTyUra3W {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSjTyUra3W .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uSjTyUra3W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uSjTyUra3W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSjTyUra3W .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSjTyUra3W .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uSjTyUra3W .menu_box .navbar.opened,
  .cid-uSjTyUra3W .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSjTyUra3W nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSjTyUra3W .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSjTyUra3W .btn:hover {
  box-shadow: none;
}
.cid-uSjTyUra3W .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSjTyUra3W .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSjTyUra3W .nav-item {
    margin: 0 !important;
  }
}
.cid-uSjTyUra3W .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSjTyUra3W .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uSjTyUra3W .nav-item .nav-link:hover::before,
.cid-uSjTyUra3W .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSjTyUra3W .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSjTyUra3W .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSjTyUra3W .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSjTyUra3W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSjTyUra3W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSjTyUra3W .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSjTyUra3W .offcanvas_box {
    display: none;
  }
}
.cid-uSjTyUra3W .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSjTyUra3W .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSjTyUra3W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSjTyUra3W .container {
  display: flex;
  margin: auto;
}
.cid-uSjTyUra3W .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uSjTyUra3W .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSjTyUra3W .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSjTyUra3W .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSjTyUra3W .navbar-nav {
    margin: 0;
  }
}
.cid-uSjTyUra3W .dropdown-menu,
.cid-uSjTyUra3W .navbar.opened {
  background-color: false !important;
}
.cid-uSjTyUra3W .nav-item:focus,
.cid-uSjTyUra3W .nav-link:focus {
  outline: none;
}
.cid-uSjTyUra3W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSjTyUra3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSjTyUra3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSjTyUra3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSjTyUra3W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSjTyUra3W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSjTyUra3W .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSjTyUra3W .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSjTyUra3W .navbar.opened {
  transition: all 0.3s;
}
.cid-uSjTyUra3W .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSjTyUra3W .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSjTyUra3W .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSjTyUra3W .navbar.collapsed {
  justify-content: center;
}
.cid-uSjTyUra3W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSjTyUra3W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSjTyUra3W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSjTyUra3W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSjTyUra3W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSjTyUra3W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSjTyUra3W .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSjTyUra3W .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSjTyUra3W .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSjTyUra3W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSjTyUra3W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSjTyUra3W .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSjTyUra3W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSjTyUra3W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSjTyUra3W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSjTyUra3W .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSjTyUra3W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSjTyUra3W .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSjTyUra3W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSjTyUra3W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSjTyUra3W .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSjTyUra3W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSjTyUra3W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSjTyUra3W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSjTyUra3W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSjTyUra3W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSjTyUra3W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSjTyUra3W .dropdown-item.active,
.cid-uSjTyUra3W .dropdown-item:active {
  background-color: transparent;
}
.cid-uSjTyUra3W .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSjTyUra3W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSjTyUra3W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSjTyUra3W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSjTyUra3W ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSjTyUra3W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSjTyUra3W button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uSjTyUra3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSjTyUra3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSjTyUra3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSjTyUra3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSjTyUra3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSjTyUra3W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSjTyUra3W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSjTyUra3W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSjTyUra3W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSjTyUra3W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSjTyUra3W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSjTyUra3W .navbar {
    height: 70px;
  }
  .cid-uSjTyUra3W .navbar.opened {
    height: auto;
  }
  .cid-uSjTyUra3W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSjTyUra3W .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSjTyUra3W .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uSjTyUra3W .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uSjTyUra3W .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uSjTyUra3W .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSjTyUra3W .text_widget {
  margin-bottom: 32px;
}
.cid-uSjTyUra3W .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSjTyUra3W .text_widget a:hover,
.cid-uSjTyUra3W .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSjTyUra3W .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSjTyUra3W .icons-menu-main {
  display: flex;
}
.cid-uSjTyUra3W .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSjTyUra3W .navbar-caption {
  color: #202020;
}
.cid-uSjTyUra3W .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSjTyUra3W .mbr-section-subtitle,
.cid-uSjTyUra3W .text_widget,
.cid-uSjTyUra3W .mbr-section-btn {
  text-align: center;
}
.cid-uSjTyUra3W a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSjVMQJSrD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSjVMQJSrD .mbr-media {
  position: relative;
}
.cid-uSjVMQJSrD .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uSjVMQJSrD a:hover {
  background-image: none !important;
}
.cid-uSjVMQJSrD .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uSjVMQJSrD .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uSjVMQJSrD .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uSjVMQJSrD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uSjVMQJSrD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uSjVMQJSrD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uSjVMQJSrD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uSjVMQJSrD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSjVMQJSrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjVMQJSrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSjVMQJSrD .mbr-section-title {
  color: #221b35;
}
.cid-v3z34Wch3o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3z34Wch3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z34Wch3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3z34Wch3o .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3z34Wch3o .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v3z34Wch3o .content-wrapper {
    width: 100%;
  }
}
.cid-v3z34Wch3o .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v3z34Wch3o .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3z34Wch3o .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3z34Wch3o .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v3z34Wch3o .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-v3z34Wch3o .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-v3z34Wch3o .content-wrapper .desc-wrapper::before,
.cid-v3z34Wch3o .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-v3z34Wch3o .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-v3z34Wch3o .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-v3z34Wch3o .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-v3z34Wch3o .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v3z34Wch3o .mbr-section-title {
  color: #181824;
}
.cid-v3z34Wch3o .mbr-text {
  color: #54547e;
  text-align: center;
}
.cid-v3z34Wch3o .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-v3z34Wch3o .mbr-section-title,
.cid-v3z34Wch3o .mbr-section-btn {
  text-align: center;
}
.cid-v3zoVjaBi7 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/nw20banner-n-2000x750.png");
}
@media only screen and (max-width: 600px) {
  .cid-v3zoVjaBi7 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v3zoVjaBi7 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v3zoVjaBi7 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v3zoVjaBi7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v3zoVjaBi7 {
    padding-top: 180px !important;
    padding-bottom: 225px !important;
  }
}
@media only screen and (min-width: 1700px) {
  .cid-v3zoVjaBi7 {
    padding-top: 180px !important;
    padding-bottom: 225px !important;
  }
}
.cid-v3AuPDW9Lh {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3AuPDW9Lh .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-v3AuPDW9Lh .display-1 {
    font-size: 5rem;
  }
}
.cid-v3AuPDW9Lh .mbr-section-title {
  line-height: 1;
  text-align: center;
  color: #221b35;
}
@media (max-width: 767px) {
  .cid-v3AuPDW9Lh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3AuPDW9Lh .display-1 {
    font-size: 2.8rem;
  }
  .cid-v3AuPDW9Lh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3AuPDW9Lh .content-wrap {
    width: 100%;
  }
}
.cid-v3AuPDW9Lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3AuPDW9Lh .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-v3AuPDW9Lh .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v3AuPDW9Lh {
    align-items: center;
  }
  .cid-v3AuPDW9Lh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3AuPDW9Lh .content-wrap {
    min-width: 50%;
  }
}
.cid-v3AuPDW9Lh .mbr-text,
.cid-v3AuPDW9Lh .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uSk8o1EFkB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSk8o1EFkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSk8o1EFkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSk8o1EFkB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uSk8o1EFkB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSk8o1EFkB .embla__slide .slide-content {
  width: 100%;
}
.cid-uSk8o1EFkB .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSk8o1EFkB .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uSk8o1EFkB .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #f75b04;
}
.cid-uSk8o1EFkB .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uSk8o1EFkB .embla__button--next,
.cid-uSk8o1EFkB .embla__button--prev {
  display: flex;
}
.cid-uSk8o1EFkB .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #19171c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uSk8o1EFkB .embla__button {
    top: 0;
  }
}
.cid-uSk8o1EFkB .embla__button:hover {
  background-color: #f75b04 !important;
  color: #000000 !important;
}
.cid-uSk8o1EFkB .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSk8o1EFkB .embla__button.embla__button--next {
  right: 0;
}
.cid-uSk8o1EFkB .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSk8o1EFkB .embla {
    padding-top: 6rem;
  }
}
.cid-uSk8o1EFkB .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uSk8o1EFkB .embla__viewport {
    width: 100%;
  }
}
.cid-uSk8o1EFkB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSk8o1EFkB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSk8o1EFkB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSk8o1EFkB .item-text {
  color: #000000;
  text-align: center;
}
.cid-uSk8o1EFkB .item-name,
.cid-uSk8o1EFkB .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSk8o1EFkB .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uSka61qqHp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #2a4b6e;
}
.cid-uSka61qqHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSka61qqHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSka61qqHp .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSka61qqHp .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSka61qqHp .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 3px 10px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSka61qqHp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSka61qqHp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSka61qqHp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSka61qqHp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uSka61qqHp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSka61qqHp .mbr-label,
.cid-uSka61qqHp .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSka61qqHp .mbr-section-title {
  color: #19171c;
}
.cid-uSka61qqHp .mbr-text,
.cid-uSka61qqHp .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSka61qqHp .mbr-section-title,
.cid-uSka61qqHp .title-wrapper,
.cid-uSka61qqHp .mbr-section-btn {
  text-align: center;
}
.cid-uSka61qqHp .mbr-section-title,
.cid-uSka61qqHp .mbr-section-btn,
.cid-uSka61qqHp .title-wrapper {
  color: #ffffff;
}
.cid-uSkcvRyQVv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSkcvRyQVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkcvRyQVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkcvRyQVv .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 50px 32px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uSkcvRyQVv .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSkcvRyQVv .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uSkcvRyQVv .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uSkcvRyQVv .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSkcvRyQVv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #2a4b6e;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSkcvRyQVv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSkcvRyQVv .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uSkcvRyQVv .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSkcvRyQVv .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSkcvRyQVv .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uSkcvRyQVv .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uSkcvRyQVv .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSkcvRyQVv .mbr-label,
.cid-uSkcvRyQVv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSkcvRyQVv .mbr-section-title {
  color: #f5f8ff;
}
.cid-uSkcvRyQVv .mbr-text,
.cid-uSkcvRyQVv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSkcvRyQVv .mbr-section-title,
.cid-uSkcvRyQVv .mbr-section-btn {
  text-align: center;
}
.cid-uSkcvRyQVv .mbr-section-title,
.cid-uSkcvRyQVv .mbr-section-btn,
.cid-uSkcvRyQVv .title-wrapper {
  color: #2a4b6e;
}
.cid-uSkbTWojtQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSkbTWojtQ img {
  width: 150px;
  margin: auto;
}
.cid-uSkbTWojtQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSkbTWojtQ .card {
    max-width: 16.6%;
  }
}
.cid-uSkdO4hDRC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSkdO4hDRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkdO4hDRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkdO4hDRC .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSkdO4hDRC .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSkdO4hDRC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSkdO4hDRC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSkdO4hDRC .mbr-section-title {
  color: #f5f8ff;
}
.cid-uSkdO4hDRC .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uSkdO4hDRC .mbr-section-title,
.cid-uSkdO4hDRC .title-wrapper,
.cid-uSkdO4hDRC .mbr-section-btn {
  text-align: center;
}
.cid-uSkfwXkRTb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSkfwXkRTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkfwXkRTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkfwXkRTb .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uSkfwXkRTb .items-wrapper .item {
  padding: 0 40px;
}
.cid-uSkfwXkRTb .item {
  margin-bottom: 40px;
}
.cid-uSkfwXkRTb .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uSkfwXkRTb .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSkfwXkRTb .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uSkfwXkRTb .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uSkfwXkRTb .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uSkfwXkRTb .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uSkfwXkRTb .item-title {
  color: #19171c;
}
.cid-uSkfwXkRTb .item-text {
  color: #6e6e73;
}
.cid-uSkfwXkRTb .item-title,
.cid-uSkfwXkRTb .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSkfwXkRTb .item-text,
.cid-uSkfwXkRTb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSZ2CowyiW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZ2CowyiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ2CowyiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZ2CowyiW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZ2CowyiW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZ2CowyiW .mbr-text {
  color: #19171c;
}
.cid-uSZ2CowyiW .mbr-text,
.cid-uSZ2CowyiW .mbr-section-btn,
.cid-uSZ2CowyiW .text-wrapper {
  text-align: center;
}
#custom-html-bv {
  /* Type valid CSS here */
}
#custom-html-bv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bv p {
  font-size: 60px;
  color: #777;
}
.cid-uSZ4UHAP0O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZ4UHAP0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ4UHAP0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZ4UHAP0O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZ4UHAP0O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZ4UHAP0O .mbr-text {
  color: #19171c;
}
.cid-uSZ4UHAP0O .mbr-text,
.cid-uSZ4UHAP0O .mbr-section-btn,
.cid-uSZ4UHAP0O .text-wrapper {
  text-align: center;
}
.cid-uSZ6pyxhnE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZ6pyxhnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ6pyxhnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZ6pyxhnE .video-wrapper iframe {
  width: 100%;
}
.cid-uSZ6pyxhnE .mbr-section-title,
.cid-uSZ6pyxhnE .mbr-section-subtitle,
.cid-uSZ6pyxhnE .mbr-text {
  text-align: center;
}
.cid-uSZ4VsENuu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZ4VsENuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ4VsENuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZ4VsENuu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZ4VsENuu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZ4VsENuu .mbr-text {
  color: #19171c;
}
.cid-uSZ4VsENuu .mbr-text,
.cid-uSZ4VsENuu .mbr-section-btn,
.cid-uSZ4VsENuu .text-wrapper {
  text-align: center;
}
.cid-uSZ84qIXIC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSZ84qIXIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ84qIXIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZ84qIXIC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSZ84qIXIC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSZ84qIXIC .container {
    padding: 0 25px;
  }
}
.cid-uSZ84qIXIC .row {
  justify-content: center;
}
.cid-uSZ84qIXIC .item-wrapper {
  margin-bottom: 32px;
}
.cid-uSZ84qIXIC .item-img {
  overflow: hidden;
}
.cid-uSZ84qIXIC .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uSZ84qIXIC .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uUSzE5wtBI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f75b04;
}
.cid-uUSzE5wtBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSzE5wtBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSzE5wtBI .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSzE5wtBI .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSzE5wtBI .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUSzE5wtBI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSzE5wtBI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUSzE5wtBI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uUSzE5wtBI .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uUSzE5wtBI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUSzE5wtBI .mbr-label,
.cid-uUSzE5wtBI .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUSzE5wtBI .mbr-section-title {
  color: #19171c;
}
.cid-uUSzE5wtBI .mbr-text,
.cid-uUSzE5wtBI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSzE5wtBI .mbr-section-title,
.cid-uUSzE5wtBI .title-wrapper,
.cid-uUSzE5wtBI .mbr-section-btn {
  text-align: center;
}
.cid-uUSzE5wtBI .mbr-section-title,
.cid-uUSzE5wtBI .mbr-section-btn,
.cid-uUSzE5wtBI .title-wrapper {
  color: #ffffff;
}
.cid-uSZdgxwdLv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZdgxwdLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZdgxwdLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZdgxwdLv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZdgxwdLv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZdgxwdLv .container {
    padding: 0 26px;
  }
}
.cid-uSZdgxwdLv .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSZdgxwdLv .row {
    padding: 26px;
  }
}
.cid-uSZdgxwdLv .title-wrapper {
  margin-bottom: 50px;
}
.cid-uSZdgxwdLv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSZdgxwdLv .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uSZdgxwdLv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZdgxwdLv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uSZdgxwdLv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSZdgxwdLv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uSZdgxwdLv .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uSZdgxwdLv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uSZdgxwdLv .nav-wrapper .list {
    display: block;
  }
}
.cid-uSZdgxwdLv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSZdgxwdLv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uSZdgxwdLv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSZdgxwdLv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSZdgxwdLv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSZdgxwdLv .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uSZdgxwdLv .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uSZdgxwdLv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uSZdgxwdLv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uSZdgxwdLv .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uSZdgxwdLv .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSZdgxwdLv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uSZdgxwdLv .mbr-section-title,
.cid-uSZdgxwdLv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZdgxwdLv .list {
  color: #ffffff;
}
.cid-uSZdgxwdLv .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uSZdgxwdLv .list,
.cid-uSZdgxwdLv .nav-wrapper,
.cid-uSZdgxwdLv .soc-wrapper {
  text-align: center;
}
.cid-uSZf3X84OZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSZf3X84OZ .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uSZf3X84OZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uSZf3X84OZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSZf3X84OZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSZf3X84OZ .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uSZf3X84OZ .menu_box .navbar.opened,
  .cid-uSZf3X84OZ .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSZf3X84OZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSZf3X84OZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSZf3X84OZ .btn:hover {
  box-shadow: none;
}
.cid-uSZf3X84OZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSZf3X84OZ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSZf3X84OZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uSZf3X84OZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSZf3X84OZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uSZf3X84OZ .nav-item .nav-link:hover::before,
.cid-uSZf3X84OZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSZf3X84OZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSZf3X84OZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSZf3X84OZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSZf3X84OZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSZf3X84OZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSZf3X84OZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSZf3X84OZ .offcanvas_box {
    display: none;
  }
}
.cid-uSZf3X84OZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSZf3X84OZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSZf3X84OZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSZf3X84OZ .container {
  display: flex;
  margin: auto;
}
.cid-uSZf3X84OZ .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uSZf3X84OZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSZf3X84OZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSZf3X84OZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSZf3X84OZ .navbar-nav {
    margin: 0;
  }
}
.cid-uSZf3X84OZ .dropdown-menu,
.cid-uSZf3X84OZ .navbar.opened {
  background-color: false !important;
}
.cid-uSZf3X84OZ .nav-item:focus,
.cid-uSZf3X84OZ .nav-link:focus {
  outline: none;
}
.cid-uSZf3X84OZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSZf3X84OZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSZf3X84OZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSZf3X84OZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZf3X84OZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZf3X84OZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSZf3X84OZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSZf3X84OZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSZf3X84OZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uSZf3X84OZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSZf3X84OZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSZf3X84OZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSZf3X84OZ .navbar.collapsed {
  justify-content: center;
}
.cid-uSZf3X84OZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSZf3X84OZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSZf3X84OZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSZf3X84OZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSZf3X84OZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSZf3X84OZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSZf3X84OZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSZf3X84OZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSZf3X84OZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSZf3X84OZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSZf3X84OZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSZf3X84OZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSZf3X84OZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSZf3X84OZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSZf3X84OZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSZf3X84OZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSZf3X84OZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSZf3X84OZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSZf3X84OZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSZf3X84OZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSZf3X84OZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSZf3X84OZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSZf3X84OZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSZf3X84OZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSZf3X84OZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSZf3X84OZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSZf3X84OZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSZf3X84OZ .dropdown-item.active,
.cid-uSZf3X84OZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uSZf3X84OZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSZf3X84OZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSZf3X84OZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSZf3X84OZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSZf3X84OZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSZf3X84OZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSZf3X84OZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uSZf3X84OZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSZf3X84OZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSZf3X84OZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZf3X84OZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZf3X84OZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSZf3X84OZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZf3X84OZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSZf3X84OZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSZf3X84OZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZf3X84OZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSZf3X84OZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSZf3X84OZ .navbar {
    height: 70px;
  }
  .cid-uSZf3X84OZ .navbar.opened {
    height: auto;
  }
  .cid-uSZf3X84OZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSZf3X84OZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSZf3X84OZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uSZf3X84OZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uSZf3X84OZ .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uSZf3X84OZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSZf3X84OZ .text_widget {
  margin-bottom: 32px;
}
.cid-uSZf3X84OZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSZf3X84OZ .text_widget a:hover,
.cid-uSZf3X84OZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSZf3X84OZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSZf3X84OZ .icons-menu-main {
  display: flex;
}
.cid-uSZf3X84OZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSZf3X84OZ .navbar-caption {
  color: #202020;
}
.cid-uSZf3X84OZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZf3X84OZ .mbr-section-subtitle,
.cid-uSZf3X84OZ .text_widget,
.cid-uSZf3X84OZ .mbr-section-btn {
  text-align: center;
}
.cid-uSZf3X84OZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSZfuXc6F8 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSZfuXc6F8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZfuXc6F8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZfuXc6F8 .card {
  justify-content: center;
}
.cid-uSZfuXc6F8 .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uSZfuXc6F8 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSZfuXc6F8 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-uSZfuXc6F8 .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSZfuXc6F8 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uSZfuXc6F8 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZfuXc6F8 .image-wrapper img {
    height: 300px;
  }
}
.cid-uSZfuXc6F8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZfuXc6F8 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSZfuXc6F8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZfuXc6F8 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSZfuXc6F8 .mbr-section-title {
  color: #000000;
}
.cid-uSZfuXc6F8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSZfuXc6F8 .mbr-section-title,
.cid-uSZfuXc6F8 .mbr-section-btn,
.cid-uSZfuXc6F8 .title-wrapper {
  text-align: center;
}
.cid-uSZf40TyAQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZf40TyAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZf40TyAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZf40TyAQ .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZf40TyAQ .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZf40TyAQ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZf40TyAQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZf40TyAQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZf40TyAQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZf40TyAQ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZf40TyAQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZf40TyAQ .mbr-label,
.cid-uSZf40TyAQ .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZf40TyAQ .mbr-section-title {
  color: #19171c;
}
.cid-uSZf40TyAQ .mbr-text,
.cid-uSZf40TyAQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZf40TyAQ .mbr-section-title,
.cid-uSZf40TyAQ .title-wrapper,
.cid-uSZf40TyAQ .mbr-section-btn {
  text-align: center;
}
.cid-uSZf40TyAQ .mbr-section-title,
.cid-uSZf40TyAQ .mbr-section-btn,
.cid-uSZf40TyAQ .title-wrapper {
  color: #ffffff;
}
.cid-uSZgtutVld {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uSZgtutVld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZgtutVld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZgtutVld .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSZgtutVld .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSZgtutVld .items-wrapper {
  margin: 0 -75px;
}
.cid-uSZgtutVld .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uSZgtutVld .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uSZgtutVld .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZgtutVld .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .tags-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  position: relative;
  padding: 0 14px 14px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 0 14px 5px 0;
  }
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list .item-wrap::before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
  color: inherit;
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .card-date {
  margin-bottom: 0;
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSZgtutVld .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZgtutVld .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSZgtutVld .card-title {
  color: #0f0f0f;
}
.cid-uSZgtutVld .card-date {
  color: #666666;
}
.cid-uSZgtutVld .list,
.cid-uSZgtutVld .tags-wrapper {
  color: #666666;
  text-align: right;
}
.cid-uSZgtutVld .card-title,
.cid-uSZgtutVld .mbr-section-btn {
  text-align: center;
}
.cid-v3AvlP2Jcf {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/nw20banner-n-2000x750.png");
}
@media only screen and (max-width: 600px) {
  .cid-v3AvlP2Jcf {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v3AvlP2Jcf {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v3AvlP2Jcf {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v3AvlP2Jcf {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v3AvlP2Jcf {
    padding-top: 180px !important;
    padding-bottom: 225px !important;
  }
}
@media only screen and (min-width: 1700px) {
  .cid-v3AvlP2Jcf {
    padding-top: 180px !important;
    padding-bottom: 225px !important;
  }
}
.cid-v3Avmsuf31 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3Avmsuf31 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-v3Avmsuf31 .display-1 {
    font-size: 5rem;
  }
}
.cid-v3Avmsuf31 .mbr-section-title {
  line-height: 1;
  text-align: center;
  color: #221b35;
}
@media (max-width: 767px) {
  .cid-v3Avmsuf31 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3Avmsuf31 .display-1 {
    font-size: 2.8rem;
  }
  .cid-v3Avmsuf31 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3Avmsuf31 .content-wrap {
    width: 100%;
  }
}
.cid-v3Avmsuf31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Avmsuf31 .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-v3Avmsuf31 .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v3Avmsuf31 {
    align-items: center;
  }
  .cid-v3Avmsuf31 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3Avmsuf31 .content-wrap {
    min-width: 50%;
  }
}
.cid-v3Avmsuf31 .mbr-text,
.cid-v3Avmsuf31 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uSZhpGL67n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZhpGL67n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZhpGL67n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZhpGL67n .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uSZhpGL67n .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uSZhpGL67n .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uSZhpGL67n .row {
    margin: 0;
  }
}
.cid-uSZhpGL67n .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSZhpGL67n .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uSZhpGL67n .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uSZhpGL67n .image-wrapper {
    padding: 24px;
  }
}
.cid-uSZhpGL67n .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uSZhpGL67n .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSZhpGL67n .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSZhpGL67n .image-wrapper img {
    height: 350px;
  }
}
.cid-uSZhpGL67n .main-image-wrapper {
  border-left: 1px solid #ffffff;
  padding: 32px;
  border-left: none;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uSZhpGL67n .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
  }
}
.cid-uSZhpGL67n .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZhpGL67n .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uSZf4cbEsr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZf4cbEsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZf4cbEsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZf4cbEsr .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZf4cbEsr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZf4cbEsr .container {
    padding: 0 26px;
  }
}
.cid-uSZf4cbEsr .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSZf4cbEsr .row {
    padding: 26px;
  }
}
.cid-uSZf4cbEsr .title-wrapper {
  margin-bottom: 50px;
}
.cid-uSZf4cbEsr .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSZf4cbEsr .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uSZf4cbEsr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZf4cbEsr .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uSZf4cbEsr .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSZf4cbEsr .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uSZf4cbEsr .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uSZf4cbEsr .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uSZf4cbEsr .nav-wrapper .list {
    display: block;
  }
}
.cid-uSZf4cbEsr .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSZf4cbEsr .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uSZf4cbEsr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSZf4cbEsr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSZf4cbEsr .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSZf4cbEsr .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uSZf4cbEsr .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uSZf4cbEsr .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uSZf4cbEsr .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uSZf4cbEsr .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uSZf4cbEsr .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSZf4cbEsr .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uSZf4cbEsr .mbr-section-title,
.cid-uSZf4cbEsr .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZf4cbEsr .list {
  color: #ffffff;
}
.cid-uSZf4cbEsr .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uSZf4cbEsr .list,
.cid-uSZf4cbEsr .nav-wrapper,
.cid-uSZf4cbEsr .soc-wrapper {
  text-align: center;
}
.cid-uSZsESBDO6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSZsESBDO6 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uSZsESBDO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uSZsESBDO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSZsESBDO6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSZsESBDO6 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uSZsESBDO6 .menu_box .navbar.opened,
  .cid-uSZsESBDO6 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSZsESBDO6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSZsESBDO6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSZsESBDO6 .btn:hover {
  box-shadow: none;
}
.cid-uSZsESBDO6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSZsESBDO6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSZsESBDO6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSZsESBDO6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSZsESBDO6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uSZsESBDO6 .nav-item .nav-link:hover::before,
.cid-uSZsESBDO6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSZsESBDO6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSZsESBDO6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSZsESBDO6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSZsESBDO6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSZsESBDO6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSZsESBDO6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSZsESBDO6 .offcanvas_box {
    display: none;
  }
}
.cid-uSZsESBDO6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSZsESBDO6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSZsESBDO6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSZsESBDO6 .container {
  display: flex;
  margin: auto;
}
.cid-uSZsESBDO6 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uSZsESBDO6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSZsESBDO6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSZsESBDO6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSZsESBDO6 .navbar-nav {
    margin: 0;
  }
}
.cid-uSZsESBDO6 .dropdown-menu,
.cid-uSZsESBDO6 .navbar.opened {
  background-color: false !important;
}
.cid-uSZsESBDO6 .nav-item:focus,
.cid-uSZsESBDO6 .nav-link:focus {
  outline: none;
}
.cid-uSZsESBDO6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSZsESBDO6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSZsESBDO6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSZsESBDO6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZsESBDO6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZsESBDO6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSZsESBDO6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSZsESBDO6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSZsESBDO6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSZsESBDO6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSZsESBDO6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSZsESBDO6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSZsESBDO6 .navbar.collapsed {
  justify-content: center;
}
.cid-uSZsESBDO6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSZsESBDO6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSZsESBDO6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSZsESBDO6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSZsESBDO6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSZsESBDO6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSZsESBDO6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSZsESBDO6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSZsESBDO6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSZsESBDO6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSZsESBDO6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSZsESBDO6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSZsESBDO6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSZsESBDO6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSZsESBDO6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSZsESBDO6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSZsESBDO6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSZsESBDO6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSZsESBDO6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSZsESBDO6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSZsESBDO6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSZsESBDO6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSZsESBDO6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSZsESBDO6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSZsESBDO6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSZsESBDO6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSZsESBDO6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSZsESBDO6 .dropdown-item.active,
.cid-uSZsESBDO6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSZsESBDO6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSZsESBDO6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSZsESBDO6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSZsESBDO6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSZsESBDO6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSZsESBDO6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSZsESBDO6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uSZsESBDO6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSZsESBDO6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSZsESBDO6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsESBDO6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsESBDO6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSZsESBDO6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsESBDO6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSZsESBDO6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSZsESBDO6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsESBDO6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSZsESBDO6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSZsESBDO6 .navbar {
    height: 70px;
  }
  .cid-uSZsESBDO6 .navbar.opened {
    height: auto;
  }
  .cid-uSZsESBDO6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSZsESBDO6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSZsESBDO6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uSZsESBDO6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uSZsESBDO6 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uSZsESBDO6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSZsESBDO6 .text_widget {
  margin-bottom: 32px;
}
.cid-uSZsESBDO6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSZsESBDO6 .text_widget a:hover,
.cid-uSZsESBDO6 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSZsESBDO6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSZsESBDO6 .icons-menu-main {
  display: flex;
}
.cid-uSZsESBDO6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsESBDO6 .navbar-caption {
  color: #202020;
}
.cid-uSZsESBDO6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsESBDO6 .mbr-section-subtitle,
.cid-uSZsESBDO6 .text_widget,
.cid-uSZsESBDO6 .mbr-section-btn {
  text-align: center;
}
.cid-uSZsESBDO6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTbLrE70bL {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background.png-1600x600.png");
}
.cid-uTbLrE70bL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbLrE70bL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTbLrE70bL .container {
    padding: 0 16px;
  }
}
.cid-uTbLrE70bL .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTbLrE70bL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTbLrE70bL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTbLrE70bL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTbLrE70bL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uTbLrE70bL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTbLrE70bL .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTbLrE70bL .image-wrapper {
    margin-left: 0;
  }
}
.cid-uTbLrE70bL .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #ffffff;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uTbLrE70bL .image-wrapper img {
    height: 350px;
  }
}
.cid-uTbLrE70bL .mbr-section-title {
  color: #ffffff;
}
.cid-uTbLrE70bL .mbr-text {
  color: #ffffff;
}
.cid-uTDYClqeCd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDYClqeCd .mbr-media {
  position: relative;
}
.cid-uTDYClqeCd .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uTDYClqeCd a:hover {
  background-image: none !important;
}
.cid-uTDYClqeCd .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uTDYClqeCd .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uTDYClqeCd .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uTDYClqeCd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTDYClqeCd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTDYClqeCd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTDYClqeCd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTDYClqeCd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTDYClqeCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDYClqeCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDYClqeCd .mbr-section-title {
  color: #221b35;
}
.cid-uTE1K7wRnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTE1K7wRnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTE1K7wRnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uTE1K7wRnt .container {
    padding: 0 16px;
  }
}
.cid-uTE1K7wRnt .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uTE1K7wRnt .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uTE1K7wRnt .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTE1K7wRnt .title-wrapper {
  margin-bottom: 80px;
}
.cid-uTE1K7wRnt .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTE1K7wRnt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTE1K7wRnt .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uTE1K7wRnt .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uTE1K7wRnt .item .item-wrapper:hover .item-img img,
.cid-uTE1K7wRnt .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uTE1K7wRnt .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uTE1K7wRnt .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uTE1K7wRnt .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uTE1K7wRnt .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uTE1K7wRnt .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTE1K7wRnt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTE1K7wRnt .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTE1K7wRnt .item-name {
  color: #000000;
}
.cid-uTE1K7wRnt .item-role {
  color: #000000;
  text-align: center;
}
.cid-uTE1K7wRnt .item-name,
.cid-uTE1K7wRnt .mbr-section-btn {
  text-align: center;
}
.cid-uSZsEZsgiP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZsEZsgiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZsEZsgiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZsEZsgiP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZsEZsgiP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZsEZsgiP .container {
    padding: 0 26px;
  }
}
.cid-uSZsEZsgiP .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSZsEZsgiP .row {
    padding: 26px;
  }
}
.cid-uSZsEZsgiP .title-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsEZsgiP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSZsEZsgiP .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uSZsEZsgiP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZsEZsgiP .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uSZsEZsgiP .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSZsEZsgiP .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uSZsEZsgiP .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsEZsgiP .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uSZsEZsgiP .nav-wrapper .list {
    display: block;
  }
}
.cid-uSZsEZsgiP .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSZsEZsgiP .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uSZsEZsgiP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSZsEZsgiP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSZsEZsgiP .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSZsEZsgiP .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsEZsgiP .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uSZsEZsgiP .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uSZsEZsgiP .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uSZsEZsgiP .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uSZsEZsgiP .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSZsEZsgiP .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uSZsEZsgiP .mbr-section-title,
.cid-uSZsEZsgiP .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsEZsgiP .list {
  color: #ffffff;
}
.cid-uSZsEZsgiP .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsEZsgiP .list,
.cid-uSZsEZsgiP .nav-wrapper,
.cid-uSZsEZsgiP .soc-wrapper {
  text-align: center;
}
.cid-uSZsDHSSyw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSZsDHSSyw .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uSZsDHSSyw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uSZsDHSSyw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSZsDHSSyw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSZsDHSSyw .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uSZsDHSSyw .menu_box .navbar.opened,
  .cid-uSZsDHSSyw .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSZsDHSSyw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSZsDHSSyw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSZsDHSSyw .btn:hover {
  box-shadow: none;
}
.cid-uSZsDHSSyw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSZsDHSSyw .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSZsDHSSyw .nav-item {
    margin: 0 !important;
  }
}
.cid-uSZsDHSSyw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSZsDHSSyw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uSZsDHSSyw .nav-item .nav-link:hover::before,
.cid-uSZsDHSSyw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSZsDHSSyw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSZsDHSSyw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSZsDHSSyw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSZsDHSSyw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSZsDHSSyw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSZsDHSSyw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSZsDHSSyw .offcanvas_box {
    display: none;
  }
}
.cid-uSZsDHSSyw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSZsDHSSyw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSZsDHSSyw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSZsDHSSyw .container {
  display: flex;
  margin: auto;
}
.cid-uSZsDHSSyw .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uSZsDHSSyw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSZsDHSSyw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSZsDHSSyw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSZsDHSSyw .navbar-nav {
    margin: 0;
  }
}
.cid-uSZsDHSSyw .dropdown-menu,
.cid-uSZsDHSSyw .navbar.opened {
  background-color: false !important;
}
.cid-uSZsDHSSyw .nav-item:focus,
.cid-uSZsDHSSyw .nav-link:focus {
  outline: none;
}
.cid-uSZsDHSSyw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSZsDHSSyw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSZsDHSSyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSZsDHSSyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZsDHSSyw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZsDHSSyw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSZsDHSSyw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSZsDHSSyw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSZsDHSSyw .navbar.opened {
  transition: all 0.3s;
}
.cid-uSZsDHSSyw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSZsDHSSyw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSZsDHSSyw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSZsDHSSyw .navbar.collapsed {
  justify-content: center;
}
.cid-uSZsDHSSyw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSZsDHSSyw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSZsDHSSyw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSZsDHSSyw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSZsDHSSyw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSZsDHSSyw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSZsDHSSyw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSZsDHSSyw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSZsDHSSyw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSZsDHSSyw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSZsDHSSyw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSZsDHSSyw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSZsDHSSyw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSZsDHSSyw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSZsDHSSyw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSZsDHSSyw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSZsDHSSyw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSZsDHSSyw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSZsDHSSyw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSZsDHSSyw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSZsDHSSyw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSZsDHSSyw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSZsDHSSyw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSZsDHSSyw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSZsDHSSyw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSZsDHSSyw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSZsDHSSyw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSZsDHSSyw .dropdown-item.active,
.cid-uSZsDHSSyw .dropdown-item:active {
  background-color: transparent;
}
.cid-uSZsDHSSyw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSZsDHSSyw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSZsDHSSyw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSZsDHSSyw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSZsDHSSyw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSZsDHSSyw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSZsDHSSyw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uSZsDHSSyw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSZsDHSSyw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSZsDHSSyw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsDHSSyw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsDHSSyw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSZsDHSSyw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsDHSSyw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSZsDHSSyw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSZsDHSSyw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsDHSSyw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSZsDHSSyw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSZsDHSSyw .navbar {
    height: 70px;
  }
  .cid-uSZsDHSSyw .navbar.opened {
    height: auto;
  }
  .cid-uSZsDHSSyw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSZsDHSSyw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSZsDHSSyw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uSZsDHSSyw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uSZsDHSSyw .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uSZsDHSSyw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSZsDHSSyw .text_widget {
  margin-bottom: 32px;
}
.cid-uSZsDHSSyw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSZsDHSSyw .text_widget a:hover,
.cid-uSZsDHSSyw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSZsDHSSyw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSZsDHSSyw .icons-menu-main {
  display: flex;
}
.cid-uSZsDHSSyw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsDHSSyw .navbar-caption {
  color: #202020;
}
.cid-uSZsDHSSyw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsDHSSyw .mbr-section-subtitle,
.cid-uSZsDHSSyw .text_widget,
.cid-uSZsDHSSyw .mbr-section-btn {
  text-align: center;
}
.cid-uSZsDHSSyw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uT0Z6v7yyA {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0Z6v7yyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0Z6v7yyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0Z6v7yyA .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT0Z6v7yyA .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT0Z6v7yyA .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uT0Z6v7yyA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT0Z6v7yyA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uT0Z6v7yyA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uT0Z6v7yyA .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uT0Z6v7yyA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uT0Z6v7yyA .mbr-label,
.cid-uT0Z6v7yyA .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uT0Z6v7yyA .mbr-section-title {
  color: #19171c;
}
.cid-uT0Z6v7yyA .mbr-text,
.cid-uT0Z6v7yyA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT0Z6v7yyA .mbr-section-title,
.cid-uT0Z6v7yyA .title-wrapper,
.cid-uT0Z6v7yyA .mbr-section-btn {
  text-align: center;
}
.cid-uT0Z6v7yyA .mbr-section-title,
.cid-uT0Z6v7yyA .mbr-section-btn,
.cid-uT0Z6v7yyA .title-wrapper {
  color: #2a4b6e;
}
.cid-uTEsskAr6s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTEsskAr6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEsskAr6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEsskAr6s .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTEsskAr6s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTEsskAr6s .container {
    padding: 0 16px;
  }
}
.cid-uTEsskAr6s .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uTEsskAr6s .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uTEsskAr6s .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTEsskAr6s .title-wrapper {
  margin-bottom: 80px;
}
.cid-uTEsskAr6s .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTEsskAr6s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTEsskAr6s .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uTEsskAr6s .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uTEsskAr6s .item .item-wrapper:hover .item-img img,
.cid-uTEsskAr6s .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uTEsskAr6s .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uTEsskAr6s .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uTEsskAr6s .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uTEsskAr6s .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uTEsskAr6s .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTEsskAr6s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTEsskAr6s .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTEsskAr6s .item-name {
  color: #000000;
}
.cid-uTEsskAr6s .item-role {
  color: #000000;
  text-align: center;
}
.cid-uTEsskAr6s .item-name,
.cid-uTEsskAr6s .mbr-section-btn {
  text-align: center;
}
.cid-uTEuTyojYH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTEuTyojYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEuTyojYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEuTyojYH .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTEuTyojYH .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTEuTyojYH .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTEuTyojYH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTEuTyojYH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEuTyojYH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTEuTyojYH .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTEuTyojYH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEuTyojYH .mbr-label,
.cid-uTEuTyojYH .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTEuTyojYH .mbr-section-title {
  color: #19171c;
}
.cid-uTEuTyojYH .mbr-text,
.cid-uTEuTyojYH .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTEuTyojYH .mbr-section-title,
.cid-uTEuTyojYH .title-wrapper,
.cid-uTEuTyojYH .mbr-section-btn {
  text-align: center;
}
.cid-uTEv70X4tp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTEv70X4tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEv70X4tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEv70X4tp .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTEv70X4tp .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTEv70X4tp .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTEv70X4tp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTEv70X4tp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEv70X4tp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTEv70X4tp .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTEv70X4tp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEv70X4tp .mbr-label,
.cid-uTEv70X4tp .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTEv70X4tp .mbr-section-title {
  color: #19171c;
}
.cid-uTEv70X4tp .mbr-text,
.cid-uTEv70X4tp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTEv70X4tp .mbr-section-title,
.cid-uTEv70X4tp .title-wrapper,
.cid-uTEv70X4tp .mbr-section-btn {
  text-align: center;
}
.cid-uTEv70X4tp .mbr-section-title,
.cid-uTEv70X4tp .mbr-section-btn,
.cid-uTEv70X4tp .title-wrapper {
  color: #2a4b6e;
}
.cid-uTEvUtvr04 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTEvUtvr04 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uTEvUtvr04 .card-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
}
.cid-uTEvUtvr04 .image-wrapper {
  height: 100%;
}
.cid-uTEvUtvr04 .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uTEvUtvr04 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uTEvUtvr04 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uTEvUtvr04 .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uTEvUtvr04 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uTEvUtvr04 .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uTEvUtvr04 .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEvUtvr04 .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uTEvUtvr04 .mbr-text,
.cid-uTEvUtvr04 .social-row {
  text-align: center;
}
.cid-uTExfBhYBV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTExfBhYBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTExfBhYBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTExfBhYBV .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTExfBhYBV .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTExfBhYBV .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTExfBhYBV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTExfBhYBV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTExfBhYBV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTExfBhYBV .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTExfBhYBV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTExfBhYBV .mbr-label,
.cid-uTExfBhYBV .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTExfBhYBV .mbr-section-title {
  color: #19171c;
}
.cid-uTExfBhYBV .mbr-text,
.cid-uTExfBhYBV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTExfBhYBV .mbr-section-title,
.cid-uTExfBhYBV .title-wrapper,
.cid-uTExfBhYBV .mbr-section-btn {
  text-align: center;
}
.cid-uTExfBhYBV .mbr-section-title,
.cid-uTExfBhYBV .mbr-section-btn,
.cid-uTExfBhYBV .title-wrapper {
  color: #2a4b6e;
}
.cid-uTExpTU7uk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTExpTU7uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTExpTU7uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uTExpTU7uk .container {
    padding: 0 16px;
  }
}
.cid-uTExpTU7uk .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uTExpTU7uk .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uTExpTU7uk .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTExpTU7uk .title-wrapper {
  margin-bottom: 80px;
}
.cid-uTExpTU7uk .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uTExpTU7uk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTExpTU7uk .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uTExpTU7uk .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uTExpTU7uk .item .item-wrapper:hover .item-img img,
.cid-uTExpTU7uk .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uTExpTU7uk .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uTExpTU7uk .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uTExpTU7uk .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uTExpTU7uk .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uTExpTU7uk .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTExpTU7uk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTExpTU7uk .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uTExpTU7uk .item-name {
  color: #000000;
}
.cid-uTExpTU7uk .item-role {
  color: #000000;
  text-align: center;
}
.cid-uTExpTU7uk .item-name,
.cid-uTExpTU7uk .mbr-section-btn {
  text-align: center;
}
.cid-uSZsDLDyus {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZsDLDyus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZsDLDyus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZsDLDyus .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZsDLDyus .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZsDLDyus .container {
    padding: 0 26px;
  }
}
.cid-uSZsDLDyus .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSZsDLDyus .row {
    padding: 26px;
  }
}
.cid-uSZsDLDyus .title-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsDLDyus .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSZsDLDyus .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uSZsDLDyus .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZsDLDyus .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uSZsDLDyus .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSZsDLDyus .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uSZsDLDyus .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsDLDyus .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uSZsDLDyus .nav-wrapper .list {
    display: block;
  }
}
.cid-uSZsDLDyus .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSZsDLDyus .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uSZsDLDyus .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSZsDLDyus .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSZsDLDyus .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSZsDLDyus .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsDLDyus .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uSZsDLDyus .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uSZsDLDyus .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uSZsDLDyus .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uSZsDLDyus .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSZsDLDyus .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uSZsDLDyus .mbr-section-title,
.cid-uSZsDLDyus .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsDLDyus .list {
  color: #ffffff;
}
.cid-uSZsDLDyus .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsDLDyus .list,
.cid-uSZsDLDyus .nav-wrapper,
.cid-uSZsDLDyus .soc-wrapper {
  text-align: center;
}
.cid-uSZsBw4Dn2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSZsBw4Dn2 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uSZsBw4Dn2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uSZsBw4Dn2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSZsBw4Dn2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSZsBw4Dn2 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uSZsBw4Dn2 .menu_box .navbar.opened,
  .cid-uSZsBw4Dn2 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSZsBw4Dn2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSZsBw4Dn2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSZsBw4Dn2 .btn:hover {
  box-shadow: none;
}
.cid-uSZsBw4Dn2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSZsBw4Dn2 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSZsBw4Dn2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSZsBw4Dn2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSZsBw4Dn2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uSZsBw4Dn2 .nav-item .nav-link:hover::before,
.cid-uSZsBw4Dn2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSZsBw4Dn2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSZsBw4Dn2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSZsBw4Dn2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSZsBw4Dn2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSZsBw4Dn2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSZsBw4Dn2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSZsBw4Dn2 .offcanvas_box {
    display: none;
  }
}
.cid-uSZsBw4Dn2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSZsBw4Dn2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSZsBw4Dn2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSZsBw4Dn2 .container {
  display: flex;
  margin: auto;
}
.cid-uSZsBw4Dn2 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uSZsBw4Dn2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSZsBw4Dn2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSZsBw4Dn2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSZsBw4Dn2 .navbar-nav {
    margin: 0;
  }
}
.cid-uSZsBw4Dn2 .dropdown-menu,
.cid-uSZsBw4Dn2 .navbar.opened {
  background-color: false !important;
}
.cid-uSZsBw4Dn2 .nav-item:focus,
.cid-uSZsBw4Dn2 .nav-link:focus {
  outline: none;
}
.cid-uSZsBw4Dn2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSZsBw4Dn2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSZsBw4Dn2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSZsBw4Dn2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZsBw4Dn2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZsBw4Dn2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSZsBw4Dn2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSZsBw4Dn2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSZsBw4Dn2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSZsBw4Dn2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSZsBw4Dn2 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSZsBw4Dn2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSZsBw4Dn2 .navbar.collapsed {
  justify-content: center;
}
.cid-uSZsBw4Dn2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSZsBw4Dn2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSZsBw4Dn2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSZsBw4Dn2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSZsBw4Dn2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSZsBw4Dn2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSZsBw4Dn2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSZsBw4Dn2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSZsBw4Dn2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSZsBw4Dn2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSZsBw4Dn2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSZsBw4Dn2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSZsBw4Dn2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSZsBw4Dn2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSZsBw4Dn2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSZsBw4Dn2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSZsBw4Dn2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSZsBw4Dn2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSZsBw4Dn2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSZsBw4Dn2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSZsBw4Dn2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSZsBw4Dn2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSZsBw4Dn2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSZsBw4Dn2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSZsBw4Dn2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSZsBw4Dn2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSZsBw4Dn2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSZsBw4Dn2 .dropdown-item.active,
.cid-uSZsBw4Dn2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSZsBw4Dn2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSZsBw4Dn2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSZsBw4Dn2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSZsBw4Dn2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSZsBw4Dn2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSZsBw4Dn2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSZsBw4Dn2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uSZsBw4Dn2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSZsBw4Dn2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSZsBw4Dn2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsBw4Dn2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsBw4Dn2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSZsBw4Dn2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsBw4Dn2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSZsBw4Dn2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSZsBw4Dn2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsBw4Dn2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSZsBw4Dn2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSZsBw4Dn2 .navbar {
    height: 70px;
  }
  .cid-uSZsBw4Dn2 .navbar.opened {
    height: auto;
  }
  .cid-uSZsBw4Dn2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSZsBw4Dn2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSZsBw4Dn2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uSZsBw4Dn2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uSZsBw4Dn2 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uSZsBw4Dn2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSZsBw4Dn2 .text_widget {
  margin-bottom: 32px;
}
.cid-uSZsBw4Dn2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSZsBw4Dn2 .text_widget a:hover,
.cid-uSZsBw4Dn2 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSZsBw4Dn2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSZsBw4Dn2 .icons-menu-main {
  display: flex;
}
.cid-uSZsBw4Dn2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsBw4Dn2 .navbar-caption {
  color: #202020;
}
.cid-uSZsBw4Dn2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsBw4Dn2 .mbr-section-subtitle,
.cid-uSZsBw4Dn2 .text_widget,
.cid-uSZsBw4Dn2 .mbr-section-btn {
  text-align: center;
}
.cid-uSZsBw4Dn2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSZsByDSzy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZsByDSzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZsByDSzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZsByDSzy .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZsByDSzy .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZsByDSzy .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZsByDSzy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZsByDSzy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZsByDSzy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZsByDSzy .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZsByDSzy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZsByDSzy .mbr-label,
.cid-uSZsByDSzy .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZsByDSzy .mbr-section-title {
  color: #19171c;
}
.cid-uSZsByDSzy .mbr-text,
.cid-uSZsByDSzy .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZsByDSzy .mbr-section-title,
.cid-uSZsByDSzy .title-wrapper,
.cid-uSZsByDSzy .mbr-section-btn {
  text-align: center;
}
.cid-uSZsBzBktb {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZsBzBktb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZsBzBktb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZsBzBktb .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZsBzBktb .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZsBzBktb .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZsBzBktb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZsBzBktb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZsBzBktb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZsBzBktb .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZsBzBktb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZsBzBktb .mbr-label,
.cid-uSZsBzBktb .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZsBzBktb .mbr-section-title {
  color: #19171c;
}
.cid-uSZsBzBktb .mbr-text,
.cid-uSZsBzBktb .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZsBzBktb .mbr-section-title,
.cid-uSZsBzBktb .title-wrapper,
.cid-uSZsBzBktb .mbr-section-btn {
  text-align: center;
}
.cid-uSZsBzBktb .mbr-section-title,
.cid-uSZsBzBktb .mbr-section-btn,
.cid-uSZsBzBktb .title-wrapper {
  color: #2a4b6e;
}
.cid-uSZtcc1bLY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a4b6e;
}
.cid-uSZtcc1bLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZtcc1bLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZtcc1bLY .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZtcc1bLY .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZtcc1bLY .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZtcc1bLY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZtcc1bLY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZtcc1bLY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZtcc1bLY .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZtcc1bLY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZtcc1bLY .mbr-label,
.cid-uSZtcc1bLY .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZtcc1bLY .mbr-section-title {
  color: #19171c;
}
.cid-uSZtcc1bLY .mbr-text,
.cid-uSZtcc1bLY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZtcc1bLY .mbr-section-title,
.cid-uSZtcc1bLY .title-wrapper,
.cid-uSZtcc1bLY .mbr-section-btn {
  text-align: center;
}
.cid-uSZtcc1bLY .mbr-section-title,
.cid-uSZtcc1bLY .mbr-section-btn,
.cid-uSZtcc1bLY .title-wrapper {
  color: #ffffff;
}
.cid-uT0Wy1B5rI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT0Wy1B5rI .content_box {
  position: relative;
  z-index: 5;
}
.cid-uT0Wy1B5rI .carousel-item {
  justify-content: center;
}
.cid-uT0Wy1B5rI .carousel-item.active,
.cid-uT0Wy1B5rI .carousel-item-next,
.cid-uT0Wy1B5rI .carousel-item-prev {
  display: flex;
}
.cid-uT0Wy1B5rI .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #2a4b6e;
  opacity: 1;
}
.cid-uT0Wy1B5rI .carousel-control-next span {
  padding-left: 5px;
}
.cid-uT0Wy1B5rI .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uT0Wy1B5rI .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uT0Wy1B5rI .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uT0Wy1B5rI .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uT0Wy1B5rI .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-v3AvrQhz2h {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/nw20banner-n-2000x750.png");
}
@media only screen and (max-width: 600px) {
  .cid-v3AvrQhz2h {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v3AvrQhz2h {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v3AvrQhz2h {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v3AvrQhz2h {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v3AvrQhz2h {
    padding-top: 180px !important;
    padding-bottom: 225px !important;
  }
}
@media only screen and (min-width: 1700px) {
  .cid-v3AvrQhz2h {
    padding-top: 180px !important;
    padding-bottom: 225px !important;
  }
}
.cid-v3AvsLrsds {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3AvsLrsds .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-v3AvsLrsds .display-1 {
    font-size: 5rem;
  }
}
.cid-v3AvsLrsds .mbr-section-title {
  line-height: 1;
  text-align: center;
  color: #221b35;
}
@media (max-width: 767px) {
  .cid-v3AvsLrsds {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3AvsLrsds .display-1 {
    font-size: 2.8rem;
  }
  .cid-v3AvsLrsds .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3AvsLrsds .content-wrap {
    width: 100%;
  }
}
.cid-v3AvsLrsds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3AvsLrsds .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-v3AvsLrsds .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v3AvsLrsds {
    align-items: center;
  }
  .cid-v3AvsLrsds .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3AvsLrsds .content-wrap {
    min-width: 50%;
  }
}
.cid-v3AvsLrsds .mbr-text,
.cid-v3AvsLrsds .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uSZtH4XF8j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZtH4XF8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZtH4XF8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZtH4XF8j .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZtH4XF8j .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZtH4XF8j .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZtH4XF8j .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZtH4XF8j .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZtH4XF8j .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZtH4XF8j .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZtH4XF8j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZtH4XF8j .mbr-label,
.cid-uSZtH4XF8j .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZtH4XF8j .mbr-section-title {
  color: #19171c;
}
.cid-uSZtH4XF8j .mbr-text,
.cid-uSZtH4XF8j .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZtH4XF8j .mbr-section-title,
.cid-uSZtH4XF8j .title-wrapper,
.cid-uSZtH4XF8j .mbr-section-btn {
  text-align: center;
}
.cid-uSZtH4XF8j .mbr-section-title,
.cid-uSZtH4XF8j .mbr-section-btn,
.cid-uSZtH4XF8j .title-wrapper {
  color: #ffffff;
}
.cid-uT0XZCOrdh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT0XZCOrdh .content_box {
  position: relative;
  z-index: 5;
}
.cid-uT0XZCOrdh .carousel-item {
  justify-content: center;
}
.cid-uT0XZCOrdh .carousel-item.active,
.cid-uT0XZCOrdh .carousel-item-next,
.cid-uT0XZCOrdh .carousel-item-prev {
  display: flex;
}
.cid-uT0XZCOrdh .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #2a4b6e;
  opacity: 1;
}
.cid-uT0XZCOrdh .carousel-control-next span {
  padding-left: 5px;
}
.cid-uT0XZCOrdh .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uT0XZCOrdh .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uT0XZCOrdh .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uT0XZCOrdh .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uT0XZCOrdh .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-uSZtIlSEmn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZtIlSEmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZtIlSEmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZtIlSEmn .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZtIlSEmn .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZtIlSEmn .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZtIlSEmn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZtIlSEmn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZtIlSEmn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZtIlSEmn .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZtIlSEmn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZtIlSEmn .mbr-label,
.cid-uSZtIlSEmn .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZtIlSEmn .mbr-section-title {
  color: #19171c;
}
.cid-uSZtIlSEmn .mbr-text,
.cid-uSZtIlSEmn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZtIlSEmn .mbr-section-title,
.cid-uSZtIlSEmn .title-wrapper,
.cid-uSZtIlSEmn .mbr-section-btn {
  text-align: center;
}
.cid-uSZtIlSEmn .mbr-section-title,
.cid-uSZtIlSEmn .mbr-section-btn,
.cid-uSZtIlSEmn .title-wrapper {
  color: #ffffff;
}
.cid-uT0Y03s2wa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uT0Y03s2wa .content_box {
  position: relative;
  z-index: 5;
}
.cid-uT0Y03s2wa .carousel-item {
  justify-content: center;
}
.cid-uT0Y03s2wa .carousel-item.active,
.cid-uT0Y03s2wa .carousel-item-next,
.cid-uT0Y03s2wa .carousel-item-prev {
  display: flex;
}
.cid-uT0Y03s2wa .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #2a4b6e;
  opacity: 1;
}
.cid-uT0Y03s2wa .carousel-control-next span {
  padding-left: 5px;
}
.cid-uT0Y03s2wa .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uT0Y03s2wa .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uT0Y03s2wa .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uT0Y03s2wa .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uT0Y03s2wa .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-uSZsBB8mTJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZsBB8mTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZsBB8mTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZsBB8mTJ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZsBB8mTJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZsBB8mTJ .container {
    padding: 0 26px;
  }
}
.cid-uSZsBB8mTJ .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSZsBB8mTJ .row {
    padding: 26px;
  }
}
.cid-uSZsBB8mTJ .title-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsBB8mTJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSZsBB8mTJ .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uSZsBB8mTJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZsBB8mTJ .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uSZsBB8mTJ .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSZsBB8mTJ .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uSZsBB8mTJ .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsBB8mTJ .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uSZsBB8mTJ .nav-wrapper .list {
    display: block;
  }
}
.cid-uSZsBB8mTJ .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSZsBB8mTJ .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uSZsBB8mTJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSZsBB8mTJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSZsBB8mTJ .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSZsBB8mTJ .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsBB8mTJ .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uSZsBB8mTJ .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uSZsBB8mTJ .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uSZsBB8mTJ .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uSZsBB8mTJ .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSZsBB8mTJ .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uSZsBB8mTJ .mbr-section-title,
.cid-uSZsBB8mTJ .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsBB8mTJ .list {
  color: #ffffff;
}
.cid-uSZsBB8mTJ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsBB8mTJ .list,
.cid-uSZsBB8mTJ .nav-wrapper,
.cid-uSZsBB8mTJ .soc-wrapper {
  text-align: center;
}
.cid-uSZsRNZk0f {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSZsRNZk0f .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uSZsRNZk0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uSZsRNZk0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSZsRNZk0f .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSZsRNZk0f .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uSZsRNZk0f .menu_box .navbar.opened,
  .cid-uSZsRNZk0f .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSZsRNZk0f nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSZsRNZk0f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSZsRNZk0f .btn:hover {
  box-shadow: none;
}
.cid-uSZsRNZk0f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSZsRNZk0f .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSZsRNZk0f .nav-item {
    margin: 0 !important;
  }
}
.cid-uSZsRNZk0f .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSZsRNZk0f .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uSZsRNZk0f .nav-item .nav-link:hover::before,
.cid-uSZsRNZk0f .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSZsRNZk0f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSZsRNZk0f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSZsRNZk0f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSZsRNZk0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSZsRNZk0f .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSZsRNZk0f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSZsRNZk0f .offcanvas_box {
    display: none;
  }
}
.cid-uSZsRNZk0f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSZsRNZk0f .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSZsRNZk0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSZsRNZk0f .container {
  display: flex;
  margin: auto;
}
.cid-uSZsRNZk0f .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uSZsRNZk0f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSZsRNZk0f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSZsRNZk0f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSZsRNZk0f .navbar-nav {
    margin: 0;
  }
}
.cid-uSZsRNZk0f .dropdown-menu,
.cid-uSZsRNZk0f .navbar.opened {
  background-color: false !important;
}
.cid-uSZsRNZk0f .nav-item:focus,
.cid-uSZsRNZk0f .nav-link:focus {
  outline: none;
}
.cid-uSZsRNZk0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSZsRNZk0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSZsRNZk0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSZsRNZk0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZsRNZk0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZsRNZk0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSZsRNZk0f .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSZsRNZk0f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSZsRNZk0f .navbar.opened {
  transition: all 0.3s;
}
.cid-uSZsRNZk0f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSZsRNZk0f .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSZsRNZk0f .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSZsRNZk0f .navbar.collapsed {
  justify-content: center;
}
.cid-uSZsRNZk0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSZsRNZk0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSZsRNZk0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSZsRNZk0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSZsRNZk0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSZsRNZk0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSZsRNZk0f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSZsRNZk0f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSZsRNZk0f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSZsRNZk0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSZsRNZk0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSZsRNZk0f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSZsRNZk0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSZsRNZk0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSZsRNZk0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSZsRNZk0f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSZsRNZk0f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSZsRNZk0f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSZsRNZk0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSZsRNZk0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSZsRNZk0f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSZsRNZk0f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSZsRNZk0f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSZsRNZk0f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSZsRNZk0f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSZsRNZk0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSZsRNZk0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSZsRNZk0f .dropdown-item.active,
.cid-uSZsRNZk0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uSZsRNZk0f .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSZsRNZk0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSZsRNZk0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSZsRNZk0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSZsRNZk0f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSZsRNZk0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSZsRNZk0f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uSZsRNZk0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSZsRNZk0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSZsRNZk0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsRNZk0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZsRNZk0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSZsRNZk0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsRNZk0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSZsRNZk0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSZsRNZk0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZsRNZk0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSZsRNZk0f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSZsRNZk0f .navbar {
    height: 70px;
  }
  .cid-uSZsRNZk0f .navbar.opened {
    height: auto;
  }
  .cid-uSZsRNZk0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSZsRNZk0f .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSZsRNZk0f .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uSZsRNZk0f .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uSZsRNZk0f .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uSZsRNZk0f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSZsRNZk0f .text_widget {
  margin-bottom: 32px;
}
.cid-uSZsRNZk0f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSZsRNZk0f .text_widget a:hover,
.cid-uSZsRNZk0f .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSZsRNZk0f .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSZsRNZk0f .icons-menu-main {
  display: flex;
}
.cid-uSZsRNZk0f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsRNZk0f .navbar-caption {
  color: #202020;
}
.cid-uSZsRNZk0f .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsRNZk0f .mbr-section-subtitle,
.cid-uSZsRNZk0f .text_widget,
.cid-uSZsRNZk0f .mbr-section-btn {
  text-align: center;
}
.cid-uSZsRNZk0f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEyNiuHyd {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTEyNiuHyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEyNiuHyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEyNiuHyd .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEyNiuHyd .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEyNiuHyd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEyNiuHyd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEyNiuHyd .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTEyNiuHyd .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTEyNiuHyd .mbr-section-title,
.cid-uTEyNiuHyd .title-wrapper,
.cid-uTEyNiuHyd .mbr-section-btn {
  text-align: center;
}
.cid-uTEyNiuHyd .mbr-section-title,
.cid-uTEyNiuHyd .mbr-section-btn,
.cid-uTEyNiuHyd .title-wrapper {
  color: #000000;
}
.cid-uTEyQ8E0fG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTEyQ8E0fG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTEyQ8E0fG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTEyQ8E0fG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTEyQ8E0fG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTEyQ8E0fG .row {
  margin: 0;
}
.cid-uTEyQ8E0fG .card {
  padding: 3rem;
  border: 1px solid #2a4b6e !important;
}
@media (max-width: 767px) {
  .cid-uTEyQ8E0fG .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uTEyQ8E0fG h3 {
  margin-bottom: 3rem !important;
}
.cid-uTEyQ8E0fG .content-head {
  max-width: 800px;
}
.cid-uTEyQ8E0fG textarea {
  min-height: 200px;
}
.cid-uTEyQ8E0fG input,
.cid-uTEyQ8E0fG textarea {
  border: 1px solid #2a4b6e !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uTEyQ8E0fG .mbr-section-title {
  color: #221b35;
}
.cid-uTEyQ8E0fG LABEL {
  color: #221b35;
}
.cid-uTEyQ8E0fG H3 {
  color: #2a4b6e;
}
.cid-uTEyT40lBj .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uTEyT40lBj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTEyT40lBj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uTEyT40lBj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTEyT40lBj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSZsRRkZ5m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZsRRkZ5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZsRRkZ5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZsRRkZ5m .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZsRRkZ5m .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZsRRkZ5m .container {
    padding: 0 26px;
  }
}
.cid-uSZsRRkZ5m .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSZsRRkZ5m .row {
    padding: 26px;
  }
}
.cid-uSZsRRkZ5m .title-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsRRkZ5m .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSZsRRkZ5m .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uSZsRRkZ5m .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZsRRkZ5m .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uSZsRRkZ5m .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSZsRRkZ5m .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uSZsRRkZ5m .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsRRkZ5m .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uSZsRRkZ5m .nav-wrapper .list {
    display: block;
  }
}
.cid-uSZsRRkZ5m .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSZsRRkZ5m .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uSZsRRkZ5m .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSZsRRkZ5m .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSZsRRkZ5m .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSZsRRkZ5m .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uSZsRRkZ5m .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uSZsRRkZ5m .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uSZsRRkZ5m .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uSZsRRkZ5m .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uSZsRRkZ5m .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSZsRRkZ5m .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uSZsRRkZ5m .mbr-section-title,
.cid-uSZsRRkZ5m .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsRRkZ5m .list {
  color: #ffffff;
}
.cid-uSZsRRkZ5m .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uSZsRRkZ5m .list,
.cid-uSZsRRkZ5m .nav-wrapper,
.cid-uSZsRRkZ5m .soc-wrapper {
  text-align: center;
}
.cid-uTzbvNOa96 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTzbvNOa96 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTzbvNOa96 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTzbvNOa96 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTzbvNOa96 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTzbvNOa96 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTzbvNOa96 .menu_box .navbar.opened,
  .cid-uTzbvNOa96 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTzbvNOa96 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTzbvNOa96 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTzbvNOa96 .btn:hover {
  box-shadow: none;
}
.cid-uTzbvNOa96 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTzbvNOa96 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTzbvNOa96 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTzbvNOa96 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTzbvNOa96 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTzbvNOa96 .nav-item .nav-link:hover::before,
.cid-uTzbvNOa96 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTzbvNOa96 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTzbvNOa96 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTzbvNOa96 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTzbvNOa96 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTzbvNOa96 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTzbvNOa96 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTzbvNOa96 .offcanvas_box {
    display: none;
  }
}
.cid-uTzbvNOa96 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTzbvNOa96 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTzbvNOa96 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTzbvNOa96 .container {
  display: flex;
  margin: auto;
}
.cid-uTzbvNOa96 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTzbvNOa96 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTzbvNOa96 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTzbvNOa96 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTzbvNOa96 .navbar-nav {
    margin: 0;
  }
}
.cid-uTzbvNOa96 .dropdown-menu,
.cid-uTzbvNOa96 .navbar.opened {
  background-color: false !important;
}
.cid-uTzbvNOa96 .nav-item:focus,
.cid-uTzbvNOa96 .nav-link:focus {
  outline: none;
}
.cid-uTzbvNOa96 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTzbvNOa96 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTzbvNOa96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTzbvNOa96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTzbvNOa96 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTzbvNOa96 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTzbvNOa96 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTzbvNOa96 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTzbvNOa96 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTzbvNOa96 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTzbvNOa96 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTzbvNOa96 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTzbvNOa96 .navbar.collapsed {
  justify-content: center;
}
.cid-uTzbvNOa96 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTzbvNOa96 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTzbvNOa96 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTzbvNOa96 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTzbvNOa96 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTzbvNOa96 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTzbvNOa96 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTzbvNOa96 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTzbvNOa96 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTzbvNOa96 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTzbvNOa96 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTzbvNOa96 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTzbvNOa96 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTzbvNOa96 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTzbvNOa96 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTzbvNOa96 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTzbvNOa96 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTzbvNOa96 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTzbvNOa96 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTzbvNOa96 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTzbvNOa96 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTzbvNOa96 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTzbvNOa96 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTzbvNOa96 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTzbvNOa96 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTzbvNOa96 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTzbvNOa96 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTzbvNOa96 .dropdown-item.active,
.cid-uTzbvNOa96 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTzbvNOa96 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTzbvNOa96 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTzbvNOa96 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTzbvNOa96 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTzbvNOa96 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTzbvNOa96 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTzbvNOa96 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTzbvNOa96 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTzbvNOa96 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTzbvNOa96 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTzbvNOa96 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTzbvNOa96 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTzbvNOa96 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTzbvNOa96 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTzbvNOa96 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTzbvNOa96 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTzbvNOa96 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTzbvNOa96 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTzbvNOa96 .navbar {
    height: 70px;
  }
  .cid-uTzbvNOa96 .navbar.opened {
    height: auto;
  }
  .cid-uTzbvNOa96 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTzbvNOa96 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTzbvNOa96 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTzbvNOa96 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTzbvNOa96 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTzbvNOa96 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTzbvNOa96 .text_widget {
  margin-bottom: 32px;
}
.cid-uTzbvNOa96 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTzbvNOa96 .text_widget a:hover,
.cid-uTzbvNOa96 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTzbvNOa96 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTzbvNOa96 .icons-menu-main {
  display: flex;
}
.cid-uTzbvNOa96 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTzbvNOa96 .navbar-caption {
  color: #202020;
}
.cid-uTzbvNOa96 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTzbvNOa96 .mbr-section-subtitle,
.cid-uTzbvNOa96 .text_widget,
.cid-uTzbvNOa96 .mbr-section-btn {
  text-align: center;
}
.cid-uTzbvNOa96 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTzbvP6FdT {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTzbvP6FdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzbvP6FdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzbvP6FdT .row {
  flex-direction: row-reverse;
}
.cid-uTzbvP6FdT .mbr-description {
  color: #000000;
}
.cid-uTzbK98bv8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTzbK98bv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzbK98bv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzbK98bv8 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTzbK98bv8 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTzbK98bv8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTzbK98bv8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTzbK98bv8 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTzbK98bv8 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTzbK98bv8 .mbr-section-title,
.cid-uTzbK98bv8 .title-wrapper,
.cid-uTzbK98bv8 .mbr-section-btn {
  text-align: center;
}
.cid-uTzc4xM9n4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTzc4xM9n4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzc4xM9n4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzc4xM9n4 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTzc4xM9n4 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTzc4xM9n4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTzc4xM9n4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTzc4xM9n4 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTzc4xM9n4 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTzc4xM9n4 .mbr-section-title,
.cid-uTzc4xM9n4 .title-wrapper,
.cid-uTzc4xM9n4 .mbr-section-btn {
  text-align: center;
}
.cid-uTzc4xM9n4 .mbr-section-title,
.cid-uTzc4xM9n4 .mbr-section-btn,
.cid-uTzc4xM9n4 .title-wrapper {
  color: #000000;
}
.cid-uTAIezguN5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAIezguN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAIezguN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAIezguN5 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIezguN5 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAIezguN5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIezguN5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAIezguN5 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAIezguN5 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTAIezguN5 .mbr-section-title,
.cid-uTAIezguN5 .title-wrapper,
.cid-uTAIezguN5 .mbr-section-btn {
  text-align: center;
}
#custom-html-d5 {
  /* Type valid CSS here */
}
#custom-html-d5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d5 p {
  font-size: 60px;
  color: #777;
}
.cid-uTzbvRmRid {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTzbvRmRid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzbvRmRid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzbvRmRid .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTzbvRmRid .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTzbvRmRid .container {
    padding: 0 26px;
  }
}
.cid-uTzbvRmRid .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTzbvRmRid .row {
    padding: 26px;
  }
}
.cid-uTzbvRmRid .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTzbvRmRid .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTzbvRmRid .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTzbvRmRid .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTzbvRmRid .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTzbvRmRid .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTzbvRmRid .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTzbvRmRid .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTzbvRmRid .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTzbvRmRid .nav-wrapper .list {
    display: block;
  }
}
.cid-uTzbvRmRid .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTzbvRmRid .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTzbvRmRid .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTzbvRmRid .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTzbvRmRid .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTzbvRmRid .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTzbvRmRid .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTzbvRmRid .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTzbvRmRid .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTzbvRmRid .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTzbvRmRid .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTzbvRmRid .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTzbvRmRid .mbr-section-title,
.cid-uTzbvRmRid .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTzbvRmRid .list {
  color: #ffffff;
}
.cid-uTzbvRmRid .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTzbvRmRid .list,
.cid-uTzbvRmRid .nav-wrapper,
.cid-uTzbvRmRid .soc-wrapper {
  text-align: center;
}
.cid-uTAIBL5JVd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAIBL5JVd .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAIBL5JVd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAIBL5JVd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAIBL5JVd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAIBL5JVd .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAIBL5JVd .menu_box .navbar.opened,
  .cid-uTAIBL5JVd .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAIBL5JVd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAIBL5JVd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAIBL5JVd .btn:hover {
  box-shadow: none;
}
.cid-uTAIBL5JVd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAIBL5JVd .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAIBL5JVd .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAIBL5JVd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAIBL5JVd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAIBL5JVd .nav-item .nav-link:hover::before,
.cid-uTAIBL5JVd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAIBL5JVd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAIBL5JVd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAIBL5JVd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAIBL5JVd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAIBL5JVd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAIBL5JVd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAIBL5JVd .offcanvas_box {
    display: none;
  }
}
.cid-uTAIBL5JVd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAIBL5JVd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAIBL5JVd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAIBL5JVd .container {
  display: flex;
  margin: auto;
}
.cid-uTAIBL5JVd .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAIBL5JVd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAIBL5JVd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAIBL5JVd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAIBL5JVd .navbar-nav {
    margin: 0;
  }
}
.cid-uTAIBL5JVd .dropdown-menu,
.cid-uTAIBL5JVd .navbar.opened {
  background-color: false !important;
}
.cid-uTAIBL5JVd .nav-item:focus,
.cid-uTAIBL5JVd .nav-link:focus {
  outline: none;
}
.cid-uTAIBL5JVd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAIBL5JVd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAIBL5JVd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAIBL5JVd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAIBL5JVd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAIBL5JVd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAIBL5JVd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAIBL5JVd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAIBL5JVd .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAIBL5JVd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAIBL5JVd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAIBL5JVd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAIBL5JVd .navbar.collapsed {
  justify-content: center;
}
.cid-uTAIBL5JVd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAIBL5JVd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAIBL5JVd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAIBL5JVd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAIBL5JVd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAIBL5JVd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAIBL5JVd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAIBL5JVd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAIBL5JVd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAIBL5JVd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAIBL5JVd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAIBL5JVd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAIBL5JVd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAIBL5JVd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAIBL5JVd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAIBL5JVd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAIBL5JVd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAIBL5JVd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAIBL5JVd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAIBL5JVd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAIBL5JVd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAIBL5JVd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAIBL5JVd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAIBL5JVd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAIBL5JVd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAIBL5JVd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAIBL5JVd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAIBL5JVd .dropdown-item.active,
.cid-uTAIBL5JVd .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAIBL5JVd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAIBL5JVd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAIBL5JVd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAIBL5JVd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAIBL5JVd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAIBL5JVd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAIBL5JVd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAIBL5JVd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAIBL5JVd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAIBL5JVd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAIBL5JVd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAIBL5JVd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAIBL5JVd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAIBL5JVd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAIBL5JVd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAIBL5JVd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAIBL5JVd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAIBL5JVd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAIBL5JVd .navbar {
    height: 70px;
  }
  .cid-uTAIBL5JVd .navbar.opened {
    height: auto;
  }
  .cid-uTAIBL5JVd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAIBL5JVd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAIBL5JVd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAIBL5JVd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAIBL5JVd .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAIBL5JVd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAIBL5JVd .text_widget {
  margin-bottom: 32px;
}
.cid-uTAIBL5JVd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAIBL5JVd .text_widget a:hover,
.cid-uTAIBL5JVd .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAIBL5JVd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAIBL5JVd .icons-menu-main {
  display: flex;
}
.cid-uTAIBL5JVd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAIBL5JVd .navbar-caption {
  color: #202020;
}
.cid-uTAIBL5JVd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAIBL5JVd .mbr-section-subtitle,
.cid-uTAIBL5JVd .text_widget,
.cid-uTAIBL5JVd .mbr-section-btn {
  text-align: center;
}
.cid-uTAIBL5JVd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAIBM9UxO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAIBM9UxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAIBM9UxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAIBM9UxO .row {
  flex-direction: row-reverse;
}
.cid-uTAIBM9UxO .mbr-description {
  color: #000000;
}
.cid-uTAIBMJ1k9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAIBMJ1k9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAIBMJ1k9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAIBMJ1k9 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIBMJ1k9 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAIBMJ1k9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIBMJ1k9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAIBMJ1k9 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAIBMJ1k9 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAIBMJ1k9 .mbr-section-title,
.cid-uTAIBMJ1k9 .title-wrapper,
.cid-uTAIBMJ1k9 .mbr-section-btn {
  text-align: center;
}
.cid-uTAIBOc4T4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAIBOc4T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAIBOc4T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAIBOc4T4 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIBOc4T4 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAIBOc4T4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIBOc4T4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAIBOc4T4 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAIBOc4T4 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAIBOc4T4 .mbr-section-title,
.cid-uTAIBOc4T4 .title-wrapper,
.cid-uTAIBOc4T4 .mbr-section-btn {
  text-align: center;
}
.cid-uTAIBOc4T4 .mbr-section-title,
.cid-uTAIBOc4T4 .mbr-section-btn,
.cid-uTAIBOc4T4 .title-wrapper {
  color: #000000;
}
.cid-uTAIBOUWQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAIBOUWQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAIBOUWQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAIBOUWQS .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIBOUWQS .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAIBOUWQS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAIBOUWQS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAIBOUWQS .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAIBOUWQS .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTAIBOUWQS .mbr-section-title,
.cid-uTAIBOUWQS .title-wrapper,
.cid-uTAIBOUWQS .mbr-section-btn {
  text-align: center;
}
#custom-html-d6 {
  /* Type valid CSS here */
}
#custom-html-d6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d6 p {
  font-size: 60px;
  color: #777;
}
.cid-uTAIBPq1Sq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAIBPq1Sq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAIBPq1Sq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAIBPq1Sq .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAIBPq1Sq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAIBPq1Sq .container {
    padding: 0 26px;
  }
}
.cid-uTAIBPq1Sq .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAIBPq1Sq .row {
    padding: 26px;
  }
}
.cid-uTAIBPq1Sq .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAIBPq1Sq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAIBPq1Sq .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAIBPq1Sq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAIBPq1Sq .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAIBPq1Sq .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAIBPq1Sq .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAIBPq1Sq .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAIBPq1Sq .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAIBPq1Sq .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAIBPq1Sq .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAIBPq1Sq .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAIBPq1Sq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAIBPq1Sq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAIBPq1Sq .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAIBPq1Sq .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAIBPq1Sq .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAIBPq1Sq .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAIBPq1Sq .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAIBPq1Sq .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAIBPq1Sq .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAIBPq1Sq .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAIBPq1Sq .mbr-section-title,
.cid-uTAIBPq1Sq .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAIBPq1Sq .list {
  color: #ffffff;
}
.cid-uTAIBPq1Sq .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAIBPq1Sq .list,
.cid-uTAIBPq1Sq .nav-wrapper,
.cid-uTAIBPq1Sq .soc-wrapper {
  text-align: center;
}
.cid-uTALhkqO04 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTALhkqO04 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTALhkqO04 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTALhkqO04 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTALhkqO04 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTALhkqO04 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTALhkqO04 .menu_box .navbar.opened,
  .cid-uTALhkqO04 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTALhkqO04 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTALhkqO04 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTALhkqO04 .btn:hover {
  box-shadow: none;
}
.cid-uTALhkqO04 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTALhkqO04 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTALhkqO04 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTALhkqO04 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTALhkqO04 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTALhkqO04 .nav-item .nav-link:hover::before,
.cid-uTALhkqO04 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTALhkqO04 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTALhkqO04 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTALhkqO04 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTALhkqO04 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTALhkqO04 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTALhkqO04 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTALhkqO04 .offcanvas_box {
    display: none;
  }
}
.cid-uTALhkqO04 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTALhkqO04 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTALhkqO04 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTALhkqO04 .container {
  display: flex;
  margin: auto;
}
.cid-uTALhkqO04 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTALhkqO04 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTALhkqO04 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTALhkqO04 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTALhkqO04 .navbar-nav {
    margin: 0;
  }
}
.cid-uTALhkqO04 .dropdown-menu,
.cid-uTALhkqO04 .navbar.opened {
  background-color: false !important;
}
.cid-uTALhkqO04 .nav-item:focus,
.cid-uTALhkqO04 .nav-link:focus {
  outline: none;
}
.cid-uTALhkqO04 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTALhkqO04 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTALhkqO04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTALhkqO04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTALhkqO04 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTALhkqO04 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTALhkqO04 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTALhkqO04 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTALhkqO04 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTALhkqO04 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTALhkqO04 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTALhkqO04 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTALhkqO04 .navbar.collapsed {
  justify-content: center;
}
.cid-uTALhkqO04 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTALhkqO04 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTALhkqO04 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTALhkqO04 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTALhkqO04 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTALhkqO04 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTALhkqO04 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTALhkqO04 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTALhkqO04 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTALhkqO04 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTALhkqO04 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTALhkqO04 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTALhkqO04 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTALhkqO04 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTALhkqO04 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTALhkqO04 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTALhkqO04 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTALhkqO04 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTALhkqO04 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTALhkqO04 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTALhkqO04 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTALhkqO04 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTALhkqO04 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTALhkqO04 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTALhkqO04 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTALhkqO04 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTALhkqO04 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTALhkqO04 .dropdown-item.active,
.cid-uTALhkqO04 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTALhkqO04 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTALhkqO04 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTALhkqO04 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTALhkqO04 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTALhkqO04 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTALhkqO04 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTALhkqO04 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTALhkqO04 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTALhkqO04 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTALhkqO04 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTALhkqO04 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTALhkqO04 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTALhkqO04 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTALhkqO04 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTALhkqO04 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTALhkqO04 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTALhkqO04 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTALhkqO04 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTALhkqO04 .navbar {
    height: 70px;
  }
  .cid-uTALhkqO04 .navbar.opened {
    height: auto;
  }
  .cid-uTALhkqO04 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTALhkqO04 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTALhkqO04 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTALhkqO04 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTALhkqO04 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTALhkqO04 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTALhkqO04 .text_widget {
  margin-bottom: 32px;
}
.cid-uTALhkqO04 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTALhkqO04 .text_widget a:hover,
.cid-uTALhkqO04 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTALhkqO04 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTALhkqO04 .icons-menu-main {
  display: flex;
}
.cid-uTALhkqO04 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTALhkqO04 .navbar-caption {
  color: #202020;
}
.cid-uTALhkqO04 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTALhkqO04 .mbr-section-subtitle,
.cid-uTALhkqO04 .text_widget,
.cid-uTALhkqO04 .mbr-section-btn {
  text-align: center;
}
.cid-uTALhkqO04 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTALhlvF3r {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTALhlvF3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALhlvF3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALhlvF3r .row {
  flex-direction: row-reverse;
}
.cid-uTALhlvF3r .mbr-description {
  color: #000000;
}
.cid-uTALhlQeK0 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTALhlQeK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALhlQeK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALhlQeK0 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALhlQeK0 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTALhlQeK0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALhlQeK0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTALhlQeK0 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTALhlQeK0 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTALhlQeK0 .mbr-section-title,
.cid-uTALhlQeK0 .title-wrapper,
.cid-uTALhlQeK0 .mbr-section-btn {
  text-align: center;
}
.cid-uTALDxbcRx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTALDxbcRx .mbr-media {
  position: relative;
}
.cid-uTALDxbcRx .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uTALDxbcRx a:hover {
  background-image: none !important;
}
.cid-uTALDxbcRx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uTALDxbcRx .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uTALDxbcRx .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uTALDxbcRx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTALDxbcRx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTALDxbcRx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTALDxbcRx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTALDxbcRx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTALDxbcRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALDxbcRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALDxbcRx .mbr-section-title {
  color: #221b35;
}
.cid-uTALhm94AX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTALhm94AX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALhm94AX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALhm94AX .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALhm94AX .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTALhm94AX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALhm94AX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTALhm94AX .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTALhm94AX .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTALhm94AX .mbr-section-title,
.cid-uTALhm94AX .title-wrapper,
.cid-uTALhm94AX .mbr-section-btn {
  text-align: center;
}
.cid-uTALhm94AX .mbr-section-title,
.cid-uTALhm94AX .mbr-section-btn,
.cid-uTALhm94AX .title-wrapper {
  color: #000000;
}
.cid-uTAN0wClxT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75b04;
  position: relative;
  overflow: hidden;
}
.cid-uTAN0wClxT .container {
  max-width: 920px;
}
.cid-uTAN0wClxT .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #f75b04;
  border: 1px solid rgba(247, 91, 4, 0.1);
}
@media (max-width: 991px) {
  .cid-uTAN0wClxT .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uTAN0wClxT .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uTAN0wClxT .border-container {
    padding: 9% 7%;
  }
}
.cid-uTAN0wClxT .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uTAN0wClxT .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uTAN0wClxT .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uTAN0wClxT .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uTAN0wClxT .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #f75b04;
  border-color: rgba(247, 91, 4, 0.1);
}
@media (max-width: 991px) {
  .cid-uTAN0wClxT .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uTAN0wClxT .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uTAN0wClxT .border-frame {
    width: 7%;
  }
}
.cid-uTAN0wClxT .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTAN0wClxT .content-container {
    min-height: auto;
  }
}
.cid-uTAN0wClxT .text-container {
  width: 100%;
}
.cid-uTAN0wClxT .text-wrapper {
  width: 100%;
}
.cid-uTAN0wClxT .mbr-text {
  color: #ffffff;
  width: 100%;
  margin: 0;
}
.cid-uTAN0wClxT .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uTAN0wClxT .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(247, 91, 4, 0.1);
}
.cid-uTAN0wClxT .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uTAN0wClxT .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uTAN0wClxT .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uTAN0wClxT .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uTAN0wClxT .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uTALhmDAQM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTALhmDAQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALhmDAQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALhmDAQM .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALhmDAQM .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTALhmDAQM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALhmDAQM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTALhmDAQM .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTALhmDAQM .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTALhmDAQM .mbr-section-title,
.cid-uTALhmDAQM .title-wrapper,
.cid-uTALhmDAQM .mbr-section-btn {
  text-align: center;
}
.cid-uTALhmTYKj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTALhmTYKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALhmTYKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALhmTYKj .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTALhmTYKj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTALhmTYKj .container {
    padding: 0 26px;
  }
}
.cid-uTALhmTYKj .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTALhmTYKj .row {
    padding: 26px;
  }
}
.cid-uTALhmTYKj .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTALhmTYKj .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTALhmTYKj .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTALhmTYKj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTALhmTYKj .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTALhmTYKj .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTALhmTYKj .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTALhmTYKj .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTALhmTYKj .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTALhmTYKj .nav-wrapper .list {
    display: block;
  }
}
.cid-uTALhmTYKj .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTALhmTYKj .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTALhmTYKj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTALhmTYKj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTALhmTYKj .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTALhmTYKj .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTALhmTYKj .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTALhmTYKj .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTALhmTYKj .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTALhmTYKj .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTALhmTYKj .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTALhmTYKj .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTALhmTYKj .mbr-section-title,
.cid-uTALhmTYKj .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTALhmTYKj .list {
  color: #ffffff;
}
.cid-uTALhmTYKj .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTALhmTYKj .list,
.cid-uTALhmTYKj .nav-wrapper,
.cid-uTALhmTYKj .soc-wrapper {
  text-align: center;
}
.cid-uTALl0qCan {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTALl0qCan .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTALl0qCan .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTALl0qCan .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTALl0qCan .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTALl0qCan .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTALl0qCan .menu_box .navbar.opened,
  .cid-uTALl0qCan .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTALl0qCan nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTALl0qCan .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTALl0qCan .btn:hover {
  box-shadow: none;
}
.cid-uTALl0qCan .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTALl0qCan .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTALl0qCan .nav-item {
    margin: 0 !important;
  }
}
.cid-uTALl0qCan .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTALl0qCan .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTALl0qCan .nav-item .nav-link:hover::before,
.cid-uTALl0qCan .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTALl0qCan .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTALl0qCan .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTALl0qCan .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTALl0qCan .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTALl0qCan .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTALl0qCan .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTALl0qCan .offcanvas_box {
    display: none;
  }
}
.cid-uTALl0qCan .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTALl0qCan .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTALl0qCan .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTALl0qCan .container {
  display: flex;
  margin: auto;
}
.cid-uTALl0qCan .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTALl0qCan .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTALl0qCan .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTALl0qCan .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTALl0qCan .navbar-nav {
    margin: 0;
  }
}
.cid-uTALl0qCan .dropdown-menu,
.cid-uTALl0qCan .navbar.opened {
  background-color: false !important;
}
.cid-uTALl0qCan .nav-item:focus,
.cid-uTALl0qCan .nav-link:focus {
  outline: none;
}
.cid-uTALl0qCan .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTALl0qCan .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTALl0qCan .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTALl0qCan .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTALl0qCan .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTALl0qCan .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTALl0qCan .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTALl0qCan .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTALl0qCan .navbar.opened {
  transition: all 0.3s;
}
.cid-uTALl0qCan .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTALl0qCan .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTALl0qCan .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTALl0qCan .navbar.collapsed {
  justify-content: center;
}
.cid-uTALl0qCan .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTALl0qCan .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTALl0qCan .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTALl0qCan .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTALl0qCan .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTALl0qCan .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTALl0qCan .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTALl0qCan .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTALl0qCan .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTALl0qCan .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTALl0qCan .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTALl0qCan .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTALl0qCan .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTALl0qCan .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTALl0qCan .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTALl0qCan .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTALl0qCan .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTALl0qCan .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTALl0qCan .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTALl0qCan .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTALl0qCan .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTALl0qCan .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTALl0qCan .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTALl0qCan .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTALl0qCan .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTALl0qCan .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTALl0qCan .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTALl0qCan .dropdown-item.active,
.cid-uTALl0qCan .dropdown-item:active {
  background-color: transparent;
}
.cid-uTALl0qCan .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTALl0qCan .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTALl0qCan .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTALl0qCan .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTALl0qCan ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTALl0qCan .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTALl0qCan button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTALl0qCan button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTALl0qCan button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTALl0qCan button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTALl0qCan button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTALl0qCan button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTALl0qCan nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTALl0qCan nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTALl0qCan nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTALl0qCan nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTALl0qCan a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTALl0qCan .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTALl0qCan .navbar {
    height: 70px;
  }
  .cid-uTALl0qCan .navbar.opened {
    height: auto;
  }
  .cid-uTALl0qCan .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTALl0qCan .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTALl0qCan .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTALl0qCan .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTALl0qCan .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTALl0qCan .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTALl0qCan .text_widget {
  margin-bottom: 32px;
}
.cid-uTALl0qCan .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTALl0qCan .text_widget a:hover,
.cid-uTALl0qCan .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTALl0qCan .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTALl0qCan .icons-menu-main {
  display: flex;
}
.cid-uTALl0qCan .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTALl0qCan .navbar-caption {
  color: #202020;
}
.cid-uTALl0qCan .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTALl0qCan .mbr-section-subtitle,
.cid-uTALl0qCan .text_widget,
.cid-uTALl0qCan .mbr-section-btn {
  text-align: center;
}
.cid-uTALl0qCan a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTALl17cAr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTALl17cAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALl17cAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALl17cAr .row {
  flex-direction: row-reverse;
}
.cid-uTALl17cAr .mbr-description {
  color: #000000;
}
.cid-uTALl1lgRw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTALl1lgRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALl1lgRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALl1lgRw .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALl1lgRw .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTALl1lgRw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALl1lgRw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTALl1lgRw .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTALl1lgRw .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTALl1lgRw .mbr-section-title,
.cid-uTALl1lgRw .title-wrapper,
.cid-uTALl1lgRw .mbr-section-btn {
  text-align: center;
}
.cid-uTALl1xIUG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTALl1xIUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALl1xIUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALl1xIUG .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALl1xIUG .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTALl1xIUG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALl1xIUG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTALl1xIUG .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTALl1xIUG .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTALl1xIUG .mbr-section-title,
.cid-uTALl1xIUG .title-wrapper,
.cid-uTALl1xIUG .mbr-section-btn {
  text-align: center;
}
.cid-uTALl1xIUG .mbr-section-title,
.cid-uTALl1xIUG .mbr-section-btn,
.cid-uTALl1xIUG .title-wrapper {
  color: #000000;
}
.cid-uTALl1TEPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTALl1TEPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALl1TEPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALl1TEPL .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALl1TEPL .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTALl1TEPL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTALl1TEPL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTALl1TEPL .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTALl1TEPL .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTALl1TEPL .mbr-section-title,
.cid-uTALl1TEPL .title-wrapper,
.cid-uTALl1TEPL .mbr-section-btn {
  text-align: center;
}
#custom-html-d7 {
  /* Type valid CSS here */
}
#custom-html-d7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d7 p {
  font-size: 60px;
  color: #777;
}
.cid-uTALl26SL7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTALl26SL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTALl26SL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTALl26SL7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTALl26SL7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTALl26SL7 .container {
    padding: 0 26px;
  }
}
.cid-uTALl26SL7 .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTALl26SL7 .row {
    padding: 26px;
  }
}
.cid-uTALl26SL7 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTALl26SL7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTALl26SL7 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTALl26SL7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTALl26SL7 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTALl26SL7 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTALl26SL7 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTALl26SL7 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTALl26SL7 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTALl26SL7 .nav-wrapper .list {
    display: block;
  }
}
.cid-uTALl26SL7 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTALl26SL7 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTALl26SL7 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTALl26SL7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTALl26SL7 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTALl26SL7 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTALl26SL7 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTALl26SL7 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTALl26SL7 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTALl26SL7 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTALl26SL7 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTALl26SL7 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTALl26SL7 .mbr-section-title,
.cid-uTALl26SL7 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTALl26SL7 .list {
  color: #ffffff;
}
.cid-uTALl26SL7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTALl26SL7 .list,
.cid-uTALl26SL7 .nav-wrapper,
.cid-uTALl26SL7 .soc-wrapper {
  text-align: center;
}
.cid-uTAOt54a4E {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAOt54a4E .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAOt54a4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAOt54a4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAOt54a4E .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAOt54a4E .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAOt54a4E .menu_box .navbar.opened,
  .cid-uTAOt54a4E .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAOt54a4E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAOt54a4E .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAOt54a4E .btn:hover {
  box-shadow: none;
}
.cid-uTAOt54a4E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAOt54a4E .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAOt54a4E .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAOt54a4E .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAOt54a4E .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAOt54a4E .nav-item .nav-link:hover::before,
.cid-uTAOt54a4E .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAOt54a4E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAOt54a4E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAOt54a4E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAOt54a4E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAOt54a4E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAOt54a4E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAOt54a4E .offcanvas_box {
    display: none;
  }
}
.cid-uTAOt54a4E .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAOt54a4E .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAOt54a4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAOt54a4E .container {
  display: flex;
  margin: auto;
}
.cid-uTAOt54a4E .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAOt54a4E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAOt54a4E .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAOt54a4E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAOt54a4E .navbar-nav {
    margin: 0;
  }
}
.cid-uTAOt54a4E .dropdown-menu,
.cid-uTAOt54a4E .navbar.opened {
  background-color: false !important;
}
.cid-uTAOt54a4E .nav-item:focus,
.cid-uTAOt54a4E .nav-link:focus {
  outline: none;
}
.cid-uTAOt54a4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAOt54a4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAOt54a4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAOt54a4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAOt54a4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAOt54a4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAOt54a4E .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAOt54a4E .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAOt54a4E .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAOt54a4E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAOt54a4E .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAOt54a4E .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAOt54a4E .navbar.collapsed {
  justify-content: center;
}
.cid-uTAOt54a4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAOt54a4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAOt54a4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAOt54a4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAOt54a4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAOt54a4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAOt54a4E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAOt54a4E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAOt54a4E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAOt54a4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAOt54a4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAOt54a4E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAOt54a4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAOt54a4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAOt54a4E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAOt54a4E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAOt54a4E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAOt54a4E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAOt54a4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAOt54a4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAOt54a4E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAOt54a4E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAOt54a4E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAOt54a4E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAOt54a4E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAOt54a4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAOt54a4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAOt54a4E .dropdown-item.active,
.cid-uTAOt54a4E .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAOt54a4E .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAOt54a4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAOt54a4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAOt54a4E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAOt54a4E ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAOt54a4E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAOt54a4E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAOt54a4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAOt54a4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAOt54a4E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAOt54a4E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAOt54a4E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAOt54a4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAOt54a4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAOt54a4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAOt54a4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAOt54a4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAOt54a4E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAOt54a4E .navbar {
    height: 70px;
  }
  .cid-uTAOt54a4E .navbar.opened {
    height: auto;
  }
  .cid-uTAOt54a4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAOt54a4E .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAOt54a4E .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAOt54a4E .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAOt54a4E .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAOt54a4E .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAOt54a4E .text_widget {
  margin-bottom: 32px;
}
.cid-uTAOt54a4E .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAOt54a4E .text_widget a:hover,
.cid-uTAOt54a4E .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAOt54a4E .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAOt54a4E .icons-menu-main {
  display: flex;
}
.cid-uTAOt54a4E .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOt54a4E .navbar-caption {
  color: #202020;
}
.cid-uTAOt54a4E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOt54a4E .mbr-section-subtitle,
.cid-uTAOt54a4E .text_widget,
.cid-uTAOt54a4E .mbr-section-btn {
  text-align: center;
}
.cid-uTAOt54a4E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAOt6hxOk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOt6hxOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOt6hxOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOt6hxOk .row {
  flex-direction: row-reverse;
}
.cid-uTAOt6hxOk .mbr-description {
  color: #000000;
}
.cid-uTAOt6NHnX {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAOt6NHnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOt6NHnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOt6NHnX .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOt6NHnX .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOt6NHnX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOt6NHnX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOt6NHnX .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOt6NHnX .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAOt6NHnX .mbr-section-title,
.cid-uTAOt6NHnX .title-wrapper,
.cid-uTAOt6NHnX .mbr-section-btn {
  text-align: center;
}
.cid-uTAOt72r3k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOt72r3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOt72r3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOt72r3k .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOt72r3k .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOt72r3k .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOt72r3k .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOt72r3k .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOt72r3k .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAOt72r3k .mbr-section-title,
.cid-uTAOt72r3k .title-wrapper,
.cid-uTAOt72r3k .mbr-section-btn {
  text-align: center;
}
.cid-uTAOt72r3k .mbr-section-title,
.cid-uTAOt72r3k .mbr-section-btn,
.cid-uTAOt72r3k .title-wrapper {
  color: #000000;
}
.cid-uTAOt7rWof {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOt7rWof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOt7rWof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOt7rWof .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOt7rWof .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOt7rWof .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOt7rWof .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOt7rWof .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOt7rWof .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTAOt7rWof .mbr-section-title,
.cid-uTAOt7rWof .title-wrapper,
.cid-uTAOt7rWof .mbr-section-btn {
  text-align: center;
}
#custom-html-d8 {
  /* Type valid CSS here */
}
#custom-html-d8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d8 p {
  font-size: 60px;
  color: #777;
}
.cid-uTAOt7GuL4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAOt7GuL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOt7GuL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOt7GuL4 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAOt7GuL4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAOt7GuL4 .container {
    padding: 0 26px;
  }
}
.cid-uTAOt7GuL4 .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAOt7GuL4 .row {
    padding: 26px;
  }
}
.cid-uTAOt7GuL4 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOt7GuL4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAOt7GuL4 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAOt7GuL4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAOt7GuL4 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAOt7GuL4 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAOt7GuL4 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAOt7GuL4 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOt7GuL4 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAOt7GuL4 .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAOt7GuL4 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAOt7GuL4 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAOt7GuL4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAOt7GuL4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAOt7GuL4 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAOt7GuL4 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOt7GuL4 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAOt7GuL4 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAOt7GuL4 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAOt7GuL4 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAOt7GuL4 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAOt7GuL4 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAOt7GuL4 .mbr-section-title,
.cid-uTAOt7GuL4 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOt7GuL4 .list {
  color: #ffffff;
}
.cid-uTAOt7GuL4 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOt7GuL4 .list,
.cid-uTAOt7GuL4 .nav-wrapper,
.cid-uTAOt7GuL4 .soc-wrapper {
  text-align: center;
}
.cid-uTAOAiGx6H {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAOAiGx6H .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAOAiGx6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAOAiGx6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAOAiGx6H .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAOAiGx6H .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAOAiGx6H .menu_box .navbar.opened,
  .cid-uTAOAiGx6H .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAOAiGx6H nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAOAiGx6H .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAOAiGx6H .btn:hover {
  box-shadow: none;
}
.cid-uTAOAiGx6H .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAOAiGx6H .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAOAiGx6H .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAOAiGx6H .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAOAiGx6H .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAOAiGx6H .nav-item .nav-link:hover::before,
.cid-uTAOAiGx6H .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAOAiGx6H .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAOAiGx6H .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAOAiGx6H .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAOAiGx6H .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAOAiGx6H .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAOAiGx6H .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAOAiGx6H .offcanvas_box {
    display: none;
  }
}
.cid-uTAOAiGx6H .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAOAiGx6H .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAOAiGx6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAOAiGx6H .container {
  display: flex;
  margin: auto;
}
.cid-uTAOAiGx6H .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAOAiGx6H .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAOAiGx6H .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAOAiGx6H .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAOAiGx6H .navbar-nav {
    margin: 0;
  }
}
.cid-uTAOAiGx6H .dropdown-menu,
.cid-uTAOAiGx6H .navbar.opened {
  background-color: false !important;
}
.cid-uTAOAiGx6H .nav-item:focus,
.cid-uTAOAiGx6H .nav-link:focus {
  outline: none;
}
.cid-uTAOAiGx6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAOAiGx6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAOAiGx6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAOAiGx6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAOAiGx6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAOAiGx6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAOAiGx6H .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAOAiGx6H .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAOAiGx6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAOAiGx6H .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAOAiGx6H .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAOAiGx6H .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAOAiGx6H .navbar.collapsed {
  justify-content: center;
}
.cid-uTAOAiGx6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAOAiGx6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAOAiGx6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAOAiGx6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAOAiGx6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAOAiGx6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAOAiGx6H .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAOAiGx6H .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAOAiGx6H .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAOAiGx6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAOAiGx6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAOAiGx6H .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAOAiGx6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAOAiGx6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAOAiGx6H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAOAiGx6H .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAOAiGx6H .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAOAiGx6H .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAOAiGx6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAOAiGx6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAOAiGx6H .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAOAiGx6H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAOAiGx6H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAOAiGx6H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAOAiGx6H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAOAiGx6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAOAiGx6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAOAiGx6H .dropdown-item.active,
.cid-uTAOAiGx6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAOAiGx6H .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAOAiGx6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAOAiGx6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAOAiGx6H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAOAiGx6H ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAOAiGx6H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAOAiGx6H button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAOAiGx6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAOAiGx6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAOAiGx6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAOAiGx6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAOAiGx6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAOAiGx6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAOAiGx6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAOAiGx6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAOAiGx6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAOAiGx6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAOAiGx6H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAOAiGx6H .navbar {
    height: 70px;
  }
  .cid-uTAOAiGx6H .navbar.opened {
    height: auto;
  }
  .cid-uTAOAiGx6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAOAiGx6H .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAOAiGx6H .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAOAiGx6H .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAOAiGx6H .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAOAiGx6H .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAOAiGx6H .text_widget {
  margin-bottom: 32px;
}
.cid-uTAOAiGx6H .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAOAiGx6H .text_widget a:hover,
.cid-uTAOAiGx6H .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAOAiGx6H .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAOAiGx6H .icons-menu-main {
  display: flex;
}
.cid-uTAOAiGx6H .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOAiGx6H .navbar-caption {
  color: #202020;
}
.cid-uTAOAiGx6H .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOAiGx6H .mbr-section-subtitle,
.cid-uTAOAiGx6H .text_widget,
.cid-uTAOAiGx6H .mbr-section-btn {
  text-align: center;
}
.cid-uTAOAiGx6H a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAOAjyDn9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOAjyDn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOAjyDn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOAjyDn9 .row {
  flex-direction: row-reverse;
}
.cid-uTAOAjyDn9 .mbr-description {
  color: #000000;
}
.cid-uTAOAjS0bZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAOAjS0bZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOAjS0bZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOAjS0bZ .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOAjS0bZ .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOAjS0bZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOAjS0bZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOAjS0bZ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOAjS0bZ .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAOAjS0bZ .mbr-section-title,
.cid-uTAOAjS0bZ .title-wrapper,
.cid-uTAOAjS0bZ .mbr-section-btn {
  text-align: center;
}
.cid-uTAPQyMuzZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTAPQyMuzZ .mbr-media {
  position: relative;
}
.cid-uTAPQyMuzZ .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uTAPQyMuzZ a:hover {
  background-image: none !important;
}
.cid-uTAPQyMuzZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uTAPQyMuzZ .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uTAPQyMuzZ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uTAPQyMuzZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTAPQyMuzZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTAPQyMuzZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTAPQyMuzZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTAPQyMuzZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTAPQyMuzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAPQyMuzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAPQyMuzZ .mbr-section-title {
  color: #221b35;
}
.cid-uTAOAk8ioC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOAk8ioC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOAk8ioC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOAk8ioC .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOAk8ioC .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOAk8ioC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOAk8ioC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOAk8ioC .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOAk8ioC .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAOAk8ioC .mbr-section-title,
.cid-uTAOAk8ioC .title-wrapper,
.cid-uTAOAk8ioC .mbr-section-btn {
  text-align: center;
}
.cid-uTAOAk8ioC .mbr-section-title,
.cid-uTAOAk8ioC .mbr-section-btn,
.cid-uTAOAk8ioC .title-wrapper {
  color: #000000;
}
.cid-uTASoe9UAC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75b04;
  position: relative;
  overflow: hidden;
}
.cid-uTASoe9UAC .container {
  max-width: 920px;
}
.cid-uTASoe9UAC .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #f75b04;
  border: 1px solid rgba(247, 91, 4, 0.1);
}
@media (max-width: 991px) {
  .cid-uTASoe9UAC .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uTASoe9UAC .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uTASoe9UAC .border-container {
    padding: 9% 7%;
  }
}
.cid-uTASoe9UAC .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uTASoe9UAC .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uTASoe9UAC .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uTASoe9UAC .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uTASoe9UAC .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #f75b04;
  border-color: rgba(247, 91, 4, 0.1);
}
@media (max-width: 991px) {
  .cid-uTASoe9UAC .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uTASoe9UAC .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uTASoe9UAC .border-frame {
    width: 7%;
  }
}
.cid-uTASoe9UAC .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTASoe9UAC .content-container {
    min-height: auto;
  }
}
.cid-uTASoe9UAC .text-container {
  width: 100%;
}
.cid-uTASoe9UAC .text-wrapper {
  width: 100%;
}
.cid-uTASoe9UAC .mbr-text {
  color: #ffffff;
  width: 100%;
  margin: 0;
}
.cid-uTASoe9UAC .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uTASoe9UAC .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(247, 91, 4, 0.1);
}
.cid-uTASoe9UAC .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uTASoe9UAC .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uTASoe9UAC .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uTASoe9UAC .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uTASoe9UAC .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uUSuNhXOCJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUSuNhXOCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSuNhXOCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSuNhXOCJ .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSuNhXOCJ .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSuNhXOCJ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUSuNhXOCJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSuNhXOCJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUSuNhXOCJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uUSuNhXOCJ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uUSuNhXOCJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUSuNhXOCJ .mbr-label,
.cid-uUSuNhXOCJ .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUSuNhXOCJ .mbr-section-title {
  color: #19171c;
}
.cid-uUSuNhXOCJ .mbr-text,
.cid-uUSuNhXOCJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSuNhXOCJ .mbr-section-title,
.cid-uUSuNhXOCJ .title-wrapper,
.cid-uUSuNhXOCJ .mbr-section-btn {
  text-align: center;
}
.cid-uUSuNhXOCJ .mbr-section-title,
.cid-uUSuNhXOCJ .mbr-section-btn,
.cid-uUSuNhXOCJ .title-wrapper {
  color: #ffffff;
}
.cid-uTAOAkKM7f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAOAkKM7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOAkKM7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOAkKM7f .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAOAkKM7f .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAOAkKM7f .container {
    padding: 0 26px;
  }
}
.cid-uTAOAkKM7f .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAOAkKM7f .row {
    padding: 26px;
  }
}
.cid-uTAOAkKM7f .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOAkKM7f .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAOAkKM7f .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAOAkKM7f .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAOAkKM7f .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAOAkKM7f .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAOAkKM7f .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAOAkKM7f .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOAkKM7f .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAOAkKM7f .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAOAkKM7f .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAOAkKM7f .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAOAkKM7f .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAOAkKM7f .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAOAkKM7f .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAOAkKM7f .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOAkKM7f .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAOAkKM7f .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAOAkKM7f .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAOAkKM7f .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAOAkKM7f .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAOAkKM7f .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAOAkKM7f .mbr-section-title,
.cid-uTAOAkKM7f .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOAkKM7f .list {
  color: #ffffff;
}
.cid-uTAOAkKM7f .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOAkKM7f .list,
.cid-uTAOAkKM7f .nav-wrapper,
.cid-uTAOAkKM7f .soc-wrapper {
  text-align: center;
}
.cid-uTDE60iz0X {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDE60iz0X .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDE60iz0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDE60iz0X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDE60iz0X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDE60iz0X .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDE60iz0X .menu_box .navbar.opened,
  .cid-uTDE60iz0X .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDE60iz0X nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDE60iz0X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDE60iz0X .btn:hover {
  box-shadow: none;
}
.cid-uTDE60iz0X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDE60iz0X .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDE60iz0X .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDE60iz0X .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDE60iz0X .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDE60iz0X .nav-item .nav-link:hover::before,
.cid-uTDE60iz0X .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDE60iz0X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDE60iz0X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDE60iz0X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDE60iz0X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDE60iz0X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDE60iz0X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDE60iz0X .offcanvas_box {
    display: none;
  }
}
.cid-uTDE60iz0X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDE60iz0X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDE60iz0X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDE60iz0X .container {
  display: flex;
  margin: auto;
}
.cid-uTDE60iz0X .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDE60iz0X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDE60iz0X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDE60iz0X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDE60iz0X .navbar-nav {
    margin: 0;
  }
}
.cid-uTDE60iz0X .dropdown-menu,
.cid-uTDE60iz0X .navbar.opened {
  background-color: false !important;
}
.cid-uTDE60iz0X .nav-item:focus,
.cid-uTDE60iz0X .nav-link:focus {
  outline: none;
}
.cid-uTDE60iz0X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDE60iz0X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDE60iz0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDE60iz0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDE60iz0X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDE60iz0X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDE60iz0X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDE60iz0X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDE60iz0X .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDE60iz0X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDE60iz0X .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDE60iz0X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDE60iz0X .navbar.collapsed {
  justify-content: center;
}
.cid-uTDE60iz0X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDE60iz0X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDE60iz0X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDE60iz0X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDE60iz0X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDE60iz0X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDE60iz0X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDE60iz0X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDE60iz0X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDE60iz0X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDE60iz0X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDE60iz0X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDE60iz0X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDE60iz0X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDE60iz0X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDE60iz0X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDE60iz0X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDE60iz0X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDE60iz0X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDE60iz0X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDE60iz0X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDE60iz0X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDE60iz0X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDE60iz0X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDE60iz0X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDE60iz0X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDE60iz0X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDE60iz0X .dropdown-item.active,
.cid-uTDE60iz0X .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDE60iz0X .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDE60iz0X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDE60iz0X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDE60iz0X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDE60iz0X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDE60iz0X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDE60iz0X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDE60iz0X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDE60iz0X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDE60iz0X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDE60iz0X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDE60iz0X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDE60iz0X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDE60iz0X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDE60iz0X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDE60iz0X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDE60iz0X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDE60iz0X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDE60iz0X .navbar {
    height: 70px;
  }
  .cid-uTDE60iz0X .navbar.opened {
    height: auto;
  }
  .cid-uTDE60iz0X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDE60iz0X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDE60iz0X .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDE60iz0X .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDE60iz0X .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDE60iz0X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDE60iz0X .text_widget {
  margin-bottom: 32px;
}
.cid-uTDE60iz0X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDE60iz0X .text_widget a:hover,
.cid-uTDE60iz0X .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDE60iz0X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDE60iz0X .icons-menu-main {
  display: flex;
}
.cid-uTDE60iz0X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDE60iz0X .navbar-caption {
  color: #202020;
}
.cid-uTDE60iz0X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDE60iz0X .mbr-section-subtitle,
.cid-uTDE60iz0X .text_widget,
.cid-uTDE60iz0X .mbr-section-btn {
  text-align: center;
}
.cid-uTDE60iz0X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDEipDXw1 {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/wellness.png-1600x1200.png");
}
.cid-uTDEipDXw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDEipDXw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDEipDXw1 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uTDEipDXw1 .image-wrap {
    height: 350px;
  }
}
.cid-uTDE61Zt94 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDE61Zt94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDE61Zt94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDE61Zt94 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDE61Zt94 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDE61Zt94 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDE61Zt94 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDE61Zt94 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDE61Zt94 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDE61Zt94 .mbr-section-title,
.cid-uTDE61Zt94 .title-wrapper,
.cid-uTDE61Zt94 .mbr-section-btn {
  text-align: center;
}
.cid-uTDE61Zt94 .mbr-section-title,
.cid-uTDE61Zt94 .mbr-section-btn,
.cid-uTDE61Zt94 .title-wrapper {
  color: #2a4b6e;
}
.cid-uTDEJR8jF3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTDEJR8jF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDEJR8jF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTDEJR8jF3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTDEJR8jF3 .container {
    padding: 0 24px;
  }
}
.cid-uTDEJR8jF3 .image-wrapper img {
  border: 1px solid #ffffff;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uTDEJR8jF3 .image-wrapper img {
    height: 400px;
  }
}
.cid-uTDFi6xkXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a4b6e;
}
.cid-uTDFi6xkXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDFi6xkXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDFi6xkXD .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDFi6xkXD .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDFi6xkXD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDFi6xkXD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDFi6xkXD .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDFi6xkXD .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDFi6xkXD .mbr-section-title,
.cid-uTDFi6xkXD .title-wrapper,
.cid-uTDFi6xkXD .mbr-section-btn {
  text-align: center;
}
.cid-uTDFfoNpD8 {
  background-image: url("../../../assets/images/vegetables.png-1440x1080.png");
}
.cid-uTDFfoNpD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDFfoNpD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDFfoNpD8 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uTDFfoNpD8 .image-wrap {
    height: 350px;
  }
}
.cid-uTDFKxeojs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDFKxeojs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDFKxeojs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDFKxeojs .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTDFKxeojs .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTDFKxeojs .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTDFKxeojs .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uTDFKxeojs .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTDFKxeojs .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uTDFKxeojs .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uTDFKxeojs .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDFKxeojs .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTDFKxeojs .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uTDFKxeojs .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTDFKxeojs .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTDFKxeojs .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTDFKxeojs .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTDFKxeojs .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uTDFKxeojs .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uTDFKxeojs .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTDFKxeojs .mbr-section-title {
  color: #000000;
}
.cid-uTDFKxeojs .mbr-text,
.cid-uTDFKxeojs .text-wrapper {
  color: #000000;
}
.cid-uTDE62wthv {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pill.png-1600x381.png");
}
.cid-uTDE62wthv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDE62wthv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDE62wthv .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDE62wthv .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTDE62wthv .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTDE62wthv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDE62wthv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDE62wthv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTDE62wthv .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTDE62wthv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDE62wthv .mbr-label,
.cid-uTDE62wthv .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDE62wthv .mbr-section-title {
  color: #19171c;
}
.cid-uTDE62wthv .mbr-text,
.cid-uTDE62wthv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDE62wthv .mbr-section-title,
.cid-uTDE62wthv .title-wrapper,
.cid-uTDE62wthv .mbr-section-btn {
  text-align: center;
}
.cid-uTDE62NXp1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDE62NXp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDE62NXp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDE62NXp1 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDE62NXp1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDE62NXp1 .container {
    padding: 0 26px;
  }
}
.cid-uTDE62NXp1 .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDE62NXp1 .row {
    padding: 26px;
  }
}
.cid-uTDE62NXp1 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDE62NXp1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDE62NXp1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDE62NXp1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDE62NXp1 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDE62NXp1 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDE62NXp1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDE62NXp1 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDE62NXp1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDE62NXp1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDE62NXp1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDE62NXp1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDE62NXp1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDE62NXp1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDE62NXp1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDE62NXp1 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDE62NXp1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDE62NXp1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDE62NXp1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDE62NXp1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDE62NXp1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDE62NXp1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDE62NXp1 .mbr-section-title,
.cid-uTDE62NXp1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDE62NXp1 .list {
  color: #ffffff;
}
.cid-uTDE62NXp1 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDE62NXp1 .list,
.cid-uTDE62NXp1 .nav-wrapper,
.cid-uTDE62NXp1 .soc-wrapper {
  text-align: center;
}
.cid-uTDHcaWicz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDHcaWicz .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDHcaWicz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDHcaWicz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDHcaWicz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDHcaWicz .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDHcaWicz .menu_box .navbar.opened,
  .cid-uTDHcaWicz .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDHcaWicz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDHcaWicz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDHcaWicz .btn:hover {
  box-shadow: none;
}
.cid-uTDHcaWicz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDHcaWicz .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDHcaWicz .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDHcaWicz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDHcaWicz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDHcaWicz .nav-item .nav-link:hover::before,
.cid-uTDHcaWicz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDHcaWicz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDHcaWicz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDHcaWicz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDHcaWicz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDHcaWicz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDHcaWicz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDHcaWicz .offcanvas_box {
    display: none;
  }
}
.cid-uTDHcaWicz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDHcaWicz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDHcaWicz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDHcaWicz .container {
  display: flex;
  margin: auto;
}
.cid-uTDHcaWicz .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDHcaWicz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDHcaWicz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDHcaWicz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDHcaWicz .navbar-nav {
    margin: 0;
  }
}
.cid-uTDHcaWicz .dropdown-menu,
.cid-uTDHcaWicz .navbar.opened {
  background-color: false !important;
}
.cid-uTDHcaWicz .nav-item:focus,
.cid-uTDHcaWicz .nav-link:focus {
  outline: none;
}
.cid-uTDHcaWicz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDHcaWicz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDHcaWicz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDHcaWicz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDHcaWicz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDHcaWicz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDHcaWicz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDHcaWicz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDHcaWicz .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDHcaWicz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDHcaWicz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDHcaWicz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDHcaWicz .navbar.collapsed {
  justify-content: center;
}
.cid-uTDHcaWicz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDHcaWicz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDHcaWicz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDHcaWicz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDHcaWicz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDHcaWicz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDHcaWicz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDHcaWicz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDHcaWicz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDHcaWicz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDHcaWicz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDHcaWicz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDHcaWicz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDHcaWicz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDHcaWicz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDHcaWicz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDHcaWicz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDHcaWicz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDHcaWicz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDHcaWicz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDHcaWicz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDHcaWicz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDHcaWicz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDHcaWicz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDHcaWicz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDHcaWicz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDHcaWicz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDHcaWicz .dropdown-item.active,
.cid-uTDHcaWicz .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDHcaWicz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDHcaWicz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDHcaWicz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDHcaWicz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDHcaWicz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDHcaWicz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDHcaWicz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDHcaWicz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDHcaWicz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDHcaWicz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDHcaWicz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDHcaWicz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDHcaWicz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDHcaWicz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDHcaWicz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDHcaWicz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDHcaWicz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDHcaWicz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDHcaWicz .navbar {
    height: 70px;
  }
  .cid-uTDHcaWicz .navbar.opened {
    height: auto;
  }
  .cid-uTDHcaWicz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDHcaWicz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDHcaWicz .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDHcaWicz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDHcaWicz .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDHcaWicz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDHcaWicz .text_widget {
  margin-bottom: 32px;
}
.cid-uTDHcaWicz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDHcaWicz .text_widget a:hover,
.cid-uTDHcaWicz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDHcaWicz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDHcaWicz .icons-menu-main {
  display: flex;
}
.cid-uTDHcaWicz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDHcaWicz .navbar-caption {
  color: #202020;
}
.cid-uTDHcaWicz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDHcaWicz .mbr-section-subtitle,
.cid-uTDHcaWicz .text_widget,
.cid-uTDHcaWicz .mbr-section-btn {
  text-align: center;
}
.cid-uTDHcaWicz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDHcceTgq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDHcceTgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDHcceTgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDHcceTgq .row {
  flex-direction: row-reverse;
}
.cid-uTDHcceTgq .mbr-description {
  color: #000000;
}
.cid-uTDHccK8MO {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTDHccK8MO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDHccK8MO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDHccK8MO .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDHccK8MO .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDHccK8MO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDHccK8MO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDHccK8MO .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDHccK8MO .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDHccK8MO .mbr-section-title,
.cid-uTDHccK8MO .title-wrapper,
.cid-uTDHccK8MO .mbr-section-btn {
  text-align: center;
}
.cid-uTDHcd7uWF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDHcd7uWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDHcd7uWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDHcd7uWF .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDHcd7uWF .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDHcd7uWF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDHcd7uWF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDHcd7uWF .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDHcd7uWF .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDHcd7uWF .mbr-section-title,
.cid-uTDHcd7uWF .title-wrapper,
.cid-uTDHcd7uWF .mbr-section-btn {
  text-align: center;
}
.cid-uTDHcd7uWF .mbr-section-title,
.cid-uTDHcd7uWF .mbr-section-btn,
.cid-uTDHcd7uWF .title-wrapper {
  color: #000000;
}
.cid-uTDHcdtHeM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTDHcdtHeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDHcdtHeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDHcdtHeM .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDHcdtHeM .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTDHcdtHeM .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTDHcdtHeM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDHcdtHeM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDHcdtHeM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTDHcdtHeM .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTDHcdtHeM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDHcdtHeM .mbr-label,
.cid-uTDHcdtHeM .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDHcdtHeM .mbr-section-title {
  color: #19171c;
}
.cid-uTDHcdtHeM .mbr-text,
.cid-uTDHcdtHeM .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDHcdtHeM .mbr-section-title,
.cid-uTDHcdtHeM .title-wrapper,
.cid-uTDHcdtHeM .mbr-section-btn {
  text-align: center;
}
.cid-uTDHcdTqju {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDHcdTqju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDHcdTqju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDHcdTqju .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDHcdTqju .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDHcdTqju .container {
    padding: 0 26px;
  }
}
.cid-uTDHcdTqju .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDHcdTqju .row {
    padding: 26px;
  }
}
.cid-uTDHcdTqju .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDHcdTqju .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDHcdTqju .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDHcdTqju .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDHcdTqju .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDHcdTqju .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDHcdTqju .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDHcdTqju .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDHcdTqju .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDHcdTqju .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDHcdTqju .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDHcdTqju .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDHcdTqju .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDHcdTqju .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDHcdTqju .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDHcdTqju .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDHcdTqju .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDHcdTqju .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDHcdTqju .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDHcdTqju .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDHcdTqju .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDHcdTqju .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDHcdTqju .mbr-section-title,
.cid-uTDHcdTqju .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDHcdTqju .list {
  color: #ffffff;
}
.cid-uTDHcdTqju .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDHcdTqju .list,
.cid-uTDHcdTqju .nav-wrapper,
.cid-uTDHcdTqju .soc-wrapper {
  text-align: center;
}
.cid-uTDIPdJA7B {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDIPdJA7B .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDIPdJA7B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDIPdJA7B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDIPdJA7B .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDIPdJA7B .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDIPdJA7B .menu_box .navbar.opened,
  .cid-uTDIPdJA7B .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDIPdJA7B nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDIPdJA7B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDIPdJA7B .btn:hover {
  box-shadow: none;
}
.cid-uTDIPdJA7B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDIPdJA7B .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDIPdJA7B .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDIPdJA7B .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDIPdJA7B .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDIPdJA7B .nav-item .nav-link:hover::before,
.cid-uTDIPdJA7B .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDIPdJA7B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDIPdJA7B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDIPdJA7B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDIPdJA7B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDIPdJA7B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDIPdJA7B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDIPdJA7B .offcanvas_box {
    display: none;
  }
}
.cid-uTDIPdJA7B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDIPdJA7B .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDIPdJA7B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDIPdJA7B .container {
  display: flex;
  margin: auto;
}
.cid-uTDIPdJA7B .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDIPdJA7B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDIPdJA7B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDIPdJA7B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDIPdJA7B .navbar-nav {
    margin: 0;
  }
}
.cid-uTDIPdJA7B .dropdown-menu,
.cid-uTDIPdJA7B .navbar.opened {
  background-color: false !important;
}
.cid-uTDIPdJA7B .nav-item:focus,
.cid-uTDIPdJA7B .nav-link:focus {
  outline: none;
}
.cid-uTDIPdJA7B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDIPdJA7B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDIPdJA7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDIPdJA7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDIPdJA7B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDIPdJA7B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDIPdJA7B .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDIPdJA7B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDIPdJA7B .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDIPdJA7B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDIPdJA7B .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDIPdJA7B .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDIPdJA7B .navbar.collapsed {
  justify-content: center;
}
.cid-uTDIPdJA7B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDIPdJA7B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDIPdJA7B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDIPdJA7B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDIPdJA7B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDIPdJA7B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDIPdJA7B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDIPdJA7B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDIPdJA7B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDIPdJA7B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDIPdJA7B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDIPdJA7B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDIPdJA7B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDIPdJA7B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDIPdJA7B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDIPdJA7B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDIPdJA7B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDIPdJA7B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDIPdJA7B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDIPdJA7B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDIPdJA7B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDIPdJA7B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDIPdJA7B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDIPdJA7B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDIPdJA7B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDIPdJA7B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDIPdJA7B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDIPdJA7B .dropdown-item.active,
.cid-uTDIPdJA7B .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDIPdJA7B .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDIPdJA7B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDIPdJA7B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDIPdJA7B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDIPdJA7B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDIPdJA7B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDIPdJA7B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDIPdJA7B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDIPdJA7B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDIPdJA7B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDIPdJA7B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDIPdJA7B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDIPdJA7B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDIPdJA7B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDIPdJA7B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDIPdJA7B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDIPdJA7B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDIPdJA7B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDIPdJA7B .navbar {
    height: 70px;
  }
  .cid-uTDIPdJA7B .navbar.opened {
    height: auto;
  }
  .cid-uTDIPdJA7B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDIPdJA7B .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDIPdJA7B .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDIPdJA7B .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDIPdJA7B .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDIPdJA7B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDIPdJA7B .text_widget {
  margin-bottom: 32px;
}
.cid-uTDIPdJA7B .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDIPdJA7B .text_widget a:hover,
.cid-uTDIPdJA7B .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDIPdJA7B .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDIPdJA7B .icons-menu-main {
  display: flex;
}
.cid-uTDIPdJA7B .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDIPdJA7B .navbar-caption {
  color: #202020;
}
.cid-uTDIPdJA7B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDIPdJA7B .mbr-section-subtitle,
.cid-uTDIPdJA7B .text_widget,
.cid-uTDIPdJA7B .mbr-section-btn {
  text-align: center;
}
.cid-uTDIPdJA7B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDIPeXPJJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDIPeXPJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDIPeXPJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDIPeXPJJ .row {
  flex-direction: row-reverse;
}
.cid-uTDIPeXPJJ .mbr-description {
  color: #000000;
}
.cid-uTDIPfrOrq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff022e;
}
.cid-uTDIPfrOrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDIPfrOrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDIPfrOrq .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDIPfrOrq .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDIPfrOrq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDIPfrOrq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDIPfrOrq .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDIPfrOrq .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDIPfrOrq .mbr-section-title,
.cid-uTDIPfrOrq .title-wrapper,
.cid-uTDIPfrOrq .mbr-section-btn {
  text-align: center;
}
.cid-uTDL4x0Oeb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDL4x0Oeb .mbr-media {
  position: relative;
}
.cid-uTDL4x0Oeb .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uTDL4x0Oeb a:hover {
  background-image: none !important;
}
.cid-uTDL4x0Oeb .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uTDL4x0Oeb .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uTDL4x0Oeb .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uTDL4x0Oeb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTDL4x0Oeb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTDL4x0Oeb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTDL4x0Oeb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTDL4x0Oeb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTDL4x0Oeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDL4x0Oeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDL4x0Oeb .mbr-section-title {
  color: #221b35;
}
.cid-uTDIPfNEQU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDIPfNEQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDIPfNEQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDIPfNEQU .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDIPfNEQU .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDIPfNEQU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDIPfNEQU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDIPfNEQU .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDIPfNEQU .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDIPfNEQU .mbr-section-title,
.cid-uTDIPfNEQU .title-wrapper,
.cid-uTDIPfNEQU .mbr-section-btn {
  text-align: center;
}
.cid-uTDIPfNEQU .mbr-section-title,
.cid-uTDIPfNEQU .mbr-section-btn,
.cid-uTDIPfNEQU .title-wrapper {
  color: #000000;
}
.cid-uTDIPgcivT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f75b04;
}
.cid-uTDIPgcivT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDIPgcivT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDIPgcivT .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDIPgcivT .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTDIPgcivT .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTDIPgcivT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDIPgcivT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDIPgcivT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTDIPgcivT .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTDIPgcivT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDIPgcivT .mbr-label,
.cid-uTDIPgcivT .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDIPgcivT .mbr-section-title {
  color: #19171c;
}
.cid-uTDIPgcivT .mbr-text,
.cid-uTDIPgcivT .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDIPgcivT .mbr-section-title,
.cid-uTDIPgcivT .title-wrapper,
.cid-uTDIPgcivT .mbr-section-btn {
  text-align: center;
}
.cid-uTDIPgcivT .mbr-section-title,
.cid-uTDIPgcivT .mbr-section-btn,
.cid-uTDIPgcivT .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uTDMoBw9h9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTDMoBw9h9 .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uTDMoBw9h9 img,
.cid-uTDMoBw9h9 .item-img {
  width: 100%;
}
.cid-uTDMoBw9h9 .item:focus,
.cid-uTDMoBw9h9 span:focus {
  outline: none;
}
.cid-uTDMoBw9h9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTDMoBw9h9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uTDMoBw9h9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTDMoBw9h9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTDMoBw9h9 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTDMoBw9h9 .mbr-text,
.cid-uTDMoBw9h9 .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uTDMoBw9h9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uTDMoBw9h9 .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
.cid-uTDIPgw9qA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDIPgw9qA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDIPgw9qA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDIPgw9qA .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDIPgw9qA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDIPgw9qA .container {
    padding: 0 26px;
  }
}
.cid-uTDIPgw9qA .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDIPgw9qA .row {
    padding: 26px;
  }
}
.cid-uTDIPgw9qA .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDIPgw9qA .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDIPgw9qA .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDIPgw9qA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDIPgw9qA .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDIPgw9qA .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDIPgw9qA .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDIPgw9qA .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDIPgw9qA .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDIPgw9qA .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDIPgw9qA .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDIPgw9qA .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDIPgw9qA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDIPgw9qA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDIPgw9qA .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDIPgw9qA .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDIPgw9qA .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDIPgw9qA .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDIPgw9qA .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDIPgw9qA .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDIPgw9qA .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDIPgw9qA .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDIPgw9qA .mbr-section-title,
.cid-uTDIPgw9qA .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDIPgw9qA .list {
  color: #ffffff;
}
.cid-uTDIPgw9qA .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDIPgw9qA .list,
.cid-uTDIPgw9qA .nav-wrapper,
.cid-uTDIPgw9qA .soc-wrapper {
  text-align: center;
}
.cid-uTDNTg14nO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDNTg14nO .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDNTg14nO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDNTg14nO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDNTg14nO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDNTg14nO .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDNTg14nO .menu_box .navbar.opened,
  .cid-uTDNTg14nO .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDNTg14nO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDNTg14nO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDNTg14nO .btn:hover {
  box-shadow: none;
}
.cid-uTDNTg14nO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDNTg14nO .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDNTg14nO .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDNTg14nO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDNTg14nO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDNTg14nO .nav-item .nav-link:hover::before,
.cid-uTDNTg14nO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDNTg14nO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDNTg14nO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDNTg14nO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDNTg14nO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDNTg14nO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDNTg14nO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDNTg14nO .offcanvas_box {
    display: none;
  }
}
.cid-uTDNTg14nO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDNTg14nO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDNTg14nO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDNTg14nO .container {
  display: flex;
  margin: auto;
}
.cid-uTDNTg14nO .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDNTg14nO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDNTg14nO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDNTg14nO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDNTg14nO .navbar-nav {
    margin: 0;
  }
}
.cid-uTDNTg14nO .dropdown-menu,
.cid-uTDNTg14nO .navbar.opened {
  background-color: false !important;
}
.cid-uTDNTg14nO .nav-item:focus,
.cid-uTDNTg14nO .nav-link:focus {
  outline: none;
}
.cid-uTDNTg14nO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDNTg14nO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDNTg14nO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDNTg14nO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDNTg14nO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDNTg14nO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDNTg14nO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDNTg14nO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDNTg14nO .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDNTg14nO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDNTg14nO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDNTg14nO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDNTg14nO .navbar.collapsed {
  justify-content: center;
}
.cid-uTDNTg14nO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDNTg14nO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDNTg14nO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDNTg14nO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDNTg14nO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDNTg14nO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDNTg14nO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDNTg14nO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDNTg14nO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDNTg14nO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDNTg14nO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDNTg14nO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDNTg14nO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDNTg14nO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDNTg14nO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDNTg14nO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDNTg14nO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDNTg14nO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDNTg14nO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDNTg14nO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDNTg14nO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDNTg14nO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDNTg14nO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDNTg14nO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDNTg14nO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDNTg14nO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDNTg14nO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDNTg14nO .dropdown-item.active,
.cid-uTDNTg14nO .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDNTg14nO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDNTg14nO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDNTg14nO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDNTg14nO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDNTg14nO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDNTg14nO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDNTg14nO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDNTg14nO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDNTg14nO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDNTg14nO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDNTg14nO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDNTg14nO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDNTg14nO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDNTg14nO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDNTg14nO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDNTg14nO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDNTg14nO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDNTg14nO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDNTg14nO .navbar {
    height: 70px;
  }
  .cid-uTDNTg14nO .navbar.opened {
    height: auto;
  }
  .cid-uTDNTg14nO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDNTg14nO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDNTg14nO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDNTg14nO .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDNTg14nO .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDNTg14nO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDNTg14nO .text_widget {
  margin-bottom: 32px;
}
.cid-uTDNTg14nO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDNTg14nO .text_widget a:hover,
.cid-uTDNTg14nO .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDNTg14nO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDNTg14nO .icons-menu-main {
  display: flex;
}
.cid-uTDNTg14nO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDNTg14nO .navbar-caption {
  color: #202020;
}
.cid-uTDNTg14nO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDNTg14nO .mbr-section-subtitle,
.cid-uTDNTg14nO .text_widget,
.cid-uTDNTg14nO .mbr-section-btn {
  text-align: center;
}
.cid-uTDNTg14nO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDNTgIEFg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDNTgIEFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDNTgIEFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDNTgIEFg .row {
  flex-direction: row-reverse;
}
.cid-uTDNTgIEFg .mbr-description {
  color: #000000;
}
.cid-uTDNTh8CM2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTDNTh8CM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDNTh8CM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDNTh8CM2 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDNTh8CM2 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDNTh8CM2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDNTh8CM2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDNTh8CM2 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDNTh8CM2 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDNTh8CM2 .mbr-section-title,
.cid-uTDNTh8CM2 .title-wrapper,
.cid-uTDNTh8CM2 .mbr-section-btn {
  text-align: center;
}
.cid-uTDNThx4om {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDNThx4om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDNThx4om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDNThx4om .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDNThx4om .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDNThx4om .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDNThx4om .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDNThx4om .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDNThx4om .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDNThx4om .mbr-section-title,
.cid-uTDNThx4om .title-wrapper,
.cid-uTDNThx4om .mbr-section-btn {
  text-align: center;
}
.cid-uTDNThx4om .mbr-section-title,
.cid-uTDNThx4om .mbr-section-btn,
.cid-uTDNThx4om .title-wrapper {
  color: #000000;
}
.cid-uTDNThTttq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTDNThTttq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDNThTttq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDNThTttq .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDNThTttq .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTDNThTttq .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTDNThTttq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDNThTttq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDNThTttq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTDNThTttq .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTDNThTttq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDNThTttq .mbr-label,
.cid-uTDNThTttq .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDNThTttq .mbr-section-title {
  color: #19171c;
}
.cid-uTDNThTttq .mbr-text,
.cid-uTDNThTttq .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDNThTttq .mbr-section-title,
.cid-uTDNThTttq .title-wrapper,
.cid-uTDNThTttq .mbr-section-btn {
  text-align: center;
}
.cid-uTDNTigS7q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDNTigS7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDNTigS7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDNTigS7q .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDNTigS7q .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDNTigS7q .container {
    padding: 0 26px;
  }
}
.cid-uTDNTigS7q .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDNTigS7q .row {
    padding: 26px;
  }
}
.cid-uTDNTigS7q .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDNTigS7q .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDNTigS7q .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDNTigS7q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDNTigS7q .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDNTigS7q .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDNTigS7q .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDNTigS7q .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDNTigS7q .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDNTigS7q .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDNTigS7q .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDNTigS7q .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDNTigS7q .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDNTigS7q .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDNTigS7q .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDNTigS7q .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDNTigS7q .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDNTigS7q .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDNTigS7q .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDNTigS7q .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDNTigS7q .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDNTigS7q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDNTigS7q .mbr-section-title,
.cid-uTDNTigS7q .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDNTigS7q .list {
  color: #ffffff;
}
.cid-uTDNTigS7q .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDNTigS7q .list,
.cid-uTDNTigS7q .nav-wrapper,
.cid-uTDNTigS7q .soc-wrapper {
  text-align: center;
}
.cid-uTDSMyndnU {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDSMyndnU .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDSMyndnU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDSMyndnU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDSMyndnU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDSMyndnU .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDSMyndnU .menu_box .navbar.opened,
  .cid-uTDSMyndnU .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDSMyndnU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDSMyndnU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDSMyndnU .btn:hover {
  box-shadow: none;
}
.cid-uTDSMyndnU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDSMyndnU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDSMyndnU .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDSMyndnU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDSMyndnU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDSMyndnU .nav-item .nav-link:hover::before,
.cid-uTDSMyndnU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDSMyndnU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDSMyndnU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDSMyndnU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDSMyndnU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDSMyndnU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDSMyndnU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDSMyndnU .offcanvas_box {
    display: none;
  }
}
.cid-uTDSMyndnU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDSMyndnU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDSMyndnU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDSMyndnU .container {
  display: flex;
  margin: auto;
}
.cid-uTDSMyndnU .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDSMyndnU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDSMyndnU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDSMyndnU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDSMyndnU .navbar-nav {
    margin: 0;
  }
}
.cid-uTDSMyndnU .dropdown-menu,
.cid-uTDSMyndnU .navbar.opened {
  background-color: false !important;
}
.cid-uTDSMyndnU .nav-item:focus,
.cid-uTDSMyndnU .nav-link:focus {
  outline: none;
}
.cid-uTDSMyndnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDSMyndnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDSMyndnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDSMyndnU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDSMyndnU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDSMyndnU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDSMyndnU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDSMyndnU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDSMyndnU .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDSMyndnU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDSMyndnU .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDSMyndnU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDSMyndnU .navbar.collapsed {
  justify-content: center;
}
.cid-uTDSMyndnU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDSMyndnU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDSMyndnU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDSMyndnU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDSMyndnU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDSMyndnU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDSMyndnU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDSMyndnU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDSMyndnU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDSMyndnU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDSMyndnU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDSMyndnU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDSMyndnU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDSMyndnU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDSMyndnU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDSMyndnU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDSMyndnU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDSMyndnU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDSMyndnU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDSMyndnU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDSMyndnU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDSMyndnU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDSMyndnU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDSMyndnU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDSMyndnU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDSMyndnU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDSMyndnU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDSMyndnU .dropdown-item.active,
.cid-uTDSMyndnU .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDSMyndnU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDSMyndnU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDSMyndnU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDSMyndnU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDSMyndnU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDSMyndnU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDSMyndnU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDSMyndnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDSMyndnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDSMyndnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDSMyndnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDSMyndnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDSMyndnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDSMyndnU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDSMyndnU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDSMyndnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDSMyndnU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDSMyndnU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDSMyndnU .navbar {
    height: 70px;
  }
  .cid-uTDSMyndnU .navbar.opened {
    height: auto;
  }
  .cid-uTDSMyndnU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDSMyndnU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDSMyndnU .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDSMyndnU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDSMyndnU .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDSMyndnU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDSMyndnU .text_widget {
  margin-bottom: 32px;
}
.cid-uTDSMyndnU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDSMyndnU .text_widget a:hover,
.cid-uTDSMyndnU .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDSMyndnU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDSMyndnU .icons-menu-main {
  display: flex;
}
.cid-uTDSMyndnU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDSMyndnU .navbar-caption {
  color: #202020;
}
.cid-uTDSMyndnU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDSMyndnU .mbr-section-subtitle,
.cid-uTDSMyndnU .text_widget,
.cid-uTDSMyndnU .mbr-section-btn {
  text-align: center;
}
.cid-uTDSMyndnU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDSMzyfhk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDSMzyfhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDSMzyfhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDSMzyfhk .row {
  flex-direction: row-reverse;
}
.cid-uTDSMzyfhk .mbr-description {
  color: #000000;
}
.cid-uTDSMBxcu6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDSMBxcu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDSMBxcu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDSMBxcu6 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDSMBxcu6 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDSMBxcu6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDSMBxcu6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDSMBxcu6 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDSMBxcu6 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDSMBxcu6 .mbr-section-title,
.cid-uTDSMBxcu6 .title-wrapper,
.cid-uTDSMBxcu6 .mbr-section-btn {
  text-align: center;
}
.cid-uTDSMBxcu6 .mbr-section-title,
.cid-uTDSMBxcu6 .mbr-section-btn,
.cid-uTDSMBxcu6 .title-wrapper {
  color: #000000;
}
.cid-uTDTneuqzO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTDTneuqzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDTneuqzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDTneuqzO .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDTneuqzO .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTDTneuqzO .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTDTneuqzO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDTneuqzO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDTneuqzO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTDTneuqzO .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTDTneuqzO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDTneuqzO .mbr-label,
.cid-uTDTneuqzO .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDTneuqzO .mbr-section-title {
  color: #19171c;
}
.cid-uTDTneuqzO .mbr-text,
.cid-uTDTneuqzO .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDTneuqzO .mbr-section-title,
.cid-uTDTneuqzO .title-wrapper,
.cid-uTDTneuqzO .mbr-section-btn {
  text-align: center;
}
.cid-uTDSMBVBWl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDSMBVBWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDSMBVBWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDSMBVBWl .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDSMBVBWl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDSMBVBWl .container {
    padding: 0 26px;
  }
}
.cid-uTDSMBVBWl .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDSMBVBWl .row {
    padding: 26px;
  }
}
.cid-uTDSMBVBWl .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDSMBVBWl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDSMBVBWl .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDSMBVBWl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDSMBVBWl .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDSMBVBWl .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDSMBVBWl .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDSMBVBWl .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDSMBVBWl .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDSMBVBWl .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDSMBVBWl .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDSMBVBWl .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDSMBVBWl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDSMBVBWl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDSMBVBWl .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDSMBVBWl .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDSMBVBWl .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDSMBVBWl .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDSMBVBWl .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDSMBVBWl .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDSMBVBWl .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDSMBVBWl .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDSMBVBWl .mbr-section-title,
.cid-uTDSMBVBWl .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDSMBVBWl .list {
  color: #ffffff;
}
.cid-uTDSMBVBWl .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDSMBVBWl .list,
.cid-uTDSMBVBWl .nav-wrapper,
.cid-uTDSMBVBWl .soc-wrapper {
  text-align: center;
}
.cid-uTEAZ3yIqJ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTEAZ3yIqJ .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTEAZ3yIqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTEAZ3yIqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTEAZ3yIqJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTEAZ3yIqJ .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTEAZ3yIqJ .menu_box .navbar.opened,
  .cid-uTEAZ3yIqJ .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTEAZ3yIqJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTEAZ3yIqJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTEAZ3yIqJ .btn:hover {
  box-shadow: none;
}
.cid-uTEAZ3yIqJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTEAZ3yIqJ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTEAZ3yIqJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uTEAZ3yIqJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTEAZ3yIqJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTEAZ3yIqJ .nav-item .nav-link:hover::before,
.cid-uTEAZ3yIqJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTEAZ3yIqJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTEAZ3yIqJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTEAZ3yIqJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTEAZ3yIqJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEAZ3yIqJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTEAZ3yIqJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTEAZ3yIqJ .offcanvas_box {
    display: none;
  }
}
.cid-uTEAZ3yIqJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTEAZ3yIqJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTEAZ3yIqJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTEAZ3yIqJ .container {
  display: flex;
  margin: auto;
}
.cid-uTEAZ3yIqJ .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTEAZ3yIqJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTEAZ3yIqJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTEAZ3yIqJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTEAZ3yIqJ .navbar-nav {
    margin: 0;
  }
}
.cid-uTEAZ3yIqJ .dropdown-menu,
.cid-uTEAZ3yIqJ .navbar.opened {
  background-color: false !important;
}
.cid-uTEAZ3yIqJ .nav-item:focus,
.cid-uTEAZ3yIqJ .nav-link:focus {
  outline: none;
}
.cid-uTEAZ3yIqJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEAZ3yIqJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEAZ3yIqJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEAZ3yIqJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEAZ3yIqJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEAZ3yIqJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEAZ3yIqJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTEAZ3yIqJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTEAZ3yIqJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEAZ3yIqJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTEAZ3yIqJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTEAZ3yIqJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTEAZ3yIqJ .navbar.collapsed {
  justify-content: center;
}
.cid-uTEAZ3yIqJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEAZ3yIqJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTEAZ3yIqJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEAZ3yIqJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEAZ3yIqJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEAZ3yIqJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTEAZ3yIqJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEAZ3yIqJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTEAZ3yIqJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTEAZ3yIqJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEAZ3yIqJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEAZ3yIqJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTEAZ3yIqJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEAZ3yIqJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTEAZ3yIqJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTEAZ3yIqJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTEAZ3yIqJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTEAZ3yIqJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTEAZ3yIqJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTEAZ3yIqJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEAZ3yIqJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTEAZ3yIqJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTEAZ3yIqJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTEAZ3yIqJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTEAZ3yIqJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTEAZ3yIqJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTEAZ3yIqJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEAZ3yIqJ .dropdown-item.active,
.cid-uTEAZ3yIqJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEAZ3yIqJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTEAZ3yIqJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEAZ3yIqJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEAZ3yIqJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTEAZ3yIqJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTEAZ3yIqJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTEAZ3yIqJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTEAZ3yIqJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTEAZ3yIqJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEAZ3yIqJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEAZ3yIqJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEAZ3yIqJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEAZ3yIqJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEAZ3yIqJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEAZ3yIqJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEAZ3yIqJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEAZ3yIqJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTEAZ3yIqJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTEAZ3yIqJ .navbar {
    height: 70px;
  }
  .cid-uTEAZ3yIqJ .navbar.opened {
    height: auto;
  }
  .cid-uTEAZ3yIqJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEAZ3yIqJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTEAZ3yIqJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTEAZ3yIqJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTEAZ3yIqJ .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTEAZ3yIqJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTEAZ3yIqJ .text_widget {
  margin-bottom: 32px;
}
.cid-uTEAZ3yIqJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTEAZ3yIqJ .text_widget a:hover,
.cid-uTEAZ3yIqJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTEAZ3yIqJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTEAZ3yIqJ .icons-menu-main {
  display: flex;
}
.cid-uTEAZ3yIqJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTEAZ3yIqJ .navbar-caption {
  color: #202020;
}
.cid-uTEAZ3yIqJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTEAZ3yIqJ .mbr-section-subtitle,
.cid-uTEAZ3yIqJ .text_widget,
.cid-uTEAZ3yIqJ .mbr-section-btn {
  text-align: center;
}
.cid-uTEAZ3yIqJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEAZ5haHy {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTEAZ5haHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEAZ5haHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEAZ5haHy .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEAZ5haHy .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEAZ5haHy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEAZ5haHy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEAZ5haHy .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTEAZ5haHy .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTEAZ5haHy .mbr-section-title,
.cid-uTEAZ5haHy .title-wrapper,
.cid-uTEAZ5haHy .mbr-section-btn {
  text-align: center;
}
.cid-uTEAZ5haHy .mbr-section-title,
.cid-uTEAZ5haHy .mbr-section-btn,
.cid-uTEAZ5haHy .title-wrapper {
  color: #000000;
}
.cid-uTEBTL4ZJ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTEBTL4ZJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEBTL4ZJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEBTL4ZJ9 .row {
  flex-direction: row-reverse;
}
.cid-uTEAZ6gQsm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTEAZ6gQsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEAZ6gQsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEAZ6gQsm .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEAZ6gQsm .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEAZ6gQsm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEAZ6gQsm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEAZ6gQsm .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTEAZ6gQsm .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTEAZ6gQsm .mbr-section-title,
.cid-uTEAZ6gQsm .title-wrapper,
.cid-uTEAZ6gQsm .mbr-section-btn {
  text-align: center;
}
.cid-uTECKxVvBg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTECKxVvBg .item-img,
.cid-uTECKxVvBg .img-wrap,
.cid-uTECKxVvBg img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uTECKxVvBg img,
.cid-uTECKxVvBg .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uTECKxVvBg img,
  .cid-uTECKxVvBg .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uTECKxVvBg .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uTECKxVvBg .item:focus,
.cid-uTECKxVvBg span:focus {
  outline: none;
}
.cid-uTECKxVvBg .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uTECKxVvBg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTECKxVvBg .item {
    margin-bottom: 1rem;
  }
}
.cid-uTECKxVvBg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uTECKxVvBg .item {
  padding: 0;
  margin: 0;
}
.cid-uTECKxVvBg h5 {
  margin: 0;
}
.cid-uTECKxVvBg .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTECKxVvBg .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uTECKxVvBg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTECKxVvBg .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uTECKxVvBg .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uTECKxVvBg .item-wrapper {
    height: auto;
  }
}
.cid-uTECKxVvBg .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uTECKxVvBg .item-title {
  text-align: center;
  color: #2a4b6e;
}
.cid-uTECKxVvBg .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uTECKxVvBg .mbr-text,
.cid-uTECKxVvBg .item .mbr-section-btn {
  text-align: center;
}
.cid-uTECKxVvBg .mbr-section-subtitle,
.cid-uTECKxVvBg .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uTEDGgzWZY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTEDGgzWZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEDGgzWZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEDGgzWZY .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTEDGgzWZY .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTEDGgzWZY .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTEDGgzWZY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTEDGgzWZY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEDGgzWZY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTEDGgzWZY .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTEDGgzWZY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEDGgzWZY .mbr-label,
.cid-uTEDGgzWZY .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTEDGgzWZY .mbr-section-title {
  color: #19171c;
}
.cid-uTEDGgzWZY .mbr-text,
.cid-uTEDGgzWZY .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTEDGgzWZY .mbr-section-title,
.cid-uTEDGgzWZY .title-wrapper,
.cid-uTEDGgzWZY .mbr-section-btn {
  text-align: center;
}
.cid-uTEDRVX2i1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f75b04;
}
.cid-uTEDRVX2i1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEDRVX2i1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEDRVX2i1 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEDRVX2i1 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEDRVX2i1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEDRVX2i1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEDRVX2i1 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTEDRVX2i1 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTEDRVX2i1 .mbr-section-title,
.cid-uTEDRVX2i1 .title-wrapper,
.cid-uTEDRVX2i1 .mbr-section-btn {
  text-align: center;
}
.cid-uTEAZ8kWDo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTEAZ8kWDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEAZ8kWDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEAZ8kWDo .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTEAZ8kWDo .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTEAZ8kWDo .container {
    padding: 0 26px;
  }
}
.cid-uTEAZ8kWDo .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTEAZ8kWDo .row {
    padding: 26px;
  }
}
.cid-uTEAZ8kWDo .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTEAZ8kWDo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTEAZ8kWDo .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTEAZ8kWDo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTEAZ8kWDo .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTEAZ8kWDo .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTEAZ8kWDo .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTEAZ8kWDo .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTEAZ8kWDo .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTEAZ8kWDo .nav-wrapper .list {
    display: block;
  }
}
.cid-uTEAZ8kWDo .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTEAZ8kWDo .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTEAZ8kWDo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTEAZ8kWDo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTEAZ8kWDo .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTEAZ8kWDo .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTEAZ8kWDo .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTEAZ8kWDo .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTEAZ8kWDo .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTEAZ8kWDo .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTEAZ8kWDo .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTEAZ8kWDo .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTEAZ8kWDo .mbr-section-title,
.cid-uTEAZ8kWDo .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTEAZ8kWDo .list {
  color: #ffffff;
}
.cid-uTEAZ8kWDo .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTEAZ8kWDo .list,
.cid-uTEAZ8kWDo .nav-wrapper,
.cid-uTEAZ8kWDo .soc-wrapper {
  text-align: center;
}
.cid-uTDQdkQteE {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDQdkQteE .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDQdkQteE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDQdkQteE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDQdkQteE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDQdkQteE .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDQdkQteE .menu_box .navbar.opened,
  .cid-uTDQdkQteE .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDQdkQteE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDQdkQteE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDQdkQteE .btn:hover {
  box-shadow: none;
}
.cid-uTDQdkQteE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDQdkQteE .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDQdkQteE .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDQdkQteE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDQdkQteE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDQdkQteE .nav-item .nav-link:hover::before,
.cid-uTDQdkQteE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDQdkQteE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDQdkQteE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDQdkQteE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDQdkQteE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDQdkQteE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDQdkQteE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDQdkQteE .offcanvas_box {
    display: none;
  }
}
.cid-uTDQdkQteE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDQdkQteE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDQdkQteE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDQdkQteE .container {
  display: flex;
  margin: auto;
}
.cid-uTDQdkQteE .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDQdkQteE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDQdkQteE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDQdkQteE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDQdkQteE .navbar-nav {
    margin: 0;
  }
}
.cid-uTDQdkQteE .dropdown-menu,
.cid-uTDQdkQteE .navbar.opened {
  background-color: false !important;
}
.cid-uTDQdkQteE .nav-item:focus,
.cid-uTDQdkQteE .nav-link:focus {
  outline: none;
}
.cid-uTDQdkQteE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDQdkQteE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDQdkQteE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDQdkQteE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDQdkQteE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDQdkQteE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDQdkQteE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDQdkQteE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDQdkQteE .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDQdkQteE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDQdkQteE .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDQdkQteE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDQdkQteE .navbar.collapsed {
  justify-content: center;
}
.cid-uTDQdkQteE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDQdkQteE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDQdkQteE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDQdkQteE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDQdkQteE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDQdkQteE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDQdkQteE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDQdkQteE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDQdkQteE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDQdkQteE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDQdkQteE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDQdkQteE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDQdkQteE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDQdkQteE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDQdkQteE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDQdkQteE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDQdkQteE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDQdkQteE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDQdkQteE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDQdkQteE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDQdkQteE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDQdkQteE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDQdkQteE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDQdkQteE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDQdkQteE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDQdkQteE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDQdkQteE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDQdkQteE .dropdown-item.active,
.cid-uTDQdkQteE .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDQdkQteE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDQdkQteE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDQdkQteE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDQdkQteE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDQdkQteE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDQdkQteE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDQdkQteE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDQdkQteE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDQdkQteE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDQdkQteE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDQdkQteE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDQdkQteE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDQdkQteE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDQdkQteE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDQdkQteE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDQdkQteE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDQdkQteE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDQdkQteE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDQdkQteE .navbar {
    height: 70px;
  }
  .cid-uTDQdkQteE .navbar.opened {
    height: auto;
  }
  .cid-uTDQdkQteE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDQdkQteE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDQdkQteE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDQdkQteE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDQdkQteE .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDQdkQteE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDQdkQteE .text_widget {
  margin-bottom: 32px;
}
.cid-uTDQdkQteE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDQdkQteE .text_widget a:hover,
.cid-uTDQdkQteE .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDQdkQteE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDQdkQteE .icons-menu-main {
  display: flex;
}
.cid-uTDQdkQteE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDQdkQteE .navbar-caption {
  color: #202020;
}
.cid-uTDQdkQteE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDQdkQteE .mbr-section-subtitle,
.cid-uTDQdkQteE .text_widget,
.cid-uTDQdkQteE .mbr-section-btn {
  text-align: center;
}
.cid-uTDQdkQteE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDQdn05JI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDQdn05JI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDQdn05JI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDQdn05JI .row {
  flex-direction: row-reverse;
}
.cid-uTDQdn05JI .mbr-description {
  color: #000000;
}
.cid-uTDQdnyqa9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDQdnyqa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDQdnyqa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDQdnyqa9 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDQdnyqa9 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDQdnyqa9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDQdnyqa9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDQdnyqa9 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDQdnyqa9 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDQdnyqa9 .mbr-section-title,
.cid-uTDQdnyqa9 .title-wrapper,
.cid-uTDQdnyqa9 .mbr-section-btn {
  text-align: center;
}
.cid-uTDQdnXWfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDQdnXWfS .mbr-media {
  position: relative;
}
.cid-uTDQdnXWfS .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uTDQdnXWfS a:hover {
  background-image: none !important;
}
.cid-uTDQdnXWfS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uTDQdnXWfS .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uTDQdnXWfS .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uTDQdnXWfS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTDQdnXWfS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTDQdnXWfS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTDQdnXWfS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTDQdnXWfS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTDQdnXWfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDQdnXWfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDQdnXWfS .mbr-section-title {
  color: #221b35;
}
.cid-uTDQdoFLlR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDQdoFLlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDQdoFLlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDQdoFLlR .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDQdoFLlR .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDQdoFLlR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDQdoFLlR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDQdoFLlR .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDQdoFLlR .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDQdoFLlR .mbr-section-title,
.cid-uTDQdoFLlR .title-wrapper,
.cid-uTDQdoFLlR .mbr-section-btn {
  text-align: center;
}
.cid-uTDQdoFLlR .mbr-section-title,
.cid-uTDQdoFLlR .mbr-section-btn,
.cid-uTDQdoFLlR .title-wrapper {
  color: #000000;
}
.cid-uTDQdqbE0r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDQdqbE0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDQdqbE0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDQdqbE0r .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDQdqbE0r .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDQdqbE0r .container {
    padding: 0 26px;
  }
}
.cid-uTDQdqbE0r .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDQdqbE0r .row {
    padding: 26px;
  }
}
.cid-uTDQdqbE0r .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDQdqbE0r .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDQdqbE0r .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDQdqbE0r .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDQdqbE0r .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDQdqbE0r .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDQdqbE0r .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDQdqbE0r .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDQdqbE0r .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDQdqbE0r .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDQdqbE0r .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDQdqbE0r .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDQdqbE0r .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDQdqbE0r .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDQdqbE0r .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDQdqbE0r .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDQdqbE0r .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDQdqbE0r .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDQdqbE0r .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDQdqbE0r .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDQdqbE0r .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDQdqbE0r .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDQdqbE0r .mbr-section-title,
.cid-uTDQdqbE0r .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDQdqbE0r .list {
  color: #ffffff;
}
.cid-uTDQdqbE0r .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDQdqbE0r .list,
.cid-uTDQdqbE0r .nav-wrapper,
.cid-uTDQdqbE0r .soc-wrapper {
  text-align: center;
}
.cid-uTEEh78pP2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTEEh78pP2 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTEEh78pP2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTEEh78pP2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTEEh78pP2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTEEh78pP2 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTEEh78pP2 .menu_box .navbar.opened,
  .cid-uTEEh78pP2 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTEEh78pP2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTEEh78pP2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTEEh78pP2 .btn:hover {
  box-shadow: none;
}
.cid-uTEEh78pP2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTEEh78pP2 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTEEh78pP2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTEEh78pP2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTEEh78pP2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTEEh78pP2 .nav-item .nav-link:hover::before,
.cid-uTEEh78pP2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTEEh78pP2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTEEh78pP2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTEEh78pP2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTEEh78pP2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEEh78pP2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTEEh78pP2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTEEh78pP2 .offcanvas_box {
    display: none;
  }
}
.cid-uTEEh78pP2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTEEh78pP2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTEEh78pP2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTEEh78pP2 .container {
  display: flex;
  margin: auto;
}
.cid-uTEEh78pP2 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTEEh78pP2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTEEh78pP2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTEEh78pP2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTEEh78pP2 .navbar-nav {
    margin: 0;
  }
}
.cid-uTEEh78pP2 .dropdown-menu,
.cid-uTEEh78pP2 .navbar.opened {
  background-color: false !important;
}
.cid-uTEEh78pP2 .nav-item:focus,
.cid-uTEEh78pP2 .nav-link:focus {
  outline: none;
}
.cid-uTEEh78pP2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEEh78pP2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEEh78pP2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEEh78pP2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEEh78pP2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEEh78pP2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEEh78pP2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTEEh78pP2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTEEh78pP2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEEh78pP2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTEEh78pP2 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTEEh78pP2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTEEh78pP2 .navbar.collapsed {
  justify-content: center;
}
.cid-uTEEh78pP2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEEh78pP2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTEEh78pP2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEEh78pP2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEEh78pP2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEEh78pP2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTEEh78pP2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEEh78pP2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTEEh78pP2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTEEh78pP2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEEh78pP2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEEh78pP2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTEEh78pP2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEEh78pP2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTEEh78pP2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTEEh78pP2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTEEh78pP2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTEEh78pP2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTEEh78pP2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTEEh78pP2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEEh78pP2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTEEh78pP2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTEEh78pP2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTEEh78pP2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTEEh78pP2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTEEh78pP2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTEEh78pP2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEEh78pP2 .dropdown-item.active,
.cid-uTEEh78pP2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEEh78pP2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTEEh78pP2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEEh78pP2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEEh78pP2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTEEh78pP2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTEEh78pP2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTEEh78pP2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTEEh78pP2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTEEh78pP2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEEh78pP2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEEh78pP2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEEh78pP2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEEh78pP2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEEh78pP2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEEh78pP2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEEh78pP2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEEh78pP2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTEEh78pP2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTEEh78pP2 .navbar {
    height: 70px;
  }
  .cid-uTEEh78pP2 .navbar.opened {
    height: auto;
  }
  .cid-uTEEh78pP2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEEh78pP2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTEEh78pP2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTEEh78pP2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTEEh78pP2 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTEEh78pP2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTEEh78pP2 .text_widget {
  margin-bottom: 32px;
}
.cid-uTEEh78pP2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTEEh78pP2 .text_widget a:hover,
.cid-uTEEh78pP2 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTEEh78pP2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTEEh78pP2 .icons-menu-main {
  display: flex;
}
.cid-uTEEh78pP2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTEEh78pP2 .navbar-caption {
  color: #202020;
}
.cid-uTEEh78pP2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTEEh78pP2 .mbr-section-subtitle,
.cid-uTEEh78pP2 .text_widget,
.cid-uTEEh78pP2 .mbr-section-btn {
  text-align: center;
}
.cid-uTEEh78pP2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEEM42FUO {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTEEM42FUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEEM42FUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEEM42FUO .card {
  justify-content: center;
}
.cid-uTEEM42FUO .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uTEEM42FUO .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTEEM42FUO .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uTEEM42FUO .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTEEM42FUO .image-wrapper img {
    height: 300px;
  }
}
.cid-uTEEM42FUO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTEEM42FUO .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTEEM42FUO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTEEM42FUO .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTEEM42FUO .mbr-section-title {
  color: #000000;
}
.cid-uTEEM42FUO .mbr-text {
  color: #000000;
}
.cid-uTEEh91JD6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTEEh91JD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEEh91JD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEEh91JD6 .row {
  flex-direction: row-reverse;
}
.cid-uTEEhbFgA3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTEEhbFgA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEEhbFgA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEEhbFgA3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTEEhbFgA3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTEEhbFgA3 .container {
    padding: 0 26px;
  }
}
.cid-uTEEhbFgA3 .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTEEhbFgA3 .row {
    padding: 26px;
  }
}
.cid-uTEEhbFgA3 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTEEhbFgA3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTEEhbFgA3 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTEEhbFgA3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTEEhbFgA3 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTEEhbFgA3 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTEEhbFgA3 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTEEhbFgA3 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTEEhbFgA3 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTEEhbFgA3 .nav-wrapper .list {
    display: block;
  }
}
.cid-uTEEhbFgA3 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTEEhbFgA3 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTEEhbFgA3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTEEhbFgA3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTEEhbFgA3 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTEEhbFgA3 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTEEhbFgA3 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTEEhbFgA3 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTEEhbFgA3 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTEEhbFgA3 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTEEhbFgA3 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTEEhbFgA3 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTEEhbFgA3 .mbr-section-title,
.cid-uTEEhbFgA3 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTEEhbFgA3 .list {
  color: #ffffff;
}
.cid-uTEEhbFgA3 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTEEhbFgA3 .list,
.cid-uTEEhbFgA3 .nav-wrapper,
.cid-uTEEhbFgA3 .soc-wrapper {
  text-align: center;
}
.cid-uTDTT0zHav {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDTT0zHav .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDTT0zHav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDTT0zHav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDTT0zHav .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDTT0zHav .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDTT0zHav .menu_box .navbar.opened,
  .cid-uTDTT0zHav .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDTT0zHav nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDTT0zHav .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDTT0zHav .btn:hover {
  box-shadow: none;
}
.cid-uTDTT0zHav .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDTT0zHav .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDTT0zHav .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDTT0zHav .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDTT0zHav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDTT0zHav .nav-item .nav-link:hover::before,
.cid-uTDTT0zHav .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDTT0zHav .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDTT0zHav .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDTT0zHav .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDTT0zHav .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDTT0zHav .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDTT0zHav .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDTT0zHav .offcanvas_box {
    display: none;
  }
}
.cid-uTDTT0zHav .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDTT0zHav .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDTT0zHav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDTT0zHav .container {
  display: flex;
  margin: auto;
}
.cid-uTDTT0zHav .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDTT0zHav .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDTT0zHav .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDTT0zHav .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDTT0zHav .navbar-nav {
    margin: 0;
  }
}
.cid-uTDTT0zHav .dropdown-menu,
.cid-uTDTT0zHav .navbar.opened {
  background-color: false !important;
}
.cid-uTDTT0zHav .nav-item:focus,
.cid-uTDTT0zHav .nav-link:focus {
  outline: none;
}
.cid-uTDTT0zHav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDTT0zHav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDTT0zHav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDTT0zHav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDTT0zHav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDTT0zHav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDTT0zHav .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDTT0zHav .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDTT0zHav .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDTT0zHav .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDTT0zHav .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDTT0zHav .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDTT0zHav .navbar.collapsed {
  justify-content: center;
}
.cid-uTDTT0zHav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDTT0zHav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDTT0zHav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDTT0zHav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDTT0zHav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDTT0zHav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDTT0zHav .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDTT0zHav .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDTT0zHav .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDTT0zHav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDTT0zHav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDTT0zHav .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDTT0zHav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDTT0zHav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDTT0zHav .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDTT0zHav .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDTT0zHav .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDTT0zHav .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDTT0zHav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDTT0zHav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDTT0zHav .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDTT0zHav .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDTT0zHav .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDTT0zHav .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDTT0zHav .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDTT0zHav .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDTT0zHav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDTT0zHav .dropdown-item.active,
.cid-uTDTT0zHav .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDTT0zHav .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDTT0zHav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDTT0zHav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDTT0zHav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDTT0zHav ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDTT0zHav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDTT0zHav button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDTT0zHav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDTT0zHav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDTT0zHav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDTT0zHav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDTT0zHav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDTT0zHav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDTT0zHav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDTT0zHav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDTT0zHav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDTT0zHav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDTT0zHav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDTT0zHav .navbar {
    height: 70px;
  }
  .cid-uTDTT0zHav .navbar.opened {
    height: auto;
  }
  .cid-uTDTT0zHav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDTT0zHav .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDTT0zHav .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDTT0zHav .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDTT0zHav .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDTT0zHav .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDTT0zHav .text_widget {
  margin-bottom: 32px;
}
.cid-uTDTT0zHav .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDTT0zHav .text_widget a:hover,
.cid-uTDTT0zHav .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDTT0zHav .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDTT0zHav .icons-menu-main {
  display: flex;
}
.cid-uTDTT0zHav .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDTT0zHav .navbar-caption {
  color: #202020;
}
.cid-uTDTT0zHav .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDTT0zHav .mbr-section-subtitle,
.cid-uTDTT0zHav .text_widget,
.cid-uTDTT0zHav .mbr-section-btn {
  text-align: center;
}
.cid-uTDTT0zHav a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTVoxj5T7z {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTVoxj5T7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVoxj5T7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVoxj5T7z .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uTVoxj5T7z .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uTVoxj5T7z .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uTVoxj5T7z .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uTVoxj5T7z .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uTVoxj5T7z .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uTVoxj5T7z .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTVoxj5T7z .mbr-text,
.cid-uTVoxj5T7z .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uTVoxj5T7z .mbr-section-title,
.cid-uTVoxj5T7z .line {
  color: #808080;
}
.cid-uTVoxj5T7z .mbr-section-subtitle,
.cid-uTVoxj5T7z .align {
  text-align: left;
  color: #232323;
}
.cid-uTVoQKeSJv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTVoQKeSJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVoQKeSJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVoQKeSJv .content-wrapper .mbr-label {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uTVoQKeSJv .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTVoQKeSJv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTVoQKeSJv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTVoQKeSJv .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTVoQKeSJv .mbr-label {
  color: #494949;
  text-align: center;
}
.cid-uTVoQKeSJv .mbr-section-title,
.cid-uTVoQKeSJv .title-wrapper,
.cid-uTVoQKeSJv .mbr-section-btn {
  text-align: center;
}
#custom-html-ch {
  /* Type valid CSS here */
}
#custom-html-ch div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ch p {
  font-size: 60px;
  color: #777;
}
.cid-uTDTT4pJ5E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDTT4pJ5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDTT4pJ5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDTT4pJ5E .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDTT4pJ5E .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDTT4pJ5E .container {
    padding: 0 26px;
  }
}
.cid-uTDTT4pJ5E .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDTT4pJ5E .row {
    padding: 26px;
  }
}
.cid-uTDTT4pJ5E .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDTT4pJ5E .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDTT4pJ5E .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDTT4pJ5E .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDTT4pJ5E .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDTT4pJ5E .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDTT4pJ5E .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDTT4pJ5E .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDTT4pJ5E .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDTT4pJ5E .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDTT4pJ5E .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDTT4pJ5E .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDTT4pJ5E .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDTT4pJ5E .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDTT4pJ5E .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDTT4pJ5E .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDTT4pJ5E .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDTT4pJ5E .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDTT4pJ5E .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDTT4pJ5E .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDTT4pJ5E .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDTT4pJ5E .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDTT4pJ5E .mbr-section-title,
.cid-uTDTT4pJ5E .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDTT4pJ5E .list {
  color: #ffffff;
}
.cid-uTDTT4pJ5E .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDTT4pJ5E .list,
.cid-uTDTT4pJ5E .nav-wrapper,
.cid-uTDTT4pJ5E .soc-wrapper {
  text-align: center;
}
.cid-uTB1nFgVsR {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTB1nFgVsR .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTB1nFgVsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTB1nFgVsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB1nFgVsR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB1nFgVsR .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTB1nFgVsR .menu_box .navbar.opened,
  .cid-uTB1nFgVsR .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTB1nFgVsR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTB1nFgVsR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTB1nFgVsR .btn:hover {
  box-shadow: none;
}
.cid-uTB1nFgVsR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTB1nFgVsR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTB1nFgVsR .nav-item {
    margin: 0 !important;
  }
}
.cid-uTB1nFgVsR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTB1nFgVsR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTB1nFgVsR .nav-item .nav-link:hover::before,
.cid-uTB1nFgVsR .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTB1nFgVsR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTB1nFgVsR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTB1nFgVsR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTB1nFgVsR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTB1nFgVsR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTB1nFgVsR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTB1nFgVsR .offcanvas_box {
    display: none;
  }
}
.cid-uTB1nFgVsR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTB1nFgVsR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTB1nFgVsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTB1nFgVsR .container {
  display: flex;
  margin: auto;
}
.cid-uTB1nFgVsR .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTB1nFgVsR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTB1nFgVsR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTB1nFgVsR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTB1nFgVsR .navbar-nav {
    margin: 0;
  }
}
.cid-uTB1nFgVsR .dropdown-menu,
.cid-uTB1nFgVsR .navbar.opened {
  background-color: false !important;
}
.cid-uTB1nFgVsR .nav-item:focus,
.cid-uTB1nFgVsR .nav-link:focus {
  outline: none;
}
.cid-uTB1nFgVsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB1nFgVsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB1nFgVsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB1nFgVsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB1nFgVsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB1nFgVsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB1nFgVsR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTB1nFgVsR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTB1nFgVsR .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB1nFgVsR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTB1nFgVsR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTB1nFgVsR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB1nFgVsR .navbar.collapsed {
  justify-content: center;
}
.cid-uTB1nFgVsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB1nFgVsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTB1nFgVsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB1nFgVsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB1nFgVsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB1nFgVsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTB1nFgVsR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTB1nFgVsR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTB1nFgVsR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTB1nFgVsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB1nFgVsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB1nFgVsR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTB1nFgVsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB1nFgVsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTB1nFgVsR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB1nFgVsR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTB1nFgVsR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTB1nFgVsR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTB1nFgVsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTB1nFgVsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB1nFgVsR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTB1nFgVsR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB1nFgVsR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTB1nFgVsR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB1nFgVsR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB1nFgVsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTB1nFgVsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB1nFgVsR .dropdown-item.active,
.cid-uTB1nFgVsR .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB1nFgVsR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTB1nFgVsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB1nFgVsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB1nFgVsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB1nFgVsR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTB1nFgVsR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB1nFgVsR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTB1nFgVsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTB1nFgVsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB1nFgVsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB1nFgVsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB1nFgVsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB1nFgVsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB1nFgVsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB1nFgVsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB1nFgVsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB1nFgVsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTB1nFgVsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB1nFgVsR .navbar {
    height: 70px;
  }
  .cid-uTB1nFgVsR .navbar.opened {
    height: auto;
  }
  .cid-uTB1nFgVsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTB1nFgVsR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTB1nFgVsR .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTB1nFgVsR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTB1nFgVsR .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTB1nFgVsR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTB1nFgVsR .text_widget {
  margin-bottom: 32px;
}
.cid-uTB1nFgVsR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTB1nFgVsR .text_widget a:hover,
.cid-uTB1nFgVsR .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTB1nFgVsR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTB1nFgVsR .icons-menu-main {
  display: flex;
}
.cid-uTB1nFgVsR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTB1nFgVsR .navbar-caption {
  color: #202020;
}
.cid-uTB1nFgVsR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTB1nFgVsR .mbr-section-subtitle,
.cid-uTB1nFgVsR .text_widget,
.cid-uTB1nFgVsR .mbr-section-btn {
  text-align: center;
}
.cid-uTB1nFgVsR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTB1nG784L {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB1nG784L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB1nG784L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB1nG784L .row {
  flex-direction: row-reverse;
}
.cid-uTB1nG784L .mbr-description {
  color: #000000;
}
.cid-uTB1nGqcxJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTB1nGqcxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB1nGqcxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB1nGqcxJ .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB1nGqcxJ .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB1nGqcxJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB1nGqcxJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB1nGqcxJ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB1nGqcxJ .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB1nGqcxJ .mbr-section-title,
.cid-uTB1nGqcxJ .title-wrapper,
.cid-uTB1nGqcxJ .mbr-section-btn {
  text-align: center;
}
.cid-uTB1nHdgUe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB1nHdgUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB1nHdgUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB1nHdgUe .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB1nHdgUe .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB1nHdgUe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB1nHdgUe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB1nHdgUe .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB1nHdgUe .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB1nHdgUe .mbr-section-title,
.cid-uTB1nHdgUe .title-wrapper,
.cid-uTB1nHdgUe .mbr-section-btn {
  text-align: center;
}
.cid-uTB1nHdgUe .mbr-section-title,
.cid-uTB1nHdgUe .mbr-section-btn,
.cid-uTB1nHdgUe .title-wrapper {
  color: #000000;
}
.cid-uTB1nIb0GT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTB1nIb0GT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB1nIb0GT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB1nIb0GT .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTB1nIb0GT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTB1nIb0GT .container {
    padding: 0 26px;
  }
}
.cid-uTB1nIb0GT .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTB1nIb0GT .row {
    padding: 26px;
  }
}
.cid-uTB1nIb0GT .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTB1nIb0GT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTB1nIb0GT .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTB1nIb0GT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTB1nIb0GT .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTB1nIb0GT .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTB1nIb0GT .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTB1nIb0GT .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTB1nIb0GT .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTB1nIb0GT .nav-wrapper .list {
    display: block;
  }
}
.cid-uTB1nIb0GT .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTB1nIb0GT .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTB1nIb0GT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTB1nIb0GT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTB1nIb0GT .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTB1nIb0GT .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTB1nIb0GT .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTB1nIb0GT .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTB1nIb0GT .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTB1nIb0GT .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTB1nIb0GT .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTB1nIb0GT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTB1nIb0GT .mbr-section-title,
.cid-uTB1nIb0GT .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB1nIb0GT .list {
  color: #ffffff;
}
.cid-uTB1nIb0GT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTB1nIb0GT .list,
.cid-uTB1nIb0GT .nav-wrapper,
.cid-uTB1nIb0GT .soc-wrapper {
  text-align: center;
}
.cid-uTDORHrkQD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTDORHrkQD .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTDORHrkQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTDORHrkQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTDORHrkQD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTDORHrkQD .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTDORHrkQD .menu_box .navbar.opened,
  .cid-uTDORHrkQD .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTDORHrkQD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTDORHrkQD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTDORHrkQD .btn:hover {
  box-shadow: none;
}
.cid-uTDORHrkQD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTDORHrkQD .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTDORHrkQD .nav-item {
    margin: 0 !important;
  }
}
.cid-uTDORHrkQD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTDORHrkQD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTDORHrkQD .nav-item .nav-link:hover::before,
.cid-uTDORHrkQD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTDORHrkQD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTDORHrkQD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTDORHrkQD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTDORHrkQD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTDORHrkQD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTDORHrkQD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTDORHrkQD .offcanvas_box {
    display: none;
  }
}
.cid-uTDORHrkQD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTDORHrkQD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTDORHrkQD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTDORHrkQD .container {
  display: flex;
  margin: auto;
}
.cid-uTDORHrkQD .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTDORHrkQD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTDORHrkQD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTDORHrkQD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTDORHrkQD .navbar-nav {
    margin: 0;
  }
}
.cid-uTDORHrkQD .dropdown-menu,
.cid-uTDORHrkQD .navbar.opened {
  background-color: false !important;
}
.cid-uTDORHrkQD .nav-item:focus,
.cid-uTDORHrkQD .nav-link:focus {
  outline: none;
}
.cid-uTDORHrkQD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTDORHrkQD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTDORHrkQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTDORHrkQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTDORHrkQD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTDORHrkQD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTDORHrkQD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTDORHrkQD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTDORHrkQD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTDORHrkQD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTDORHrkQD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTDORHrkQD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTDORHrkQD .navbar.collapsed {
  justify-content: center;
}
.cid-uTDORHrkQD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTDORHrkQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTDORHrkQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTDORHrkQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTDORHrkQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTDORHrkQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTDORHrkQD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDORHrkQD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTDORHrkQD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTDORHrkQD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTDORHrkQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTDORHrkQD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTDORHrkQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTDORHrkQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTDORHrkQD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTDORHrkQD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTDORHrkQD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTDORHrkQD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTDORHrkQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTDORHrkQD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTDORHrkQD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTDORHrkQD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTDORHrkQD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTDORHrkQD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTDORHrkQD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTDORHrkQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTDORHrkQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTDORHrkQD .dropdown-item.active,
.cid-uTDORHrkQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTDORHrkQD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTDORHrkQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTDORHrkQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTDORHrkQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTDORHrkQD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTDORHrkQD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTDORHrkQD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTDORHrkQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTDORHrkQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTDORHrkQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDORHrkQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTDORHrkQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTDORHrkQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDORHrkQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTDORHrkQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTDORHrkQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTDORHrkQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTDORHrkQD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTDORHrkQD .navbar {
    height: 70px;
  }
  .cid-uTDORHrkQD .navbar.opened {
    height: auto;
  }
  .cid-uTDORHrkQD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTDORHrkQD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTDORHrkQD .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTDORHrkQD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTDORHrkQD .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTDORHrkQD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTDORHrkQD .text_widget {
  margin-bottom: 32px;
}
.cid-uTDORHrkQD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTDORHrkQD .text_widget a:hover,
.cid-uTDORHrkQD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTDORHrkQD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTDORHrkQD .icons-menu-main {
  display: flex;
}
.cid-uTDORHrkQD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTDORHrkQD .navbar-caption {
  color: #202020;
}
.cid-uTDORHrkQD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDORHrkQD .mbr-section-subtitle,
.cid-uTDORHrkQD .text_widget,
.cid-uTDORHrkQD .mbr-section-btn {
  text-align: center;
}
.cid-uTDORHrkQD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDORK1auu {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTDORK1auu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDORK1auu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDORK1auu .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDORK1auu .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDORK1auu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTDORK1auu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTDORK1auu .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTDORK1auu .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTDORK1auu .mbr-section-title,
.cid-uTDORK1auu .title-wrapper,
.cid-uTDORK1auu .mbr-section-btn {
  text-align: center;
}
.cid-uTDORK1auu .mbr-section-title,
.cid-uTDORK1auu .mbr-section-btn,
.cid-uTDORK1auu .title-wrapper {
  color: #000000;
}
.cid-uTDPiUF9DA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTDPiUF9DA .mbr-media {
  position: relative;
}
.cid-uTDPiUF9DA .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uTDPiUF9DA a:hover {
  background-image: none !important;
}
.cid-uTDPiUF9DA .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uTDPiUF9DA .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uTDPiUF9DA .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uTDPiUF9DA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTDPiUF9DA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTDPiUF9DA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTDPiUF9DA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTDPiUF9DA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTDPiUF9DA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDPiUF9DA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDPiUF9DA .mbr-section-title {
  color: #221b35;
}
.cid-uTDORKwQn6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTDORKwQn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDORKwQn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDORKwQn6 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDORKwQn6 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTDORKwQn6 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTDORKwQn6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTDORKwQn6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDORKwQn6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTDORKwQn6 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTDORKwQn6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDORKwQn6 .mbr-label,
.cid-uTDORKwQn6 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDORKwQn6 .mbr-section-title {
  color: #19171c;
}
.cid-uTDORKwQn6 .mbr-text,
.cid-uTDORKwQn6 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTDORKwQn6 .mbr-section-title,
.cid-uTDORKwQn6 .title-wrapper,
.cid-uTDORKwQn6 .mbr-section-btn {
  text-align: center;
}
.cid-uTDORKUQqg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTDORKUQqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDORKUQqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDORKUQqg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTDORKUQqg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTDORKUQqg .container {
    padding: 0 26px;
  }
}
.cid-uTDORKUQqg .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTDORKUQqg .row {
    padding: 26px;
  }
}
.cid-uTDORKUQqg .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTDORKUQqg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTDORKUQqg .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTDORKUQqg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTDORKUQqg .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTDORKUQqg .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTDORKUQqg .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTDORKUQqg .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTDORKUQqg .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTDORKUQqg .nav-wrapper .list {
    display: block;
  }
}
.cid-uTDORKUQqg .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTDORKUQqg .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTDORKUQqg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTDORKUQqg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTDORKUQqg .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTDORKUQqg .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTDORKUQqg .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTDORKUQqg .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTDORKUQqg .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTDORKUQqg .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTDORKUQqg .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTDORKUQqg .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTDORKUQqg .mbr-section-title,
.cid-uTDORKUQqg .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTDORKUQqg .list {
  color: #ffffff;
}
.cid-uTDORKUQqg .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTDORKUQqg .list,
.cid-uTDORKUQqg .nav-wrapper,
.cid-uTDORKUQqg .soc-wrapper {
  text-align: center;
}
.cid-uTAVyed83X {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAVyed83X .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAVyed83X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAVyed83X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAVyed83X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAVyed83X .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAVyed83X .menu_box .navbar.opened,
  .cid-uTAVyed83X .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAVyed83X nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAVyed83X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAVyed83X .btn:hover {
  box-shadow: none;
}
.cid-uTAVyed83X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAVyed83X .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAVyed83X .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAVyed83X .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAVyed83X .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAVyed83X .nav-item .nav-link:hover::before,
.cid-uTAVyed83X .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAVyed83X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAVyed83X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAVyed83X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAVyed83X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAVyed83X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAVyed83X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAVyed83X .offcanvas_box {
    display: none;
  }
}
.cid-uTAVyed83X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAVyed83X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAVyed83X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAVyed83X .container {
  display: flex;
  margin: auto;
}
.cid-uTAVyed83X .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAVyed83X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAVyed83X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAVyed83X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAVyed83X .navbar-nav {
    margin: 0;
  }
}
.cid-uTAVyed83X .dropdown-menu,
.cid-uTAVyed83X .navbar.opened {
  background-color: false !important;
}
.cid-uTAVyed83X .nav-item:focus,
.cid-uTAVyed83X .nav-link:focus {
  outline: none;
}
.cid-uTAVyed83X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAVyed83X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAVyed83X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAVyed83X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAVyed83X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAVyed83X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAVyed83X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAVyed83X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAVyed83X .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAVyed83X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAVyed83X .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAVyed83X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAVyed83X .navbar.collapsed {
  justify-content: center;
}
.cid-uTAVyed83X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAVyed83X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAVyed83X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAVyed83X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAVyed83X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAVyed83X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAVyed83X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAVyed83X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAVyed83X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAVyed83X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAVyed83X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAVyed83X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAVyed83X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAVyed83X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAVyed83X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAVyed83X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAVyed83X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAVyed83X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAVyed83X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAVyed83X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAVyed83X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAVyed83X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAVyed83X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAVyed83X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAVyed83X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAVyed83X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAVyed83X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAVyed83X .dropdown-item.active,
.cid-uTAVyed83X .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAVyed83X .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAVyed83X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAVyed83X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAVyed83X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAVyed83X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAVyed83X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAVyed83X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAVyed83X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAVyed83X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAVyed83X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAVyed83X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAVyed83X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAVyed83X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAVyed83X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAVyed83X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAVyed83X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAVyed83X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAVyed83X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAVyed83X .navbar {
    height: 70px;
  }
  .cid-uTAVyed83X .navbar.opened {
    height: auto;
  }
  .cid-uTAVyed83X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAVyed83X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAVyed83X .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAVyed83X .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAVyed83X .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAVyed83X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAVyed83X .text_widget {
  margin-bottom: 32px;
}
.cid-uTAVyed83X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAVyed83X .text_widget a:hover,
.cid-uTAVyed83X .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAVyed83X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAVyed83X .icons-menu-main {
  display: flex;
}
.cid-uTAVyed83X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAVyed83X .navbar-caption {
  color: #202020;
}
.cid-uTAVyed83X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAVyed83X .mbr-section-subtitle,
.cid-uTAVyed83X .text_widget,
.cid-uTAVyed83X .mbr-section-btn {
  text-align: center;
}
.cid-uTAVyed83X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAVyf5rVT {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAVyf5rVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAVyf5rVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAVyf5rVT .row {
  flex-direction: row-reverse;
}
.cid-uTAVyf5rVT .mbr-description {
  color: #000000;
}
.cid-uTAVyfrhmn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAVyfrhmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAVyfrhmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAVyfrhmn .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAVyfrhmn .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAVyfrhmn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAVyfrhmn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAVyfrhmn .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAVyfrhmn .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAVyfrhmn .mbr-section-title,
.cid-uTAVyfrhmn .title-wrapper,
.cid-uTAVyfrhmn .mbr-section-btn {
  text-align: center;
}
.cid-uTAVEvyNJa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAVEvyNJa .mbr-media {
  position: relative;
}
.cid-uTAVEvyNJa .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uTAVEvyNJa a:hover {
  background-image: none !important;
}
.cid-uTAVEvyNJa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uTAVEvyNJa .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uTAVEvyNJa .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uTAVEvyNJa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTAVEvyNJa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTAVEvyNJa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTAVEvyNJa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTAVEvyNJa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTAVEvyNJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAVEvyNJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAVEvyNJa .mbr-section-title {
  color: #221b35;
}
.cid-uTAVyfH45s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAVyfH45s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAVyfH45s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAVyfH45s .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAVyfH45s .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAVyfH45s .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAVyfH45s .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAVyfH45s .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAVyfH45s .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAVyfH45s .mbr-section-title,
.cid-uTAVyfH45s .title-wrapper,
.cid-uTAVyfH45s .mbr-section-btn {
  text-align: center;
}
.cid-uTAVyfH45s .mbr-section-title,
.cid-uTAVyfH45s .mbr-section-btn,
.cid-uTAVyfH45s .title-wrapper {
  color: #000000;
}
.cid-uTAW86asVD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75b04;
}
.cid-uTAW86asVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAW86asVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAW86asVD .content-wrap {
  padding: 60px;
  background-color: #f75b04;
}
@media (max-width: 992px) {
  .cid-uTAW86asVD .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTAW86asVD .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAW86asVD .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTAW86asVD .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTAW86asVD .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTAW86asVD .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTAW86asVD .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uTAW86asVD .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTAW86asVD .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTAW86asVD .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTAW86asVD .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTAW86asVD .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTAW86asVD .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uTAW86asVD .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #f75b04;
}
.cid-uTAW86asVD .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTAW86asVD .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uTAW86asVD .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTAW86asVD .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTAW86asVD .mbr-section-title {
  color: #404349;
}
.cid-uTAW86asVD .panel-title-edit {
  color: #404349;
}
.cid-uTAW86asVD .panel-text {
  color: #404349;
}
.cid-uTAW86asVD .mbr-section-title,
.cid-uTAW86asVD .title-wrapper,
.cid-uTAW86asVD .tabs-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAVygrmU4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAVygrmU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAVygrmU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAVygrmU4 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAVygrmU4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAVygrmU4 .container {
    padding: 0 26px;
  }
}
.cid-uTAVygrmU4 .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAVygrmU4 .row {
    padding: 26px;
  }
}
.cid-uTAVygrmU4 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAVygrmU4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAVygrmU4 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAVygrmU4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAVygrmU4 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAVygrmU4 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAVygrmU4 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAVygrmU4 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAVygrmU4 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAVygrmU4 .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAVygrmU4 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAVygrmU4 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAVygrmU4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAVygrmU4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAVygrmU4 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAVygrmU4 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAVygrmU4 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAVygrmU4 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAVygrmU4 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAVygrmU4 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAVygrmU4 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAVygrmU4 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAVygrmU4 .mbr-section-title,
.cid-uTAVygrmU4 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAVygrmU4 .list {
  color: #ffffff;
}
.cid-uTAVygrmU4 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAVygrmU4 .list,
.cid-uTAVygrmU4 .nav-wrapper,
.cid-uTAVygrmU4 .soc-wrapper {
  text-align: center;
}
.cid-uSZihCRsXf {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSZihCRsXf .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uSZihCRsXf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uSZihCRsXf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSZihCRsXf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSZihCRsXf .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uSZihCRsXf .menu_box .navbar.opened,
  .cid-uSZihCRsXf .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSZihCRsXf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSZihCRsXf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSZihCRsXf .btn:hover {
  box-shadow: none;
}
.cid-uSZihCRsXf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSZihCRsXf .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSZihCRsXf .nav-item {
    margin: 0 !important;
  }
}
.cid-uSZihCRsXf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uSZihCRsXf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uSZihCRsXf .nav-item .nav-link:hover::before,
.cid-uSZihCRsXf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uSZihCRsXf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSZihCRsXf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSZihCRsXf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSZihCRsXf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSZihCRsXf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSZihCRsXf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSZihCRsXf .offcanvas_box {
    display: none;
  }
}
.cid-uSZihCRsXf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSZihCRsXf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSZihCRsXf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSZihCRsXf .container {
  display: flex;
  margin: auto;
}
.cid-uSZihCRsXf .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uSZihCRsXf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSZihCRsXf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSZihCRsXf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSZihCRsXf .navbar-nav {
    margin: 0;
  }
}
.cid-uSZihCRsXf .dropdown-menu,
.cid-uSZihCRsXf .navbar.opened {
  background-color: false !important;
}
.cid-uSZihCRsXf .nav-item:focus,
.cid-uSZihCRsXf .nav-link:focus {
  outline: none;
}
.cid-uSZihCRsXf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSZihCRsXf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSZihCRsXf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSZihCRsXf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZihCRsXf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZihCRsXf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSZihCRsXf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSZihCRsXf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSZihCRsXf .navbar.opened {
  transition: all 0.3s;
}
.cid-uSZihCRsXf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSZihCRsXf .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSZihCRsXf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSZihCRsXf .navbar.collapsed {
  justify-content: center;
}
.cid-uSZihCRsXf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSZihCRsXf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSZihCRsXf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSZihCRsXf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSZihCRsXf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSZihCRsXf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSZihCRsXf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSZihCRsXf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSZihCRsXf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSZihCRsXf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSZihCRsXf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSZihCRsXf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSZihCRsXf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSZihCRsXf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSZihCRsXf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSZihCRsXf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSZihCRsXf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSZihCRsXf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSZihCRsXf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSZihCRsXf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSZihCRsXf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSZihCRsXf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSZihCRsXf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSZihCRsXf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSZihCRsXf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSZihCRsXf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSZihCRsXf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSZihCRsXf .dropdown-item.active,
.cid-uSZihCRsXf .dropdown-item:active {
  background-color: transparent;
}
.cid-uSZihCRsXf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uSZihCRsXf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSZihCRsXf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSZihCRsXf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSZihCRsXf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSZihCRsXf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSZihCRsXf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uSZihCRsXf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSZihCRsXf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSZihCRsXf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZihCRsXf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZihCRsXf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSZihCRsXf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZihCRsXf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSZihCRsXf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSZihCRsXf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZihCRsXf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSZihCRsXf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSZihCRsXf .navbar {
    height: 70px;
  }
  .cid-uSZihCRsXf .navbar.opened {
    height: auto;
  }
  .cid-uSZihCRsXf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSZihCRsXf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSZihCRsXf .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uSZihCRsXf .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uSZihCRsXf .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uSZihCRsXf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSZihCRsXf .text_widget {
  margin-bottom: 32px;
}
.cid-uSZihCRsXf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSZihCRsXf .text_widget a:hover,
.cid-uSZihCRsXf .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSZihCRsXf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSZihCRsXf .icons-menu-main {
  display: flex;
}
.cid-uSZihCRsXf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSZihCRsXf .navbar-caption {
  color: #202020;
}
.cid-uSZihCRsXf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZihCRsXf .mbr-section-subtitle,
.cid-uSZihCRsXf .text_widget,
.cid-uSZihCRsXf .mbr-section-btn {
  text-align: center;
}
.cid-uSZihCRsXf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSZjF9muwt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZjF9muwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZjF9muwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZjF9muwt .row {
  flex-direction: row-reverse;
}
.cid-uSZk7eE9u0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZk7eE9u0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZk7eE9u0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZk7eE9u0 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZk7eE9u0 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZk7eE9u0 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZk7eE9u0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZk7eE9u0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZk7eE9u0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZk7eE9u0 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZk7eE9u0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZk7eE9u0 .mbr-label,
.cid-uSZk7eE9u0 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZk7eE9u0 .mbr-section-title {
  color: #19171c;
}
.cid-uSZk7eE9u0 .mbr-text,
.cid-uSZk7eE9u0 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZk7eE9u0 .mbr-section-title,
.cid-uSZk7eE9u0 .title-wrapper,
.cid-uSZk7eE9u0 .mbr-section-btn {
  text-align: center;
}
.cid-uSZmoZWA9Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZmoZWA9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZmoZWA9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZmoZWA9Q .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZmoZWA9Q .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSZmoZWA9Q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSZmoZWA9Q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSZmoZWA9Q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSZmoZWA9Q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSZmoZWA9Q .mbr-label {
  color: #000000;
}
.cid-uSZmoZWA9Q .mbr-section-title {
  color: #000000;
}
.cid-uSZmoZWA9Q .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSZkcqxyjG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZkcqxyjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZkcqxyjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZkcqxyjG .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZkcqxyjG .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZkcqxyjG .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZkcqxyjG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZkcqxyjG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZkcqxyjG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZkcqxyjG .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZkcqxyjG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZkcqxyjG .mbr-label,
.cid-uSZkcqxyjG .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZkcqxyjG .mbr-section-title {
  color: #19171c;
}
.cid-uSZkcqxyjG .mbr-text,
.cid-uSZkcqxyjG .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZkcqxyjG .mbr-section-title,
.cid-uSZkcqxyjG .title-wrapper,
.cid-uSZkcqxyjG .mbr-section-btn {
  text-align: center;
}
.cid-uSZl27galE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSZl27galE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZl27galE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZl27galE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uSZl27galE .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSZl27galE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSZl27galE .items-wrapper {
  margin: 0 -5px;
}
.cid-uSZl27galE .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uSZl27galE .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uSZl27galE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uSZl27galE .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZl27galE .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSZl27galE .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uSZl27galE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uSZl27galE .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSZl27galE .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uSZl27galE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSZl27galE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZl27galE .mbr-section-title {
  color: #093388;
}
.cid-uSZl27galE .item-title {
  color: #093388;
}
.cid-uSZl27galE .item-text {
  color: #58595b;
}
.cid-uSZl27galE .item-title,
.cid-uSZl27galE .mbr-section-btn,
.cid-uSZl27galE .icon-wrapper {
  text-align: center;
  color: #2a4b6e;
}
.cid-uSZl27galE .item-text,
.cid-uSZl27galE .text-wrapper {
  text-align: center;
}
.cid-uSZniXfqjP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSZniXfqjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZniXfqjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZniXfqjP .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZniXfqjP .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSZniXfqjP .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uSZniXfqjP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSZniXfqjP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZniXfqjP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uSZniXfqjP .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uSZniXfqjP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSZniXfqjP .mbr-label,
.cid-uSZniXfqjP .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZniXfqjP .mbr-section-title {
  color: #19171c;
}
.cid-uSZniXfqjP .mbr-text,
.cid-uSZniXfqjP .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uSZniXfqjP .mbr-section-title,
.cid-uSZniXfqjP .title-wrapper,
.cid-uSZniXfqjP .mbr-section-btn {
  text-align: center;
}
.cid-uSZihIgsYx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uSZihIgsYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZihIgsYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZihIgsYx .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZihIgsYx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZihIgsYx .container {
    padding: 0 26px;
  }
}
.cid-uSZihIgsYx .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSZihIgsYx .row {
    padding: 26px;
  }
}
.cid-uSZihIgsYx .title-wrapper {
  margin-bottom: 50px;
}
.cid-uSZihIgsYx .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSZihIgsYx .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uSZihIgsYx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZihIgsYx .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uSZihIgsYx .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSZihIgsYx .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uSZihIgsYx .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uSZihIgsYx .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uSZihIgsYx .nav-wrapper .list {
    display: block;
  }
}
.cid-uSZihIgsYx .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSZihIgsYx .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uSZihIgsYx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSZihIgsYx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSZihIgsYx .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSZihIgsYx .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uSZihIgsYx .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uSZihIgsYx .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uSZihIgsYx .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uSZihIgsYx .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uSZihIgsYx .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSZihIgsYx .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uSZihIgsYx .mbr-section-title,
.cid-uSZihIgsYx .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZihIgsYx .list {
  color: #ffffff;
}
.cid-uSZihIgsYx .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uSZihIgsYx .list,
.cid-uSZihIgsYx .nav-wrapper,
.cid-uSZihIgsYx .soc-wrapper {
  text-align: center;
}
.cid-uTbRiylunq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTbRiylunq .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTbRiylunq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTbRiylunq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTbRiylunq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTbRiylunq .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTbRiylunq .menu_box .navbar.opened,
  .cid-uTbRiylunq .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTbRiylunq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTbRiylunq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTbRiylunq .btn:hover {
  box-shadow: none;
}
.cid-uTbRiylunq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTbRiylunq .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTbRiylunq .nav-item {
    margin: 0 !important;
  }
}
.cid-uTbRiylunq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTbRiylunq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTbRiylunq .nav-item .nav-link:hover::before,
.cid-uTbRiylunq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTbRiylunq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTbRiylunq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTbRiylunq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTbRiylunq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTbRiylunq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTbRiylunq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTbRiylunq .offcanvas_box {
    display: none;
  }
}
.cid-uTbRiylunq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTbRiylunq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTbRiylunq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTbRiylunq .container {
  display: flex;
  margin: auto;
}
.cid-uTbRiylunq .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTbRiylunq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTbRiylunq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTbRiylunq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTbRiylunq .navbar-nav {
    margin: 0;
  }
}
.cid-uTbRiylunq .dropdown-menu,
.cid-uTbRiylunq .navbar.opened {
  background-color: false !important;
}
.cid-uTbRiylunq .nav-item:focus,
.cid-uTbRiylunq .nav-link:focus {
  outline: none;
}
.cid-uTbRiylunq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTbRiylunq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTbRiylunq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTbRiylunq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTbRiylunq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTbRiylunq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTbRiylunq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTbRiylunq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTbRiylunq .navbar.opened {
  transition: all 0.3s;
}
.cid-uTbRiylunq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTbRiylunq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTbRiylunq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTbRiylunq .navbar.collapsed {
  justify-content: center;
}
.cid-uTbRiylunq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTbRiylunq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTbRiylunq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTbRiylunq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTbRiylunq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTbRiylunq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTbRiylunq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTbRiylunq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTbRiylunq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTbRiylunq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTbRiylunq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTbRiylunq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTbRiylunq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTbRiylunq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTbRiylunq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTbRiylunq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTbRiylunq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTbRiylunq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTbRiylunq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTbRiylunq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTbRiylunq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTbRiylunq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTbRiylunq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTbRiylunq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTbRiylunq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTbRiylunq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTbRiylunq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTbRiylunq .dropdown-item.active,
.cid-uTbRiylunq .dropdown-item:active {
  background-color: transparent;
}
.cid-uTbRiylunq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTbRiylunq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTbRiylunq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTbRiylunq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTbRiylunq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTbRiylunq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTbRiylunq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTbRiylunq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTbRiylunq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTbRiylunq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTbRiylunq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTbRiylunq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTbRiylunq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTbRiylunq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTbRiylunq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTbRiylunq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTbRiylunq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTbRiylunq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTbRiylunq .navbar {
    height: 70px;
  }
  .cid-uTbRiylunq .navbar.opened {
    height: auto;
  }
  .cid-uTbRiylunq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTbRiylunq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTbRiylunq .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTbRiylunq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTbRiylunq .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTbRiylunq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTbRiylunq .text_widget {
  margin-bottom: 32px;
}
.cid-uTbRiylunq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTbRiylunq .text_widget a:hover,
.cid-uTbRiylunq .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTbRiylunq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTbRiylunq .icons-menu-main {
  display: flex;
}
.cid-uTbRiylunq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTbRiylunq .navbar-caption {
  color: #202020;
}
.cid-uTbRiylunq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTbRiylunq .mbr-section-subtitle,
.cid-uTbRiylunq .text_widget,
.cid-uTbRiylunq .mbr-section-btn {
  text-align: center;
}
.cid-uTbRiylunq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTbRizUizj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTbRizUizj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbRizUizj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbRizUizj .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTbRizUizj .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTbRizUizj .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTbRizUizj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTbRizUizj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTbRizUizj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTbRizUizj .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTbRizUizj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTbRizUizj .mbr-label,
.cid-uTbRizUizj .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTbRizUizj .mbr-section-title {
  color: #19171c;
}
.cid-uTbRizUizj .mbr-text,
.cid-uTbRizUizj .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTbRizUizj .mbr-section-title,
.cid-uTbRizUizj .title-wrapper,
.cid-uTbRizUizj .mbr-section-btn {
  text-align: center;
}
.cid-uUxwGrzrwu {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #800020;
}
.cid-uUxwGrzrwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxwGrzrwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxwGrzrwu .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUxwGrzrwu .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUxwGrzrwu .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUxwGrzrwu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUxwGrzrwu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUxwGrzrwu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uUxwGrzrwu .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uUxwGrzrwu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUxwGrzrwu .mbr-label,
.cid-uUxwGrzrwu .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUxwGrzrwu .mbr-section-title {
  color: #19171c;
}
.cid-uUxwGrzrwu .mbr-text,
.cid-uUxwGrzrwu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUxwGrzrwu .mbr-section-title,
.cid-uUxwGrzrwu .title-wrapper,
.cid-uUxwGrzrwu .mbr-section-btn {
  text-align: center;
}
.cid-uUxwGrzrwu .mbr-section-title,
.cid-uUxwGrzrwu .mbr-section-btn,
.cid-uUxwGrzrwu .title-wrapper {
  color: #ffffff;
}
.cid-uUxtx5eR1B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxtx5eR1B .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uUxtx5eR1B .mbr-section-title {
  color: #24262b;
}
.cid-uUxtx5eR1B .mbr-section-subtitle {
  color: #24262b;
}
.cid-uUxtx5eR1B .items-row {
  row-gap: 48px;
}
.cid-uUxtx5eR1B .item {
  cursor: pointer;
}
.cid-uUxtx5eR1B .item:focus,
.cid-uUxtx5eR1B span:focus {
  outline: none;
}
.cid-uUxtx5eR1B .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uUxtx5eR1B .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 2rem !important;
    pointer-events: auto !important;
  }
}
.cid-uUxtx5eR1B .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uUxtx5eR1B img {
  width: 100%;
  aspect-ratio: calc(404 / (75 * 9));
  object-fit: cover;
}
.cid-uUxtx5eR1B .mbr-section-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uUxtx5eR1B .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uUxtx5eR1B .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-uUxtx5eR1B .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 0 0;
}
.cid-uUxtx5eR1B .item-title {
  color: #24262b;
}
.cid-uUxtx5eR1B .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-uUxtx5eR1B .mbr-text {
  color: #2a4b6e;
}
.cid-uTbRiByXnC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTbRiByXnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbRiByXnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbRiByXnC .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTbRiByXnC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTbRiByXnC .container {
    padding: 0 26px;
  }
}
.cid-uTbRiByXnC .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTbRiByXnC .row {
    padding: 26px;
  }
}
.cid-uTbRiByXnC .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTbRiByXnC .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTbRiByXnC .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTbRiByXnC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTbRiByXnC .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTbRiByXnC .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTbRiByXnC .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTbRiByXnC .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTbRiByXnC .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTbRiByXnC .nav-wrapper .list {
    display: block;
  }
}
.cid-uTbRiByXnC .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTbRiByXnC .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTbRiByXnC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTbRiByXnC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTbRiByXnC .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTbRiByXnC .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTbRiByXnC .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTbRiByXnC .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTbRiByXnC .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTbRiByXnC .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTbRiByXnC .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTbRiByXnC .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTbRiByXnC .mbr-section-title,
.cid-uTbRiByXnC .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTbRiByXnC .list {
  color: #ffffff;
}
.cid-uTbRiByXnC .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTbRiByXnC .list,
.cid-uTbRiByXnC .nav-wrapper,
.cid-uTbRiByXnC .soc-wrapper {
  text-align: center;
}
.cid-uUvoJvw6Qo {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUvoJvw6Qo .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uUvoJvw6Qo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uUvoJvw6Qo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUvoJvw6Qo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUvoJvw6Qo .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uUvoJvw6Qo .menu_box .navbar.opened,
  .cid-uUvoJvw6Qo .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUvoJvw6Qo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUvoJvw6Qo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUvoJvw6Qo .btn:hover {
  box-shadow: none;
}
.cid-uUvoJvw6Qo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUvoJvw6Qo .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uUvoJvw6Qo .nav-item {
    margin: 0 !important;
  }
}
.cid-uUvoJvw6Qo .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUvoJvw6Qo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uUvoJvw6Qo .nav-item .nav-link:hover::before,
.cid-uUvoJvw6Qo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUvoJvw6Qo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUvoJvw6Qo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUvoJvw6Qo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUvoJvw6Qo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUvoJvw6Qo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUvoJvw6Qo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUvoJvw6Qo .offcanvas_box {
    display: none;
  }
}
.cid-uUvoJvw6Qo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUvoJvw6Qo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUvoJvw6Qo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUvoJvw6Qo .container {
  display: flex;
  margin: auto;
}
.cid-uUvoJvw6Qo .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uUvoJvw6Qo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUvoJvw6Qo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUvoJvw6Qo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUvoJvw6Qo .navbar-nav {
    margin: 0;
  }
}
.cid-uUvoJvw6Qo .dropdown-menu,
.cid-uUvoJvw6Qo .navbar.opened {
  background-color: false !important;
}
.cid-uUvoJvw6Qo .nav-item:focus,
.cid-uUvoJvw6Qo .nav-link:focus {
  outline: none;
}
.cid-uUvoJvw6Qo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUvoJvw6Qo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUvoJvw6Qo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUvoJvw6Qo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUvoJvw6Qo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUvoJvw6Qo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUvoJvw6Qo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUvoJvw6Qo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUvoJvw6Qo .navbar.opened {
  transition: all 0.3s;
}
.cid-uUvoJvw6Qo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUvoJvw6Qo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUvoJvw6Qo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUvoJvw6Qo .navbar.collapsed {
  justify-content: center;
}
.cid-uUvoJvw6Qo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUvoJvw6Qo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUvoJvw6Qo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUvoJvw6Qo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUvoJvw6Qo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUvoJvw6Qo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUvoJvw6Qo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUvoJvw6Qo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUvoJvw6Qo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUvoJvw6Qo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUvoJvw6Qo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUvoJvw6Qo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUvoJvw6Qo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUvoJvw6Qo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUvoJvw6Qo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUvoJvw6Qo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUvoJvw6Qo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUvoJvw6Qo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUvoJvw6Qo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUvoJvw6Qo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUvoJvw6Qo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUvoJvw6Qo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUvoJvw6Qo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUvoJvw6Qo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUvoJvw6Qo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUvoJvw6Qo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUvoJvw6Qo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUvoJvw6Qo .dropdown-item.active,
.cid-uUvoJvw6Qo .dropdown-item:active {
  background-color: transparent;
}
.cid-uUvoJvw6Qo .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUvoJvw6Qo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUvoJvw6Qo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUvoJvw6Qo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUvoJvw6Qo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUvoJvw6Qo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUvoJvw6Qo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uUvoJvw6Qo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUvoJvw6Qo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUvoJvw6Qo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUvoJvw6Qo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUvoJvw6Qo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUvoJvw6Qo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUvoJvw6Qo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUvoJvw6Qo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUvoJvw6Qo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUvoJvw6Qo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUvoJvw6Qo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUvoJvw6Qo .navbar {
    height: 70px;
  }
  .cid-uUvoJvw6Qo .navbar.opened {
    height: auto;
  }
  .cid-uUvoJvw6Qo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUvoJvw6Qo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUvoJvw6Qo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUvoJvw6Qo .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uUvoJvw6Qo .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uUvoJvw6Qo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUvoJvw6Qo .text_widget {
  margin-bottom: 32px;
}
.cid-uUvoJvw6Qo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUvoJvw6Qo .text_widget a:hover,
.cid-uUvoJvw6Qo .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUvoJvw6Qo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUvoJvw6Qo .icons-menu-main {
  display: flex;
}
.cid-uUvoJvw6Qo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUvoJvw6Qo .navbar-caption {
  color: #202020;
}
.cid-uUvoJvw6Qo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUvoJvw6Qo .mbr-section-subtitle,
.cid-uUvoJvw6Qo .text_widget,
.cid-uUvoJvw6Qo .mbr-section-btn {
  text-align: center;
}
.cid-uUvoJvw6Qo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWQUrZsDWx {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWQUrZsDWx .mbr-media {
  position: relative;
}
.cid-uWQUrZsDWx .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uWQUrZsDWx a:hover {
  background-image: none !important;
}
.cid-uWQUrZsDWx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uWQUrZsDWx .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uWQUrZsDWx .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uWQUrZsDWx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uWQUrZsDWx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uWQUrZsDWx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uWQUrZsDWx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uWQUrZsDWx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWQUrZsDWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQUrZsDWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQUrZsDWx .mbr-section-title {
  color: #221b35;
}
.cid-uYaFSr3kP2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYaFSr3kP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaFSr3kP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaFSr3kP2 .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYaFSr3kP2 .container-fluid {
    padding: 0;
  }
}
.cid-uYaFSr3kP2 .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYaFSr3kP2 .container {
    padding: 0 28px;
  }
}
.cid-uYaFSr3kP2 .row {
  margin: -1px 0 0 0;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uYaFSr3kP2 .row {
    padding: 20px 8px;
  }
}
.cid-uYaFSr3kP2 .item {
  padding: 20px;
}
.cid-uYaFSr3kP2 .item .item-wrapper a {
  display: block;
}
.cid-uYaFSr3kP2 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uYaFSr3kP2 .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-uYaFSr3kP2 .item .item-wrapper a .item-img img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUvoJxWZvP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #800020;
}
.cid-uUvoJxWZvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvoJxWZvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvoJxWZvP .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUvoJxWZvP .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUvoJxWZvP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUvoJxWZvP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUvoJxWZvP .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUvoJxWZvP .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUvoJxWZvP .mbr-section-title,
.cid-uUvoJxWZvP .title-wrapper,
.cid-uUvoJxWZvP .mbr-section-btn {
  text-align: center;
}
.cid-uUvoJyoDGU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUvoJyoDGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvoJyoDGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvoJyoDGU .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUvoJyoDGU .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUvoJyoDGU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUvoJyoDGU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUvoJyoDGU .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUvoJyoDGU .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUvoJyoDGU .mbr-section-title,
.cid-uUvoJyoDGU .title-wrapper,
.cid-uUvoJyoDGU .mbr-section-btn {
  text-align: center;
}
.cid-uUvoJyoDGU .mbr-section-title,
.cid-uUvoJyoDGU .mbr-section-btn,
.cid-uUvoJyoDGU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUvsfLQasc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUvsfLQasc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvsfLQasc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvsfLQasc .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUvsfLQasc .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUvsfLQasc .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUvsfLQasc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUvsfLQasc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUvsfLQasc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uUvsfLQasc .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uUvsfLQasc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUvsfLQasc .mbr-label,
.cid-uUvsfLQasc .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUvsfLQasc .mbr-section-title {
  color: #19171c;
}
.cid-uUvsfLQasc .mbr-text,
.cid-uUvsfLQasc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUvsfLQasc .mbr-section-title,
.cid-uUvsfLQasc .title-wrapper,
.cid-uUvsfLQasc .mbr-section-btn {
  text-align: center;
}
.cid-uUvsfLQasc .mbr-section-title,
.cid-uUvsfLQasc .mbr-section-btn,
.cid-uUvsfLQasc .title-wrapper {
  color: #ffffff;
}
.cid-uWzCNBjo3h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWzCNBjo3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzCNBjo3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzCNBjo3h .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWzCNBjo3h .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uWzCNBjo3h .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWzCNBjo3h .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWzCNBjo3h .mbr-section-title {
  color: #f5f8ff;
}
.cid-uWzCNBjo3h .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uWzCNBjo3h .mbr-section-title,
.cid-uWzCNBjo3h .title-wrapper,
.cid-uWzCNBjo3h .mbr-section-btn {
  text-align: center;
}
.cid-uWzCNBjo3h .mbr-section-title,
.cid-uWzCNBjo3h .mbr-section-btn,
.cid-uWzCNBjo3h .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUvuhCmin1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUvuhCmin1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvuhCmin1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvuhCmin1 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUvuhCmin1 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUvuhCmin1 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUvuhCmin1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUvuhCmin1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUvuhCmin1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uUvuhCmin1 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uUvuhCmin1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUvuhCmin1 .mbr-label,
.cid-uUvuhCmin1 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUvuhCmin1 .mbr-section-title {
  color: #19171c;
}
.cid-uUvuhCmin1 .mbr-text,
.cid-uUvuhCmin1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUvuhCmin1 .mbr-section-title,
.cid-uUvuhCmin1 .title-wrapper,
.cid-uUvuhCmin1 .mbr-section-btn {
  text-align: center;
}
.cid-uUvuhCmin1 .mbr-section-title,
.cid-uUvuhCmin1 .mbr-section-btn,
.cid-uUvuhCmin1 .title-wrapper {
  color: #ffffff;
}
.cid-uWzDAl3rFA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWzDAl3rFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzDAl3rFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzDAl3rFA .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWzDAl3rFA .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uWzDAl3rFA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWzDAl3rFA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWzDAl3rFA .mbr-section-title {
  color: #f5f8ff;
}
.cid-uWzDAl3rFA .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uWzDAl3rFA .mbr-section-title,
.cid-uWzDAl3rFA .title-wrapper,
.cid-uWzDAl3rFA .mbr-section-btn {
  text-align: center;
}
.cid-uWzDAl3rFA .mbr-section-title,
.cid-uWzDAl3rFA .mbr-section-btn,
.cid-uWzDAl3rFA .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWzDJmWRFa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWzDJmWRFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzDJmWRFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzDJmWRFa .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWzDJmWRFa .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWzDJmWRFa .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uWzDJmWRFa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWzDJmWRFa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uWzDJmWRFa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uWzDJmWRFa .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uWzDJmWRFa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uWzDJmWRFa .mbr-label,
.cid-uWzDJmWRFa .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uWzDJmWRFa .mbr-section-title {
  color: #19171c;
}
.cid-uWzDJmWRFa .mbr-text,
.cid-uWzDJmWRFa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWzDJmWRFa .mbr-section-title,
.cid-uWzDJmWRFa .title-wrapper,
.cid-uWzDJmWRFa .mbr-section-btn {
  text-align: center;
}
.cid-uWzDJmWRFa .mbr-section-title,
.cid-uWzDJmWRFa .mbr-section-btn,
.cid-uWzDJmWRFa .title-wrapper {
  color: #ffffff;
}
.cid-uWQKiBUx6C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWQKiBUx6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWQKiBUx6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQKiBUx6C .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWQKiBUx6C .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uWQKiBUx6C .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWQKiBUx6C .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWQKiBUx6C .mbr-section-title {
  color: #f5f8ff;
}
.cid-uWQKiBUx6C .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uWQKiBUx6C .mbr-section-title,
.cid-uWQKiBUx6C .title-wrapper,
.cid-uWQKiBUx6C .mbr-section-btn {
  text-align: center;
}
.cid-uWQKiBUx6C .mbr-section-title,
.cid-uWQKiBUx6C .mbr-section-btn,
.cid-uWQKiBUx6C .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXNmvX0BYP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800020;
}
.cid-uXNmvX0BYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNmvX0BYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNmvX0BYP .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uXNmvX0BYP .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uXNmvX0BYP .content-wrapper {
    width: 100%;
  }
}
.cid-uXNmvX0BYP .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXNmvX0BYP .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uXNmvX0BYP .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uXNmvX0BYP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXNmvX0BYP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXNmvX0BYP .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXNmvX0BYP .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uXNmvX0BYP .mbr-section-title {
  color: #181824;
}
.cid-uXNmvX0BYP .mbr-section-title,
.cid-uXNmvX0BYP .mbr-section-btn,
.cid-uXNmvX0BYP .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uXNhil6IpH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uXNhil6IpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNhil6IpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNhil6IpH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uXNhil6IpH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uXNhil6IpH .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uXNhil6IpH .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uXNhil6IpH .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uXNhil6IpH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uXNhil6IpH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXNhil6IpH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXNhil6IpH .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXNhil6IpH .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uXNhil6IpH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #f7f7f7;
  background-color: #800020;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXNhil6IpH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uXNhil6IpH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #800020;
  background-color: #ffffff;
}
.cid-uXNhil6IpH .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uXNhil6IpH .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXNhil6IpH .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXNhil6IpH .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uXNhil6IpH .panel-title-edit {
  color: #000c3f;
}
.cid-uXNhil6IpH .panel-text {
  color: #000c3f;
}
.cid-uXNiAhvtPE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uXNiAhvtPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNiAhvtPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNiAhvtPE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uXNiAhvtPE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uXNiAhvtPE .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uXNiAhvtPE .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uXNiAhvtPE .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uXNiAhvtPE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uXNiAhvtPE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXNiAhvtPE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXNiAhvtPE .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXNiAhvtPE .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uXNiAhvtPE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #ffffff;
  background-color: #800020;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXNiAhvtPE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uXNiAhvtPE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #800020;
  background-color: #ffffff;
}
.cid-uXNiAhvtPE .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uXNiAhvtPE .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXNiAhvtPE .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXNiAhvtPE .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uXNiAhvtPE .panel-title-edit {
  color: #000c3f;
}
.cid-uXNiAhvtPE .panel-text {
  color: #000c3f;
}
.cid-uUvoJz4Q1B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uUvoJz4Q1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvoJz4Q1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvoJz4Q1B .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uUvoJz4Q1B .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUvoJz4Q1B .container {
    padding: 0 26px;
  }
}
.cid-uUvoJz4Q1B .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUvoJz4Q1B .row {
    padding: 26px;
  }
}
.cid-uUvoJz4Q1B .title-wrapper {
  margin-bottom: 50px;
}
.cid-uUvoJz4Q1B .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUvoJz4Q1B .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUvoJz4Q1B .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUvoJz4Q1B .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uUvoJz4Q1B .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uUvoJz4Q1B .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uUvoJz4Q1B .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uUvoJz4Q1B .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uUvoJz4Q1B .nav-wrapper .list {
    display: block;
  }
}
.cid-uUvoJz4Q1B .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUvoJz4Q1B .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uUvoJz4Q1B .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUvoJz4Q1B .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUvoJz4Q1B .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUvoJz4Q1B .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uUvoJz4Q1B .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uUvoJz4Q1B .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uUvoJz4Q1B .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uUvoJz4Q1B .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uUvoJz4Q1B .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uUvoJz4Q1B .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uUvoJz4Q1B .mbr-section-title,
.cid-uUvoJz4Q1B .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUvoJz4Q1B .list {
  color: #ffffff;
}
.cid-uUvoJz4Q1B .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uUvoJz4Q1B .list,
.cid-uUvoJz4Q1B .nav-wrapper,
.cid-uUvoJz4Q1B .soc-wrapper {
  text-align: center;
}
.cid-uTAYryd7J6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAYryd7J6 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAYryd7J6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAYryd7J6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAYryd7J6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAYryd7J6 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAYryd7J6 .menu_box .navbar.opened,
  .cid-uTAYryd7J6 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAYryd7J6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAYryd7J6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAYryd7J6 .btn:hover {
  box-shadow: none;
}
.cid-uTAYryd7J6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAYryd7J6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAYryd7J6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAYryd7J6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAYryd7J6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAYryd7J6 .nav-item .nav-link:hover::before,
.cid-uTAYryd7J6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAYryd7J6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAYryd7J6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAYryd7J6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAYryd7J6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAYryd7J6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAYryd7J6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAYryd7J6 .offcanvas_box {
    display: none;
  }
}
.cid-uTAYryd7J6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAYryd7J6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAYryd7J6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAYryd7J6 .container {
  display: flex;
  margin: auto;
}
.cid-uTAYryd7J6 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAYryd7J6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAYryd7J6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAYryd7J6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAYryd7J6 .navbar-nav {
    margin: 0;
  }
}
.cid-uTAYryd7J6 .dropdown-menu,
.cid-uTAYryd7J6 .navbar.opened {
  background-color: false !important;
}
.cid-uTAYryd7J6 .nav-item:focus,
.cid-uTAYryd7J6 .nav-link:focus {
  outline: none;
}
.cid-uTAYryd7J6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAYryd7J6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAYryd7J6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAYryd7J6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAYryd7J6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAYryd7J6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAYryd7J6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAYryd7J6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAYryd7J6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAYryd7J6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAYryd7J6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAYryd7J6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAYryd7J6 .navbar.collapsed {
  justify-content: center;
}
.cid-uTAYryd7J6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAYryd7J6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAYryd7J6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAYryd7J6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAYryd7J6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAYryd7J6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAYryd7J6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAYryd7J6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAYryd7J6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAYryd7J6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAYryd7J6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAYryd7J6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAYryd7J6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAYryd7J6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAYryd7J6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAYryd7J6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAYryd7J6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAYryd7J6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAYryd7J6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAYryd7J6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAYryd7J6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAYryd7J6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAYryd7J6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAYryd7J6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAYryd7J6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAYryd7J6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAYryd7J6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAYryd7J6 .dropdown-item.active,
.cid-uTAYryd7J6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAYryd7J6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAYryd7J6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAYryd7J6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAYryd7J6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAYryd7J6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAYryd7J6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAYryd7J6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAYryd7J6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAYryd7J6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAYryd7J6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAYryd7J6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAYryd7J6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAYryd7J6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAYryd7J6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAYryd7J6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAYryd7J6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAYryd7J6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAYryd7J6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAYryd7J6 .navbar {
    height: 70px;
  }
  .cid-uTAYryd7J6 .navbar.opened {
    height: auto;
  }
  .cid-uTAYryd7J6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAYryd7J6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAYryd7J6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAYryd7J6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAYryd7J6 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAYryd7J6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAYryd7J6 .text_widget {
  margin-bottom: 32px;
}
.cid-uTAYryd7J6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAYryd7J6 .text_widget a:hover,
.cid-uTAYryd7J6 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAYryd7J6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAYryd7J6 .icons-menu-main {
  display: flex;
}
.cid-uTAYryd7J6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAYryd7J6 .navbar-caption {
  color: #202020;
}
.cid-uTAYryd7J6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAYryd7J6 .mbr-section-subtitle,
.cid-uTAYryd7J6 .text_widget,
.cid-uTAYryd7J6 .mbr-section-btn {
  text-align: center;
}
.cid-uTAYryd7J6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAYrzke8Y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAYrzke8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAYrzke8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAYrzke8Y .row {
  flex-direction: row-reverse;
}
.cid-uTAYrzke8Y .mbr-description {
  color: #000000;
}
.cid-uTAYrzPQPC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAYrzPQPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAYrzPQPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAYrzPQPC .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAYrzPQPC .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAYrzPQPC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAYrzPQPC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAYrzPQPC .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAYrzPQPC .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAYrzPQPC .mbr-section-title,
.cid-uTAYrzPQPC .title-wrapper,
.cid-uTAYrzPQPC .mbr-section-btn {
  text-align: center;
}
.cid-uTAYrB6fqc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAYrB6fqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAYrB6fqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAYrB6fqc .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAYrB6fqc .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAYrB6fqc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAYrB6fqc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAYrB6fqc .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAYrB6fqc .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAYrB6fqc .mbr-section-title,
.cid-uTAYrB6fqc .title-wrapper,
.cid-uTAYrB6fqc .mbr-section-btn {
  text-align: center;
}
.cid-uTAYrB6fqc .mbr-section-title,
.cid-uTAYrB6fqc .mbr-section-btn,
.cid-uTAYrB6fqc .title-wrapper {
  color: #000000;
}
.cid-uTAYC5f4ir {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTAYC5f4ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAYC5f4ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAYC5f4ir .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTAYC5f4ir .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTAYC5f4ir .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTAYC5f4ir .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTAYC5f4ir .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTAYC5f4ir .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTAYC5f4ir .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTAYC5f4ir .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTAYC5f4ir .mbr-label,
.cid-uTAYC5f4ir .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTAYC5f4ir .mbr-section-title {
  color: #19171c;
}
.cid-uTAYC5f4ir .mbr-text,
.cid-uTAYC5f4ir .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTAYC5f4ir .mbr-section-title,
.cid-uTAYC5f4ir .title-wrapper,
.cid-uTAYC5f4ir .mbr-section-btn {
  text-align: center;
}
.cid-uTAYrCo28I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAYrCo28I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAYrCo28I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAYrCo28I .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAYrCo28I .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAYrCo28I .container {
    padding: 0 26px;
  }
}
.cid-uTAYrCo28I .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAYrCo28I .row {
    padding: 26px;
  }
}
.cid-uTAYrCo28I .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAYrCo28I .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAYrCo28I .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAYrCo28I .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAYrCo28I .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAYrCo28I .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAYrCo28I .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAYrCo28I .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAYrCo28I .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAYrCo28I .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAYrCo28I .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAYrCo28I .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAYrCo28I .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAYrCo28I .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAYrCo28I .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAYrCo28I .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAYrCo28I .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAYrCo28I .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAYrCo28I .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAYrCo28I .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAYrCo28I .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAYrCo28I .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAYrCo28I .mbr-section-title,
.cid-uTAYrCo28I .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAYrCo28I .list {
  color: #ffffff;
}
.cid-uTAYrCo28I .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAYrCo28I .list,
.cid-uTAYrCo28I .nav-wrapper,
.cid-uTAYrCo28I .soc-wrapper {
  text-align: center;
}
.cid-uTB3QE6iC3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTB3QE6iC3 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTB3QE6iC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTB3QE6iC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB3QE6iC3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB3QE6iC3 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTB3QE6iC3 .menu_box .navbar.opened,
  .cid-uTB3QE6iC3 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTB3QE6iC3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTB3QE6iC3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTB3QE6iC3 .btn:hover {
  box-shadow: none;
}
.cid-uTB3QE6iC3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTB3QE6iC3 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTB3QE6iC3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTB3QE6iC3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTB3QE6iC3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTB3QE6iC3 .nav-item .nav-link:hover::before,
.cid-uTB3QE6iC3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTB3QE6iC3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTB3QE6iC3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTB3QE6iC3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTB3QE6iC3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTB3QE6iC3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTB3QE6iC3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTB3QE6iC3 .offcanvas_box {
    display: none;
  }
}
.cid-uTB3QE6iC3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTB3QE6iC3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTB3QE6iC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTB3QE6iC3 .container {
  display: flex;
  margin: auto;
}
.cid-uTB3QE6iC3 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTB3QE6iC3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTB3QE6iC3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTB3QE6iC3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTB3QE6iC3 .navbar-nav {
    margin: 0;
  }
}
.cid-uTB3QE6iC3 .dropdown-menu,
.cid-uTB3QE6iC3 .navbar.opened {
  background-color: false !important;
}
.cid-uTB3QE6iC3 .nav-item:focus,
.cid-uTB3QE6iC3 .nav-link:focus {
  outline: none;
}
.cid-uTB3QE6iC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB3QE6iC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB3QE6iC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB3QE6iC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB3QE6iC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB3QE6iC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB3QE6iC3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTB3QE6iC3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTB3QE6iC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB3QE6iC3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTB3QE6iC3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTB3QE6iC3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB3QE6iC3 .navbar.collapsed {
  justify-content: center;
}
.cid-uTB3QE6iC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB3QE6iC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTB3QE6iC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB3QE6iC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB3QE6iC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB3QE6iC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTB3QE6iC3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTB3QE6iC3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTB3QE6iC3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTB3QE6iC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB3QE6iC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB3QE6iC3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTB3QE6iC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB3QE6iC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTB3QE6iC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB3QE6iC3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTB3QE6iC3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTB3QE6iC3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTB3QE6iC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTB3QE6iC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB3QE6iC3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTB3QE6iC3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB3QE6iC3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTB3QE6iC3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB3QE6iC3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB3QE6iC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTB3QE6iC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB3QE6iC3 .dropdown-item.active,
.cid-uTB3QE6iC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB3QE6iC3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTB3QE6iC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB3QE6iC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB3QE6iC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB3QE6iC3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTB3QE6iC3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB3QE6iC3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTB3QE6iC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTB3QE6iC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB3QE6iC3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB3QE6iC3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB3QE6iC3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB3QE6iC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB3QE6iC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB3QE6iC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB3QE6iC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB3QE6iC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTB3QE6iC3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB3QE6iC3 .navbar {
    height: 70px;
  }
  .cid-uTB3QE6iC3 .navbar.opened {
    height: auto;
  }
  .cid-uTB3QE6iC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTB3QE6iC3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTB3QE6iC3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTB3QE6iC3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTB3QE6iC3 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTB3QE6iC3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTB3QE6iC3 .text_widget {
  margin-bottom: 32px;
}
.cid-uTB3QE6iC3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTB3QE6iC3 .text_widget a:hover,
.cid-uTB3QE6iC3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTB3QE6iC3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTB3QE6iC3 .icons-menu-main {
  display: flex;
}
.cid-uTB3QE6iC3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3QE6iC3 .navbar-caption {
  color: #202020;
}
.cid-uTB3QE6iC3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3QE6iC3 .mbr-section-subtitle,
.cid-uTB3QE6iC3 .text_widget,
.cid-uTB3QE6iC3 .mbr-section-btn {
  text-align: center;
}
.cid-uTB3QE6iC3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTB3QEYIzu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB3QEYIzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3QEYIzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3QEYIzu .row {
  flex-direction: row-reverse;
}
.cid-uTB3QEYIzu .mbr-description {
  color: #000000;
}
.cid-uTB3QFqUT5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTB3QFqUT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3QFqUT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3QFqUT5 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3QFqUT5 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB3QFqUT5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3QFqUT5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB3QFqUT5 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB3QFqUT5 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB3QFqUT5 .mbr-section-title,
.cid-uTB3QFqUT5 .title-wrapper,
.cid-uTB3QFqUT5 .mbr-section-btn {
  text-align: center;
}
.cid-uTB3QFGW0X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB3QFGW0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3QFGW0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3QFGW0X .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3QFGW0X .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB3QFGW0X .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3QFGW0X .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB3QFGW0X .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB3QFGW0X .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB3QFGW0X .mbr-section-title,
.cid-uTB3QFGW0X .title-wrapper,
.cid-uTB3QFGW0X .mbr-section-btn {
  text-align: center;
}
.cid-uTB3QFGW0X .mbr-section-title,
.cid-uTB3QFGW0X .mbr-section-btn,
.cid-uTB3QFGW0X .title-wrapper {
  color: #000000;
}
.cid-uTB48e5b86 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75b04;
}
.cid-uTB48e5b86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB48e5b86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB48e5b86 .content-wrap {
  padding: 60px;
  background-color: #f75b04;
}
@media (max-width: 992px) {
  .cid-uTB48e5b86 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTB48e5b86 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB48e5b86 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTB48e5b86 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTB48e5b86 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTB48e5b86 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTB48e5b86 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uTB48e5b86 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTB48e5b86 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #f75b04;
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uTB48e5b86 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTB48e5b86 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTB48e5b86 .mbr-section-title {
  color: #404349;
}
.cid-uTB48e5b86 .panel-title-edit {
  color: #404349;
}
.cid-uTB48e5b86 .panel-text {
  color: #404349;
}
.cid-uTB48e5b86 .mbr-section-title,
.cid-uTB48e5b86 .title-wrapper,
.cid-uTB48e5b86 .tabs-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3QGletm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTB3QGletm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3QGletm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3QGletm .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTB3QGletm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTB3QGletm .container {
    padding: 0 26px;
  }
}
.cid-uTB3QGletm .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTB3QGletm .row {
    padding: 26px;
  }
}
.cid-uTB3QGletm .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTB3QGletm .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTB3QGletm .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTB3QGletm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTB3QGletm .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTB3QGletm .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTB3QGletm .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTB3QGletm .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTB3QGletm .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTB3QGletm .nav-wrapper .list {
    display: block;
  }
}
.cid-uTB3QGletm .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTB3QGletm .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTB3QGletm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTB3QGletm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTB3QGletm .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTB3QGletm .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTB3QGletm .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTB3QGletm .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTB3QGletm .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTB3QGletm .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTB3QGletm .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTB3QGletm .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTB3QGletm .mbr-section-title,
.cid-uTB3QGletm .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3QGletm .list {
  color: #ffffff;
}
.cid-uTB3QGletm .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3QGletm .list,
.cid-uTB3QGletm .nav-wrapper,
.cid-uTB3QGletm .soc-wrapper {
  text-align: center;
}
.cid-uTB0FBSEH1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTB0FBSEH1 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTB0FBSEH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTB0FBSEH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB0FBSEH1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB0FBSEH1 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTB0FBSEH1 .menu_box .navbar.opened,
  .cid-uTB0FBSEH1 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTB0FBSEH1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTB0FBSEH1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTB0FBSEH1 .btn:hover {
  box-shadow: none;
}
.cid-uTB0FBSEH1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTB0FBSEH1 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTB0FBSEH1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTB0FBSEH1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTB0FBSEH1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTB0FBSEH1 .nav-item .nav-link:hover::before,
.cid-uTB0FBSEH1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTB0FBSEH1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTB0FBSEH1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTB0FBSEH1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTB0FBSEH1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTB0FBSEH1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTB0FBSEH1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTB0FBSEH1 .offcanvas_box {
    display: none;
  }
}
.cid-uTB0FBSEH1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTB0FBSEH1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTB0FBSEH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTB0FBSEH1 .container {
  display: flex;
  margin: auto;
}
.cid-uTB0FBSEH1 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTB0FBSEH1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTB0FBSEH1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTB0FBSEH1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTB0FBSEH1 .navbar-nav {
    margin: 0;
  }
}
.cid-uTB0FBSEH1 .dropdown-menu,
.cid-uTB0FBSEH1 .navbar.opened {
  background-color: false !important;
}
.cid-uTB0FBSEH1 .nav-item:focus,
.cid-uTB0FBSEH1 .nav-link:focus {
  outline: none;
}
.cid-uTB0FBSEH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB0FBSEH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB0FBSEH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB0FBSEH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB0FBSEH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB0FBSEH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB0FBSEH1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTB0FBSEH1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTB0FBSEH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB0FBSEH1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTB0FBSEH1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTB0FBSEH1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB0FBSEH1 .navbar.collapsed {
  justify-content: center;
}
.cid-uTB0FBSEH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB0FBSEH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTB0FBSEH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB0FBSEH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB0FBSEH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB0FBSEH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTB0FBSEH1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTB0FBSEH1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTB0FBSEH1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTB0FBSEH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB0FBSEH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB0FBSEH1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTB0FBSEH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB0FBSEH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTB0FBSEH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB0FBSEH1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTB0FBSEH1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTB0FBSEH1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTB0FBSEH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTB0FBSEH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB0FBSEH1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTB0FBSEH1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB0FBSEH1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTB0FBSEH1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB0FBSEH1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB0FBSEH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTB0FBSEH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB0FBSEH1 .dropdown-item.active,
.cid-uTB0FBSEH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB0FBSEH1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTB0FBSEH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB0FBSEH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB0FBSEH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB0FBSEH1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTB0FBSEH1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB0FBSEH1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTB0FBSEH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTB0FBSEH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB0FBSEH1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB0FBSEH1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB0FBSEH1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB0FBSEH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB0FBSEH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB0FBSEH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB0FBSEH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB0FBSEH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTB0FBSEH1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB0FBSEH1 .navbar {
    height: 70px;
  }
  .cid-uTB0FBSEH1 .navbar.opened {
    height: auto;
  }
  .cid-uTB0FBSEH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTB0FBSEH1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTB0FBSEH1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTB0FBSEH1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTB0FBSEH1 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTB0FBSEH1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTB0FBSEH1 .text_widget {
  margin-bottom: 32px;
}
.cid-uTB0FBSEH1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTB0FBSEH1 .text_widget a:hover,
.cid-uTB0FBSEH1 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTB0FBSEH1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTB0FBSEH1 .icons-menu-main {
  display: flex;
}
.cid-uTB0FBSEH1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTB0FBSEH1 .navbar-caption {
  color: #202020;
}
.cid-uTB0FBSEH1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTB0FBSEH1 .mbr-section-subtitle,
.cid-uTB0FBSEH1 .text_widget,
.cid-uTB0FBSEH1 .mbr-section-btn {
  text-align: center;
}
.cid-uTB0FBSEH1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTB0FCMz0P {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB0FCMz0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB0FCMz0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB0FCMz0P .row {
  flex-direction: row-reverse;
}
.cid-uTB0FCMz0P .mbr-description {
  color: #000000;
}
.cid-uTB0FDaeIx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTB0FDaeIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB0FDaeIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB0FDaeIx .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB0FDaeIx .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB0FDaeIx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB0FDaeIx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB0FDaeIx .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB0FDaeIx .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB0FDaeIx .mbr-section-title,
.cid-uTB0FDaeIx .title-wrapper,
.cid-uTB0FDaeIx .mbr-section-btn {
  text-align: center;
}
.cid-uTB0FDq5hE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB0FDq5hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB0FDq5hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB0FDq5hE .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB0FDq5hE .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB0FDq5hE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB0FDq5hE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB0FDq5hE .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB0FDq5hE .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB0FDq5hE .mbr-section-title,
.cid-uTB0FDq5hE .title-wrapper,
.cid-uTB0FDq5hE .mbr-section-btn {
  text-align: center;
}
.cid-uTB0FDq5hE .mbr-section-title,
.cid-uTB0FDq5hE .mbr-section-btn,
.cid-uTB0FDq5hE .title-wrapper {
  color: #000000;
}
.cid-uTB0Q8x5yv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75b04;
}
.cid-uTB0Q8x5yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB0Q8x5yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB0Q8x5yv .content-wrap {
  padding: 60px;
  background-color: #f75b04;
}
@media (max-width: 992px) {
  .cid-uTB0Q8x5yv .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTB0Q8x5yv .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB0Q8x5yv .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTB0Q8x5yv .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTB0Q8x5yv .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTB0Q8x5yv .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTB0Q8x5yv .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #f75b04;
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uTB0Q8x5yv .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTB0Q8x5yv .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTB0Q8x5yv .mbr-section-title {
  color: #404349;
}
.cid-uTB0Q8x5yv .panel-title-edit {
  color: #404349;
}
.cid-uTB0Q8x5yv .panel-text {
  color: #404349;
}
.cid-uTB0Q8x5yv .mbr-section-title,
.cid-uTB0Q8x5yv .title-wrapper,
.cid-uTB0Q8x5yv .tabs-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB0FDXVuv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTB0FDXVuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB0FDXVuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB0FDXVuv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTB0FDXVuv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTB0FDXVuv .container {
    padding: 0 26px;
  }
}
.cid-uTB0FDXVuv .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTB0FDXVuv .row {
    padding: 26px;
  }
}
.cid-uTB0FDXVuv .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTB0FDXVuv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTB0FDXVuv .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTB0FDXVuv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTB0FDXVuv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTB0FDXVuv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTB0FDXVuv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTB0FDXVuv .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTB0FDXVuv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTB0FDXVuv .nav-wrapper .list {
    display: block;
  }
}
.cid-uTB0FDXVuv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTB0FDXVuv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTB0FDXVuv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTB0FDXVuv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTB0FDXVuv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTB0FDXVuv .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTB0FDXVuv .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTB0FDXVuv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTB0FDXVuv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTB0FDXVuv .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTB0FDXVuv .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTB0FDXVuv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTB0FDXVuv .mbr-section-title,
.cid-uTB0FDXVuv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB0FDXVuv .list {
  color: #ffffff;
}
.cid-uTB0FDXVuv .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTB0FDXVuv .list,
.cid-uTB0FDXVuv .nav-wrapper,
.cid-uTB0FDXVuv .soc-wrapper {
  text-align: center;
}
.cid-uTAZol7pu6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAZol7pu6 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAZol7pu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAZol7pu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAZol7pu6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAZol7pu6 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAZol7pu6 .menu_box .navbar.opened,
  .cid-uTAZol7pu6 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAZol7pu6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAZol7pu6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAZol7pu6 .btn:hover {
  box-shadow: none;
}
.cid-uTAZol7pu6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAZol7pu6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAZol7pu6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAZol7pu6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAZol7pu6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAZol7pu6 .nav-item .nav-link:hover::before,
.cid-uTAZol7pu6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAZol7pu6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAZol7pu6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAZol7pu6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAZol7pu6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAZol7pu6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAZol7pu6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAZol7pu6 .offcanvas_box {
    display: none;
  }
}
.cid-uTAZol7pu6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAZol7pu6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAZol7pu6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAZol7pu6 .container {
  display: flex;
  margin: auto;
}
.cid-uTAZol7pu6 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAZol7pu6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAZol7pu6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAZol7pu6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAZol7pu6 .navbar-nav {
    margin: 0;
  }
}
.cid-uTAZol7pu6 .dropdown-menu,
.cid-uTAZol7pu6 .navbar.opened {
  background-color: false !important;
}
.cid-uTAZol7pu6 .nav-item:focus,
.cid-uTAZol7pu6 .nav-link:focus {
  outline: none;
}
.cid-uTAZol7pu6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAZol7pu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAZol7pu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAZol7pu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAZol7pu6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAZol7pu6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAZol7pu6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAZol7pu6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAZol7pu6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAZol7pu6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAZol7pu6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAZol7pu6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAZol7pu6 .navbar.collapsed {
  justify-content: center;
}
.cid-uTAZol7pu6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAZol7pu6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAZol7pu6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAZol7pu6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAZol7pu6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAZol7pu6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAZol7pu6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAZol7pu6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAZol7pu6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAZol7pu6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAZol7pu6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAZol7pu6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAZol7pu6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAZol7pu6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAZol7pu6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAZol7pu6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAZol7pu6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAZol7pu6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAZol7pu6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAZol7pu6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAZol7pu6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAZol7pu6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAZol7pu6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAZol7pu6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAZol7pu6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAZol7pu6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAZol7pu6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAZol7pu6 .dropdown-item.active,
.cid-uTAZol7pu6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAZol7pu6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAZol7pu6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAZol7pu6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAZol7pu6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAZol7pu6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAZol7pu6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAZol7pu6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAZol7pu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAZol7pu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAZol7pu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAZol7pu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAZol7pu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAZol7pu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAZol7pu6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAZol7pu6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAZol7pu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAZol7pu6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAZol7pu6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAZol7pu6 .navbar {
    height: 70px;
  }
  .cid-uTAZol7pu6 .navbar.opened {
    height: auto;
  }
  .cid-uTAZol7pu6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAZol7pu6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAZol7pu6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAZol7pu6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAZol7pu6 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAZol7pu6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAZol7pu6 .text_widget {
  margin-bottom: 32px;
}
.cid-uTAZol7pu6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAZol7pu6 .text_widget a:hover,
.cid-uTAZol7pu6 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAZol7pu6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAZol7pu6 .icons-menu-main {
  display: flex;
}
.cid-uTAZol7pu6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAZol7pu6 .navbar-caption {
  color: #202020;
}
.cid-uTAZol7pu6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAZol7pu6 .mbr-section-subtitle,
.cid-uTAZol7pu6 .text_widget,
.cid-uTAZol7pu6 .mbr-section-btn {
  text-align: center;
}
.cid-uTAZol7pu6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAZom9LrJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAZom9LrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAZom9LrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAZom9LrJ .row {
  flex-direction: row-reverse;
}
.cid-uTAZom9LrJ .mbr-description {
  color: #000000;
}
.cid-uTAZomvBKh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAZomvBKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAZomvBKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAZomvBKh .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAZomvBKh .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAZomvBKh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAZomvBKh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAZomvBKh .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAZomvBKh .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAZomvBKh .mbr-section-title,
.cid-uTAZomvBKh .title-wrapper,
.cid-uTAZomvBKh .mbr-section-btn {
  text-align: center;
}
.cid-uTAZomLrWe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAZomLrWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAZomLrWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAZomLrWe .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAZomLrWe .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAZomLrWe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAZomLrWe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAZomLrWe .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAZomLrWe .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAZomLrWe .mbr-section-title,
.cid-uTAZomLrWe .title-wrapper,
.cid-uTAZomLrWe .mbr-section-btn {
  text-align: center;
}
.cid-uTAZomLrWe .mbr-section-title,
.cid-uTAZomLrWe .mbr-section-btn,
.cid-uTAZomLrWe .title-wrapper {
  color: #000000;
}
.cid-uTAZDPaZkQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75b04;
}
.cid-uTAZDPaZkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAZDPaZkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAZDPaZkQ .content-wrap {
  padding: 60px;
  background-color: #f75b04;
}
@media (max-width: 992px) {
  .cid-uTAZDPaZkQ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uTAZDPaZkQ .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAZDPaZkQ .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTAZDPaZkQ .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTAZDPaZkQ .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTAZDPaZkQ .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTAZDPaZkQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #f75b04;
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uTAZDPaZkQ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTAZDPaZkQ .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTAZDPaZkQ .mbr-section-title {
  color: #404349;
}
.cid-uTAZDPaZkQ .panel-title-edit {
  color: #404349;
}
.cid-uTAZDPaZkQ .panel-text {
  color: #404349;
}
.cid-uTAZDPaZkQ .mbr-section-title,
.cid-uTAZDPaZkQ .title-wrapper,
.cid-uTAZDPaZkQ .tabs-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAZonSCEz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAZonSCEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAZonSCEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAZonSCEz .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAZonSCEz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAZonSCEz .container {
    padding: 0 26px;
  }
}
.cid-uTAZonSCEz .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAZonSCEz .row {
    padding: 26px;
  }
}
.cid-uTAZonSCEz .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAZonSCEz .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAZonSCEz .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAZonSCEz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAZonSCEz .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAZonSCEz .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAZonSCEz .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAZonSCEz .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAZonSCEz .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAZonSCEz .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAZonSCEz .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAZonSCEz .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAZonSCEz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAZonSCEz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAZonSCEz .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAZonSCEz .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAZonSCEz .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAZonSCEz .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAZonSCEz .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAZonSCEz .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAZonSCEz .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAZonSCEz .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAZonSCEz .mbr-section-title,
.cid-uTAZonSCEz .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAZonSCEz .list {
  color: #ffffff;
}
.cid-uTAZonSCEz .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAZonSCEz .list,
.cid-uTAZonSCEz .nav-wrapper,
.cid-uTAZonSCEz .soc-wrapper {
  text-align: center;
}
.cid-uTAT1pD0Kc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAT1pD0Kc .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAT1pD0Kc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAT1pD0Kc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAT1pD0Kc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAT1pD0Kc .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAT1pD0Kc .menu_box .navbar.opened,
  .cid-uTAT1pD0Kc .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAT1pD0Kc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAT1pD0Kc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAT1pD0Kc .btn:hover {
  box-shadow: none;
}
.cid-uTAT1pD0Kc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAT1pD0Kc .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAT1pD0Kc .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAT1pD0Kc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAT1pD0Kc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAT1pD0Kc .nav-item .nav-link:hover::before,
.cid-uTAT1pD0Kc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAT1pD0Kc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAT1pD0Kc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAT1pD0Kc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAT1pD0Kc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAT1pD0Kc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAT1pD0Kc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAT1pD0Kc .offcanvas_box {
    display: none;
  }
}
.cid-uTAT1pD0Kc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAT1pD0Kc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAT1pD0Kc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAT1pD0Kc .container {
  display: flex;
  margin: auto;
}
.cid-uTAT1pD0Kc .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAT1pD0Kc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAT1pD0Kc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAT1pD0Kc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAT1pD0Kc .navbar-nav {
    margin: 0;
  }
}
.cid-uTAT1pD0Kc .dropdown-menu,
.cid-uTAT1pD0Kc .navbar.opened {
  background-color: false !important;
}
.cid-uTAT1pD0Kc .nav-item:focus,
.cid-uTAT1pD0Kc .nav-link:focus {
  outline: none;
}
.cid-uTAT1pD0Kc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAT1pD0Kc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAT1pD0Kc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAT1pD0Kc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAT1pD0Kc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAT1pD0Kc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAT1pD0Kc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAT1pD0Kc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAT1pD0Kc .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAT1pD0Kc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAT1pD0Kc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAT1pD0Kc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAT1pD0Kc .navbar.collapsed {
  justify-content: center;
}
.cid-uTAT1pD0Kc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAT1pD0Kc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAT1pD0Kc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAT1pD0Kc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAT1pD0Kc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAT1pD0Kc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAT1pD0Kc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAT1pD0Kc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAT1pD0Kc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAT1pD0Kc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAT1pD0Kc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAT1pD0Kc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAT1pD0Kc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAT1pD0Kc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAT1pD0Kc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAT1pD0Kc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAT1pD0Kc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAT1pD0Kc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAT1pD0Kc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAT1pD0Kc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAT1pD0Kc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAT1pD0Kc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAT1pD0Kc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAT1pD0Kc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAT1pD0Kc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAT1pD0Kc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAT1pD0Kc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAT1pD0Kc .dropdown-item.active,
.cid-uTAT1pD0Kc .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAT1pD0Kc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAT1pD0Kc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAT1pD0Kc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAT1pD0Kc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAT1pD0Kc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAT1pD0Kc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAT1pD0Kc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAT1pD0Kc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAT1pD0Kc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAT1pD0Kc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAT1pD0Kc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAT1pD0Kc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAT1pD0Kc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAT1pD0Kc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAT1pD0Kc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAT1pD0Kc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAT1pD0Kc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAT1pD0Kc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAT1pD0Kc .navbar {
    height: 70px;
  }
  .cid-uTAT1pD0Kc .navbar.opened {
    height: auto;
  }
  .cid-uTAT1pD0Kc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAT1pD0Kc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAT1pD0Kc .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAT1pD0Kc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAT1pD0Kc .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAT1pD0Kc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAT1pD0Kc .text_widget {
  margin-bottom: 32px;
}
.cid-uTAT1pD0Kc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAT1pD0Kc .text_widget a:hover,
.cid-uTAT1pD0Kc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAT1pD0Kc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAT1pD0Kc .icons-menu-main {
  display: flex;
}
.cid-uTAT1pD0Kc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT1pD0Kc .navbar-caption {
  color: #202020;
}
.cid-uTAT1pD0Kc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT1pD0Kc .mbr-section-subtitle,
.cid-uTAT1pD0Kc .text_widget,
.cid-uTAT1pD0Kc .mbr-section-btn {
  text-align: center;
}
.cid-uTAT1pD0Kc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAT1qtGIc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAT1qtGIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT1qtGIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT1qtGIc .row {
  flex-direction: row-reverse;
}
.cid-uTAT1qtGIc .mbr-description {
  color: #000000;
}
.cid-uTAT1qMUFf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAT1qMUFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT1qMUFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT1qMUFf .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT1qMUFf .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAT1qMUFf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT1qMUFf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAT1qMUFf .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAT1qMUFf .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAT1qMUFf .mbr-section-title,
.cid-uTAT1qMUFf .title-wrapper,
.cid-uTAT1qMUFf .mbr-section-btn {
  text-align: center;
}
.cid-uTAT1r4Iem {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAT1r4Iem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT1r4Iem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT1r4Iem .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT1r4Iem .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAT1r4Iem .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT1r4Iem .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAT1r4Iem .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAT1r4Iem .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAT1r4Iem .mbr-section-title,
.cid-uTAT1r4Iem .title-wrapper,
.cid-uTAT1r4Iem .mbr-section-btn {
  text-align: center;
}
.cid-uTAT1r4Iem .mbr-section-title,
.cid-uTAT1r4Iem .mbr-section-btn,
.cid-uTAT1r4Iem .title-wrapper {
  color: #000000;
}
.cid-uTAT1rHQ1J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAT1rHQ1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT1rHQ1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT1rHQ1J .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT1rHQ1J .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAT1rHQ1J .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT1rHQ1J .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAT1rHQ1J .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAT1rHQ1J .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTAT1rHQ1J .mbr-section-title,
.cid-uTAT1rHQ1J .title-wrapper,
.cid-uTAT1rHQ1J .mbr-section-btn {
  text-align: center;
}
#custom-html-dc {
  /* Type valid CSS here */
}
#custom-html-dc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-dc p {
  font-size: 60px;
  color: #777;
}
.cid-uTAT1rXARr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAT1rXARr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT1rXARr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT1rXARr .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAT1rXARr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAT1rXARr .container {
    padding: 0 26px;
  }
}
.cid-uTAT1rXARr .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAT1rXARr .row {
    padding: 26px;
  }
}
.cid-uTAT1rXARr .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAT1rXARr .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAT1rXARr .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAT1rXARr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAT1rXARr .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAT1rXARr .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAT1rXARr .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAT1rXARr .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAT1rXARr .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAT1rXARr .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAT1rXARr .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAT1rXARr .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAT1rXARr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAT1rXARr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAT1rXARr .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAT1rXARr .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAT1rXARr .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAT1rXARr .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAT1rXARr .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAT1rXARr .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAT1rXARr .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAT1rXARr .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAT1rXARr .mbr-section-title,
.cid-uTAT1rXARr .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT1rXARr .list {
  color: #ffffff;
}
.cid-uTAT1rXARr .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT1rXARr .list,
.cid-uTAT1rXARr .nav-wrapper,
.cid-uTAT1rXARr .soc-wrapper {
  text-align: center;
}
.cid-uTB2pRBMwc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTB2pRBMwc .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTB2pRBMwc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTB2pRBMwc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB2pRBMwc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB2pRBMwc .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTB2pRBMwc .menu_box .navbar.opened,
  .cid-uTB2pRBMwc .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTB2pRBMwc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTB2pRBMwc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTB2pRBMwc .btn:hover {
  box-shadow: none;
}
.cid-uTB2pRBMwc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTB2pRBMwc .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTB2pRBMwc .nav-item {
    margin: 0 !important;
  }
}
.cid-uTB2pRBMwc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTB2pRBMwc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTB2pRBMwc .nav-item .nav-link:hover::before,
.cid-uTB2pRBMwc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTB2pRBMwc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTB2pRBMwc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTB2pRBMwc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTB2pRBMwc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTB2pRBMwc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTB2pRBMwc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTB2pRBMwc .offcanvas_box {
    display: none;
  }
}
.cid-uTB2pRBMwc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTB2pRBMwc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTB2pRBMwc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTB2pRBMwc .container {
  display: flex;
  margin: auto;
}
.cid-uTB2pRBMwc .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTB2pRBMwc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTB2pRBMwc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTB2pRBMwc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTB2pRBMwc .navbar-nav {
    margin: 0;
  }
}
.cid-uTB2pRBMwc .dropdown-menu,
.cid-uTB2pRBMwc .navbar.opened {
  background-color: false !important;
}
.cid-uTB2pRBMwc .nav-item:focus,
.cid-uTB2pRBMwc .nav-link:focus {
  outline: none;
}
.cid-uTB2pRBMwc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB2pRBMwc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB2pRBMwc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB2pRBMwc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB2pRBMwc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB2pRBMwc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB2pRBMwc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTB2pRBMwc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTB2pRBMwc .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB2pRBMwc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTB2pRBMwc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTB2pRBMwc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB2pRBMwc .navbar.collapsed {
  justify-content: center;
}
.cid-uTB2pRBMwc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB2pRBMwc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTB2pRBMwc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB2pRBMwc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB2pRBMwc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB2pRBMwc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTB2pRBMwc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTB2pRBMwc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTB2pRBMwc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTB2pRBMwc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB2pRBMwc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB2pRBMwc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTB2pRBMwc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB2pRBMwc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTB2pRBMwc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB2pRBMwc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTB2pRBMwc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTB2pRBMwc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTB2pRBMwc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTB2pRBMwc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB2pRBMwc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTB2pRBMwc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB2pRBMwc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTB2pRBMwc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB2pRBMwc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB2pRBMwc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTB2pRBMwc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB2pRBMwc .dropdown-item.active,
.cid-uTB2pRBMwc .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB2pRBMwc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTB2pRBMwc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB2pRBMwc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB2pRBMwc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB2pRBMwc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTB2pRBMwc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB2pRBMwc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTB2pRBMwc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTB2pRBMwc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB2pRBMwc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB2pRBMwc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB2pRBMwc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB2pRBMwc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB2pRBMwc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB2pRBMwc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB2pRBMwc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB2pRBMwc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTB2pRBMwc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB2pRBMwc .navbar {
    height: 70px;
  }
  .cid-uTB2pRBMwc .navbar.opened {
    height: auto;
  }
  .cid-uTB2pRBMwc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTB2pRBMwc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTB2pRBMwc .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTB2pRBMwc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTB2pRBMwc .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTB2pRBMwc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTB2pRBMwc .text_widget {
  margin-bottom: 32px;
}
.cid-uTB2pRBMwc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTB2pRBMwc .text_widget a:hover,
.cid-uTB2pRBMwc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTB2pRBMwc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTB2pRBMwc .icons-menu-main {
  display: flex;
}
.cid-uTB2pRBMwc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTB2pRBMwc .navbar-caption {
  color: #202020;
}
.cid-uTB2pRBMwc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTB2pRBMwc .mbr-section-subtitle,
.cid-uTB2pRBMwc .text_widget,
.cid-uTB2pRBMwc .mbr-section-btn {
  text-align: center;
}
.cid-uTB2pRBMwc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTB2pSCpdn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB2pSCpdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB2pSCpdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB2pSCpdn .row {
  flex-direction: row-reverse;
}
.cid-uTB2pSCpdn .mbr-description {
  color: #000000;
}
.cid-uTB2pSXNYm {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTB2pSXNYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB2pSXNYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB2pSXNYm .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB2pSXNYm .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB2pSXNYm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB2pSXNYm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB2pSXNYm .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB2pSXNYm .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB2pSXNYm .mbr-section-title,
.cid-uTB2pSXNYm .title-wrapper,
.cid-uTB2pSXNYm .mbr-section-btn {
  text-align: center;
}
.cid-uTB2pTTOtk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB2pTTOtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB2pTTOtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB2pTTOtk .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB2pTTOtk .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB2pTTOtk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB2pTTOtk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB2pTTOtk .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB2pTTOtk .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB2pTTOtk .mbr-section-title,
.cid-uTB2pTTOtk .title-wrapper,
.cid-uTB2pTTOtk .mbr-section-btn {
  text-align: center;
}
.cid-uTB2pTTOtk .mbr-section-title,
.cid-uTB2pTTOtk .mbr-section-btn,
.cid-uTB2pTTOtk .title-wrapper {
  color: #000000;
}
.cid-uTB2JpOLru {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTB2JpOLru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB2JpOLru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB2JpOLru .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB2JpOLru .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTB2JpOLru .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTB2JpOLru .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB2JpOLru .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB2JpOLru .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTB2JpOLru .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTB2JpOLru .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB2JpOLru .mbr-label,
.cid-uTB2JpOLru .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB2JpOLru .mbr-section-title {
  color: #19171c;
}
.cid-uTB2JpOLru .mbr-text,
.cid-uTB2JpOLru .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB2JpOLru .mbr-section-title,
.cid-uTB2JpOLru .title-wrapper,
.cid-uTB2JpOLru .mbr-section-btn {
  text-align: center;
}
.cid-uTB2pUBMAo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTB2pUBMAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB2pUBMAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB2pUBMAo .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTB2pUBMAo .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTB2pUBMAo .container {
    padding: 0 26px;
  }
}
.cid-uTB2pUBMAo .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTB2pUBMAo .row {
    padding: 26px;
  }
}
.cid-uTB2pUBMAo .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTB2pUBMAo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTB2pUBMAo .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTB2pUBMAo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTB2pUBMAo .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTB2pUBMAo .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTB2pUBMAo .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTB2pUBMAo .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTB2pUBMAo .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTB2pUBMAo .nav-wrapper .list {
    display: block;
  }
}
.cid-uTB2pUBMAo .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTB2pUBMAo .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTB2pUBMAo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTB2pUBMAo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTB2pUBMAo .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTB2pUBMAo .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTB2pUBMAo .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTB2pUBMAo .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTB2pUBMAo .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTB2pUBMAo .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTB2pUBMAo .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTB2pUBMAo .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTB2pUBMAo .mbr-section-title,
.cid-uTB2pUBMAo .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB2pUBMAo .list {
  color: #ffffff;
}
.cid-uTB2pUBMAo .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTB2pUBMAo .list,
.cid-uTB2pUBMAo .nav-wrapper,
.cid-uTB2pUBMAo .soc-wrapper {
  text-align: center;
}
.cid-uTAODCTOO2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAODCTOO2 .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAODCTOO2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAODCTOO2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAODCTOO2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAODCTOO2 .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAODCTOO2 .menu_box .navbar.opened,
  .cid-uTAODCTOO2 .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAODCTOO2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAODCTOO2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAODCTOO2 .btn:hover {
  box-shadow: none;
}
.cid-uTAODCTOO2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAODCTOO2 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAODCTOO2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAODCTOO2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAODCTOO2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAODCTOO2 .nav-item .nav-link:hover::before,
.cid-uTAODCTOO2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAODCTOO2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAODCTOO2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAODCTOO2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAODCTOO2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAODCTOO2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAODCTOO2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAODCTOO2 .offcanvas_box {
    display: none;
  }
}
.cid-uTAODCTOO2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAODCTOO2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAODCTOO2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAODCTOO2 .container {
  display: flex;
  margin: auto;
}
.cid-uTAODCTOO2 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAODCTOO2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAODCTOO2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAODCTOO2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAODCTOO2 .navbar-nav {
    margin: 0;
  }
}
.cid-uTAODCTOO2 .dropdown-menu,
.cid-uTAODCTOO2 .navbar.opened {
  background-color: false !important;
}
.cid-uTAODCTOO2 .nav-item:focus,
.cid-uTAODCTOO2 .nav-link:focus {
  outline: none;
}
.cid-uTAODCTOO2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAODCTOO2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAODCTOO2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAODCTOO2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAODCTOO2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAODCTOO2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAODCTOO2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAODCTOO2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAODCTOO2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAODCTOO2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAODCTOO2 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAODCTOO2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAODCTOO2 .navbar.collapsed {
  justify-content: center;
}
.cid-uTAODCTOO2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAODCTOO2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAODCTOO2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAODCTOO2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAODCTOO2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAODCTOO2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAODCTOO2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAODCTOO2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAODCTOO2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAODCTOO2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAODCTOO2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAODCTOO2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAODCTOO2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAODCTOO2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAODCTOO2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAODCTOO2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAODCTOO2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAODCTOO2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAODCTOO2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAODCTOO2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAODCTOO2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAODCTOO2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAODCTOO2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAODCTOO2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAODCTOO2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAODCTOO2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAODCTOO2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAODCTOO2 .dropdown-item.active,
.cid-uTAODCTOO2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAODCTOO2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAODCTOO2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAODCTOO2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAODCTOO2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAODCTOO2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAODCTOO2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAODCTOO2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAODCTOO2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAODCTOO2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAODCTOO2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAODCTOO2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAODCTOO2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAODCTOO2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAODCTOO2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAODCTOO2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAODCTOO2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAODCTOO2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAODCTOO2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAODCTOO2 .navbar {
    height: 70px;
  }
  .cid-uTAODCTOO2 .navbar.opened {
    height: auto;
  }
  .cid-uTAODCTOO2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAODCTOO2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAODCTOO2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAODCTOO2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAODCTOO2 .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAODCTOO2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAODCTOO2 .text_widget {
  margin-bottom: 32px;
}
.cid-uTAODCTOO2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAODCTOO2 .text_widget a:hover,
.cid-uTAODCTOO2 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAODCTOO2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAODCTOO2 .icons-menu-main {
  display: flex;
}
.cid-uTAODCTOO2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAODCTOO2 .navbar-caption {
  color: #202020;
}
.cid-uTAODCTOO2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAODCTOO2 .mbr-section-subtitle,
.cid-uTAODCTOO2 .text_widget,
.cid-uTAODCTOO2 .mbr-section-btn {
  text-align: center;
}
.cid-uTAODCTOO2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAODDMy7H {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAODDMy7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAODDMy7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAODDMy7H .row {
  flex-direction: row-reverse;
}
.cid-uTAODDMy7H .mbr-description {
  color: #000000;
}
.cid-uTAODE4Ujw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAODE4Ujw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAODE4Ujw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAODE4Ujw .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAODE4Ujw .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAODE4Ujw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAODE4Ujw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAODE4Ujw .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAODE4Ujw .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAODE4Ujw .mbr-section-title,
.cid-uTAODE4Ujw .title-wrapper,
.cid-uTAODE4Ujw .mbr-section-btn {
  text-align: center;
}
.cid-uTAODEhgBu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAODEhgBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAODEhgBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAODEhgBu .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAODEhgBu .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAODEhgBu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAODEhgBu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAODEhgBu .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAODEhgBu .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAODEhgBu .mbr-section-title,
.cid-uTAODEhgBu .title-wrapper,
.cid-uTAODEhgBu .mbr-section-btn {
  text-align: center;
}
.cid-uTAODEhgBu .mbr-section-title,
.cid-uTAODEhgBu .mbr-section-btn,
.cid-uTAODEhgBu .title-wrapper {
  color: #000000;
}
.cid-uTASIHN5RL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTASIHN5RL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTASIHN5RL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTASIHN5RL .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTASIHN5RL .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTASIHN5RL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTASIHN5RL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTASIHN5RL .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTASIHN5RL .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTASIHN5RL .mbr-section-title,
.cid-uTASIHN5RL .title-wrapper,
.cid-uTASIHN5RL .mbr-section-btn {
  text-align: center;
}
.cid-uTASNWFRSa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTASNWFRSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTASNWFRSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTASNWFRSa .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTASNWFRSa .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTASNWFRSa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTASNWFRSa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTASNWFRSa .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTASNWFRSa .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTASNWFRSa .mbr-section-title,
.cid-uTASNWFRSa .title-wrapper,
.cid-uTASNWFRSa .mbr-section-btn {
  text-align: center;
}
.cid-uTASNWFRSa .mbr-section-title,
.cid-uTASNWFRSa .mbr-section-btn,
.cid-uTASNWFRSa .title-wrapper {
  color: #000000;
}
.cid-uTAODEE1hJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAODEE1hJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAODEE1hJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAODEE1hJ .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAODEE1hJ .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAODEE1hJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAODEE1hJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAODEE1hJ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAODEE1hJ .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTAODEE1hJ .mbr-section-title,
.cid-uTAODEE1hJ .title-wrapper,
.cid-uTAODEE1hJ .mbr-section-btn {
  text-align: center;
}
#custom-html-da {
  /* Type valid CSS here */
}
#custom-html-da div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-da p {
  font-size: 60px;
  color: #777;
}
.cid-uTAODEVOKR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAODEVOKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAODEVOKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAODEVOKR .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAODEVOKR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAODEVOKR .container {
    padding: 0 26px;
  }
}
.cid-uTAODEVOKR .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAODEVOKR .row {
    padding: 26px;
  }
}
.cid-uTAODEVOKR .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAODEVOKR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAODEVOKR .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAODEVOKR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAODEVOKR .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAODEVOKR .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAODEVOKR .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAODEVOKR .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAODEVOKR .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAODEVOKR .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAODEVOKR .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAODEVOKR .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAODEVOKR .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAODEVOKR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAODEVOKR .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAODEVOKR .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAODEVOKR .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAODEVOKR .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAODEVOKR .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAODEVOKR .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAODEVOKR .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAODEVOKR .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAODEVOKR .mbr-section-title,
.cid-uTAODEVOKR .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAODEVOKR .list {
  color: #ffffff;
}
.cid-uTAODEVOKR .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAODEVOKR .list,
.cid-uTAODEVOKR .nav-wrapper,
.cid-uTAODEVOKR .soc-wrapper {
  text-align: center;
}
.cid-uTAT3qWmbb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAT3qWmbb .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAT3qWmbb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAT3qWmbb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAT3qWmbb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAT3qWmbb .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAT3qWmbb .menu_box .navbar.opened,
  .cid-uTAT3qWmbb .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAT3qWmbb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAT3qWmbb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAT3qWmbb .btn:hover {
  box-shadow: none;
}
.cid-uTAT3qWmbb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAT3qWmbb .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAT3qWmbb .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAT3qWmbb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAT3qWmbb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAT3qWmbb .nav-item .nav-link:hover::before,
.cid-uTAT3qWmbb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAT3qWmbb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAT3qWmbb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAT3qWmbb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAT3qWmbb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAT3qWmbb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAT3qWmbb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAT3qWmbb .offcanvas_box {
    display: none;
  }
}
.cid-uTAT3qWmbb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAT3qWmbb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAT3qWmbb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAT3qWmbb .container {
  display: flex;
  margin: auto;
}
.cid-uTAT3qWmbb .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAT3qWmbb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAT3qWmbb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAT3qWmbb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAT3qWmbb .navbar-nav {
    margin: 0;
  }
}
.cid-uTAT3qWmbb .dropdown-menu,
.cid-uTAT3qWmbb .navbar.opened {
  background-color: false !important;
}
.cid-uTAT3qWmbb .nav-item:focus,
.cid-uTAT3qWmbb .nav-link:focus {
  outline: none;
}
.cid-uTAT3qWmbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAT3qWmbb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAT3qWmbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAT3qWmbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAT3qWmbb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAT3qWmbb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAT3qWmbb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAT3qWmbb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAT3qWmbb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAT3qWmbb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAT3qWmbb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAT3qWmbb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAT3qWmbb .navbar.collapsed {
  justify-content: center;
}
.cid-uTAT3qWmbb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAT3qWmbb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAT3qWmbb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAT3qWmbb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAT3qWmbb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAT3qWmbb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAT3qWmbb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAT3qWmbb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAT3qWmbb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAT3qWmbb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAT3qWmbb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAT3qWmbb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAT3qWmbb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAT3qWmbb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAT3qWmbb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAT3qWmbb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAT3qWmbb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAT3qWmbb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAT3qWmbb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAT3qWmbb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAT3qWmbb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAT3qWmbb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAT3qWmbb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAT3qWmbb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAT3qWmbb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAT3qWmbb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAT3qWmbb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAT3qWmbb .dropdown-item.active,
.cid-uTAT3qWmbb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAT3qWmbb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAT3qWmbb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAT3qWmbb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAT3qWmbb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAT3qWmbb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAT3qWmbb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAT3qWmbb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAT3qWmbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAT3qWmbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAT3qWmbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAT3qWmbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAT3qWmbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAT3qWmbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAT3qWmbb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAT3qWmbb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAT3qWmbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAT3qWmbb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAT3qWmbb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAT3qWmbb .navbar {
    height: 70px;
  }
  .cid-uTAT3qWmbb .navbar.opened {
    height: auto;
  }
  .cid-uTAT3qWmbb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAT3qWmbb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAT3qWmbb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAT3qWmbb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAT3qWmbb .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAT3qWmbb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAT3qWmbb .text_widget {
  margin-bottom: 32px;
}
.cid-uTAT3qWmbb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAT3qWmbb .text_widget a:hover,
.cid-uTAT3qWmbb .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAT3qWmbb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAT3qWmbb .icons-menu-main {
  display: flex;
}
.cid-uTAT3qWmbb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT3qWmbb .navbar-caption {
  color: #202020;
}
.cid-uTAT3qWmbb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT3qWmbb .mbr-section-subtitle,
.cid-uTAT3qWmbb .text_widget,
.cid-uTAT3qWmbb .mbr-section-btn {
  text-align: center;
}
.cid-uTAT3qWmbb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAT3rOMMP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAT3rOMMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT3rOMMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT3rOMMP .row {
  flex-direction: row-reverse;
}
.cid-uTAT3rOMMP .mbr-description {
  color: #000000;
}
.cid-uTAT3s5Ycw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAT3s5Ycw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT3s5Ycw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT3s5Ycw .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT3s5Ycw .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAT3s5Ycw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT3s5Ycw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAT3s5Ycw .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAT3s5Ycw .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAT3s5Ycw .mbr-section-title,
.cid-uTAT3s5Ycw .title-wrapper,
.cid-uTAT3s5Ycw .mbr-section-btn {
  text-align: center;
}
.cid-uTAU4HElm1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marc.png-1500x563.png");
}
.cid-uTAU4HElm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAU4HElm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAU4HElm1 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uTAU4HElm1 .image-wrapper {
    height: 350px;
  }
}
.cid-uTAT3sgFC8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAT3sgFC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT3sgFC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT3sgFC8 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT3sgFC8 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAT3sgFC8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT3sgFC8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAT3sgFC8 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAT3sgFC8 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAT3sgFC8 .mbr-section-title,
.cid-uTAT3sgFC8 .title-wrapper,
.cid-uTAT3sgFC8 .mbr-section-btn {
  text-align: center;
}
.cid-uTAT3sgFC8 .mbr-section-title,
.cid-uTAT3sgFC8 .mbr-section-btn,
.cid-uTAT3sgFC8 .title-wrapper {
  color: #000000;
}
.cid-uTAT3sSRWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAT3sSRWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT3sSRWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT3sSRWx .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT3sSRWx .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAT3sSRWx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAT3sSRWx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAT3sSRWx .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAT3sSRWx .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTAT3sSRWx .mbr-section-title,
.cid-uTAT3sSRWx .title-wrapper,
.cid-uTAT3sSRWx .mbr-section-btn {
  text-align: center;
}
#custom-html-dd {
  /* Type valid CSS here */
}
#custom-html-dd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-dd p {
  font-size: 60px;
  color: #777;
}
.cid-uTAT3t6TnI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAT3t6TnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAT3t6TnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAT3t6TnI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAT3t6TnI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAT3t6TnI .container {
    padding: 0 26px;
  }
}
.cid-uTAT3t6TnI .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAT3t6TnI .row {
    padding: 26px;
  }
}
.cid-uTAT3t6TnI .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAT3t6TnI .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAT3t6TnI .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAT3t6TnI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAT3t6TnI .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAT3t6TnI .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAT3t6TnI .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAT3t6TnI .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAT3t6TnI .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAT3t6TnI .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAT3t6TnI .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAT3t6TnI .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAT3t6TnI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAT3t6TnI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAT3t6TnI .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAT3t6TnI .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAT3t6TnI .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAT3t6TnI .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAT3t6TnI .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAT3t6TnI .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAT3t6TnI .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAT3t6TnI .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAT3t6TnI .mbr-section-title,
.cid-uTAT3t6TnI .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT3t6TnI .list {
  color: #ffffff;
}
.cid-uTAT3t6TnI .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAT3t6TnI .list,
.cid-uTAT3t6TnI .nav-wrapper,
.cid-uTAT3t6TnI .soc-wrapper {
  text-align: center;
}
.cid-uTB5HOKadt {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTB5HOKadt .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTB5HOKadt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTB5HOKadt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB5HOKadt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB5HOKadt .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTB5HOKadt .menu_box .navbar.opened,
  .cid-uTB5HOKadt .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTB5HOKadt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTB5HOKadt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTB5HOKadt .btn:hover {
  box-shadow: none;
}
.cid-uTB5HOKadt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTB5HOKadt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTB5HOKadt .nav-item {
    margin: 0 !important;
  }
}
.cid-uTB5HOKadt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTB5HOKadt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTB5HOKadt .nav-item .nav-link:hover::before,
.cid-uTB5HOKadt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTB5HOKadt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTB5HOKadt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTB5HOKadt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTB5HOKadt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTB5HOKadt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTB5HOKadt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTB5HOKadt .offcanvas_box {
    display: none;
  }
}
.cid-uTB5HOKadt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTB5HOKadt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTB5HOKadt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTB5HOKadt .container {
  display: flex;
  margin: auto;
}
.cid-uTB5HOKadt .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTB5HOKadt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTB5HOKadt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTB5HOKadt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTB5HOKadt .navbar-nav {
    margin: 0;
  }
}
.cid-uTB5HOKadt .dropdown-menu,
.cid-uTB5HOKadt .navbar.opened {
  background-color: false !important;
}
.cid-uTB5HOKadt .nav-item:focus,
.cid-uTB5HOKadt .nav-link:focus {
  outline: none;
}
.cid-uTB5HOKadt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB5HOKadt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB5HOKadt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB5HOKadt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB5HOKadt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB5HOKadt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB5HOKadt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTB5HOKadt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTB5HOKadt .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB5HOKadt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTB5HOKadt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTB5HOKadt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB5HOKadt .navbar.collapsed {
  justify-content: center;
}
.cid-uTB5HOKadt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB5HOKadt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTB5HOKadt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB5HOKadt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB5HOKadt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB5HOKadt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTB5HOKadt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTB5HOKadt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTB5HOKadt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTB5HOKadt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB5HOKadt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB5HOKadt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTB5HOKadt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB5HOKadt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTB5HOKadt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB5HOKadt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTB5HOKadt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTB5HOKadt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTB5HOKadt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTB5HOKadt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB5HOKadt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTB5HOKadt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB5HOKadt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTB5HOKadt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB5HOKadt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB5HOKadt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTB5HOKadt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB5HOKadt .dropdown-item.active,
.cid-uTB5HOKadt .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB5HOKadt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTB5HOKadt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB5HOKadt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB5HOKadt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB5HOKadt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTB5HOKadt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB5HOKadt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTB5HOKadt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTB5HOKadt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB5HOKadt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB5HOKadt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB5HOKadt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB5HOKadt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB5HOKadt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB5HOKadt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB5HOKadt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB5HOKadt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTB5HOKadt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB5HOKadt .navbar {
    height: 70px;
  }
  .cid-uTB5HOKadt .navbar.opened {
    height: auto;
  }
  .cid-uTB5HOKadt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTB5HOKadt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTB5HOKadt .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTB5HOKadt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTB5HOKadt .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTB5HOKadt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTB5HOKadt .text_widget {
  margin-bottom: 32px;
}
.cid-uTB5HOKadt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTB5HOKadt .text_widget a:hover,
.cid-uTB5HOKadt .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTB5HOKadt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTB5HOKadt .icons-menu-main {
  display: flex;
}
.cid-uTB5HOKadt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTB5HOKadt .navbar-caption {
  color: #202020;
}
.cid-uTB5HOKadt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTB5HOKadt .mbr-section-subtitle,
.cid-uTB5HOKadt .text_widget,
.cid-uTB5HOKadt .mbr-section-btn {
  text-align: center;
}
.cid-uTB5HOKadt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTB5HPCdOD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB5HPCdOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB5HPCdOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB5HPCdOD .row {
  flex-direction: row-reverse;
}
.cid-uTB5HPCdOD .mbr-description {
  color: #000000;
}
.cid-uTB5HQ09Gs {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTB5HQ09Gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB5HQ09Gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB5HQ09Gs .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB5HQ09Gs .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB5HQ09Gs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB5HQ09Gs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB5HQ09Gs .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB5HQ09Gs .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB5HQ09Gs .mbr-section-title,
.cid-uTB5HQ09Gs .title-wrapper,
.cid-uTB5HQ09Gs .mbr-section-btn {
  text-align: center;
}
.cid-uTB5HQzLXm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB5HQzLXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB5HQzLXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB5HQzLXm .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB5HQzLXm .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB5HQzLXm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB5HQzLXm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB5HQzLXm .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB5HQzLXm .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB5HQzLXm .mbr-section-title,
.cid-uTB5HQzLXm .title-wrapper,
.cid-uTB5HQzLXm .mbr-section-btn {
  text-align: center;
}
.cid-uTB5HQzLXm .mbr-section-title,
.cid-uTB5HQzLXm .mbr-section-btn,
.cid-uTB5HQzLXm .title-wrapper {
  color: #000000;
}
.cid-uTB5SQpikf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTB5SQpikf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB5SQpikf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB5SQpikf .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB5SQpikf .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTB5SQpikf .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTB5SQpikf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB5SQpikf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB5SQpikf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTB5SQpikf .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTB5SQpikf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB5SQpikf .mbr-label,
.cid-uTB5SQpikf .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB5SQpikf .mbr-section-title {
  color: #19171c;
}
.cid-uTB5SQpikf .mbr-text,
.cid-uTB5SQpikf .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB5SQpikf .mbr-section-title,
.cid-uTB5SQpikf .title-wrapper,
.cid-uTB5SQpikf .mbr-section-btn {
  text-align: center;
}
.cid-uTB5HR7DEP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTB5HR7DEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB5HR7DEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB5HR7DEP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTB5HR7DEP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTB5HR7DEP .container {
    padding: 0 26px;
  }
}
.cid-uTB5HR7DEP .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTB5HR7DEP .row {
    padding: 26px;
  }
}
.cid-uTB5HR7DEP .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTB5HR7DEP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTB5HR7DEP .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTB5HR7DEP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTB5HR7DEP .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTB5HR7DEP .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTB5HR7DEP .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTB5HR7DEP .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTB5HR7DEP .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTB5HR7DEP .nav-wrapper .list {
    display: block;
  }
}
.cid-uTB5HR7DEP .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTB5HR7DEP .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTB5HR7DEP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTB5HR7DEP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTB5HR7DEP .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTB5HR7DEP .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTB5HR7DEP .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTB5HR7DEP .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTB5HR7DEP .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTB5HR7DEP .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTB5HR7DEP .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTB5HR7DEP .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTB5HR7DEP .mbr-section-title,
.cid-uTB5HR7DEP .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB5HR7DEP .list {
  color: #ffffff;
}
.cid-uTB5HR7DEP .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTB5HR7DEP .list,
.cid-uTB5HR7DEP .nav-wrapper,
.cid-uTB5HR7DEP .soc-wrapper {
  text-align: center;
}
.cid-uUSrlZL7Vw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUSrlZL7Vw .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uUSrlZL7Vw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uUSrlZL7Vw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUSrlZL7Vw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUSrlZL7Vw .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uUSrlZL7Vw .menu_box .navbar.opened,
  .cid-uUSrlZL7Vw .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUSrlZL7Vw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUSrlZL7Vw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUSrlZL7Vw .btn:hover {
  box-shadow: none;
}
.cid-uUSrlZL7Vw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUSrlZL7Vw .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uUSrlZL7Vw .nav-item {
    margin: 0 !important;
  }
}
.cid-uUSrlZL7Vw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUSrlZL7Vw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uUSrlZL7Vw .nav-item .nav-link:hover::before,
.cid-uUSrlZL7Vw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUSrlZL7Vw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUSrlZL7Vw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUSrlZL7Vw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUSrlZL7Vw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSrlZL7Vw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUSrlZL7Vw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUSrlZL7Vw .offcanvas_box {
    display: none;
  }
}
.cid-uUSrlZL7Vw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUSrlZL7Vw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUSrlZL7Vw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUSrlZL7Vw .container {
  display: flex;
  margin: auto;
}
.cid-uUSrlZL7Vw .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uUSrlZL7Vw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUSrlZL7Vw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUSrlZL7Vw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUSrlZL7Vw .navbar-nav {
    margin: 0;
  }
}
.cid-uUSrlZL7Vw .dropdown-menu,
.cid-uUSrlZL7Vw .navbar.opened {
  background-color: false !important;
}
.cid-uUSrlZL7Vw .nav-item:focus,
.cid-uUSrlZL7Vw .nav-link:focus {
  outline: none;
}
.cid-uUSrlZL7Vw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUSrlZL7Vw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUSrlZL7Vw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUSrlZL7Vw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUSrlZL7Vw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUSrlZL7Vw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUSrlZL7Vw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUSrlZL7Vw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUSrlZL7Vw .navbar.opened {
  transition: all 0.3s;
}
.cid-uUSrlZL7Vw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUSrlZL7Vw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUSrlZL7Vw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUSrlZL7Vw .navbar.collapsed {
  justify-content: center;
}
.cid-uUSrlZL7Vw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUSrlZL7Vw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUSrlZL7Vw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUSrlZL7Vw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUSrlZL7Vw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUSrlZL7Vw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUSrlZL7Vw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUSrlZL7Vw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUSrlZL7Vw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUSrlZL7Vw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUSrlZL7Vw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUSrlZL7Vw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUSrlZL7Vw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUSrlZL7Vw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUSrlZL7Vw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUSrlZL7Vw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUSrlZL7Vw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUSrlZL7Vw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUSrlZL7Vw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUSrlZL7Vw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUSrlZL7Vw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUSrlZL7Vw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUSrlZL7Vw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUSrlZL7Vw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUSrlZL7Vw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUSrlZL7Vw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUSrlZL7Vw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUSrlZL7Vw .dropdown-item.active,
.cid-uUSrlZL7Vw .dropdown-item:active {
  background-color: transparent;
}
.cid-uUSrlZL7Vw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUSrlZL7Vw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUSrlZL7Vw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUSrlZL7Vw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUSrlZL7Vw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUSrlZL7Vw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUSrlZL7Vw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uUSrlZL7Vw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUSrlZL7Vw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUSrlZL7Vw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSrlZL7Vw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSrlZL7Vw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUSrlZL7Vw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSrlZL7Vw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUSrlZL7Vw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUSrlZL7Vw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSrlZL7Vw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUSrlZL7Vw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUSrlZL7Vw .navbar {
    height: 70px;
  }
  .cid-uUSrlZL7Vw .navbar.opened {
    height: auto;
  }
  .cid-uUSrlZL7Vw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSrlZL7Vw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUSrlZL7Vw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUSrlZL7Vw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uUSrlZL7Vw .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uUSrlZL7Vw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUSrlZL7Vw .text_widget {
  margin-bottom: 32px;
}
.cid-uUSrlZL7Vw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUSrlZL7Vw .text_widget a:hover,
.cid-uUSrlZL7Vw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUSrlZL7Vw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUSrlZL7Vw .icons-menu-main {
  display: flex;
}
.cid-uUSrlZL7Vw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUSrlZL7Vw .navbar-caption {
  color: #202020;
}
.cid-uUSrlZL7Vw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUSrlZL7Vw .mbr-section-subtitle,
.cid-uUSrlZL7Vw .text_widget,
.cid-uUSrlZL7Vw .mbr-section-btn {
  text-align: center;
}
.cid-uUSrlZL7Vw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUSrm0TjHu {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUSrm0TjHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSrm0TjHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSrm0TjHu .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uUSrm0TjHu .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uUSrm0TjHu .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uUSrm0TjHu .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uUSrm0TjHu .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uUSrm0TjHu .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uUSrm0TjHu .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uUSrm0TjHu .mbr-text,
.cid-uUSrm0TjHu .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUSrm0TjHu .mbr-section-title,
.cid-uUSrm0TjHu .line {
  color: #808080;
}
.cid-uUSrm0TjHu .mbr-section-subtitle,
.cid-uUSrm0TjHu .align {
  text-align: left;
  color: #232323;
}
.cid-uUSrm1aDo2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSrm1aDo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSrm1aDo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSrm1aDo2 .content-wrapper .mbr-label {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uUSrm1aDo2 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSrm1aDo2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSrm1aDo2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSrm1aDo2 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSrm1aDo2 .mbr-label {
  color: #494949;
  text-align: center;
}
.cid-uUSrm1aDo2 .mbr-section-title,
.cid-uUSrm1aDo2 .title-wrapper,
.cid-uUSrm1aDo2 .mbr-section-btn {
  text-align: center;
}
#custom-html-cl {
  /* Type valid CSS here */
}
#custom-html-cl div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-cl p {
  font-size: 60px;
  color: #777;
}
.cid-uUSrm1sXjA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uUSrm1sXjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSrm1sXjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSrm1sXjA .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uUSrm1sXjA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUSrm1sXjA .container {
    padding: 0 26px;
  }
}
.cid-uUSrm1sXjA .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSrm1sXjA .row {
    padding: 26px;
  }
}
.cid-uUSrm1sXjA .title-wrapper {
  margin-bottom: 50px;
}
.cid-uUSrm1sXjA .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUSrm1sXjA .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUSrm1sXjA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSrm1sXjA .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uUSrm1sXjA .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uUSrm1sXjA .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uUSrm1sXjA .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uUSrm1sXjA .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uUSrm1sXjA .nav-wrapper .list {
    display: block;
  }
}
.cid-uUSrm1sXjA .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUSrm1sXjA .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uUSrm1sXjA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUSrm1sXjA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUSrm1sXjA .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUSrm1sXjA .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uUSrm1sXjA .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uUSrm1sXjA .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uUSrm1sXjA .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uUSrm1sXjA .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uUSrm1sXjA .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uUSrm1sXjA .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uUSrm1sXjA .mbr-section-title,
.cid-uUSrm1sXjA .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSrm1sXjA .list {
  color: #ffffff;
}
.cid-uUSrm1sXjA .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uUSrm1sXjA .list,
.cid-uUSrm1sXjA .nav-wrapper,
.cid-uUSrm1sXjA .soc-wrapper {
  text-align: center;
}
.cid-uUSvl3hjqg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUSvl3hjqg .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uUSvl3hjqg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uUSvl3hjqg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUSvl3hjqg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUSvl3hjqg .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uUSvl3hjqg .menu_box .navbar.opened,
  .cid-uUSvl3hjqg .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUSvl3hjqg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUSvl3hjqg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUSvl3hjqg .btn:hover {
  box-shadow: none;
}
.cid-uUSvl3hjqg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUSvl3hjqg .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uUSvl3hjqg .nav-item {
    margin: 0 !important;
  }
}
.cid-uUSvl3hjqg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUSvl3hjqg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uUSvl3hjqg .nav-item .nav-link:hover::before,
.cid-uUSvl3hjqg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUSvl3hjqg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUSvl3hjqg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUSvl3hjqg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUSvl3hjqg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSvl3hjqg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUSvl3hjqg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUSvl3hjqg .offcanvas_box {
    display: none;
  }
}
.cid-uUSvl3hjqg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUSvl3hjqg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUSvl3hjqg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUSvl3hjqg .container {
  display: flex;
  margin: auto;
}
.cid-uUSvl3hjqg .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uUSvl3hjqg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUSvl3hjqg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUSvl3hjqg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUSvl3hjqg .navbar-nav {
    margin: 0;
  }
}
.cid-uUSvl3hjqg .dropdown-menu,
.cid-uUSvl3hjqg .navbar.opened {
  background-color: false !important;
}
.cid-uUSvl3hjqg .nav-item:focus,
.cid-uUSvl3hjqg .nav-link:focus {
  outline: none;
}
.cid-uUSvl3hjqg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUSvl3hjqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUSvl3hjqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUSvl3hjqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUSvl3hjqg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUSvl3hjqg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUSvl3hjqg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUSvl3hjqg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUSvl3hjqg .navbar.opened {
  transition: all 0.3s;
}
.cid-uUSvl3hjqg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUSvl3hjqg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUSvl3hjqg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUSvl3hjqg .navbar.collapsed {
  justify-content: center;
}
.cid-uUSvl3hjqg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUSvl3hjqg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUSvl3hjqg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUSvl3hjqg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUSvl3hjqg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUSvl3hjqg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUSvl3hjqg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUSvl3hjqg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUSvl3hjqg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUSvl3hjqg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUSvl3hjqg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUSvl3hjqg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUSvl3hjqg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUSvl3hjqg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUSvl3hjqg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUSvl3hjqg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUSvl3hjqg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUSvl3hjqg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUSvl3hjqg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUSvl3hjqg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUSvl3hjqg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUSvl3hjqg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUSvl3hjqg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUSvl3hjqg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUSvl3hjqg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUSvl3hjqg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUSvl3hjqg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUSvl3hjqg .dropdown-item.active,
.cid-uUSvl3hjqg .dropdown-item:active {
  background-color: transparent;
}
.cid-uUSvl3hjqg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUSvl3hjqg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUSvl3hjqg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUSvl3hjqg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUSvl3hjqg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUSvl3hjqg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUSvl3hjqg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uUSvl3hjqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUSvl3hjqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUSvl3hjqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSvl3hjqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSvl3hjqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUSvl3hjqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSvl3hjqg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUSvl3hjqg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUSvl3hjqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSvl3hjqg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUSvl3hjqg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUSvl3hjqg .navbar {
    height: 70px;
  }
  .cid-uUSvl3hjqg .navbar.opened {
    height: auto;
  }
  .cid-uUSvl3hjqg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSvl3hjqg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUSvl3hjqg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUSvl3hjqg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uUSvl3hjqg .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uUSvl3hjqg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUSvl3hjqg .text_widget {
  margin-bottom: 32px;
}
.cid-uUSvl3hjqg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUSvl3hjqg .text_widget a:hover,
.cid-uUSvl3hjqg .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUSvl3hjqg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUSvl3hjqg .icons-menu-main {
  display: flex;
}
.cid-uUSvl3hjqg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUSvl3hjqg .navbar-caption {
  color: #202020;
}
.cid-uUSvl3hjqg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUSvl3hjqg .mbr-section-subtitle,
.cid-uUSvl3hjqg .text_widget,
.cid-uUSvl3hjqg .mbr-section-btn {
  text-align: center;
}
.cid-uUSvl3hjqg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUSvl4B4cl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSvl4B4cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSvl4B4cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSvl4B4cl .row {
  flex-direction: row-reverse;
}
.cid-uUSvl4B4cl .mbr-description {
  color: #000000;
}
.cid-uUSvl55xvD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uUSvl55xvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSvl55xvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSvl55xvD .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSvl55xvD .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSvl55xvD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSvl55xvD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSvl55xvD .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSvl55xvD .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUSvl55xvD .mbr-section-title,
.cid-uUSvl55xvD .title-wrapper,
.cid-uUSvl55xvD .mbr-section-btn {
  text-align: center;
}
.cid-uUSvl5o8al {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUSvl5o8al .mbr-media {
  position: relative;
}
.cid-uUSvl5o8al .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uUSvl5o8al a:hover {
  background-image: none !important;
}
.cid-uUSvl5o8al .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uUSvl5o8al .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uUSvl5o8al .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uUSvl5o8al .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUSvl5o8al .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUSvl5o8al .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUSvl5o8al .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUSvl5o8al .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUSvl5o8al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSvl5o8al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSvl5o8al .mbr-section-title {
  color: #221b35;
}
.cid-uUSvl6jHws {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSvl6jHws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSvl6jHws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSvl6jHws .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSvl6jHws .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSvl6jHws .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSvl6jHws .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSvl6jHws .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSvl6jHws .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUSvl6jHws .mbr-section-title,
.cid-uUSvl6jHws .title-wrapper,
.cid-uUSvl6jHws .mbr-section-btn {
  text-align: center;
}
.cid-uUSvl6jHws .mbr-section-title,
.cid-uUSvl6jHws .mbr-section-btn,
.cid-uUSvl6jHws .title-wrapper {
  color: #000000;
}
.cid-uUSvl6yvbi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f75b04;
  position: relative;
  overflow: hidden;
}
.cid-uUSvl6yvbi .container {
  max-width: 920px;
}
.cid-uUSvl6yvbi .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #f75b04;
  border: 1px solid rgba(247, 91, 4, 0.1);
}
@media (max-width: 991px) {
  .cid-uUSvl6yvbi .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uUSvl6yvbi .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uUSvl6yvbi .border-container {
    padding: 9% 7%;
  }
}
.cid-uUSvl6yvbi .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uUSvl6yvbi .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uUSvl6yvbi .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uUSvl6yvbi .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uUSvl6yvbi .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #f75b04;
  border-color: rgba(247, 91, 4, 0.1);
}
@media (max-width: 991px) {
  .cid-uUSvl6yvbi .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uUSvl6yvbi .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uUSvl6yvbi .border-frame {
    width: 7%;
  }
}
.cid-uUSvl6yvbi .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUSvl6yvbi .content-container {
    min-height: auto;
  }
}
.cid-uUSvl6yvbi .text-container {
  width: 100%;
}
.cid-uUSvl6yvbi .text-wrapper {
  width: 100%;
}
.cid-uUSvl6yvbi .mbr-text {
  color: #ffffff;
  width: 100%;
  margin: 0;
}
.cid-uUSvl6yvbi .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uUSvl6yvbi .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(247, 91, 4, 0.1);
}
.cid-uUSvl6yvbi .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uUSvl6yvbi .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uUSvl6yvbi .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uUSvl6yvbi .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uUSvl6yvbi .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uUSvl6JjU9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUSvl6JjU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSvl6JjU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSvl6JjU9 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSvl6JjU9 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSvl6JjU9 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUSvl6JjU9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSvl6JjU9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUSvl6JjU9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uUSvl6JjU9 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uUSvl6JjU9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUSvl6JjU9 .mbr-label,
.cid-uUSvl6JjU9 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUSvl6JjU9 .mbr-section-title {
  color: #19171c;
}
.cid-uUSvl6JjU9 .mbr-text,
.cid-uUSvl6JjU9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSvl6JjU9 .mbr-section-title,
.cid-uUSvl6JjU9 .title-wrapper,
.cid-uUSvl6JjU9 .mbr-section-btn {
  text-align: center;
}
.cid-uUSvl6JjU9 .mbr-section-title,
.cid-uUSvl6JjU9 .mbr-section-btn,
.cid-uUSvl6JjU9 .title-wrapper {
  color: #ffffff;
}
.cid-uUSvl6ZvyL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uUSvl6ZvyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSvl6ZvyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSvl6ZvyL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uUSvl6ZvyL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUSvl6ZvyL .container {
    padding: 0 26px;
  }
}
.cid-uUSvl6ZvyL .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSvl6ZvyL .row {
    padding: 26px;
  }
}
.cid-uUSvl6ZvyL .title-wrapper {
  margin-bottom: 50px;
}
.cid-uUSvl6ZvyL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUSvl6ZvyL .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUSvl6ZvyL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSvl6ZvyL .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uUSvl6ZvyL .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uUSvl6ZvyL .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uUSvl6ZvyL .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uUSvl6ZvyL .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uUSvl6ZvyL .nav-wrapper .list {
    display: block;
  }
}
.cid-uUSvl6ZvyL .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUSvl6ZvyL .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uUSvl6ZvyL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUSvl6ZvyL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUSvl6ZvyL .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUSvl6ZvyL .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uUSvl6ZvyL .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uUSvl6ZvyL .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uUSvl6ZvyL .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uUSvl6ZvyL .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uUSvl6ZvyL .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uUSvl6ZvyL .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uUSvl6ZvyL .mbr-section-title,
.cid-uUSvl6ZvyL .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSvl6ZvyL .list {
  color: #ffffff;
}
.cid-uUSvl6ZvyL .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uUSvl6ZvyL .list,
.cid-uUSvl6ZvyL .nav-wrapper,
.cid-uUSvl6ZvyL .soc-wrapper {
  text-align: center;
}
.cid-uTAOxfxUeM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTAOxfxUeM .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTAOxfxUeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTAOxfxUeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAOxfxUeM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTAOxfxUeM .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTAOxfxUeM .menu_box .navbar.opened,
  .cid-uTAOxfxUeM .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTAOxfxUeM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTAOxfxUeM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTAOxfxUeM .btn:hover {
  box-shadow: none;
}
.cid-uTAOxfxUeM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTAOxfxUeM .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTAOxfxUeM .nav-item {
    margin: 0 !important;
  }
}
.cid-uTAOxfxUeM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTAOxfxUeM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTAOxfxUeM .nav-item .nav-link:hover::before,
.cid-uTAOxfxUeM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTAOxfxUeM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTAOxfxUeM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTAOxfxUeM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTAOxfxUeM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTAOxfxUeM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTAOxfxUeM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTAOxfxUeM .offcanvas_box {
    display: none;
  }
}
.cid-uTAOxfxUeM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTAOxfxUeM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTAOxfxUeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTAOxfxUeM .container {
  display: flex;
  margin: auto;
}
.cid-uTAOxfxUeM .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTAOxfxUeM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTAOxfxUeM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTAOxfxUeM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTAOxfxUeM .navbar-nav {
    margin: 0;
  }
}
.cid-uTAOxfxUeM .dropdown-menu,
.cid-uTAOxfxUeM .navbar.opened {
  background-color: false !important;
}
.cid-uTAOxfxUeM .nav-item:focus,
.cid-uTAOxfxUeM .nav-link:focus {
  outline: none;
}
.cid-uTAOxfxUeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAOxfxUeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAOxfxUeM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAOxfxUeM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAOxfxUeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAOxfxUeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAOxfxUeM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTAOxfxUeM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTAOxfxUeM .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAOxfxUeM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTAOxfxUeM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTAOxfxUeM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAOxfxUeM .navbar.collapsed {
  justify-content: center;
}
.cid-uTAOxfxUeM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAOxfxUeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTAOxfxUeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAOxfxUeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAOxfxUeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAOxfxUeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTAOxfxUeM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTAOxfxUeM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTAOxfxUeM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTAOxfxUeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAOxfxUeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAOxfxUeM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTAOxfxUeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAOxfxUeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTAOxfxUeM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAOxfxUeM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTAOxfxUeM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTAOxfxUeM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTAOxfxUeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTAOxfxUeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAOxfxUeM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTAOxfxUeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAOxfxUeM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAOxfxUeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAOxfxUeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTAOxfxUeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTAOxfxUeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAOxfxUeM .dropdown-item.active,
.cid-uTAOxfxUeM .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAOxfxUeM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTAOxfxUeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAOxfxUeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAOxfxUeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAOxfxUeM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTAOxfxUeM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAOxfxUeM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTAOxfxUeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTAOxfxUeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAOxfxUeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAOxfxUeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAOxfxUeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAOxfxUeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAOxfxUeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAOxfxUeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAOxfxUeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAOxfxUeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAOxfxUeM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTAOxfxUeM .navbar {
    height: 70px;
  }
  .cid-uTAOxfxUeM .navbar.opened {
    height: auto;
  }
  .cid-uTAOxfxUeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAOxfxUeM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTAOxfxUeM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTAOxfxUeM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTAOxfxUeM .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTAOxfxUeM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTAOxfxUeM .text_widget {
  margin-bottom: 32px;
}
.cid-uTAOxfxUeM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTAOxfxUeM .text_widget a:hover,
.cid-uTAOxfxUeM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTAOxfxUeM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTAOxfxUeM .icons-menu-main {
  display: flex;
}
.cid-uTAOxfxUeM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOxfxUeM .navbar-caption {
  color: #202020;
}
.cid-uTAOxfxUeM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOxfxUeM .mbr-section-subtitle,
.cid-uTAOxfxUeM .text_widget,
.cid-uTAOxfxUeM .mbr-section-btn {
  text-align: center;
}
.cid-uTAOxfxUeM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTAOxgmbu9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOxgmbu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOxgmbu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOxgmbu9 .row {
  flex-direction: row-reverse;
}
.cid-uTAOxgmbu9 .mbr-description {
  color: #000000;
}
.cid-uTAOxgCaMt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTAOxgCaMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOxgCaMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOxgCaMt .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOxgCaMt .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOxgCaMt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOxgCaMt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOxgCaMt .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOxgCaMt .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAOxgCaMt .mbr-section-title,
.cid-uTAOxgCaMt .title-wrapper,
.cid-uTAOxgCaMt .mbr-section-btn {
  text-align: center;
}
.cid-uTAOxgQwBZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOxgQwBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOxgQwBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOxgQwBZ .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOxgQwBZ .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOxgQwBZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOxgQwBZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOxgQwBZ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOxgQwBZ .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTAOxgQwBZ .mbr-section-title,
.cid-uTAOxgQwBZ .title-wrapper,
.cid-uTAOxgQwBZ .mbr-section-btn {
  text-align: center;
}
.cid-uTAOxgQwBZ .mbr-section-title,
.cid-uTAOxgQwBZ .mbr-section-btn,
.cid-uTAOxgQwBZ .title-wrapper {
  color: #000000;
}
.cid-uTAOxh8lH0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTAOxh8lH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOxh8lH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOxh8lH0 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOxh8lH0 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTAOxh8lH0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTAOxh8lH0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTAOxh8lH0 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTAOxh8lH0 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uTAOxh8lH0 .mbr-section-title,
.cid-uTAOxh8lH0 .title-wrapper,
.cid-uTAOxh8lH0 .mbr-section-btn {
  text-align: center;
}
.cid-uTAOxhlNwm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTAOxhlNwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAOxhlNwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAOxhlNwm .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTAOxhlNwm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTAOxhlNwm .container {
    padding: 0 26px;
  }
}
.cid-uTAOxhlNwm .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTAOxhlNwm .row {
    padding: 26px;
  }
}
.cid-uTAOxhlNwm .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOxhlNwm .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTAOxhlNwm .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTAOxhlNwm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAOxhlNwm .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTAOxhlNwm .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTAOxhlNwm .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTAOxhlNwm .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOxhlNwm .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTAOxhlNwm .nav-wrapper .list {
    display: block;
  }
}
.cid-uTAOxhlNwm .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTAOxhlNwm .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTAOxhlNwm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTAOxhlNwm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTAOxhlNwm .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTAOxhlNwm .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTAOxhlNwm .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTAOxhlNwm .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTAOxhlNwm .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTAOxhlNwm .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTAOxhlNwm .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTAOxhlNwm .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTAOxhlNwm .mbr-section-title,
.cid-uTAOxhlNwm .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOxhlNwm .list {
  color: #ffffff;
}
.cid-uTAOxhlNwm .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTAOxhlNwm .list,
.cid-uTAOxhlNwm .nav-wrapper,
.cid-uTAOxhlNwm .soc-wrapper {
  text-align: center;
}
.cid-uUSxj3a5sM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUSxj3a5sM .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uUSxj3a5sM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uUSxj3a5sM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUSxj3a5sM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUSxj3a5sM .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uUSxj3a5sM .menu_box .navbar.opened,
  .cid-uUSxj3a5sM .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUSxj3a5sM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUSxj3a5sM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUSxj3a5sM .btn:hover {
  box-shadow: none;
}
.cid-uUSxj3a5sM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUSxj3a5sM .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uUSxj3a5sM .nav-item {
    margin: 0 !important;
  }
}
.cid-uUSxj3a5sM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUSxj3a5sM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uUSxj3a5sM .nav-item .nav-link:hover::before,
.cid-uUSxj3a5sM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUSxj3a5sM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUSxj3a5sM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUSxj3a5sM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUSxj3a5sM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSxj3a5sM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUSxj3a5sM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUSxj3a5sM .offcanvas_box {
    display: none;
  }
}
.cid-uUSxj3a5sM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUSxj3a5sM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUSxj3a5sM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUSxj3a5sM .container {
  display: flex;
  margin: auto;
}
.cid-uUSxj3a5sM .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uUSxj3a5sM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUSxj3a5sM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUSxj3a5sM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUSxj3a5sM .navbar-nav {
    margin: 0;
  }
}
.cid-uUSxj3a5sM .dropdown-menu,
.cid-uUSxj3a5sM .navbar.opened {
  background-color: false !important;
}
.cid-uUSxj3a5sM .nav-item:focus,
.cid-uUSxj3a5sM .nav-link:focus {
  outline: none;
}
.cid-uUSxj3a5sM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUSxj3a5sM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUSxj3a5sM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUSxj3a5sM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUSxj3a5sM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUSxj3a5sM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUSxj3a5sM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUSxj3a5sM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUSxj3a5sM .navbar.opened {
  transition: all 0.3s;
}
.cid-uUSxj3a5sM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUSxj3a5sM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUSxj3a5sM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUSxj3a5sM .navbar.collapsed {
  justify-content: center;
}
.cid-uUSxj3a5sM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUSxj3a5sM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUSxj3a5sM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUSxj3a5sM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUSxj3a5sM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUSxj3a5sM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUSxj3a5sM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUSxj3a5sM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUSxj3a5sM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUSxj3a5sM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUSxj3a5sM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUSxj3a5sM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUSxj3a5sM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUSxj3a5sM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUSxj3a5sM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUSxj3a5sM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUSxj3a5sM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUSxj3a5sM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUSxj3a5sM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUSxj3a5sM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUSxj3a5sM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUSxj3a5sM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUSxj3a5sM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUSxj3a5sM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUSxj3a5sM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUSxj3a5sM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUSxj3a5sM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUSxj3a5sM .dropdown-item.active,
.cid-uUSxj3a5sM .dropdown-item:active {
  background-color: transparent;
}
.cid-uUSxj3a5sM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUSxj3a5sM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUSxj3a5sM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUSxj3a5sM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUSxj3a5sM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUSxj3a5sM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUSxj3a5sM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uUSxj3a5sM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUSxj3a5sM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUSxj3a5sM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSxj3a5sM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSxj3a5sM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUSxj3a5sM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSxj3a5sM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUSxj3a5sM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUSxj3a5sM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSxj3a5sM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUSxj3a5sM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUSxj3a5sM .navbar {
    height: 70px;
  }
  .cid-uUSxj3a5sM .navbar.opened {
    height: auto;
  }
  .cid-uUSxj3a5sM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSxj3a5sM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUSxj3a5sM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUSxj3a5sM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uUSxj3a5sM .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uUSxj3a5sM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUSxj3a5sM .text_widget {
  margin-bottom: 32px;
}
.cid-uUSxj3a5sM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUSxj3a5sM .text_widget a:hover,
.cid-uUSxj3a5sM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUSxj3a5sM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUSxj3a5sM .icons-menu-main {
  display: flex;
}
.cid-uUSxj3a5sM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUSxj3a5sM .navbar-caption {
  color: #202020;
}
.cid-uUSxj3a5sM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUSxj3a5sM .mbr-section-subtitle,
.cid-uUSxj3a5sM .text_widget,
.cid-uUSxj3a5sM .mbr-section-btn {
  text-align: center;
}
.cid-uUSxj3a5sM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUSxtJnnHU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSxtJnnHU .mbr-media {
  position: relative;
}
.cid-uUSxtJnnHU .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uUSxtJnnHU a:hover {
  background-image: none !important;
}
.cid-uUSxtJnnHU .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uUSxtJnnHU .card-wrapper {
  border: 1px solid #2a4b6e;
  padding: 0;
  overflow: hidden;
}
.cid-uUSxtJnnHU .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #2a4b6e;
}
.cid-uUSxtJnnHU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUSxtJnnHU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUSxtJnnHU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUSxtJnnHU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUSxtJnnHU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUSxtJnnHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSxtJnnHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSxtJnnHU .mbr-section-title {
  color: #221b35;
}
.cid-uUSzXPiXeC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUSzXPiXeC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUSzXPiXeC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uUSzXPiXeC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uUSzXPiXeC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUSzXPiXeC .row {
  margin: 0;
}
.cid-uUSzXPiXeC .card {
  padding: 3rem;
  border: 1px solid #2a4b6e !important;
}
@media (max-width: 767px) {
  .cid-uUSzXPiXeC .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uUSzXPiXeC h3 {
  margin-bottom: 3rem !important;
}
.cid-uUSzXPiXeC .content-head {
  max-width: 800px;
}
.cid-uUSzXPiXeC textarea {
  min-height: 200px;
}
.cid-uUSzXPiXeC input,
.cid-uUSzXPiXeC textarea {
  border: 1px solid #2a4b6e !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uUSzXPiXeC .mbr-section-title {
  color: #221b35;
}
.cid-uUSzXPiXeC LABEL {
  color: #221b35;
}
.cid-uUSxj4hmoZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUSxj4hmoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSxj4hmoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSxj4hmoZ .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSxj4hmoZ .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSxj4hmoZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSxj4hmoZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSxj4hmoZ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSxj4hmoZ .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUSxj4hmoZ .mbr-section-title,
.cid-uUSxj4hmoZ .title-wrapper,
.cid-uUSxj4hmoZ .mbr-section-btn {
  text-align: center;
}
.cid-uUSxj52h2i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uUSxj52h2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSxj52h2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSxj52h2i .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uUSxj52h2i .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUSxj52h2i .container {
    padding: 0 26px;
  }
}
.cid-uUSxj52h2i .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSxj52h2i .row {
    padding: 26px;
  }
}
.cid-uUSxj52h2i .title-wrapper {
  margin-bottom: 50px;
}
.cid-uUSxj52h2i .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUSxj52h2i .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUSxj52h2i .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSxj52h2i .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uUSxj52h2i .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uUSxj52h2i .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uUSxj52h2i .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uUSxj52h2i .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uUSxj52h2i .nav-wrapper .list {
    display: block;
  }
}
.cid-uUSxj52h2i .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUSxj52h2i .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uUSxj52h2i .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUSxj52h2i .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUSxj52h2i .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUSxj52h2i .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uUSxj52h2i .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uUSxj52h2i .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uUSxj52h2i .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uUSxj52h2i .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uUSxj52h2i .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uUSxj52h2i .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uUSxj52h2i .mbr-section-title,
.cid-uUSxj52h2i .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSxj52h2i .list {
  color: #ffffff;
}
.cid-uUSxj52h2i .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uUSxj52h2i .list,
.cid-uUSxj52h2i .nav-wrapper,
.cid-uUSxj52h2i .soc-wrapper {
  text-align: center;
}
.cid-uTB352snnG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTB352snnG .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTB352snnG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTB352snnG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB352snnG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB352snnG .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTB352snnG .menu_box .navbar.opened,
  .cid-uTB352snnG .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTB352snnG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTB352snnG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTB352snnG .btn:hover {
  box-shadow: none;
}
.cid-uTB352snnG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTB352snnG .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTB352snnG .nav-item {
    margin: 0 !important;
  }
}
.cid-uTB352snnG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTB352snnG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTB352snnG .nav-item .nav-link:hover::before,
.cid-uTB352snnG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTB352snnG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTB352snnG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTB352snnG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTB352snnG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTB352snnG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTB352snnG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTB352snnG .offcanvas_box {
    display: none;
  }
}
.cid-uTB352snnG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTB352snnG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTB352snnG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTB352snnG .container {
  display: flex;
  margin: auto;
}
.cid-uTB352snnG .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTB352snnG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTB352snnG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTB352snnG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTB352snnG .navbar-nav {
    margin: 0;
  }
}
.cid-uTB352snnG .dropdown-menu,
.cid-uTB352snnG .navbar.opened {
  background-color: false !important;
}
.cid-uTB352snnG .nav-item:focus,
.cid-uTB352snnG .nav-link:focus {
  outline: none;
}
.cid-uTB352snnG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB352snnG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB352snnG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB352snnG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB352snnG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB352snnG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB352snnG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTB352snnG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTB352snnG .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB352snnG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTB352snnG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTB352snnG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB352snnG .navbar.collapsed {
  justify-content: center;
}
.cid-uTB352snnG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB352snnG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTB352snnG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB352snnG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB352snnG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB352snnG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTB352snnG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTB352snnG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTB352snnG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTB352snnG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB352snnG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB352snnG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTB352snnG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB352snnG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTB352snnG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB352snnG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTB352snnG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTB352snnG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTB352snnG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTB352snnG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB352snnG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTB352snnG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB352snnG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTB352snnG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB352snnG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB352snnG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTB352snnG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB352snnG .dropdown-item.active,
.cid-uTB352snnG .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB352snnG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTB352snnG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB352snnG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB352snnG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB352snnG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTB352snnG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB352snnG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTB352snnG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTB352snnG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB352snnG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB352snnG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB352snnG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB352snnG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB352snnG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB352snnG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB352snnG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB352snnG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTB352snnG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB352snnG .navbar {
    height: 70px;
  }
  .cid-uTB352snnG .navbar.opened {
    height: auto;
  }
  .cid-uTB352snnG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTB352snnG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTB352snnG .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTB352snnG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTB352snnG .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTB352snnG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTB352snnG .text_widget {
  margin-bottom: 32px;
}
.cid-uTB352snnG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTB352snnG .text_widget a:hover,
.cid-uTB352snnG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTB352snnG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTB352snnG .icons-menu-main {
  display: flex;
}
.cid-uTB352snnG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTB352snnG .navbar-caption {
  color: #202020;
}
.cid-uTB352snnG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTB352snnG .mbr-section-subtitle,
.cid-uTB352snnG .text_widget,
.cid-uTB352snnG .mbr-section-btn {
  text-align: center;
}
.cid-uTB352snnG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTB353X18m {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB353X18m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB353X18m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB353X18m .row {
  flex-direction: row-reverse;
}
.cid-uTB353X18m .mbr-description {
  color: #000000;
}
.cid-uTB354C8dx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTB354C8dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB354C8dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB354C8dx .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB354C8dx .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB354C8dx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB354C8dx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB354C8dx .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB354C8dx .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB354C8dx .mbr-section-title,
.cid-uTB354C8dx .title-wrapper,
.cid-uTB354C8dx .mbr-section-btn {
  text-align: center;
}
.cid-uTB3550Ftp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB3550Ftp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3550Ftp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3550Ftp .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3550Ftp .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB3550Ftp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3550Ftp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB3550Ftp .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB3550Ftp .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB3550Ftp .mbr-section-title,
.cid-uTB3550Ftp .title-wrapper,
.cid-uTB3550Ftp .mbr-section-btn {
  text-align: center;
}
.cid-uTB3550Ftp .mbr-section-title,
.cid-uTB3550Ftp .mbr-section-btn,
.cid-uTB3550Ftp .title-wrapper {
  color: #000000;
}
.cid-uTB356ex91 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTB356ex91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB356ex91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB356ex91 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB356ex91 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTB356ex91 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTB356ex91 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB356ex91 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB356ex91 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTB356ex91 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTB356ex91 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB356ex91 .mbr-label,
.cid-uTB356ex91 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB356ex91 .mbr-section-title {
  color: #19171c;
}
.cid-uTB356ex91 .mbr-text,
.cid-uTB356ex91 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB356ex91 .mbr-section-title,
.cid-uTB356ex91 .title-wrapper,
.cid-uTB356ex91 .mbr-section-btn {
  text-align: center;
}
.cid-uTB356JJuq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTB356JJuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB356JJuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB356JJuq .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTB356JJuq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTB356JJuq .container {
    padding: 0 26px;
  }
}
.cid-uTB356JJuq .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTB356JJuq .row {
    padding: 26px;
  }
}
.cid-uTB356JJuq .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTB356JJuq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTB356JJuq .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTB356JJuq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTB356JJuq .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTB356JJuq .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTB356JJuq .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTB356JJuq .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTB356JJuq .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTB356JJuq .nav-wrapper .list {
    display: block;
  }
}
.cid-uTB356JJuq .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTB356JJuq .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTB356JJuq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTB356JJuq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTB356JJuq .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTB356JJuq .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTB356JJuq .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTB356JJuq .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTB356JJuq .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTB356JJuq .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTB356JJuq .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTB356JJuq .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTB356JJuq .mbr-section-title,
.cid-uTB356JJuq .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB356JJuq .list {
  color: #ffffff;
}
.cid-uTB356JJuq .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTB356JJuq .list,
.cid-uTB356JJuq .nav-wrapper,
.cid-uTB356JJuq .soc-wrapper {
  text-align: center;
}
.cid-uTB3yAHxFw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uTB3yAHxFw .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uTB3yAHxFw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uTB3yAHxFw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB3yAHxFw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB3yAHxFw .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uTB3yAHxFw .menu_box .navbar.opened,
  .cid-uTB3yAHxFw .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTB3yAHxFw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uTB3yAHxFw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTB3yAHxFw .btn:hover {
  box-shadow: none;
}
.cid-uTB3yAHxFw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTB3yAHxFw .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uTB3yAHxFw .nav-item {
    margin: 0 !important;
  }
}
.cid-uTB3yAHxFw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTB3yAHxFw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uTB3yAHxFw .nav-item .nav-link:hover::before,
.cid-uTB3yAHxFw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTB3yAHxFw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTB3yAHxFw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTB3yAHxFw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTB3yAHxFw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTB3yAHxFw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTB3yAHxFw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTB3yAHxFw .offcanvas_box {
    display: none;
  }
}
.cid-uTB3yAHxFw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTB3yAHxFw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTB3yAHxFw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTB3yAHxFw .container {
  display: flex;
  margin: auto;
}
.cid-uTB3yAHxFw .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uTB3yAHxFw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTB3yAHxFw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTB3yAHxFw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTB3yAHxFw .navbar-nav {
    margin: 0;
  }
}
.cid-uTB3yAHxFw .dropdown-menu,
.cid-uTB3yAHxFw .navbar.opened {
  background-color: false !important;
}
.cid-uTB3yAHxFw .nav-item:focus,
.cid-uTB3yAHxFw .nav-link:focus {
  outline: none;
}
.cid-uTB3yAHxFw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB3yAHxFw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB3yAHxFw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB3yAHxFw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB3yAHxFw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB3yAHxFw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB3yAHxFw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTB3yAHxFw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTB3yAHxFw .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB3yAHxFw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTB3yAHxFw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTB3yAHxFw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB3yAHxFw .navbar.collapsed {
  justify-content: center;
}
.cid-uTB3yAHxFw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB3yAHxFw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTB3yAHxFw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB3yAHxFw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB3yAHxFw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB3yAHxFw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTB3yAHxFw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTB3yAHxFw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTB3yAHxFw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTB3yAHxFw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB3yAHxFw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB3yAHxFw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTB3yAHxFw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB3yAHxFw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTB3yAHxFw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB3yAHxFw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTB3yAHxFw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTB3yAHxFw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTB3yAHxFw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTB3yAHxFw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB3yAHxFw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTB3yAHxFw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB3yAHxFw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTB3yAHxFw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB3yAHxFw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB3yAHxFw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTB3yAHxFw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB3yAHxFw .dropdown-item.active,
.cid-uTB3yAHxFw .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB3yAHxFw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTB3yAHxFw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB3yAHxFw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB3yAHxFw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB3yAHxFw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTB3yAHxFw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB3yAHxFw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uTB3yAHxFw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTB3yAHxFw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB3yAHxFw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB3yAHxFw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB3yAHxFw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB3yAHxFw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB3yAHxFw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB3yAHxFw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB3yAHxFw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB3yAHxFw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTB3yAHxFw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB3yAHxFw .navbar {
    height: 70px;
  }
  .cid-uTB3yAHxFw .navbar.opened {
    height: auto;
  }
  .cid-uTB3yAHxFw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTB3yAHxFw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTB3yAHxFw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uTB3yAHxFw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uTB3yAHxFw .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uTB3yAHxFw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTB3yAHxFw .text_widget {
  margin-bottom: 32px;
}
.cid-uTB3yAHxFw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTB3yAHxFw .text_widget a:hover,
.cid-uTB3yAHxFw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTB3yAHxFw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTB3yAHxFw .icons-menu-main {
  display: flex;
}
.cid-uTB3yAHxFw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3yAHxFw .navbar-caption {
  color: #202020;
}
.cid-uTB3yAHxFw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3yAHxFw .mbr-section-subtitle,
.cid-uTB3yAHxFw .text_widget,
.cid-uTB3yAHxFw .mbr-section-btn {
  text-align: center;
}
.cid-uTB3yAHxFw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTB3yBJJ7G {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB3yBJJ7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3yBJJ7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3yBJJ7G .row {
  flex-direction: row-reverse;
}
.cid-uTB3yBJJ7G .mbr-description {
  color: #000000;
}
.cid-uTB3yCfFFo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uTB3yCfFFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3yCfFFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3yCfFFo .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3yCfFFo .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB3yCfFFo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3yCfFFo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB3yCfFFo .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB3yCfFFo .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB3yCfFFo .mbr-section-title,
.cid-uTB3yCfFFo .title-wrapper,
.cid-uTB3yCfFFo .mbr-section-btn {
  text-align: center;
}
.cid-uTB3yCzHke {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTB3yCzHke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3yCzHke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3yCzHke .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3yCzHke .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTB3yCzHke .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTB3yCzHke .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTB3yCzHke .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTB3yCzHke .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTB3yCzHke .mbr-section-title,
.cid-uTB3yCzHke .title-wrapper,
.cid-uTB3yCzHke .mbr-section-btn {
  text-align: center;
}
.cid-uTB3yCzHke .mbr-section-title,
.cid-uTB3yCzHke .mbr-section-btn,
.cid-uTB3yCzHke .title-wrapper {
  color: #000000;
}
.cid-uTB3yCRSr7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTB3yCRSr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3yCRSr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3yCRSr7 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB3yCRSr7 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTB3yCRSr7 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uTB3yCRSr7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTB3yCRSr7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB3yCRSr7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTB3yCRSr7 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTB3yCRSr7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTB3yCRSr7 .mbr-label,
.cid-uTB3yCRSr7 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB3yCRSr7 .mbr-section-title {
  color: #19171c;
}
.cid-uTB3yCRSr7 .mbr-text,
.cid-uTB3yCRSr7 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTB3yCRSr7 .mbr-section-title,
.cid-uTB3yCRSr7 .title-wrapper,
.cid-uTB3yCRSr7 .mbr-section-btn {
  text-align: center;
}
.cid-uTB3yD7YxX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uTB3yD7YxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3yD7YxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3yD7YxX .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uTB3yD7YxX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uTB3yD7YxX .container {
    padding: 0 26px;
  }
}
.cid-uTB3yD7YxX .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTB3yD7YxX .row {
    padding: 26px;
  }
}
.cid-uTB3yD7YxX .title-wrapper {
  margin-bottom: 50px;
}
.cid-uTB3yD7YxX .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTB3yD7YxX .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTB3yD7YxX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTB3yD7YxX .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uTB3yD7YxX .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uTB3yD7YxX .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uTB3yD7YxX .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uTB3yD7YxX .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTB3yD7YxX .nav-wrapper .list {
    display: block;
  }
}
.cid-uTB3yD7YxX .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTB3yD7YxX .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uTB3yD7YxX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uTB3yD7YxX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uTB3yD7YxX .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uTB3yD7YxX .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uTB3yD7YxX .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uTB3yD7YxX .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uTB3yD7YxX .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uTB3yD7YxX .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uTB3yD7YxX .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTB3yD7YxX .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uTB3yD7YxX .mbr-section-title,
.cid-uTB3yD7YxX .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3yD7YxX .list {
  color: #ffffff;
}
.cid-uTB3yD7YxX .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uTB3yD7YxX .list,
.cid-uTB3yD7YxX .nav-wrapper,
.cid-uTB3yD7YxX .soc-wrapper {
  text-align: center;
}
.cid-uUSVLtwz7u {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUSVLtwz7u .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uUSVLtwz7u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uUSVLtwz7u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUSVLtwz7u .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUSVLtwz7u .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uUSVLtwz7u .menu_box .navbar.opened,
  .cid-uUSVLtwz7u .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUSVLtwz7u nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUSVLtwz7u .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUSVLtwz7u .btn:hover {
  box-shadow: none;
}
.cid-uUSVLtwz7u .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUSVLtwz7u .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uUSVLtwz7u .nav-item {
    margin: 0 !important;
  }
}
.cid-uUSVLtwz7u .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUSVLtwz7u .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uUSVLtwz7u .nav-item .nav-link:hover::before,
.cid-uUSVLtwz7u .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUSVLtwz7u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUSVLtwz7u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUSVLtwz7u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUSVLtwz7u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSVLtwz7u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUSVLtwz7u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUSVLtwz7u .offcanvas_box {
    display: none;
  }
}
.cid-uUSVLtwz7u .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUSVLtwz7u .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUSVLtwz7u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUSVLtwz7u .container {
  display: flex;
  margin: auto;
}
.cid-uUSVLtwz7u .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uUSVLtwz7u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUSVLtwz7u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUSVLtwz7u .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUSVLtwz7u .navbar-nav {
    margin: 0;
  }
}
.cid-uUSVLtwz7u .dropdown-menu,
.cid-uUSVLtwz7u .navbar.opened {
  background-color: false !important;
}
.cid-uUSVLtwz7u .nav-item:focus,
.cid-uUSVLtwz7u .nav-link:focus {
  outline: none;
}
.cid-uUSVLtwz7u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUSVLtwz7u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUSVLtwz7u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUSVLtwz7u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUSVLtwz7u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUSVLtwz7u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUSVLtwz7u .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUSVLtwz7u .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUSVLtwz7u .navbar.opened {
  transition: all 0.3s;
}
.cid-uUSVLtwz7u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUSVLtwz7u .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUSVLtwz7u .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUSVLtwz7u .navbar.collapsed {
  justify-content: center;
}
.cid-uUSVLtwz7u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUSVLtwz7u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUSVLtwz7u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUSVLtwz7u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUSVLtwz7u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUSVLtwz7u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUSVLtwz7u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUSVLtwz7u .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUSVLtwz7u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUSVLtwz7u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUSVLtwz7u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUSVLtwz7u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUSVLtwz7u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUSVLtwz7u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUSVLtwz7u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUSVLtwz7u .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUSVLtwz7u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUSVLtwz7u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUSVLtwz7u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUSVLtwz7u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUSVLtwz7u .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUSVLtwz7u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUSVLtwz7u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUSVLtwz7u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUSVLtwz7u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUSVLtwz7u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUSVLtwz7u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUSVLtwz7u .dropdown-item.active,
.cid-uUSVLtwz7u .dropdown-item:active {
  background-color: transparent;
}
.cid-uUSVLtwz7u .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUSVLtwz7u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUSVLtwz7u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUSVLtwz7u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUSVLtwz7u ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUSVLtwz7u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUSVLtwz7u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uUSVLtwz7u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUSVLtwz7u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUSVLtwz7u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSVLtwz7u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSVLtwz7u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUSVLtwz7u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSVLtwz7u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUSVLtwz7u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUSVLtwz7u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSVLtwz7u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUSVLtwz7u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUSVLtwz7u .navbar {
    height: 70px;
  }
  .cid-uUSVLtwz7u .navbar.opened {
    height: auto;
  }
  .cid-uUSVLtwz7u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSVLtwz7u .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUSVLtwz7u .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUSVLtwz7u .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uUSVLtwz7u .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uUSVLtwz7u .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUSVLtwz7u .text_widget {
  margin-bottom: 32px;
}
.cid-uUSVLtwz7u .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUSVLtwz7u .text_widget a:hover,
.cid-uUSVLtwz7u .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUSVLtwz7u .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUSVLtwz7u .icons-menu-main {
  display: flex;
}
.cid-uUSVLtwz7u .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVLtwz7u .navbar-caption {
  color: #202020;
}
.cid-uUSVLtwz7u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVLtwz7u .mbr-section-subtitle,
.cid-uUSVLtwz7u .text_widget,
.cid-uUSVLtwz7u .mbr-section-btn {
  text-align: center;
}
.cid-uUSVLtwz7u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUSVLurd1e {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSVLurd1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVLurd1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVLurd1e .row {
  flex-direction: row-reverse;
}
.cid-uUSVLurd1e .mbr-description {
  color: #000000;
}
.cid-uUSVLuLYfL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uUSVLuLYfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVLuLYfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVLuLYfL .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVLuLYfL .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSVLuLYfL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVLuLYfL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSVLuLYfL .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSVLuLYfL .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUSVLuLYfL .mbr-section-title,
.cid-uUSVLuLYfL .title-wrapper,
.cid-uUSVLuLYfL .mbr-section-btn {
  text-align: center;
}
.cid-uUSVLvbNmR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSVLvbNmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVLvbNmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVLvbNmR .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVLvbNmR .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSVLvbNmR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVLvbNmR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSVLvbNmR .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSVLvbNmR .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUSVLvbNmR .mbr-section-title,
.cid-uUSVLvbNmR .title-wrapper,
.cid-uUSVLvbNmR .mbr-section-btn {
  text-align: center;
}
.cid-uUSVLvbNmR .mbr-section-title,
.cid-uUSVLvbNmR .mbr-section-btn,
.cid-uUSVLvbNmR .title-wrapper {
  color: #000000;
}
.cid-uUSVLvq6F4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSVLvq6F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVLvq6F4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVLvq6F4 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVLvq6F4 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSVLvq6F4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVLvq6F4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSVLvq6F4 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSVLvq6F4 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uUSVLvq6F4 .mbr-section-title,
.cid-uUSVLvq6F4 .title-wrapper,
.cid-uUSVLvq6F4 .mbr-section-btn {
  text-align: center;
}
#custom-html-du {
  /* Type valid CSS here */
}
#custom-html-du div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-du p {
  font-size: 60px;
  color: #777;
}
.cid-uUSVLvIjTY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uUSVLvIjTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVLvIjTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVLvIjTY .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uUSVLvIjTY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUSVLvIjTY .container {
    padding: 0 26px;
  }
}
.cid-uUSVLvIjTY .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSVLvIjTY .row {
    padding: 26px;
  }
}
.cid-uUSVLvIjTY .title-wrapper {
  margin-bottom: 50px;
}
.cid-uUSVLvIjTY .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUSVLvIjTY .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUSVLvIjTY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSVLvIjTY .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uUSVLvIjTY .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uUSVLvIjTY .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uUSVLvIjTY .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uUSVLvIjTY .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uUSVLvIjTY .nav-wrapper .list {
    display: block;
  }
}
.cid-uUSVLvIjTY .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUSVLvIjTY .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uUSVLvIjTY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUSVLvIjTY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUSVLvIjTY .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUSVLvIjTY .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uUSVLvIjTY .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uUSVLvIjTY .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uUSVLvIjTY .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uUSVLvIjTY .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uUSVLvIjTY .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uUSVLvIjTY .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uUSVLvIjTY .mbr-section-title,
.cid-uUSVLvIjTY .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVLvIjTY .list {
  color: #ffffff;
}
.cid-uUSVLvIjTY .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVLvIjTY .list,
.cid-uUSVLvIjTY .nav-wrapper,
.cid-uUSVLvIjTY .soc-wrapper {
  text-align: center;
}
.cid-uUSVT34z9F {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uUSVT34z9F .navbar-dropdown {
  background-color: #2a4b6e !important;
  padding: 0;
}
.cid-uUSVT34z9F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2a4b6e !important;
  background: #2a4b6e;
}
.cid-uUSVT34z9F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUSVT34z9F .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUSVT34z9F .menu_box {
    flex-direction: column;
    align-items: right;
  }
  .cid-uUSVT34z9F .menu_box .navbar.opened,
  .cid-uUSVT34z9F .menu_box .navbar-collapse {
    background-color: #2a4b6e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUSVT34z9F nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uUSVT34z9F .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUSVT34z9F .btn:hover {
  box-shadow: none;
}
.cid-uUSVT34z9F .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUSVT34z9F .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uUSVT34z9F .nav-item {
    margin: 0 !important;
  }
}
.cid-uUSVT34z9F .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUSVT34z9F .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: 0;
}
.cid-uUSVT34z9F .nav-item .nav-link:hover::before,
.cid-uUSVT34z9F .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUSVT34z9F .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUSVT34z9F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUSVT34z9F .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUSVT34z9F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSVT34z9F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUSVT34z9F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUSVT34z9F .offcanvas_box {
    display: none;
  }
}
.cid-uUSVT34z9F .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUSVT34z9F .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUSVT34z9F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUSVT34z9F .container {
  display: flex;
  margin: auto;
}
.cid-uUSVT34z9F .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: right;
  transition: all 0.2s ease-in-out;
}
.cid-uUSVT34z9F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUSVT34z9F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUSVT34z9F .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUSVT34z9F .navbar-nav {
    margin: 0;
  }
}
.cid-uUSVT34z9F .dropdown-menu,
.cid-uUSVT34z9F .navbar.opened {
  background-color: false !important;
}
.cid-uUSVT34z9F .nav-item:focus,
.cid-uUSVT34z9F .nav-link:focus {
  outline: none;
}
.cid-uUSVT34z9F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUSVT34z9F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUSVT34z9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUSVT34z9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUSVT34z9F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUSVT34z9F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUSVT34z9F .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUSVT34z9F .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUSVT34z9F .navbar.opened {
  transition: all 0.3s;
}
.cid-uUSVT34z9F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUSVT34z9F .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUSVT34z9F .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUSVT34z9F .navbar.collapsed {
  justify-content: center;
}
.cid-uUSVT34z9F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUSVT34z9F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUSVT34z9F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUSVT34z9F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUSVT34z9F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUSVT34z9F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUSVT34z9F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUSVT34z9F .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUSVT34z9F .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUSVT34z9F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUSVT34z9F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUSVT34z9F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUSVT34z9F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUSVT34z9F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUSVT34z9F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUSVT34z9F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUSVT34z9F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUSVT34z9F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUSVT34z9F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUSVT34z9F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUSVT34z9F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUSVT34z9F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUSVT34z9F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUSVT34z9F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUSVT34z9F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUSVT34z9F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUSVT34z9F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUSVT34z9F .dropdown-item.active,
.cid-uUSVT34z9F .dropdown-item:active {
  background-color: transparent;
}
.cid-uUSVT34z9F .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUSVT34z9F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUSVT34z9F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUSVT34z9F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUSVT34z9F ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUSVT34z9F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUSVT34z9F button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2a4b6e;
  background: #ffffff;
}
.cid-uUSVT34z9F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUSVT34z9F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUSVT34z9F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSVT34z9F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSVT34z9F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUSVT34z9F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSVT34z9F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUSVT34z9F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUSVT34z9F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSVT34z9F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUSVT34z9F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUSVT34z9F .navbar {
    height: 70px;
  }
  .cid-uUSVT34z9F .navbar.opened {
    height: auto;
  }
  .cid-uUSVT34z9F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSVT34z9F .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUSVT34z9F .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUSVT34z9F .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uUSVT34z9F .navbar-caption:hover {
  color: #2a4b6e;
}
@media (min-width: 992px) {
  .cid-uUSVT34z9F .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUSVT34z9F .text_widget {
  margin-bottom: 32px;
}
.cid-uUSVT34z9F .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUSVT34z9F .text_widget a:hover,
.cid-uUSVT34z9F .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUSVT34z9F .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUSVT34z9F .icons-menu-main {
  display: flex;
}
.cid-uUSVT34z9F .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVT34z9F .navbar-caption {
  color: #202020;
}
.cid-uUSVT34z9F .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVT34z9F .mbr-section-subtitle,
.cid-uUSVT34z9F .text_widget,
.cid-uUSVT34z9F .mbr-section-btn {
  text-align: center;
}
.cid-uUSVT34z9F a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUSVT3Zld4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSVT3Zld4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVT3Zld4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVT3Zld4 .row {
  flex-direction: row-reverse;
}
.cid-uUSVT3Zld4 .mbr-description {
  color: #000000;
}
.cid-uUSVT4igwR {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #2a4b6e;
}
.cid-uUSVT4igwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVT4igwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVT4igwR .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVT4igwR .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSVT4igwR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVT4igwR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSVT4igwR .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSVT4igwR .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUSVT4igwR .mbr-section-title,
.cid-uUSVT4igwR .title-wrapper,
.cid-uUSVT4igwR .mbr-section-btn {
  text-align: center;
}
.cid-uUSVT4HxoY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSVT4HxoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVT4HxoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVT4HxoY .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVT4HxoY .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSVT4HxoY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVT4HxoY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSVT4HxoY .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSVT4HxoY .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUSVT4HxoY .mbr-section-title,
.cid-uUSVT4HxoY .title-wrapper,
.cid-uUSVT4HxoY .mbr-section-btn {
  text-align: center;
}
.cid-uUSVT4HxoY .mbr-section-title,
.cid-uUSVT4HxoY .mbr-section-btn,
.cid-uUSVT4HxoY .title-wrapper {
  color: #000000;
}
.cid-uUSVT4X77I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSVT4X77I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVT4X77I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVT4X77I .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVT4X77I .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUSVT4X77I .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUSVT4X77I .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUSVT4X77I .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUSVT4X77I .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-uUSVT4X77I .mbr-section-title,
.cid-uUSVT4X77I .title-wrapper,
.cid-uUSVT4X77I .mbr-section-btn {
  text-align: center;
}
#custom-html-ds {
  /* Type valid CSS here */
}
#custom-html-ds div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ds p {
  font-size: 60px;
  color: #777;
}
.cid-uUSVT5hM2k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a4b6e;
}
.cid-uUSVT5hM2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSVT5hM2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSVT5hM2k .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uUSVT5hM2k .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUSVT5hM2k .container {
    padding: 0 26px;
  }
}
.cid-uUSVT5hM2k .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSVT5hM2k .row {
    padding: 26px;
  }
}
.cid-uUSVT5hM2k .title-wrapper {
  margin-bottom: 50px;
}
.cid-uUSVT5hM2k .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUSVT5hM2k .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUSVT5hM2k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSVT5hM2k .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uUSVT5hM2k .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uUSVT5hM2k .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uUSVT5hM2k .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uUSVT5hM2k .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uUSVT5hM2k .nav-wrapper .list {
    display: block;
  }
}
.cid-uUSVT5hM2k .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUSVT5hM2k .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uUSVT5hM2k .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uUSVT5hM2k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUSVT5hM2k .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUSVT5hM2k .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uUSVT5hM2k .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uUSVT5hM2k .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uUSVT5hM2k .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uUSVT5hM2k .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uUSVT5hM2k .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uUSVT5hM2k .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uUSVT5hM2k .mbr-section-title,
.cid-uUSVT5hM2k .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVT5hM2k .list {
  color: #ffffff;
}
.cid-uUSVT5hM2k .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uUSVT5hM2k .list,
.cid-uUSVT5hM2k .nav-wrapper,
.cid-uUSVT5hM2k .soc-wrapper {
  text-align: center;
}
