.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #005fc2 !important;
}
.bg-success {
  background-color: #005fc2 !important;
}
.bg-info {
  background-color: #005fc2 !important;
}
.bg-warning {
  background-color: #005fc2 !important;
}
.bg-danger {
  background-color: #005fc2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0078f5 !important;
  border-color: #0078f5 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0078f5 !important;
  border-color: #0078f5 !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: #005fc2;
  color: #005fc2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00356b !important;
  background-color: transparent !important;
  border-color: #00356b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #005fc2;
  color: #005fc2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00356b !important;
  background-color: transparent !important;
  border-color: #00356b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #005fc2;
  color: #005fc2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00356b !important;
  background-color: transparent !important;
  border-color: #00356b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #005fc2;
  color: #005fc2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00356b !important;
  background-color: transparent !important;
  border-color: #00356b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #005fc2;
  color: #005fc2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00356b !important;
  background-color: transparent !important;
  border-color: #00356b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #005fc2 !important;
  border-color: #005fc2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #005fc2;
  color: #005fc2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #00356b !important;
  background-color: transparent !important;
  border-color: #00356b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #005fc2 !important;
  border-color: #005fc2 !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: #005fc2 !important;
}
.text-secondary {
  color: #005fc2 !important;
}
.text-success {
  color: #005fc2 !important;
}
.text-info {
  color: #005fc2 !important;
}
.text-warning {
  color: #005fc2 !important;
}
.text-danger {
  color: #005fc2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002d5c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #002d5c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002d5c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002d5c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #002d5c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #002d5c !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: #005fc2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #005fc2;
}
.alert-warning {
  background-color: #005fc2;
}
.alert-danger {
  background-color: #005fc2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #005fc2;
  border-color: #005fc2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #005fc2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #429fff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #429fff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #429fff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #429fff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #429fff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #005fc2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #005fc2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #005fc2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #005fc2;
}
.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: #005fc2;
  border-bottom-color: #005fc2;
}
.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: #005fc2 !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: #005fc2 !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='%23005fc2' %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-uY7nSbXgCB {
  background-color: transparent;
}
.cid-uY7nSbXgCB .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY7nSbXgCB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY7nSbXgCB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY7nSbXgCB .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY7nSbXgCB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY7nSbXgCB .navbar.opened {
  transition: all 0.3s;
}
.cid-uY7nSbXgCB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY7nSbXgCB .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY7nSbXgCB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY7nSbXgCB .navbar.collapsed {
  justify-content: center;
}
.cid-uY7nSbXgCB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY7nSbXgCB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY7nSbXgCB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY7nSbXgCB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY7nSbXgCB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY7nSbXgCB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY7nSbXgCB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY7nSbXgCB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY7nSbXgCB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY7nSbXgCB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY7nSbXgCB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY7nSbXgCB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY7nSbXgCB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY7nSbXgCB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY7nSbXgCB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY7nSbXgCB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY7nSbXgCB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY7nSbXgCB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY7nSbXgCB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY7nSbXgCB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY7nSbXgCB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY7nSbXgCB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY7nSbXgCB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY7nSbXgCB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY7nSbXgCB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY7nSbXgCB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY7nSbXgCB .menu_box .navbar.opened,
  .cid-uY7nSbXgCB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY7nSbXgCB .navbar-dropdown {
  position: relative !important;
}
.cid-uY7nSbXgCB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY7nSbXgCB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY7nSbXgCB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY7nSbXgCB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY7nSbXgCB .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY7nSbXgCB .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY7nSbXgCB .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY7nSbXgCB .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY7nSbXgCB .nav-item {
    margin: 0 !important;
  }
}
.cid-uY7nSbXgCB .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY7nSbXgCB .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY7nSbXgCB .nav-item .nav-link:hover,
.cid-uY7nSbXgCB .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY7nSbXgCB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY7nSbXgCB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY7nSbXgCB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY7nSbXgCB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY7nSbXgCB .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-uY7nSbXgCB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY7nSbXgCB .offcanvas_box {
    display: none;
  }
}
.cid-uY7nSbXgCB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY7nSbXgCB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY7nSbXgCB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY7nSbXgCB .container {
  display: flex;
  margin: auto;
}
.cid-uY7nSbXgCB .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY7nSbXgCB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY7nSbXgCB .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY7nSbXgCB .navbar-nav {
    margin: 0;
  }
}
.cid-uY7nSbXgCB .dropdown-menu,
.cid-uY7nSbXgCB .navbar.opened {
  background-color: true !important;
}
.cid-uY7nSbXgCB .nav-item:focus,
.cid-uY7nSbXgCB .nav-link:focus {
  outline: none;
}
.cid-uY7nSbXgCB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY7nSbXgCB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY7nSbXgCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY7nSbXgCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY7nSbXgCB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY7nSbXgCB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY7nSbXgCB .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-uY7nSbXgCB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY7nSbXgCB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY7nSbXgCB .dropdown-item.active,
.cid-uY7nSbXgCB .dropdown-item:active {
  background-color: transparent;
}
.cid-uY7nSbXgCB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY7nSbXgCB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY7nSbXgCB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY7nSbXgCB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY7nSbXgCB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY7nSbXgCB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY7nSbXgCB 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-uY7nSbXgCB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY7nSbXgCB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY7nSbXgCB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY7nSbXgCB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY7nSbXgCB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY7nSbXgCB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY7nSbXgCB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY7nSbXgCB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY7nSbXgCB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY7nSbXgCB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY7nSbXgCB .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-uY7nSbXgCB .navbar {
    height: 70px;
  }
  .cid-uY7nSbXgCB .navbar.opened {
    height: auto;
  }
  .cid-uY7nSbXgCB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY7nSbXgCB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY7nSbXgCB .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY7nSbXgCB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY7nSbXgCB .text_widget {
  margin-bottom: 32px;
}
.cid-uY7nSbXgCB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY7nSbXgCB .text_widget a:hover,
.cid-uY7nSbXgCB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY7nSbXgCB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY7nSbXgCB .navbar-caption {
  color: #050f0f;
}
.cid-uY7nSbXgCB .mbr-section-subtitle,
.cid-uY7nSbXgCB .text_widget,
.cid-uY7nSbXgCB .mbr-section-btn {
  text-align: center;
}
.cid-uY7nSbXgCB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY3BX3CMM4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY3BX3CMM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY3BX3CMM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY3BX3CMM4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY3BX3CMM4 .row {
  flex-direction: row-reverse;
}
.cid-uY3BX3CMM4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY3BX3CMM4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY3BX3CMM4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY3BX3CMM4 .mbr-section-title {
  color: #ffffff;
}
.cid-uY3BX3CMM4 .mbr-text,
.cid-uY3BX3CMM4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uY7CDH6nnz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uY7CDH6nnz .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
}
.cid-uY7CDH6nnz .wrap {
  margin-top: 20px;
}
.cid-uY7CDH6nnz .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-uY7CDH6nnz .wrap__card {
    padding: 20px;
  }
}
.cid-uY7CDH6nnz .item1 {
  color: #ffffff;
  background-color: #005fc2;
}
.cid-uY7CDH6nnz .item2 {
  color: #ffffff;
  background-color: #005fc2;
}
.cid-uY7CDH6nnz .item3 {
  color: #ffffff;
  background-color: #005fc2;
}
.cid-uY7CDH6nnz .card__title {
  margin: 0px 0px 10px;
  text-align: center;
}
.cid-uY7CDH6nnz .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-uY7CDH6nnz .mbr-text,
.cid-uY7CDH6nnz .mbr-section-btn,
.cid-uY7CDH6nnz .price__list_check {
  margin-top: 25px;
}
.cid-uY7CDH6nnz .mbr-text,
.cid-uY7CDH6nnz .card__time {
  margin-bottom: 0;
}
.cid-uY7CDH6nnz .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uY7CDH6nnz .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uY7CDH6nnz .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-uY7CDH6nnz .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-uY7CDH6nnz .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.cid-uY7CDH6nnz .footnote {
  margin: 20px 0 10px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uY7CDH6nnz .footnote {
    margin-bottom: 30px;
  }
}
.cid-uY7CDH6nnz .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-uY7CDH6nnz .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-uY7CDH6nnz .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-uY7CDH6nnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7CDH6nnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY7CDH6nnz .mbr-section-title {
  color: #000000;
}
.cid-uY7CDH6nnz .card__price {
  text-align: center;
}
.cid-uY7Z3Nkd4X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1f1ff;
  overflow: hidden;
}
.cid-uY7Z3Nkd4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7Z3Nkd4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY7Z3Nkd4X .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY7Z3Nkd4X .container {
    padding: 0 15px;
  }
}
.cid-uY7Z3Nkd4X .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7Z3Nkd4X .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY7Z3Nkd4X .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY7Z3Nkd4X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uY7Z3Nkd4X .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uY7Z3Nkd4X .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uY7Z3Nkd4X .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uY7Z3Nkd4X .items-wrapper .item:hover .item-wrapper::before,
.cid-uY7Z3Nkd4X .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #ffffff 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-uY7Z3Nkd4X .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uY7Z3Nkd4X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uY7Z3Nkd4X .item-title {
  color: #f2ac2b;
}
.cid-uY7Z3Nkd4X .item-text {
  color: #000000;
}
.cid-uY7Z3Nkd4X .item-title,
.cid-uY7Z3Nkd4X .icon-wrapper,
.cid-uY7Z3Nkd4X .mbr-section-btn {
  color: #000000;
}
.cid-uY8gNTcIme {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f1ff;
  overflow: hidden;
}
.cid-uY8gNTcIme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8gNTcIme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8gNTcIme .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8gNTcIme .container {
    padding: 0 15px;
  }
}
.cid-uY8gNTcIme .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY8gNTcIme .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY8gNTcIme .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY8gNTcIme .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uY8gNTcIme .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uY8gNTcIme .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uY8gNTcIme .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uY8gNTcIme .items-wrapper .item:hover .item-wrapper::before,
.cid-uY8gNTcIme .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uY8gNTcIme .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uY8gNTcIme .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #ffffff 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uY8gNTcIme .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-uY8gNTcIme .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uY8gNTcIme .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uY8gNTcIme .item-title {
  color: #f2ac2b;
}
.cid-uY8gNTcIme .item-text {
  color: #000000;
}
.cid-uY8gNTcIme .item-title,
.cid-uY8gNTcIme .icon-wrapper,
.cid-uY8gNTcIme .mbr-section-btn {
  color: #000000;
}
.cid-uY8jXS7VUO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e1f1ff;
}
.cid-uY8jXS7VUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8jXS7VUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8jXS7VUO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8jXS7VUO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8jXS7VUO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8jXS7VUO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8jXS7VUO .container {
    padding: 0 12px;
  }
}
.cid-uY8jXS7VUO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8jXS7VUO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8jXS7VUO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8jXS7VUO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8jXS7VUO .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8jXS7VUO .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8jXS7VUO .mbr-section-title,
.cid-uY8jXS7VUO .mbr-section-btn {
  text-align: center;
}
.cid-uY7VfjHas0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uY7VfjHas0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7VfjHas0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY7VfjHas0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY7VfjHas0 .container {
    padding: 0 15px;
  }
}
.cid-uY7VfjHas0 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7VfjHas0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY7VfjHas0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY7VfjHas0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uY7VfjHas0 .items-wrapper {
    display: block;
  }
}
.cid-uY7VfjHas0 .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uY7VfjHas0 .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-uY7VfjHas0 .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uY7VfjHas0 .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #ffffff;
  background-color: #005fc2;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uY7VfjHas0 .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uY7VfjHas0 .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uY7VfjHas0 .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uY7VfjHas0 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #005fc2;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uY7VfjHas0 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uY7VfjHas0 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uY7VfjHas0 .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uY7VfjHas0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY7VfjHas0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uY7VfjHas0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uY7VfjHas0 .item-text {
  color: #d2d2df;
}
.cid-uY7VfjHas0 .item-text,
.cid-uY7VfjHas0 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uY7Klbu4jK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY7Klbu4jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7Klbu4jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY7Klbu4jK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY7Klbu4jK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY7Klbu4jK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY7Klbu4jK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY7Klbu4jK .container {
    padding: 0 12px;
  }
}
.cid-uY7Klbu4jK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY7Klbu4jK .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY7Klbu4jK .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY7Klbu4jK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY7Klbu4jK .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY7Klbu4jK .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY7Klbu4jK .mbr-section-title,
.cid-uY7Klbu4jK .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8qDG9Ynr {
  background-color: transparent;
}
.cid-uY8qDG9Ynr .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8qDG9Ynr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8qDG9Ynr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8qDG9Ynr .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8qDG9Ynr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8qDG9Ynr .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8qDG9Ynr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8qDG9Ynr .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8qDG9Ynr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8qDG9Ynr .navbar.collapsed {
  justify-content: center;
}
.cid-uY8qDG9Ynr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8qDG9Ynr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8qDG9Ynr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8qDG9Ynr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8qDG9Ynr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8qDG9Ynr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8qDG9Ynr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8qDG9Ynr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8qDG9Ynr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8qDG9Ynr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8qDG9Ynr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8qDG9Ynr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8qDG9Ynr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8qDG9Ynr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8qDG9Ynr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8qDG9Ynr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8qDG9Ynr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8qDG9Ynr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8qDG9Ynr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8qDG9Ynr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8qDG9Ynr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8qDG9Ynr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8qDG9Ynr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8qDG9Ynr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8qDG9Ynr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8qDG9Ynr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8qDG9Ynr .menu_box .navbar.opened,
  .cid-uY8qDG9Ynr .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8qDG9Ynr .navbar-dropdown {
  position: relative !important;
}
.cid-uY8qDG9Ynr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8qDG9Ynr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8qDG9Ynr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8qDG9Ynr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8qDG9Ynr .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8qDG9Ynr .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8qDG9Ynr .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8qDG9Ynr .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8qDG9Ynr .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8qDG9Ynr .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8qDG9Ynr .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8qDG9Ynr .nav-item .nav-link:hover,
.cid-uY8qDG9Ynr .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8qDG9Ynr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8qDG9Ynr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8qDG9Ynr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8qDG9Ynr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8qDG9Ynr .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-uY8qDG9Ynr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8qDG9Ynr .offcanvas_box {
    display: none;
  }
}
.cid-uY8qDG9Ynr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8qDG9Ynr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8qDG9Ynr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8qDG9Ynr .container {
  display: flex;
  margin: auto;
}
.cid-uY8qDG9Ynr .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8qDG9Ynr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8qDG9Ynr .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8qDG9Ynr .navbar-nav {
    margin: 0;
  }
}
.cid-uY8qDG9Ynr .dropdown-menu,
.cid-uY8qDG9Ynr .navbar.opened {
  background-color: true !important;
}
.cid-uY8qDG9Ynr .nav-item:focus,
.cid-uY8qDG9Ynr .nav-link:focus {
  outline: none;
}
.cid-uY8qDG9Ynr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8qDG9Ynr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8qDG9Ynr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8qDG9Ynr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8qDG9Ynr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8qDG9Ynr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8qDG9Ynr .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-uY8qDG9Ynr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8qDG9Ynr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8qDG9Ynr .dropdown-item.active,
.cid-uY8qDG9Ynr .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8qDG9Ynr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8qDG9Ynr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8qDG9Ynr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8qDG9Ynr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8qDG9Ynr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8qDG9Ynr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8qDG9Ynr 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-uY8qDG9Ynr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8qDG9Ynr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8qDG9Ynr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8qDG9Ynr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8qDG9Ynr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8qDG9Ynr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8qDG9Ynr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8qDG9Ynr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8qDG9Ynr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8qDG9Ynr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8qDG9Ynr .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-uY8qDG9Ynr .navbar {
    height: 70px;
  }
  .cid-uY8qDG9Ynr .navbar.opened {
    height: auto;
  }
  .cid-uY8qDG9Ynr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8qDG9Ynr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8qDG9Ynr .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8qDG9Ynr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8qDG9Ynr .text_widget {
  margin-bottom: 32px;
}
.cid-uY8qDG9Ynr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8qDG9Ynr .text_widget a:hover,
.cid-uY8qDG9Ynr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8qDG9Ynr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8qDG9Ynr .navbar-caption {
  color: #050f0f;
}
.cid-uY8qDG9Ynr .mbr-section-subtitle,
.cid-uY8qDG9Ynr .text_widget,
.cid-uY8qDG9Ynr .mbr-section-btn {
  text-align: center;
}
.cid-uY8qDG9Ynr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8qDGupmD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8qDGupmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8qDGupmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8qDGupmD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8qDGupmD .row {
  flex-direction: row-reverse;
}
.cid-uY8qDGupmD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8qDGupmD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8qDGupmD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8qDGupmD .mbr-section-title {
  color: #ffffff;
}
.cid-uY8qDGupmD .mbr-text,
.cid-uY8qDGupmD .mbr-section-btn {
  color: #ffffff;
}
.cid-uYdIILhBBl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYdIILhBBl h6 {
  line-height: 1.2;
}
.cid-uYdIILhBBl img,
.cid-uYdIILhBBl .item-img {
  width: 100%;
}
.cid-uYdIILhBBl .item:focus,
.cid-uYdIILhBBl span:focus {
  outline: none;
}
.cid-uYdIILhBBl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYdIILhBBl .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYdIILhBBl .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uYdIILhBBl .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uYdIILhBBl .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uYdIILhBBl .mbr-section-title {
  color: #000000;
}
.cid-uYdIILhBBl .mbr-text,
.cid-uYdIILhBBl .mbr-section-btn {
  color: #000000;
}
.cid-uYdIILhBBl .item-title {
  color: #000000;
  text-align: center;
}
.cid-uYdIILhBBl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYdIILhBBl .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYdIILhBBl .content-head {
  max-width: 800px;
}
.cid-uYeDCQckXA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYeDCQckXA h6 {
  line-height: 1.2;
}
.cid-uYeDCQckXA img,
.cid-uYeDCQckXA .item-img {
  width: 100%;
}
.cid-uYeDCQckXA .item:focus,
.cid-uYeDCQckXA span:focus {
  outline: none;
}
.cid-uYeDCQckXA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYeDCQckXA .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYeDCQckXA .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uYeDCQckXA .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uYeDCQckXA .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uYeDCQckXA .mbr-section-title {
  color: #000000;
}
.cid-uYeDCQckXA .mbr-text,
.cid-uYeDCQckXA .mbr-section-btn {
  color: #000000;
}
.cid-uYeDCQckXA .item-title {
  color: #000000;
  text-align: center;
}
.cid-uYeDCQckXA .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYeDCQckXA .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYeDCQckXA .content-head {
  max-width: 800px;
}
.cid-uY8qDIghoL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uY8qDIghoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8qDIghoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8qDIghoL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8qDIghoL .container {
    padding: 0 15px;
  }
}
.cid-uY8qDIghoL .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY8qDIghoL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY8qDIghoL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY8qDIghoL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uY8qDIghoL .items-wrapper {
    display: block;
  }
}
.cid-uY8qDIghoL .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uY8qDIghoL .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-uY8qDIghoL .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uY8qDIghoL .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #ffffff;
  background-color: #005fc2;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uY8qDIghoL .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uY8qDIghoL .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uY8qDIghoL .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uY8qDIghoL .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #005fc2;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uY8qDIghoL .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uY8qDIghoL .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uY8qDIghoL .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uY8qDIghoL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY8qDIghoL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uY8qDIghoL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uY8qDIghoL .item-text {
  color: #d2d2df;
}
.cid-uY8qDIghoL .item-text,
.cid-uY8qDIghoL .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uY8qDICwqm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8qDICwqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8qDICwqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8qDICwqm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8qDICwqm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8qDICwqm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8qDICwqm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8qDICwqm .container {
    padding: 0 12px;
  }
}
.cid-uY8qDICwqm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8qDICwqm .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8qDICwqm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8qDICwqm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8qDICwqm .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8qDICwqm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8qDICwqm .mbr-section-title,
.cid-uY8qDICwqm .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8shavBtM {
  background-color: transparent;
}
.cid-uY8shavBtM .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8shavBtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8shavBtM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8shavBtM .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8shavBtM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8shavBtM .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8shavBtM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8shavBtM .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8shavBtM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8shavBtM .navbar.collapsed {
  justify-content: center;
}
.cid-uY8shavBtM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8shavBtM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8shavBtM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8shavBtM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8shavBtM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8shavBtM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8shavBtM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8shavBtM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8shavBtM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8shavBtM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8shavBtM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8shavBtM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8shavBtM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8shavBtM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8shavBtM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8shavBtM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8shavBtM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8shavBtM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8shavBtM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8shavBtM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8shavBtM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8shavBtM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8shavBtM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8shavBtM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8shavBtM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8shavBtM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8shavBtM .menu_box .navbar.opened,
  .cid-uY8shavBtM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8shavBtM .navbar-dropdown {
  position: relative !important;
}
.cid-uY8shavBtM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8shavBtM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8shavBtM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8shavBtM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8shavBtM .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8shavBtM .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8shavBtM .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8shavBtM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8shavBtM .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8shavBtM .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8shavBtM .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8shavBtM .nav-item .nav-link:hover,
.cid-uY8shavBtM .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8shavBtM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8shavBtM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8shavBtM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8shavBtM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8shavBtM .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-uY8shavBtM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8shavBtM .offcanvas_box {
    display: none;
  }
}
.cid-uY8shavBtM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8shavBtM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8shavBtM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8shavBtM .container {
  display: flex;
  margin: auto;
}
.cid-uY8shavBtM .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8shavBtM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8shavBtM .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8shavBtM .navbar-nav {
    margin: 0;
  }
}
.cid-uY8shavBtM .dropdown-menu,
.cid-uY8shavBtM .navbar.opened {
  background-color: true !important;
}
.cid-uY8shavBtM .nav-item:focus,
.cid-uY8shavBtM .nav-link:focus {
  outline: none;
}
.cid-uY8shavBtM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8shavBtM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8shavBtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8shavBtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8shavBtM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8shavBtM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8shavBtM .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-uY8shavBtM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8shavBtM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8shavBtM .dropdown-item.active,
.cid-uY8shavBtM .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8shavBtM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8shavBtM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8shavBtM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8shavBtM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8shavBtM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8shavBtM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8shavBtM 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-uY8shavBtM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8shavBtM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8shavBtM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8shavBtM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8shavBtM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8shavBtM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8shavBtM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8shavBtM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8shavBtM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8shavBtM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8shavBtM .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-uY8shavBtM .navbar {
    height: 70px;
  }
  .cid-uY8shavBtM .navbar.opened {
    height: auto;
  }
  .cid-uY8shavBtM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8shavBtM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8shavBtM .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8shavBtM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8shavBtM .text_widget {
  margin-bottom: 32px;
}
.cid-uY8shavBtM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8shavBtM .text_widget a:hover,
.cid-uY8shavBtM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8shavBtM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8shavBtM .navbar-caption {
  color: #050f0f;
}
.cid-uY8shavBtM .mbr-section-subtitle,
.cid-uY8shavBtM .text_widget,
.cid-uY8shavBtM .mbr-section-btn {
  text-align: center;
}
.cid-uY8shavBtM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8shaT18k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8shaT18k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8shaT18k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8shaT18k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8shaT18k .row {
  flex-direction: row-reverse;
}
.cid-uY8shaT18k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8shaT18k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8shaT18k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8shaT18k .mbr-section-title {
  color: #ffffff;
}
.cid-uY8shaT18k .mbr-text,
.cid-uY8shaT18k .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8shb9qL8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uY8shb9qL8 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #000000;
}
.cid-uY8shb9qL8 .wrap {
  margin-top: 20px;
}
.cid-uY8shb9qL8 .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-uY8shb9qL8 .wrap__card {
    padding: 20px;
  }
}
.cid-uY8shb9qL8 .item1 {
  color: #ffffff;
  background-color: #005fc2;
}
.cid-uY8shb9qL8 .item2 {
  color: #ffffff;
  background-color: #005fc2;
}
.cid-uY8shb9qL8 .item3 {
  color: #ffffff;
  background-color: #005fc2;
}
.cid-uY8shb9qL8 .card__title {
  margin: 0px 0px 10px;
  text-align: center;
}
.cid-uY8shb9qL8 .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-uY8shb9qL8 .mbr-text,
.cid-uY8shb9qL8 .mbr-section-btn,
.cid-uY8shb9qL8 .price__list_check {
  margin-top: 25px;
}
.cid-uY8shb9qL8 .mbr-text,
.cid-uY8shb9qL8 .card__time {
  margin-bottom: 0;
}
.cid-uY8shb9qL8 .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uY8shb9qL8 .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uY8shb9qL8 .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-uY8shb9qL8 .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-uY8shb9qL8 .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.cid-uY8shb9qL8 .footnote {
  margin: 20px 0 10px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uY8shb9qL8 .footnote {
    margin-bottom: 30px;
  }
}
.cid-uY8shb9qL8 .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-uY8shb9qL8 .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-uY8shb9qL8 .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-uY8shb9qL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8shb9qL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8shb9qL8 .mbr-section-title {
  color: #000000;
}
.cid-uY8shb9qL8 .card__price {
  text-align: center;
}
.cid-uY8shcmBf3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e1f1ff;
}
.cid-uY8shcmBf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8shcmBf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8shcmBf3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8shcmBf3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8shcmBf3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8shcmBf3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8shcmBf3 .container {
    padding: 0 12px;
  }
}
.cid-uY8shcmBf3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8shcmBf3 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8shcmBf3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8shcmBf3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8shcmBf3 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8shcmBf3 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8shcmBf3 .mbr-section-title,
.cid-uY8shcmBf3 .mbr-section-btn {
  text-align: center;
}
.cid-uY8shd61jb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8shd61jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8shd61jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8shd61jb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8shd61jb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8shd61jb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8shd61jb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8shd61jb .container {
    padding: 0 12px;
  }
}
.cid-uY8shd61jb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8shd61jb .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8shd61jb .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8shd61jb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8shd61jb .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8shd61jb .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8shd61jb .mbr-section-title,
.cid-uY8shd61jb .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8srFqobF {
  background-color: transparent;
}
.cid-uY8srFqobF .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8srFqobF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8srFqobF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8srFqobF .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8srFqobF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8srFqobF .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8srFqobF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8srFqobF .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8srFqobF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8srFqobF .navbar.collapsed {
  justify-content: center;
}
.cid-uY8srFqobF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8srFqobF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8srFqobF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8srFqobF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8srFqobF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8srFqobF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8srFqobF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8srFqobF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8srFqobF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8srFqobF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8srFqobF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8srFqobF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8srFqobF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8srFqobF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8srFqobF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8srFqobF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8srFqobF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8srFqobF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8srFqobF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8srFqobF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8srFqobF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8srFqobF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8srFqobF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8srFqobF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8srFqobF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8srFqobF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8srFqobF .menu_box .navbar.opened,
  .cid-uY8srFqobF .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8srFqobF .navbar-dropdown {
  position: relative !important;
}
.cid-uY8srFqobF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8srFqobF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8srFqobF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8srFqobF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8srFqobF .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8srFqobF .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8srFqobF .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8srFqobF .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8srFqobF .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8srFqobF .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8srFqobF .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8srFqobF .nav-item .nav-link:hover,
.cid-uY8srFqobF .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8srFqobF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8srFqobF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8srFqobF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8srFqobF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8srFqobF .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-uY8srFqobF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8srFqobF .offcanvas_box {
    display: none;
  }
}
.cid-uY8srFqobF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8srFqobF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8srFqobF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8srFqobF .container {
  display: flex;
  margin: auto;
}
.cid-uY8srFqobF .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8srFqobF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8srFqobF .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8srFqobF .navbar-nav {
    margin: 0;
  }
}
.cid-uY8srFqobF .dropdown-menu,
.cid-uY8srFqobF .navbar.opened {
  background-color: true !important;
}
.cid-uY8srFqobF .nav-item:focus,
.cid-uY8srFqobF .nav-link:focus {
  outline: none;
}
.cid-uY8srFqobF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8srFqobF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8srFqobF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8srFqobF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8srFqobF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8srFqobF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8srFqobF .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-uY8srFqobF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8srFqobF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8srFqobF .dropdown-item.active,
.cid-uY8srFqobF .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8srFqobF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8srFqobF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8srFqobF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8srFqobF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8srFqobF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8srFqobF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8srFqobF 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-uY8srFqobF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8srFqobF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8srFqobF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8srFqobF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8srFqobF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8srFqobF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8srFqobF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8srFqobF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8srFqobF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8srFqobF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8srFqobF .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-uY8srFqobF .navbar {
    height: 70px;
  }
  .cid-uY8srFqobF .navbar.opened {
    height: auto;
  }
  .cid-uY8srFqobF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8srFqobF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8srFqobF .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8srFqobF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8srFqobF .text_widget {
  margin-bottom: 32px;
}
.cid-uY8srFqobF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8srFqobF .text_widget a:hover,
.cid-uY8srFqobF .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8srFqobF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8srFqobF .navbar-caption {
  color: #050f0f;
}
.cid-uY8srFqobF .mbr-section-subtitle,
.cid-uY8srFqobF .text_widget,
.cid-uY8srFqobF .mbr-section-btn {
  text-align: center;
}
.cid-uY8srFqobF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8srFJSlC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8srFJSlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8srFJSlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8srFJSlC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8srFJSlC .row {
  flex-direction: row-reverse;
}
.cid-uY8srFJSlC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8srFJSlC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8srFJSlC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8srFJSlC .mbr-section-title {
  color: #ffffff;
}
.cid-uY8srFJSlC .mbr-text,
.cid-uY8srFJSlC .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8srGiPpq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1f1ff;
  overflow: hidden;
}
.cid-uY8srGiPpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8srGiPpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8srGiPpq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8srGiPpq .container {
    padding: 0 15px;
  }
}
.cid-uY8srGiPpq .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY8srGiPpq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY8srGiPpq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY8srGiPpq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uY8srGiPpq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uY8srGiPpq .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uY8srGiPpq .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uY8srGiPpq .items-wrapper .item:hover .item-wrapper::before,
.cid-uY8srGiPpq .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uY8srGiPpq .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uY8srGiPpq .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #ffffff 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uY8srGiPpq .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-uY8srGiPpq .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uY8srGiPpq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uY8srGiPpq .item-title {
  color: #f2ac2b;
}
.cid-uY8srGiPpq .item-text {
  color: #000000;
}
.cid-uY8srGiPpq .item-title,
.cid-uY8srGiPpq .icon-wrapper,
.cid-uY8srGiPpq .mbr-section-btn {
  color: #000000;
}
.cid-uY8srGFMSI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e1f1ff;
  overflow: hidden;
}
.cid-uY8srGFMSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8srGFMSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8srGFMSI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8srGFMSI .container {
    padding: 0 15px;
  }
}
.cid-uY8srGFMSI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY8srGFMSI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY8srGFMSI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY8srGFMSI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uY8srGFMSI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uY8srGFMSI .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uY8srGFMSI .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uY8srGFMSI .items-wrapper .item:hover .item-wrapper::before,
.cid-uY8srGFMSI .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uY8srGFMSI .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uY8srGFMSI .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #ffffff 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uY8srGFMSI .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-uY8srGFMSI .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uY8srGFMSI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uY8srGFMSI .item-title {
  color: #f2ac2b;
}
.cid-uY8srGFMSI .item-text {
  color: #000000;
}
.cid-uY8srGFMSI .item-title,
.cid-uY8srGFMSI .icon-wrapper,
.cid-uY8srGFMSI .mbr-section-btn {
  color: #000000;
}
.cid-vjTfjNJ2Uv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f1ff;
  overflow: hidden;
}
.cid-vjTfjNJ2Uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTfjNJ2Uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTfjNJ2Uv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjTfjNJ2Uv .container {
    padding: 0 15px;
  }
}
.cid-vjTfjNJ2Uv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjTfjNJ2Uv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjTfjNJ2Uv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjTfjNJ2Uv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-vjTfjNJ2Uv .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vjTfjNJ2Uv .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-vjTfjNJ2Uv .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vjTfjNJ2Uv .items-wrapper .item:hover .item-wrapper::before,
.cid-vjTfjNJ2Uv .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #ffffff 50%, #ffffff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-vjTfjNJ2Uv .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-vjTfjNJ2Uv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjTfjNJ2Uv .item-title {
  color: #f2ac2b;
}
.cid-vjTfjNJ2Uv .item-text {
  color: #000000;
}
.cid-vjTfjNJ2Uv .item-title,
.cid-vjTfjNJ2Uv .icon-wrapper,
.cid-vjTfjNJ2Uv .mbr-section-btn {
  color: #000000;
}
.cid-uY8srH1B37 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e1f1ff;
}
.cid-uY8srH1B37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8srH1B37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8srH1B37 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8srH1B37 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8srH1B37 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8srH1B37 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8srH1B37 .container {
    padding: 0 12px;
  }
}
.cid-uY8srH1B37 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8srH1B37 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8srH1B37 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8srH1B37 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8srH1B37 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8srH1B37 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8srH1B37 .mbr-section-title,
.cid-uY8srH1B37 .mbr-section-btn {
  text-align: center;
}
.cid-uY8srHF3kD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8srHF3kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8srHF3kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8srHF3kD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8srHF3kD .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8srHF3kD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8srHF3kD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8srHF3kD .container {
    padding: 0 12px;
  }
}
.cid-uY8srHF3kD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8srHF3kD .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8srHF3kD .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8srHF3kD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8srHF3kD .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8srHF3kD .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8srHF3kD .mbr-section-title,
.cid-uY8srHF3kD .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8stfhPgp {
  background-color: transparent;
}
.cid-uY8stfhPgp .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8stfhPgp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8stfhPgp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8stfhPgp .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8stfhPgp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8stfhPgp .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8stfhPgp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8stfhPgp .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8stfhPgp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8stfhPgp .navbar.collapsed {
  justify-content: center;
}
.cid-uY8stfhPgp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8stfhPgp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8stfhPgp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8stfhPgp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8stfhPgp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8stfhPgp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8stfhPgp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8stfhPgp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8stfhPgp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8stfhPgp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8stfhPgp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8stfhPgp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8stfhPgp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8stfhPgp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8stfhPgp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8stfhPgp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8stfhPgp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8stfhPgp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8stfhPgp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8stfhPgp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8stfhPgp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8stfhPgp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8stfhPgp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8stfhPgp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8stfhPgp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8stfhPgp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8stfhPgp .menu_box .navbar.opened,
  .cid-uY8stfhPgp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8stfhPgp .navbar-dropdown {
  position: relative !important;
}
.cid-uY8stfhPgp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8stfhPgp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8stfhPgp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8stfhPgp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8stfhPgp .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8stfhPgp .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8stfhPgp .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8stfhPgp .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8stfhPgp .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8stfhPgp .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8stfhPgp .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8stfhPgp .nav-item .nav-link:hover,
.cid-uY8stfhPgp .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8stfhPgp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8stfhPgp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8stfhPgp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8stfhPgp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8stfhPgp .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-uY8stfhPgp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8stfhPgp .offcanvas_box {
    display: none;
  }
}
.cid-uY8stfhPgp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8stfhPgp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8stfhPgp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8stfhPgp .container {
  display: flex;
  margin: auto;
}
.cid-uY8stfhPgp .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8stfhPgp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8stfhPgp .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8stfhPgp .navbar-nav {
    margin: 0;
  }
}
.cid-uY8stfhPgp .dropdown-menu,
.cid-uY8stfhPgp .navbar.opened {
  background-color: true !important;
}
.cid-uY8stfhPgp .nav-item:focus,
.cid-uY8stfhPgp .nav-link:focus {
  outline: none;
}
.cid-uY8stfhPgp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8stfhPgp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8stfhPgp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8stfhPgp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8stfhPgp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8stfhPgp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8stfhPgp .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-uY8stfhPgp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8stfhPgp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8stfhPgp .dropdown-item.active,
.cid-uY8stfhPgp .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8stfhPgp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8stfhPgp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8stfhPgp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8stfhPgp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8stfhPgp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8stfhPgp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8stfhPgp 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-uY8stfhPgp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8stfhPgp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8stfhPgp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8stfhPgp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8stfhPgp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8stfhPgp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8stfhPgp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8stfhPgp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8stfhPgp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8stfhPgp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8stfhPgp .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-uY8stfhPgp .navbar {
    height: 70px;
  }
  .cid-uY8stfhPgp .navbar.opened {
    height: auto;
  }
  .cid-uY8stfhPgp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8stfhPgp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8stfhPgp .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8stfhPgp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8stfhPgp .text_widget {
  margin-bottom: 32px;
}
.cid-uY8stfhPgp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8stfhPgp .text_widget a:hover,
.cid-uY8stfhPgp .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8stfhPgp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8stfhPgp .navbar-caption {
  color: #050f0f;
}
.cid-uY8stfhPgp .mbr-section-subtitle,
.cid-uY8stfhPgp .text_widget,
.cid-uY8stfhPgp .mbr-section-btn {
  text-align: center;
}
.cid-uY8stfhPgp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8stfBfsW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8stfBfsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8stfBfsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8stfBfsW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8stfBfsW .row {
  flex-direction: row-reverse;
}
.cid-uY8stfBfsW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8stfBfsW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8stfBfsW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8stfBfsW .mbr-section-title {
  color: #ffffff;
}
.cid-uY8stfBfsW .mbr-text,
.cid-uY8stfBfsW .mbr-section-btn {
  color: #ffffff;
}
.cid-uYeu2Zd4VS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYeu2Zd4VS .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-uYeu2Zd4VS .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uYeu2Zd4VS .mbr-section-title {
  color: #45494E;
}
.cid-uYeu2Zd4VS .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uYeu2Zd4VS .form-container {
  display: flex;
  width: 100%;
}
.cid-uYeu2Zd4VS .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uYeu2Zd4VS form {
  width: 100%;
}
.cid-uYeu2Zd4VS form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uYeu2Zd4VS form h5 {
  margin: 40px 0 20px;
}
.cid-uYeu2Zd4VS form p {
  color: #45494E;
}
.cid-uYeu2Zd4VS form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uYeu2Zd4VS form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uYeu2Zd4VS form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uYeu2Zd4VS form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uYeu2Zd4VS form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form select {
  color: #A2A4A7 !important;
}
.cid-uYeu2Zd4VS form textarea {
  height: 250px !important;
}
.cid-uYeu2Zd4VS form input:active,
.cid-uYeu2Zd4VS form textarea:active,
.cid-uYeu2Zd4VS form input:focus,
.cid-uYeu2Zd4VS form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uYeu2Zd4VS form input:active::-webkit-input-placeholder,
.cid-uYeu2Zd4VS form textarea:active::-webkit-input-placeholder,
.cid-uYeu2Zd4VS form input:focus::-webkit-input-placeholder,
.cid-uYeu2Zd4VS form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form input:active::-moz-placeholder,
.cid-uYeu2Zd4VS form textarea:active::-moz-placeholder,
.cid-uYeu2Zd4VS form input:focus::-moz-placeholder,
.cid-uYeu2Zd4VS form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form input:active:-moz-placeholder,
.cid-uYeu2Zd4VS form textarea:active:-moz-placeholder,
.cid-uYeu2Zd4VS form input:focus:-moz-placeholder,
.cid-uYeu2Zd4VS form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form input:active:-ms-input-placeholder,
.cid-uYeu2Zd4VS form textarea:active:-ms-input-placeholder,
.cid-uYeu2Zd4VS form input:focus:-ms-input-placeholder,
.cid-uYeu2Zd4VS form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uYeu2Zd4VS form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uYeu2Zd4VS form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uYeu2Zd4VS form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uYeu2Zd4VS form .form-control-label {
  width: 100%;
}
.cid-uYeu2Zd4VS form .form-check-label {
  margin-bottom: 10px;
}
.cid-uYeu2Zd4VS form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uYeu2Zd4VS form .form-check-input:focus,
.cid-uYeu2Zd4VS form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uYeu2Zd4VS form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uYeu2Zd4VS H5 {
  color: #005fc2;
}
.cid-uYeu2Zd4VS LABEL {
  color: #45494e;
}
.cid-uY8sthOlz3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8sthOlz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8sthOlz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8sthOlz3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8sthOlz3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8sthOlz3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8sthOlz3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8sthOlz3 .container {
    padding: 0 12px;
  }
}
.cid-uY8sthOlz3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8sthOlz3 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8sthOlz3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8sthOlz3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8sthOlz3 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8sthOlz3 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8sthOlz3 .mbr-section-title,
.cid-uY8sthOlz3 .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uYFZOttg5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uYFZOttg5m .container {
    padding: 0 22px;
  }
}
.cid-uYFZOttg5m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uYFZOttg5m .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYFZOttg5m .embla__slide .slide-content {
  width: 100%;
}
.cid-uYFZOttg5m .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uYFZOttg5m .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uYFZOttg5m .embla__button--next,
.cid-uYFZOttg5m .embla__button--prev {
  display: flex;
}
.cid-uYFZOttg5m .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uYFZOttg5m .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uYFZOttg5m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYFZOttg5m .embla__button:hover {
  opacity: 1 !important;
}
.cid-uYFZOttg5m .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uYFZOttg5m .embla__button.embla__button--next {
  right: 20px;
}
.cid-uYFZOttg5m .card {
  justify-content: center;
}
.cid-uYFZOttg5m .embla {
  position: relative;
  width: 100%;
}
.cid-uYFZOttg5m .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYFZOttg5m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYFZOttg5m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYFZOttg5m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYFZOttg5m .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYFZOttg5m .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYFZOttg5m .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYFZOttg5m .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYFZOttg5m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYFZOttg5m .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYG05hrf54 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uYG05hrf54 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uYG05hrf54 .container {
    padding: 10px 8px;
  }
}
.cid-uYG05hrf54 .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uYG05hrf54 .row {
    padding: 100px 10px;
  }
}
.cid-uYG05hrf54 .row .card {
  padding: 0;
}
.cid-uYG05hrf54 .item:focus,
.cid-uYG05hrf54 span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-uYG05hrf54 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYG05hrf54 .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uYG05hrf54 .mbr-section-title {
  width: 50%;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYG05hrf54 .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uYG05hrf54 .mbr-section-title {
    width: 100%;
  }
}
.cid-uYG05hrf54 .mbr-section-title span {
  opacity: .5;
}
.cid-uYG05hrf54 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 650px;
  max-width: 650px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uYG05hrf54 .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-uYG05hrf54 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYG05hrf54 .embla__slide .slide-content {
  width: 100%;
  background-color: #005fc2;
  border-radius: 25px !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 240px;
  object-fit: cover;
  border-radius: 25px !important;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper {
    display: block;
  }
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper .items-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap {
  border-radius: 17px;
  background-color: #e1edff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap .item-title {
  margin-bottom: 30px;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap .item-number {
  margin-bottom: 0;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper a {
  display: block;
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper a:hover .mbr-iconfont,
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #005fc2;
  font-size: 16px;
  margin-left: 50px;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uYG05hrf54 .embla__slide .slide-content .item-content .items-wrapper a .mbr-iconfont {
    margin: 20px auto 0;
  }
}
.cid-uYG05hrf54 .embla__button--next,
.cid-uYG05hrf54 .embla__button--prev {
  display: flex;
}
.cid-uYG05hrf54 .embla__button {
  top: -7.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #064ccf 0, #ffffff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uYG05hrf54 .embla__button {
    top: -3rem;
  }
}
.cid-uYG05hrf54 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYG05hrf54 .embla__button:hover {
  transform: scale(1.15);
}
.cid-uYG05hrf54 .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uYG05hrf54 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYG05hrf54 .embla {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.cid-uYG05hrf54 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYG05hrf54 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYG05hrf54 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYG05hrf54 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYG05hrf54 .mbr-desc {
  color: #222222;
}
.cid-uYG05hrf54 .card-title {
  color: #222222;
}
.cid-uYG05hrf54 .item-title {
  color: #222222;
}
.cid-uYG05hrf54 .item-number {
  color: #222222;
}
.cid-uY8DxjsyzP {
  background-color: transparent;
}
.cid-uY8DxjsyzP .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8DxjsyzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8DxjsyzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8DxjsyzP .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8DxjsyzP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8DxjsyzP .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8DxjsyzP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8DxjsyzP .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8DxjsyzP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8DxjsyzP .navbar.collapsed {
  justify-content: center;
}
.cid-uY8DxjsyzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8DxjsyzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8DxjsyzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8DxjsyzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8DxjsyzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8DxjsyzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8DxjsyzP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8DxjsyzP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8DxjsyzP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8DxjsyzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8DxjsyzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8DxjsyzP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8DxjsyzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8DxjsyzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8DxjsyzP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8DxjsyzP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8DxjsyzP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8DxjsyzP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8DxjsyzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8DxjsyzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8DxjsyzP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8DxjsyzP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8DxjsyzP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8DxjsyzP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8DxjsyzP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8DxjsyzP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8DxjsyzP .menu_box .navbar.opened,
  .cid-uY8DxjsyzP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8DxjsyzP .navbar-dropdown {
  position: relative !important;
}
.cid-uY8DxjsyzP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8DxjsyzP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8DxjsyzP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8DxjsyzP .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8DxjsyzP .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8DxjsyzP .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8DxjsyzP .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8DxjsyzP .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8DxjsyzP .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8DxjsyzP .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8DxjsyzP .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8DxjsyzP .nav-item .nav-link:hover,
.cid-uY8DxjsyzP .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8DxjsyzP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8DxjsyzP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8DxjsyzP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8DxjsyzP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8DxjsyzP .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-uY8DxjsyzP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8DxjsyzP .offcanvas_box {
    display: none;
  }
}
.cid-uY8DxjsyzP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8DxjsyzP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8DxjsyzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8DxjsyzP .container {
  display: flex;
  margin: auto;
}
.cid-uY8DxjsyzP .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8DxjsyzP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8DxjsyzP .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8DxjsyzP .navbar-nav {
    margin: 0;
  }
}
.cid-uY8DxjsyzP .dropdown-menu,
.cid-uY8DxjsyzP .navbar.opened {
  background-color: true !important;
}
.cid-uY8DxjsyzP .nav-item:focus,
.cid-uY8DxjsyzP .nav-link:focus {
  outline: none;
}
.cid-uY8DxjsyzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8DxjsyzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8DxjsyzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8DxjsyzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8DxjsyzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8DxjsyzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8DxjsyzP .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-uY8DxjsyzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8DxjsyzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8DxjsyzP .dropdown-item.active,
.cid-uY8DxjsyzP .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8DxjsyzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8DxjsyzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8DxjsyzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8DxjsyzP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8DxjsyzP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8DxjsyzP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8DxjsyzP 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-uY8DxjsyzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8DxjsyzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8DxjsyzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8DxjsyzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8DxjsyzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8DxjsyzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8DxjsyzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8DxjsyzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8DxjsyzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8DxjsyzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8DxjsyzP .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-uY8DxjsyzP .navbar {
    height: 70px;
  }
  .cid-uY8DxjsyzP .navbar.opened {
    height: auto;
  }
  .cid-uY8DxjsyzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8DxjsyzP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8DxjsyzP .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8DxjsyzP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8DxjsyzP .text_widget {
  margin-bottom: 32px;
}
.cid-uY8DxjsyzP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8DxjsyzP .text_widget a:hover,
.cid-uY8DxjsyzP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8DxjsyzP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8DxjsyzP .navbar-caption {
  color: #050f0f;
}
.cid-uY8DxjsyzP .mbr-section-subtitle,
.cid-uY8DxjsyzP .text_widget,
.cid-uY8DxjsyzP .mbr-section-btn {
  text-align: center;
}
.cid-uY8DxjsyzP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8DxjKagD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8DxjKagD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8DxjKagD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8DxjKagD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8DxjKagD .row {
  flex-direction: row-reverse;
}
.cid-uY8DxjKagD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8DxjKagD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8DxjKagD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8DxjKagD .mbr-section-title {
  color: #ffffff;
}
.cid-uY8DxjKagD .mbr-text,
.cid-uY8DxjKagD .mbr-section-btn {
  color: #ffffff;
}
.cid-uYe8yU2BAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f1ff;
}
.cid-uYe8yU2BAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8yU2BAh .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-uYe8yU2BAh .container {
    padding: 0 24px;
  }
}
.cid-uYe8yU2BAh .row {
  justify-content: center;
}
.cid-uYe8yU2BAh .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uYe8yU2BAh .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uYe8yU2BAh .content-wrapper {
    padding: 32px;
  }
}
.cid-uYe8yU2BAh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYe8yU2BAh .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uYe8yU2BAh .mbr-section-title {
  color: #000000;
}
.cid-uYe8yU2BAh .mbr-text {
  color: #262642;
}
.cid-uY8DxlGKSO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8DxlGKSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8DxlGKSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8DxlGKSO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8DxlGKSO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8DxlGKSO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8DxlGKSO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8DxlGKSO .container {
    padding: 0 12px;
  }
}
.cid-uY8DxlGKSO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8DxlGKSO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8DxlGKSO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8DxlGKSO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8DxlGKSO .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8DxlGKSO .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8DxlGKSO .mbr-section-title,
.cid-uY8DxlGKSO .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8sTCXeDH {
  background-color: transparent;
}
.cid-uY8sTCXeDH .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8sTCXeDH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8sTCXeDH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8sTCXeDH .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8sTCXeDH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8sTCXeDH .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8sTCXeDH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8sTCXeDH .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8sTCXeDH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8sTCXeDH .navbar.collapsed {
  justify-content: center;
}
.cid-uY8sTCXeDH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8sTCXeDH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8sTCXeDH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8sTCXeDH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8sTCXeDH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8sTCXeDH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8sTCXeDH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8sTCXeDH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8sTCXeDH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8sTCXeDH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8sTCXeDH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8sTCXeDH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8sTCXeDH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8sTCXeDH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8sTCXeDH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8sTCXeDH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8sTCXeDH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8sTCXeDH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8sTCXeDH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8sTCXeDH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8sTCXeDH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8sTCXeDH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8sTCXeDH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8sTCXeDH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8sTCXeDH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8sTCXeDH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8sTCXeDH .menu_box .navbar.opened,
  .cid-uY8sTCXeDH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8sTCXeDH .navbar-dropdown {
  position: relative !important;
}
.cid-uY8sTCXeDH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8sTCXeDH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8sTCXeDH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8sTCXeDH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8sTCXeDH .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8sTCXeDH .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8sTCXeDH .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8sTCXeDH .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8sTCXeDH .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8sTCXeDH .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8sTCXeDH .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8sTCXeDH .nav-item .nav-link:hover,
.cid-uY8sTCXeDH .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8sTCXeDH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8sTCXeDH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8sTCXeDH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8sTCXeDH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8sTCXeDH .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-uY8sTCXeDH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8sTCXeDH .offcanvas_box {
    display: none;
  }
}
.cid-uY8sTCXeDH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8sTCXeDH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8sTCXeDH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8sTCXeDH .container {
  display: flex;
  margin: auto;
}
.cid-uY8sTCXeDH .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8sTCXeDH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8sTCXeDH .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8sTCXeDH .navbar-nav {
    margin: 0;
  }
}
.cid-uY8sTCXeDH .dropdown-menu,
.cid-uY8sTCXeDH .navbar.opened {
  background-color: true !important;
}
.cid-uY8sTCXeDH .nav-item:focus,
.cid-uY8sTCXeDH .nav-link:focus {
  outline: none;
}
.cid-uY8sTCXeDH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8sTCXeDH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8sTCXeDH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8sTCXeDH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8sTCXeDH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8sTCXeDH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8sTCXeDH .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-uY8sTCXeDH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8sTCXeDH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8sTCXeDH .dropdown-item.active,
.cid-uY8sTCXeDH .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8sTCXeDH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8sTCXeDH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8sTCXeDH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8sTCXeDH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8sTCXeDH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8sTCXeDH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8sTCXeDH 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-uY8sTCXeDH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8sTCXeDH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8sTCXeDH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8sTCXeDH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8sTCXeDH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8sTCXeDH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8sTCXeDH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8sTCXeDH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8sTCXeDH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8sTCXeDH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8sTCXeDH .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-uY8sTCXeDH .navbar {
    height: 70px;
  }
  .cid-uY8sTCXeDH .navbar.opened {
    height: auto;
  }
  .cid-uY8sTCXeDH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8sTCXeDH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8sTCXeDH .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8sTCXeDH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8sTCXeDH .text_widget {
  margin-bottom: 32px;
}
.cid-uY8sTCXeDH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8sTCXeDH .text_widget a:hover,
.cid-uY8sTCXeDH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8sTCXeDH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8sTCXeDH .navbar-caption {
  color: #050f0f;
}
.cid-uY8sTCXeDH .mbr-section-subtitle,
.cid-uY8sTCXeDH .text_widget,
.cid-uY8sTCXeDH .mbr-section-btn {
  text-align: center;
}
.cid-uY8sTCXeDH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8sTDr6ur {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8sTDr6ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8sTDr6ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8sTDr6ur .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8sTDr6ur .row {
  flex-direction: row-reverse;
}
.cid-uY8sTDr6ur .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8sTDr6ur .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8sTDr6ur .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8sTDr6ur .mbr-section-title {
  color: #ffffff;
}
.cid-uY8sTDr6ur .mbr-text,
.cid-uY8sTDr6ur .mbr-section-btn {
  color: #ffffff;
}
.cid-uYcWP9HVGC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f1ff;
}
.cid-uYcWP9HVGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcWP9HVGC .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-uYcWP9HVGC .container {
    padding: 0 24px;
  }
}
.cid-uYcWP9HVGC .row {
  justify-content: center;
}
.cid-uYcWP9HVGC .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uYcWP9HVGC .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uYcWP9HVGC .content-wrapper {
    padding: 32px;
  }
}
.cid-uYcWP9HVGC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYcWP9HVGC .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uYcWP9HVGC .mbr-section-title {
  color: #000000;
}
.cid-uYcWP9HVGC .mbr-text {
  color: #262642;
}
.cid-uY8sTH7APV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8sTH7APV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8sTH7APV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8sTH7APV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8sTH7APV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8sTH7APV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8sTH7APV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8sTH7APV .container {
    padding: 0 12px;
  }
}
.cid-uY8sTH7APV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8sTH7APV .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8sTH7APV .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8sTH7APV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8sTH7APV .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8sTH7APV .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8sTH7APV .mbr-section-title,
.cid-uY8sTH7APV .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8Drm1ZfT {
  background-color: transparent;
}
.cid-uY8Drm1ZfT .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8Drm1ZfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8Drm1ZfT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8Drm1ZfT .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8Drm1ZfT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8Drm1ZfT .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8Drm1ZfT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8Drm1ZfT .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8Drm1ZfT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8Drm1ZfT .navbar.collapsed {
  justify-content: center;
}
.cid-uY8Drm1ZfT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8Drm1ZfT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8Drm1ZfT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8Drm1ZfT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8Drm1ZfT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8Drm1ZfT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8Drm1ZfT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8Drm1ZfT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8Drm1ZfT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8Drm1ZfT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8Drm1ZfT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8Drm1ZfT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8Drm1ZfT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8Drm1ZfT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8Drm1ZfT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8Drm1ZfT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8Drm1ZfT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8Drm1ZfT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8Drm1ZfT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8Drm1ZfT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8Drm1ZfT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8Drm1ZfT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8Drm1ZfT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8Drm1ZfT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8Drm1ZfT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8Drm1ZfT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8Drm1ZfT .menu_box .navbar.opened,
  .cid-uY8Drm1ZfT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8Drm1ZfT .navbar-dropdown {
  position: relative !important;
}
.cid-uY8Drm1ZfT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8Drm1ZfT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8Drm1ZfT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8Drm1ZfT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8Drm1ZfT .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8Drm1ZfT .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8Drm1ZfT .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8Drm1ZfT .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8Drm1ZfT .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8Drm1ZfT .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8Drm1ZfT .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8Drm1ZfT .nav-item .nav-link:hover,
.cid-uY8Drm1ZfT .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8Drm1ZfT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8Drm1ZfT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8Drm1ZfT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8Drm1ZfT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8Drm1ZfT .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-uY8Drm1ZfT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8Drm1ZfT .offcanvas_box {
    display: none;
  }
}
.cid-uY8Drm1ZfT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8Drm1ZfT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8Drm1ZfT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8Drm1ZfT .container {
  display: flex;
  margin: auto;
}
.cid-uY8Drm1ZfT .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8Drm1ZfT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8Drm1ZfT .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8Drm1ZfT .navbar-nav {
    margin: 0;
  }
}
.cid-uY8Drm1ZfT .dropdown-menu,
.cid-uY8Drm1ZfT .navbar.opened {
  background-color: true !important;
}
.cid-uY8Drm1ZfT .nav-item:focus,
.cid-uY8Drm1ZfT .nav-link:focus {
  outline: none;
}
.cid-uY8Drm1ZfT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8Drm1ZfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8Drm1ZfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8Drm1ZfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8Drm1ZfT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8Drm1ZfT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8Drm1ZfT .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-uY8Drm1ZfT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8Drm1ZfT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8Drm1ZfT .dropdown-item.active,
.cid-uY8Drm1ZfT .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8Drm1ZfT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8Drm1ZfT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8Drm1ZfT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8Drm1ZfT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8Drm1ZfT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8Drm1ZfT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8Drm1ZfT 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-uY8Drm1ZfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8Drm1ZfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8Drm1ZfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8Drm1ZfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8Drm1ZfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8Drm1ZfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8Drm1ZfT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8Drm1ZfT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8Drm1ZfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8Drm1ZfT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8Drm1ZfT .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-uY8Drm1ZfT .navbar {
    height: 70px;
  }
  .cid-uY8Drm1ZfT .navbar.opened {
    height: auto;
  }
  .cid-uY8Drm1ZfT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8Drm1ZfT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8Drm1ZfT .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8Drm1ZfT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8Drm1ZfT .text_widget {
  margin-bottom: 32px;
}
.cid-uY8Drm1ZfT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8Drm1ZfT .text_widget a:hover,
.cid-uY8Drm1ZfT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8Drm1ZfT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8Drm1ZfT .navbar-caption {
  color: #050f0f;
}
.cid-uY8Drm1ZfT .mbr-section-subtitle,
.cid-uY8Drm1ZfT .text_widget,
.cid-uY8Drm1ZfT .mbr-section-btn {
  text-align: center;
}
.cid-uY8Drm1ZfT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8DrmuNt0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8DrmuNt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8DrmuNt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8DrmuNt0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8DrmuNt0 .row {
  flex-direction: row-reverse;
}
.cid-uY8DrmuNt0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8DrmuNt0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8DrmuNt0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8DrmuNt0 .mbr-section-title {
  color: #ffffff;
}
.cid-uY8DrmuNt0 .mbr-text,
.cid-uY8DrmuNt0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYe7iL3PT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f1ff;
}
.cid-uYe7iL3PT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe7iL3PT5 .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-uYe7iL3PT5 .container {
    padding: 0 24px;
  }
}
.cid-uYe7iL3PT5 .row {
  justify-content: center;
}
.cid-uYe7iL3PT5 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uYe7iL3PT5 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uYe7iL3PT5 .content-wrapper {
    padding: 32px;
  }
}
.cid-uYe7iL3PT5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYe7iL3PT5 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uYe7iL3PT5 .mbr-section-title {
  color: #000000;
}
.cid-uYe7iL3PT5 .mbr-text {
  color: #262642;
}
.cid-uY8DrqF9Dh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8DrqF9Dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8DrqF9Dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8DrqF9Dh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8DrqF9Dh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8DrqF9Dh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8DrqF9Dh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8DrqF9Dh .container {
    padding: 0 12px;
  }
}
.cid-uY8DrqF9Dh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8DrqF9Dh .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8DrqF9Dh .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8DrqF9Dh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8DrqF9Dh .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8DrqF9Dh .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8DrqF9Dh .mbr-section-title,
.cid-uY8DrqF9Dh .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uY8DmxIYVT {
  background-color: transparent;
}
.cid-uY8DmxIYVT .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-uY8DmxIYVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-uY8DmxIYVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY8DmxIYVT .navbar {
  border-bottom: 3px solid #005fc2 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY8DmxIYVT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY8DmxIYVT .navbar.opened {
  transition: all 0.3s;
}
.cid-uY8DmxIYVT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY8DmxIYVT .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uY8DmxIYVT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY8DmxIYVT .navbar.collapsed {
  justify-content: center;
}
.cid-uY8DmxIYVT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY8DmxIYVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY8DmxIYVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY8DmxIYVT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY8DmxIYVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY8DmxIYVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY8DmxIYVT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY8DmxIYVT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY8DmxIYVT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY8DmxIYVT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY8DmxIYVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY8DmxIYVT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY8DmxIYVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY8DmxIYVT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY8DmxIYVT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY8DmxIYVT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY8DmxIYVT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY8DmxIYVT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY8DmxIYVT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY8DmxIYVT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY8DmxIYVT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY8DmxIYVT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY8DmxIYVT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY8DmxIYVT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY8DmxIYVT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY8DmxIYVT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY8DmxIYVT .menu_box .navbar.opened,
  .cid-uY8DmxIYVT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY8DmxIYVT .navbar-dropdown {
  position: relative !important;
}
.cid-uY8DmxIYVT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY8DmxIYVT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY8DmxIYVT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY8DmxIYVT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uY8DmxIYVT .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uY8DmxIYVT .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uY8DmxIYVT .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uY8DmxIYVT .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uY8DmxIYVT .nav-item {
    margin: 0 !important;
  }
}
.cid-uY8DmxIYVT .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uY8DmxIYVT .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uY8DmxIYVT .nav-item .nav-link:hover,
.cid-uY8DmxIYVT .nav-item .nav-link:focus {
  color: #0a4ca8 !important;
}
.cid-uY8DmxIYVT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY8DmxIYVT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY8DmxIYVT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY8DmxIYVT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY8DmxIYVT .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-uY8DmxIYVT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY8DmxIYVT .offcanvas_box {
    display: none;
  }
}
.cid-uY8DmxIYVT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY8DmxIYVT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY8DmxIYVT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY8DmxIYVT .container {
  display: flex;
  margin: auto;
}
.cid-uY8DmxIYVT .iconfont-wrapper {
  color: #005fc2;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uY8DmxIYVT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY8DmxIYVT .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uY8DmxIYVT .navbar-nav {
    margin: 0;
  }
}
.cid-uY8DmxIYVT .dropdown-menu,
.cid-uY8DmxIYVT .navbar.opened {
  background-color: true !important;
}
.cid-uY8DmxIYVT .nav-item:focus,
.cid-uY8DmxIYVT .nav-link:focus {
  outline: none;
}
.cid-uY8DmxIYVT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY8DmxIYVT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY8DmxIYVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY8DmxIYVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY8DmxIYVT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY8DmxIYVT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY8DmxIYVT .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-uY8DmxIYVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY8DmxIYVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY8DmxIYVT .dropdown-item.active,
.cid-uY8DmxIYVT .dropdown-item:active {
  background-color: transparent;
}
.cid-uY8DmxIYVT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uY8DmxIYVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY8DmxIYVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY8DmxIYVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY8DmxIYVT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY8DmxIYVT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY8DmxIYVT 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-uY8DmxIYVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #005fc2;
}
.cid-uY8DmxIYVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY8DmxIYVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8DmxIYVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY8DmxIYVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY8DmxIYVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8DmxIYVT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY8DmxIYVT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY8DmxIYVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY8DmxIYVT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY8DmxIYVT .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-uY8DmxIYVT .navbar {
    height: 70px;
  }
  .cid-uY8DmxIYVT .navbar.opened {
    height: auto;
  }
  .cid-uY8DmxIYVT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY8DmxIYVT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uY8DmxIYVT .navbar-caption:hover {
  color: #005fc2;
}
@media (min-width: 992px) {
  .cid-uY8DmxIYVT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY8DmxIYVT .text_widget {
  margin-bottom: 32px;
}
.cid-uY8DmxIYVT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY8DmxIYVT .text_widget a:hover,
.cid-uY8DmxIYVT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uY8DmxIYVT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uY8DmxIYVT .navbar-caption {
  color: #050f0f;
}
.cid-uY8DmxIYVT .mbr-section-subtitle,
.cid-uY8DmxIYVT .text_widget,
.cid-uY8DmxIYVT .mbr-section-btn {
  text-align: center;
}
.cid-uY8DmxIYVT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY8Dmy5TMu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
}
.cid-uY8Dmy5TMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8Dmy5TMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY8Dmy5TMu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY8Dmy5TMu .row {
  flex-direction: row-reverse;
}
.cid-uY8Dmy5TMu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uY8Dmy5TMu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY8Dmy5TMu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY8Dmy5TMu .mbr-section-title {
  color: #ffffff;
}
.cid-uY8Dmy5TMu .mbr-text,
.cid-uY8Dmy5TMu .mbr-section-btn {
  color: #ffffff;
}
.cid-uYd0sxjuAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f1ff;
}
.cid-uYd0sxjuAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd0sxjuAv .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-uYd0sxjuAv .container {
    padding: 0 24px;
  }
}
.cid-uYd0sxjuAv .row {
  justify-content: center;
}
.cid-uYd0sxjuAv .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uYd0sxjuAv .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uYd0sxjuAv .content-wrapper {
    padding: 32px;
  }
}
.cid-uYd0sxjuAv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYd0sxjuAv .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uYd0sxjuAv .mbr-section-title {
  color: #000000;
}
.cid-uYd0sxjuAv .mbr-text {
  color: #262642;
}
.cid-uY8DmAdZhJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uY8DmAdZhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY8DmAdZhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY8DmAdZhJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uY8DmAdZhJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8DmAdZhJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uY8DmAdZhJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uY8DmAdZhJ .container {
    padding: 0 12px;
  }
}
.cid-uY8DmAdZhJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY8DmAdZhJ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uY8DmAdZhJ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY8DmAdZhJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uY8DmAdZhJ .mbr-section-title {
  color: #1D1D1F;
}
.cid-uY8DmAdZhJ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uY8DmAdZhJ .mbr-section-title,
.cid-uY8DmAdZhJ .mbr-section-btn {
  text-align: center;
}
.cid-uYe8clemdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005fc2;
  overflow: hidden;
}
.cid-uYe8clemdS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #005fc2 50%);
  z-index: 1;
}
.cid-uYe8clemdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe8clemdS .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-uYe8clemdS .container {
    padding: 0 22px;
  }
}
.cid-uYe8clemdS .row {
  position: relative;
  z-index: 1;
}
.cid-uYe8clemdS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYe8clemdS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #258af2;
}
.cid-uYe8clemdS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYe8clemdS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYe8clemdS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before,
.cid-uYe8clemdS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYe8clemdS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYe8clemdS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYe8clemdS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uYe8clemdS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYe8clemdS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: right;
}
.cid-uYe8clemdS .mbr-section-title {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-text {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-uYe8clemdS .list {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-contact {
  color: #ffffff;
}
.cid-uYe8clemdS .mbr-desc {
  color: #ffffff;
}
.cid-uYe8clemdS .list,
.cid-uYe8clemdS .item-wrap {
  text-align: justify;
}
.cid-uYe8clemdS .mbr-desc,
.cid-uYe8clemdS .mbr-section-btn {
  color: #ffffff;
}
