body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.73rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #204596 !important;
}
.bg-success {
  background-color: #22244b !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e5e5e5 !important;
}
.bg-danger {
  background-color: #a7d3f2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #204596 !important;
  border-color: #204596 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #11244f !important;
  border-color: #11244f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2349ce !important;
  border-color: #2349ce !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #162f84 !important;
  border-color: #162f84 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #22244b !important;
  border-color: #22244b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #07070f !important;
  border-color: #07070f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #666666 !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a7d3f2 !important;
  border-color: #a7d3f2 !important;
  color: #145786 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #145786 !important;
  background-color: #5bade7 !important;
  border-color: #5bade7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #204596;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #11244f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #204596 !important;
  border-color: #204596 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2349ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #162f84 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2349ce !important;
  border-color: #2349ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #22244b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #07070f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #22244b !important;
  border-color: #22244b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5e5e5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bababa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a7d3f2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5bade7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #145786 !important;
  background-color: #a7d3f2 !important;
  border-color: #a7d3f2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #204596 !important;
}
.text-secondary {
  color: #2349ce !important;
}
.text-success {
  color: #22244b !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e5e5e5 !important;
}
.text-danger {
  color: #a7d3f2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e1e42 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #142a77 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020205 !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: #b2b2b2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4ea7e5 !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: #204596;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e5e5e5;
}
.alert-danger {
  background-color: #a7d3f2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #204596;
  border-color: #204596;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #204596;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5a83dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #898cca;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #204596 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #204596;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #204596;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #204596;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #204596;
  border-bottom-color: #204596;
}
.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: #204596 !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: #2349ce !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='%23204596' %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;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
  padding: 15px !important;
  min-width: 100px !important;
}
.cid-tbWniy6u3V {
  z-index: 1000;
  width: 100%;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tbWniy6u3V .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #204596;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0936a7;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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);
  }
  .cid-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #272727;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #204596;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: false !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0936a7;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #204596 !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #204596;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #204596;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #272727;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEElIbuXzK {
  background-image: url("../../../assets/images/20-1920x1080.webp");
}
.cid-uEElIbuXzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEElIbuXzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEElIbuXzK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uEElIbuXzK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEElIbuXzK .container {
    padding: 0 24px;
  }
}
.cid-uEElIbuXzK .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uEElIbuXzK .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-uEElIbuXzK .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uEElIbuXzK .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uEElIbuXzK .mbr-section-title {
  color: #202020;
}
.cid-uEElIbuXzK .mbr-text,
.cid-uEElIbuXzK .text-wrap {
  color: #202020;
  text-align: center;
}
.cid-uEElIbuXzK .mbr-section-title,
.cid-uEElIbuXzK .mbr-section-btn {
  text-align: center;
  color: #22244b;
}
.cid-uKZ2zqUVPw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/6-1920x1080.webp");
}
.cid-uKZ2zqUVPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZ2zqUVPw .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-uKZ2zqUVPw .container {
    padding: 0 20px;
  }
}
.cid-uKZ2zqUVPw .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKZ2zqUVPw .row {
    padding: 0;
  }
}
.cid-uKZ2zqUVPw .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKZ2zqUVPw .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKZ2zqUVPw .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKZ2zqUVPw .item {
    padding: 0 12px;
  }
}
.cid-uKZ2zqUVPw .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKZ2zqUVPw .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uKZ2zqUVPw .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKZ2zqUVPw .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uKZ2zqUVPw .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uKZ2zqUVPw .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-uKZ2zqUVPw .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uKZ2zqUVPw .mbr-desc {
  color: #000000;
}
.cid-uKZ2zqUVPw .mbr-text {
  color: #000000;
}
.cid-uKZ2zqUVPw .mbr-text,
.cid-uKZ2zqUVPw .link-wrap {
  color: #22244b;
  text-align: center;
}
.cid-uKYZjDwRKg {
  background-image: url("../../../assets/images/2-3-1920x1080.webp");
}
.cid-uKYZjDwRKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYZjDwRKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYZjDwRKg .image-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uKYZjDwRKg .image-wrap {
    height: 350px;
  }
}
.cid-uL3T4ziaRq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #204596;
}
.cid-uL3T4ziaRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3T4ziaRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3T4ziaRq .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uL3T4ziaRq .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uL3T4ziaRq .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uL3T4ziaRq .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uL3T4ziaRq .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-uL3T4ziaRq .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uL3T4ziaRq .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uL3T4ziaRq .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uL3T4ziaRq .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uL3T4ziaRq .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uL3T4ziaRq .mbr-section-title {
  color: #FFFFFF;
}
.cid-uL3T4ziaRq .mbr-section-title,
.cid-uL3T4ziaRq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKZ9xaWKlq {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #22244b;
  overflow: hidden;
}
.cid-uKZ9xaWKlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZ9xaWKlq .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-uKZ9xaWKlq .container {
    padding: 0 30px;
  }
}
.cid-uKZ9xaWKlq .card {
  justify-content: center;
}
.cid-uKZ9xaWKlq .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uKZ9xaWKlq .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper {
    padding: 0;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .mbr-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uKZ9xaWKlq .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0 0 40px 0;
  }
}
.cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.cid-uKZ9xaWKlq .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uKZ9xaWKlq .mbr-desc {
  color: #254b45;
}
.cid-uKZ9xaWKlq .mbr-text {
  color: #ffffff;
}
.cid-uKZ9xaWKlq .item-title {
  color: #ffffff;
}
.cid-uKZ9xaWKlq .item-text {
  color: #ffffff;
}
.cid-uKZ9xaWKlq .mbr-desc,
.cid-uKZ9xaWKlq .desc-wrapper {
  color: #ffffff;
}
.cid-uL03dItIsE {
  background-image: url("../../../assets/images/8-1920x1080.webp");
}
.cid-uL03dItIsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL03dItIsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL03dItIsE .image-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uL03dItIsE .image-wrap {
    height: 350px;
  }
}
.cid-uL05FKoiB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL05FKoiB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL05FKoiB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uL05FKoiB6 .container {
    padding: 0 24px;
  }
}
.cid-uL05FKoiB6 .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uL05FKoiB6 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uL05FKoiB6 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uL05FKoiB6 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL05FKoiB6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uL05FKoiB6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL05FKoiB6 .content-wrapper .mbr-section-title span {
  color: #65d072;
}
.cid-uL05FKoiB6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL05FKoiB6 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uL05FKoiB6 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uL05FKoiB6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uL05FKoiB6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uL05FKoiB6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uL05FKoiB6 .mbr-text {
  color: #22244b;
}
.cid-uL05FKoiB6 .mbr-desc {
  color: #22244b;
}
.cid-uL05FKoiB6 .mbr-section-title,
.cid-uL05FKoiB6 .mbr-section-btn {
  color: #204596;
}
.cid-uL07rBGEnr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a7d3f2;
}
.cid-uL07rBGEnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL07rBGEnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uL07rBGEnr .container {
    padding: 0 24px;
  }
}
.cid-uL07rBGEnr .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uL07rBGEnr .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uL07rBGEnr .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uL07rBGEnr .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL07rBGEnr .image-wrapper img {
    height: 350px;
  }
}
.cid-uL07rBGEnr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL07rBGEnr .content-wrapper .mbr-section-title span {
  color: #6ba262;
}
.cid-uL07rBGEnr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL07rBGEnr .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uL07rBGEnr .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uL07rBGEnr .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uL07rBGEnr .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uL07rBGEnr .mbr-section-title {
  color: #F9F6E0;
}
.cid-uL07rBGEnr .mbr-text {
  color: #22244b;
}
.cid-uL07rBGEnr .mbr-desc {
  color: #22244b;
}
.cid-uL07rBGEnr .mbr-section-title,
.cid-uL07rBGEnr .mbr-section-btn {
  color: #204596;
}
.cid-uL4Kejhlh7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uL4Kejhlh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4Kejhlh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4Kejhlh7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uL4Kejhlh7 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uL4Kejhlh7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uL4Kejhlh7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uL4Kejhlh7 .container {
    padding: 0 12px;
  }
}
.cid-uL4Kejhlh7 .row {
  justify-content: center;
}
.cid-uL4Kejhlh7 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-uL4Kejhlh7 .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0936a7;
  border-radius: 32px;
  opacity: .85;
}
.cid-uL4Kejhlh7 .image-wrapper img {
  height: 992px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uL4Kejhlh7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uL3WdBdNl2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #204596;
}
.cid-uL3WdBdNl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3WdBdNl2 .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-uL3WdBdNl2 .container {
    padding: 0 20px;
  }
}
.cid-uL3WdBdNl2 .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uL3WdBdNl2 .row {
    padding: 0;
  }
}
.cid-uL3WdBdNl2 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uL3WdBdNl2 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uL3WdBdNl2 .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uL3WdBdNl2 .item {
    padding: 0 12px;
  }
}
.cid-uL3WdBdNl2 .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uL3WdBdNl2 .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uL3WdBdNl2 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #e5e5e5;
  opacity: 1;
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uL3WdBdNl2 .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL3WdBdNl2 .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uL3WdBdNl2 .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-uL3WdBdNl2 .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uL3WdBdNl2 .mbr-desc {
  color: #000000;
}
.cid-uL3WdBdNl2 .mbr-text {
  color: #000000;
}
.cid-uL3WdBdNl2 .mbr-text,
.cid-uL3WdBdNl2 .link-wrap {
  color: #22244b;
  text-align: center;
}
.cid-tbWnnlEAME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-tbWnnlEAME .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWnnlEAME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWnnlEAME .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbWnnlEAME .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #204596 !important;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWnnlEAME .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-tbWnnlEAME .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tbWnnlEAME .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tbWnnlEAME .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards {
    margin: 0 30px;
  }
}
.cid-tbWnnlEAME .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tbWnnlEAME .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tbWnnlEAME .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tbWnnlEAME .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-tbWnnlEAME .cards .card .card-title {
  margin-bottom: 0;
}
.cid-tbWnnlEAME .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tbWnnlEAME .mbr-section-title {
  color: #272727;
}
.cid-tbWnnlEAME .card-title {
  color: #000000;
}
.cid-tbWnnlEAME .mbr-text {
  color: #272727;
}
.cid-tbWnnlEAME .card-title,
.cid-tbWnnlEAME .mbr-iconfont {
  color: #272727;
}
.cid-uDkILpQbTV {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3-1.webp");
}
.cid-uDkILpQbTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkILpQbTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkILpQbTV .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uDkILpQbTV .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uDkILpQbTV .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uDkILpQbTV .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uDkILpQbTV .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-uDkILpQbTV .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uDkILpQbTV .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDkILpQbTV .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uDkILpQbTV .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uDkILpQbTV .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uDkILpQbTV .mbr-section-title {
  color: #FFFFFF;
}
.cid-uDkILpQbTV .mbr-section-title,
.cid-uDkILpQbTV .mbr-section-btn {
  text-align: center;
}
.cid-tbWoE963JB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tbWoE963JB .form-title,
  .cid-tbWoE963JB .form-wrapper {
    padding: 0;
  }
}
.cid-tbWoE963JB .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tbWoE963JB .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tbWoE963JB .mbr-section-btn .btn {
  height: 21px !important;
  min-width: 100px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWoE963JB .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWoE963JB .mbr-section-btn .btn:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-tbWoE963JB .mbr-section-btn .btn {
    max-width: 85px;
  }
}
.cid-tbWoE963JB .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWoE963JB .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #204596 !important;
}
.cid-tbWoE963JB .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWoE963JB .title-wrapper {
  margin-left: 160px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-tbWoE963JB .title-wrapper {
    margin: 0 30px 25px;
  }
}
.cid-tbWoE963JB .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tbWoE963JB .mbr-form {
  margin-right: 160px;
}
@media (max-width: 992px) {
  .cid-tbWoE963JB .mbr-form {
    margin: 0 30px;
  }
}
.cid-tbWoE963JB .mbr-form .dragArea .mbr-section-subtitle {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tbWoE963JB .mbr-form .dragArea .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tbWoE963JB .mbr-form .dragArea .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-tbWoE963JB .mbr-form .dragArea .form-group {
    margin-bottom: 12px !important;
  }
}
.cid-tbWoE963JB .mbr-form .dragArea .form-group .form-control {
  min-height: 50px;
  padding: 10px 25px;
  background: transparent;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #cbcbcb !important;
  border-radius: 0;
}
.cid-tbWoE963JB .mbr-form .dragArea .form-group .form-control:hover {
  border: none !important;
  border-bottom: 2px solid #272727 !important;
}
.cid-tbWoE963JB .mbr-form .dragArea .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #272727 !important;
}
.cid-tbWoE963JB .mbr-section-title {
  color: #204596;
  text-align: center;
}
.cid-tbWoE963JB .mbr-section-subtitle {
  color: #272727;
}
.cid-uDl6kDBMFV {
  background-image: url("../../../assets/images/15.webp");
}
.cid-uDl6kDBMFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDl6kDBMFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDl6U4IM00 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a7d3f2;
}
.cid-uDl6U4IM00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDl6U4IM00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDl6U4IM00 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uDl6U4IM00 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uDl6U4IM00 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uDl6U4IM00 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uDl6U4IM00 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-uDl6U4IM00 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uDl6U4IM00 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDl6U4IM00 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uDl6U4IM00 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uDl6U4IM00 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uDl6U4IM00 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uDl6U4IM00 .mbr-section-title,
.cid-uDl6U4IM00 .mbr-section-btn {
  text-align: center;
  color: #204596;
}
.cid-uE5jTGkWJO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #204596;
}
.cid-uE5jTGkWJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5jTGkWJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5jTGkWJO .row {
  flex-direction: row-reverse;
}
.cid-uE5jTGkWJO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uE5jTGkWJO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE5jTGkWJO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE5jTGkWJO .mbr-section-title {
  color: #a7d3f2;
}
.cid-uE5jTGkWJO .mbr-text,
.cid-uE5jTGkWJO .mbr-section-btn {
  color: #ffffff;
}
.cid-uL41OXUQDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #22244b;
}
.cid-uL41OXUQDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL41OXUQDC .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-uL41OXUQDC .container {
    padding: 0 16px;
  }
}
.cid-uL41OXUQDC .row {
  position: relative;
  justify-content: center;
}
.cid-uL41OXUQDC .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uL41OXUQDC .card {
  justify-content: center;
}
.cid-uL41OXUQDC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uL41OXUQDC .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uL41OXUQDC .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uL41OXUQDC .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uL41OXUQDC .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uL41OXUQDC .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uL41OXUQDC .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uL41OXUQDC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uL41OXUQDC .nav-wrapper .list {
    display: block;
  }
}
.cid-uL41OXUQDC .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uL41OXUQDC .nav-wrapper .list .item-wrap:hover::before,
.cid-uL41OXUQDC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uL41OXUQDC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uL41OXUQDC .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uL41OXUQDC .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uL41OXUQDC .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uL41OXUQDC .mbr-copy {
  color: #ffffff;
}
.cid-uL41OXUQDC .list,
.cid-uL41OXUQDC .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uL41OXUQDC .list,
  .cid-uL41OXUQDC .nav-wrapper {
    text-align: left;
  }
}
