.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #29b6f6 !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #4fc3f7 !important;
}
.bg-danger {
  background-color: #0288d1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #29b6f6 !important;
  border-color: #29b6f6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5ac7f8 !important;
  border-color: #5ac7f8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5ac7f8 !important;
  border-color: #5ac7f8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4fc3f7 !important;
  border-color: #4fc3f7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #80d4f9 !important;
  border-color: #80d4f9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #80d4f9 !important;
  border-color: #80d4f9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0288d1 !important;
  border-color: #0288d1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #09a7fd !important;
  border-color: #09a7fd !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #09a7fd !important;
  border-color: #09a7fd !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: #29b6f6;
  color: #29b6f6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0887c0 !important;
  background-color: transparent !important;
  border-color: #0887c0 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #29b6f6 !important;
  border-color: #29b6f6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4fc3f7;
  color: #4fc3f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0aa1e5 !important;
  background-color: transparent !important;
  border-color: #0aa1e5 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4fc3f7 !important;
  border-color: #4fc3f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0288d1;
  color: #0288d1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #01507b !important;
  background-color: transparent !important;
  border-color: #01507b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0288d1 !important;
  border-color: #0288d1 !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: #29b6f6 !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #4fc3f7 !important;
}
.text-danger {
  color: #0288d1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #077cb2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0a97d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #01466c !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: #29b6f6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #4fc3f7;
}
.alert-danger {
  background-color: #0288d1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #29b6f6;
  border-color: #29b6f6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #29b6f6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #edf9fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a1ddfe;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #29b6f6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #29b6f6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #29b6f6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #29b6f6;
}
.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: #29b6f6;
  border-bottom-color: #29b6f6;
}
.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: #000000 !important;
  background-color: #29b6f6 !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: #6f6f6f !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='%2329b6f6' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #29b6f6 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #4fc3f7 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #0288d1 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #29b6f6 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #ededed !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #4fc3f7 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #0288d1 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: true !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPN4GUGogU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
}
.cid-uPN4GUGogU::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #0288d1 18%, transparent 90%, #0288d1 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPN4GUGogU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPN4GUGogU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uPN4GUGogU .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uPN4GUGogU .content-wrapper {
    margin-top: 0;
  }
}
.cid-uPN4GUGogU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #0288d1, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPN4GUGogU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uPN4GUGogU .mbr-section-title {
  color: #ffffff;
}
.cid-uPN4GUGogU .mbr-text {
  color: #ffffff;
}
.cid-u2KRjXUOey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-u2KRjXUOey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRjXUOey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRjXUOey .container {
    padding: 0 16px;
  }
}
.cid-u2KRjXUOey .row {
  position: relative;
}
.cid-u2KRjXUOey .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #29b6f6 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #4fc3f7 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #0288d1 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-u2KRjXUOey .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .items-wrapper {
    margin-left: 0;
  }
}
.cid-u2KRjXUOey .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u2KRjXUOey .mbr-section-title {
  color: #000000;
}
.cid-u2KRjXUOey .mbr-text {
  color: #6f6f6f;
}
.cid-u2KRjXUOey .item-title {
  color: #000000;
}
.cid-u2KRjXUOey .item-text {
  color: #000000;
}
.cid-u2KRjXUOey .mbr-section-title,
.cid-u2KRjXUOey .mbr-section-btn,
.cid-u2KRjXUOey .decor-wrapper {
  color: #6f6f6f;
}
.cid-u2KRe19V0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u2KRe19V0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRe19V0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRe19V0v .container {
    padding: 0 16px;
  }
}
.cid-u2KRe19V0v .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u2KRe19V0v .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u2KRe19V0v .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u2KRe19V0v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KRe19V0v .title-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-u2KRe19V0v .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-u2KRe19V0v .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u2KRe19V0v .item .item-wrapper:hover .item-img img,
.cid-u2KRe19V0v .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u2KRe19V0v .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u2KRe19V0v .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #29b6f6 !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #4fc3f7 !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #0288d1 !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRe19V0v .mbr-section-title {
  color: #000000;
}
.cid-u2KRe19V0v .mbr-desc {
  color: #6f6f6f;
}
.cid-u2KRe19V0v .item-text {
  color: #000000;
}
.cid-u2KRe19V0v .mbr-section-title,
.cid-u2KRe19V0v .mbr-section-btn-main {
  color: #6f6f6f;
  text-align: left;
}
.cid-u2KRX8uVlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
  position: relative;
}
.cid-u2KRX8uVlA::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #0288d1 -10%, transparent 80%);
}
.cid-u2KRX8uVlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRX8uVlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRX8uVlA .container {
    padding: 0 16px;
  }
}
.cid-u2KRX8uVlA .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2KRX8uVlA .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u2KRX8uVlA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2KRX8uVlA .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-u2KRX8uVlA .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u2KRX8uVlA .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-u2KRX8uVlA .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
}
.cid-u2KRX8uVlA .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-u2KRX8uVlA .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u2KRX8uVlA .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #0288d1;
  background-color: transparent;
}
.cid-u2KRX8uVlA .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-u2KRX8uVlA .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2KRX8uVlA .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-u2KRX8uVlA .mbr-section-title {
  color: #000000;
}
.cid-u2KRX8uVlA .mbr-text {
  color: #6f6f6f;
}
.cid-u2KS8qdQss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-u2KS8qdQss .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KS8qdQss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .container {
    padding: 0 16px;
  }
}
.cid-u2KS8qdQss .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-u2KS8qdQss .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-u2KS8qdQss .row .card {
  justify-content: flex-end;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-u2KS8qdQss .content-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u2KS8qdQss .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2KS8qdQss .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u2KS8qdQss .mbr-section-title {
  color: #0288d1;
}
.cid-u2KS8qdQss .mbr-section-subtitle {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-text {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-list-title {
  color: #6f6f6f;
}
.cid-u2KS8qdQss .list {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-contact {
  color: #000000;
}
.cid-uQ2Z3HtvEc {
  background-color: transparent;
}
.cid-uQ2Z3HtvEc .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-uQ2Z3HtvEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-uQ2Z3HtvEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ2Z3HtvEc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ2Z3HtvEc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ2Z3HtvEc .menu_box .navbar.opened,
  .cid-uQ2Z3HtvEc .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ2Z3HtvEc .navbar-dropdown {
  position: relative !important;
}
.cid-uQ2Z3HtvEc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ2Z3HtvEc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ2Z3HtvEc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ2Z3HtvEc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ2Z3HtvEc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ2Z3HtvEc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uQ2Z3HtvEc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ2Z3HtvEc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ2Z3HtvEc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ2Z3HtvEc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ2Z3HtvEc .offcanvas-body .mbr-text,
  .cid-uQ2Z3HtvEc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ2Z3HtvEc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ2Z3HtvEc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ2Z3HtvEc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uQ2Z3HtvEc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ2Z3HtvEc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ2Z3HtvEc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ2Z3HtvEc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ2Z3HtvEc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ2Z3HtvEc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ2Z3HtvEc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ2Z3HtvEc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ2Z3HtvEc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ2Z3HtvEc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ2Z3HtvEc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uQ2Z3HtvEc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ2Z3HtvEc .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQ2Z3HtvEc .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ2Z3HtvEc .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ2Z3HtvEc .nav-item .nav-link:hover,
.cid-uQ2Z3HtvEc .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-uQ2Z3HtvEc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ2Z3HtvEc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ2Z3HtvEc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ2Z3HtvEc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ2Z3HtvEc .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-uQ2Z3HtvEc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ2Z3HtvEc .offcanvas_box {
    display: none;
  }
}
.cid-uQ2Z3HtvEc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ2Z3HtvEc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ2Z3HtvEc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ2Z3HtvEc .container {
  display: flex;
  margin: auto;
}
.cid-uQ2Z3HtvEc .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ2Z3HtvEc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ2Z3HtvEc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ2Z3HtvEc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ2Z3HtvEc .navbar-nav {
    margin: 0;
  }
}
.cid-uQ2Z3HtvEc .dropdown-menu,
.cid-uQ2Z3HtvEc .navbar.opened {
  background-color: true !important;
}
.cid-uQ2Z3HtvEc .nav-item:focus,
.cid-uQ2Z3HtvEc .nav-link:focus {
  outline: none;
}
.cid-uQ2Z3HtvEc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ2Z3HtvEc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ2Z3HtvEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ2Z3HtvEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ2Z3HtvEc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ2Z3HtvEc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ2Z3HtvEc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ2Z3HtvEc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ2Z3HtvEc .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ2Z3HtvEc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ2Z3HtvEc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQ2Z3HtvEc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ2Z3HtvEc .navbar.collapsed {
  justify-content: center;
}
.cid-uQ2Z3HtvEc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ2Z3HtvEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ2Z3HtvEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ2Z3HtvEc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ2Z3HtvEc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ2Z3HtvEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ2Z3HtvEc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ2Z3HtvEc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ2Z3HtvEc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ2Z3HtvEc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ2Z3HtvEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ2Z3HtvEc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ2Z3HtvEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ2Z3HtvEc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ2Z3HtvEc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ2Z3HtvEc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ2Z3HtvEc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ2Z3HtvEc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ2Z3HtvEc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ2Z3HtvEc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ2Z3HtvEc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ2Z3HtvEc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ2Z3HtvEc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ2Z3HtvEc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ2Z3HtvEc .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-uQ2Z3HtvEc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQ2Z3HtvEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ2Z3HtvEc .dropdown-item.active,
.cid-uQ2Z3HtvEc .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ2Z3HtvEc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ2Z3HtvEc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ2Z3HtvEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ2Z3HtvEc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ2Z3HtvEc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ2Z3HtvEc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ2Z3HtvEc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uQ2Z3HtvEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ2Z3HtvEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ2Z3HtvEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ2Z3HtvEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ2Z3HtvEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ2Z3HtvEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ2Z3HtvEc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ2Z3HtvEc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ2Z3HtvEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ2Z3HtvEc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ2Z3HtvEc .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-uQ2Z3HtvEc .navbar {
    height: 70px;
  }
  .cid-uQ2Z3HtvEc .navbar.opened {
    height: auto;
  }
  .cid-uQ2Z3HtvEc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ2Z3HtvEc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ2Z3HtvEc .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQ2Z3HtvEc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ2Z3HtvEc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ2Z3HtvEc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uQ2Z3HtvEc .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-uQ2Z3HtvEc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ2Z3HtvEc .text_widget {
  margin-bottom: 32px;
}
.cid-uQ2Z3HtvEc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ2Z3HtvEc .text_widget a:hover,
.cid-uQ2Z3HtvEc .text_widget a:focus {
  opacity: .8;
}
.cid-uQ2Z3HtvEc .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uQ2Z3HtvEc .navbar-caption {
  color: #000000;
}
.cid-uQ2Z3HtvEc .mbr-text {
  color: #6f6f6f;
}
.cid-uQ2Z3HtvEc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ2Zt04GSv {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ2Zt04GSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2Zt04GSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2Zt04GSv .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uQ2Zt04GSv .row {
  flex-direction: row-reverse;
}
.cid-uQ2Zt04GSv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ2Zt04GSv .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uQ2Zt04GSv .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uQ2Zt04GSv .text-wrapper {
    text-align: center;
  }
}
.cid-uQ2Zt04GSv .mbr-text,
.cid-uQ2Zt04GSv .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ2Zt04GSv .mbr-menu,
.cid-uQ2Zt04GSv .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ2Zt04GSv .mbr-desc,
.cid-uQ2Zt04GSv .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ2Z3Ialyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uQ2Z3Ialyi::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ2Z3Ialyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2Z3Ialyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ2Z3Ialyi .container {
    padding: 0 16px;
  }
}
.cid-uQ2Z3Ialyi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQ2Z3Ialyi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQ2Z3Ialyi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ2Z3Ialyi .mbr-section-title {
  color: #f1634f;
}
.cid-uQ2Z3Ialyi .mbr-text {
  color: #000000;
}
.cid-uQ2Z3ImWEf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uQ2Z3ImWEf::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ2Z3ImWEf::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #4fc3f7 -10%, transparent 80%);
}
.cid-uQ2Z3ImWEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2Z3ImWEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ2Z3ImWEf .container {
    padding: 0 16px;
  }
}
.cid-uQ2Z3ImWEf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uQ2Z3ImWEf .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uQ2Z3ImWEf .content-wrapper {
  margin-bottom: 80px;
}
.cid-uQ2Z3ImWEf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ2Z3ImWEf .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQ2Z3ImWEf .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ2Z3ImWEf .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ2Z3ImWEf .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uQ2Z3ImWEf .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ2Z3ImWEf .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ2Z3ImWEf .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ2Z3ImWEf .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ2Z3ImWEf .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uQ2Z3ImWEf .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uQ2Z3ImWEf .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uQ2Z3ImWEf .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ2Z3ImWEf .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uQ2Z3ImWEf .mbr-section-title {
  color: #000000;
}
.cid-uQ2Z3ImWEf .mbr-text,
.cid-uQ2Z3ImWEf .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQ2Z3ImWEf .item-title {
  color: #000000;
}
.cid-uQ2Z3ImWEf .item-text {
  color: #6f6f6f;
  text-align: left;
}
.cid-uQ2Z3ImWEf .mbr-section-title,
.cid-uQ2Z3ImWEf .mbr-section-btn {
  text-align: center;
}
.cid-uQ2Z3IQOSd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uQ2Z3IQOSd .mbr-text,
.cid-uQ2Z3IQOSd .mbr-section-subtitle {
  color: #767676;
}
.cid-uQ2Z3IQOSd .card-title {
  color: #66458e;
}
.cid-uQ2Z3IQOSd .card .card-img span {
  color: #0288d1;
  font-size: 60px;
  background: linear-gradient(45deg, #0288d1, #0288d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uQ2Z3IQOSd .mbr-section-subtitle,
  .cid-uQ2Z3IQOSd .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ2Z3IQOSd .card .card-img span {
    background: none;
  }
}
.cid-uQ2Z3IQOSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2Z3IQOSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2Z3IQOSd .card-title,
.cid-uQ2Z3IQOSd .card-img {
  color: #0288d1;
}
.cid-uQ2Z3IQOSd .mbr-section-title {
  color: #29b6f6;
}
.cid-uQ2Z3JUGct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ2Z3JUGct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2Z3JUGct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ2Z3JUGct .container {
    padding: 0 16px;
  }
}
.cid-uQ2Z3JUGct .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uQ2Z3JUGct .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uQ2Z3JUGct .row .card {
  justify-content: flex-end;
}
.cid-uQ2Z3JUGct .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ2Z3JUGct .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-uQ2Z3JUGct .content-wrapper {
  margin-bottom: 24px;
}
.cid-uQ2Z3JUGct .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQ2Z3JUGct .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uQ2Z3JUGct .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uQ2Z3JUGct .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ2Z3JUGct .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uQ2Z3JUGct .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uQ2Z3JUGct .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQ2Z3JUGct .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uQ2Z3JUGct .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uQ2Z3JUGct .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ2Z3JUGct .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQ2Z3JUGct .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ2Z3JUGct .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQ2Z3JUGct .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-uQ2Z3JUGct .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uQ2Z3JUGct .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQ2Z3JUGct .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQ2Z3JUGct .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQ2Z3JUGct .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQ2Z3JUGct .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-uQ2Z3JUGct .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-uQ2Z3JUGct .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQ2Z3JUGct .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uQ2Z3JUGct .mbr-section-title {
  color: #0288d1;
}
.cid-uQ2Z3JUGct .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ2Z3JUGct .mbr-text {
  color: #000000;
}
.cid-uQ2Z3JUGct .mbr-list-title {
  color: #6f6f6f;
}
.cid-uQ2Z3JUGct .list {
  color: #000000;
}
.cid-uQ2Z3JUGct .mbr-contact {
  color: #000000;
}
.cid-uQ55F3TM0V {
  background-color: transparent;
}
.cid-uQ55F3TM0V .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-uQ55F3TM0V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-uQ55F3TM0V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ55F3TM0V .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ55F3TM0V .menu_box .navbar.opened,
  .cid-uQ55F3TM0V .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ55F3TM0V .navbar-dropdown {
  position: relative !important;
}
.cid-uQ55F3TM0V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ55F3TM0V .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ55F3TM0V .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uQ55F3TM0V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ55F3TM0V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ55F3TM0V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ55F3TM0V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ55F3TM0V .offcanvas-body .mbr-text,
  .cid-uQ55F3TM0V .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ55F3TM0V .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ55F3TM0V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ55F3TM0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ55F3TM0V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ55F3TM0V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ55F3TM0V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ55F3TM0V .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ55F3TM0V .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uQ55F3TM0V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ55F3TM0V .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ55F3TM0V .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ55F3TM0V .nav-item .nav-link:hover,
.cid-uQ55F3TM0V .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-uQ55F3TM0V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ55F3TM0V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ55F3TM0V .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-uQ55F3TM0V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ55F3TM0V .offcanvas_box {
    display: none;
  }
}
.cid-uQ55F3TM0V .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ55F3TM0V .container {
  display: flex;
  margin: auto;
}
.cid-uQ55F3TM0V .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ55F3TM0V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ55F3TM0V .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ55F3TM0V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .navbar-nav {
    margin: 0;
  }
}
.cid-uQ55F3TM0V .dropdown-menu,
.cid-uQ55F3TM0V .navbar.opened {
  background-color: true !important;
}
.cid-uQ55F3TM0V .nav-item:focus,
.cid-uQ55F3TM0V .nav-link:focus {
  outline: none;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ55F3TM0V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ55F3TM0V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ55F3TM0V .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ55F3TM0V .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ55F3TM0V .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ55F3TM0V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ55F3TM0V .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQ55F3TM0V .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ55F3TM0V .navbar.collapsed {
  justify-content: center;
}
.cid-uQ55F3TM0V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ55F3TM0V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ55F3TM0V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ55F3TM0V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ55F3TM0V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ55F3TM0V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ55F3TM0V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ55F3TM0V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ55F3TM0V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ55F3TM0V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ55F3TM0V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ55F3TM0V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ55F3TM0V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ55F3TM0V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ55F3TM0V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ55F3TM0V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ55F3TM0V .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-uQ55F3TM0V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQ55F3TM0V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ55F3TM0V .dropdown-item.active,
.cid-uQ55F3TM0V .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ55F3TM0V .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ55F3TM0V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ55F3TM0V ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ55F3TM0V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ55F3TM0V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ55F3TM0V .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-uQ55F3TM0V .navbar {
    height: 70px;
  }
  .cid-uQ55F3TM0V .navbar.opened {
    height: auto;
  }
  .cid-uQ55F3TM0V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ55F3TM0V .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ55F3TM0V .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQ55F3TM0V .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ55F3TM0V .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ55F3TM0V .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uQ55F3TM0V .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ55F3TM0V .text_widget {
  margin-bottom: 32px;
}
.cid-uQ55F3TM0V .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ55F3TM0V .text_widget a:hover,
.cid-uQ55F3TM0V .text_widget a:focus {
  opacity: .8;
}
.cid-uQ55F3TM0V .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uQ55F3TM0V .navbar-caption {
  color: #000000;
}
.cid-uQ55F3TM0V .mbr-text {
  color: #6f6f6f;
}
.cid-uQ55F3TM0V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ55F5Exxz {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uQ55F5Exxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55F5Exxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ55F5Exxz .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uQ55F5Exxz .row {
  flex-direction: row-reverse;
}
.cid-uQ55F5Exxz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ55F5Exxz .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uQ55F5Exxz .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uQ55F5Exxz .text-wrapper {
    text-align: center;
  }
}
.cid-uQ55F5Exxz .mbr-text,
.cid-uQ55F5Exxz .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ55F5Exxz .mbr-menu,
.cid-uQ55F5Exxz .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ55F5Exxz .mbr-desc,
.cid-uQ55F5Exxz .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ55F6G1rb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uQ55F6G1rb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ55F6G1rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55F6G1rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ55F6G1rb .container {
    padding: 0 16px;
  }
}
.cid-uQ55F6G1rb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQ55F6G1rb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQ55F6G1rb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ55F6G1rb .mbr-section-title {
  color: #f1634f;
}
.cid-uQ55F6G1rb .mbr-text {
  color: #000000;
}
.cid-uQ55F7Ey8l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uQ55F7Ey8l::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ55F7Ey8l::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #4fc3f7 -10%, transparent 80%);
}
.cid-uQ55F7Ey8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55F7Ey8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ55F7Ey8l .container {
    padding: 0 16px;
  }
}
.cid-uQ55F7Ey8l .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uQ55F7Ey8l .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uQ55F7Ey8l .content-wrapper {
  margin-bottom: 80px;
}
.cid-uQ55F7Ey8l .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ55F7Ey8l .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQ55F7Ey8l .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ55F7Ey8l .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ55F7Ey8l .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uQ55F7Ey8l .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ55F7Ey8l .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ55F7Ey8l .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ55F7Ey8l .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ55F7Ey8l .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uQ55F7Ey8l .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uQ55F7Ey8l .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uQ55F7Ey8l .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ55F7Ey8l .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uQ55F7Ey8l .mbr-section-title {
  color: #000000;
}
.cid-uQ55F7Ey8l .mbr-text,
.cid-uQ55F7Ey8l .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQ55F7Ey8l .item-title {
  color: #000000;
}
.cid-uQ55F7Ey8l .item-text {
  color: #6f6f6f;
}
.cid-uQ55F7Ey8l .mbr-section-title,
.cid-uQ55F7Ey8l .mbr-section-btn {
  text-align: center;
}
.cid-uQ55F8Om2C {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uQ55F8Om2C .mbr-text,
.cid-uQ55F8Om2C .mbr-section-subtitle {
  color: #767676;
}
.cid-uQ55F8Om2C .card-title {
  color: #66458e;
}
.cid-uQ55F8Om2C .card .card-img span {
  color: #0288d1;
  font-size: 60px;
  background: linear-gradient(45deg, #0288d1, #0288d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uQ55F8Om2C .mbr-section-subtitle,
  .cid-uQ55F8Om2C .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ55F8Om2C .card .card-img span {
    background: none;
  }
}
.cid-uQ55F8Om2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55F8Om2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ55F8Om2C .card-title,
.cid-uQ55F8Om2C .card-img {
  color: #0288d1;
}
.cid-uQ55F8Om2C .mbr-section-title {
  color: #29b6f6;
}
.cid-uQ55Fa9jzB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uQ55Fa9jzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55Fa9jzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ55Fa9jzB .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uQ55Fa9jzB .items-wrapper .item {
  padding: 0 10px;
}
.cid-uQ55Fa9jzB .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQ55Fa9jzB .item {
    margin-bottom: 20px;
  }
}
.cid-uQ55Fa9jzB .item:hover .item-wrapper .item-img img,
.cid-uQ55Fa9jzB .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uQ55Fa9jzB .item .item-wrapper {
  padding: 80px 60px;
  background-color: #fafafa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ55Fa9jzB .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uQ55Fa9jzB .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ55Fa9jzB .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uQ55Fa9jzB .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQ55Fa9jzB .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQ55Fa9jzB .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uQ55Fa9jzB .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #4fc3f7;
}
.cid-uQ55Fa9jzB .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ55Fa9jzB .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uQ55Fa9jzB .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uQ55Fa9jzB .mbr-label {
  color: #19171c;
}
.cid-uQ55Fa9jzB .item-text {
  color: #6e6e73;
}
.cid-uQ55Fb916G {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ55Fb916G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55Fb916G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ55Fb916G .container {
    padding: 0 16px;
  }
}
.cid-uQ55Fb916G .row {
  justify-content: center;
}
.cid-uQ55Fb916G .content-wrapper {
  position: relative;
}
.cid-uQ55Fb916G .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ55Fb916G .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ55Fb916G .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uQ55Fb916G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ55Fb916G .content-wrapper .mbr-text span {
  color: #0288d1;
}
.cid-uQ55Fb916G .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ55Fb916G .mbr-text {
  color: #000000;
}
.cid-uQ55Fb916G .mbr-text,
.cid-uQ55Fb916G .icon-wrapper {
  text-align: center;
  color: #0288d1;
}
.cid-uQ55Fc6JQd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-uQ55Fc6JQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55Fc6JQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ55Fc6JQd .row {
  margin: 0 -8px;
}
.cid-uQ55Fc6JQd .row .card {
  padding: 0 8px;
}
.cid-uQ55Fc6JQd .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ55Fc6JQd .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uQ55Fc6JQd .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQ55Fc6JQd .card-wrapper {
  background-color: #e1f6ff;
}
.cid-uQ55Fc6JQd .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 75px 64px;
}
@media (max-width: 1440px) {
  .cid-uQ55Fc6JQd .card-wrapper .card-wrap {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ55Fc6JQd .card-wrapper .card-wrap {
    padding: 24px;
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ55Fc6JQd .card-wrapper .card-wrap .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQ55Fc6JQd .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
  background-color: #d2d2d2;
  color: #2c2c26;
  transition: all 0.3s ease-in-out;
}
.cid-uQ55Fc6JQd .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:hover,
.cid-uQ55Fc6JQd .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:focus {
  background-color: #2c2c26;
  color: #ffffff;
}
.cid-uQ55Fc6JQd .card-wrapper .card-wrap .mbr-section-btn {
  width: auto;
}
.cid-uQ55Fc6JQd .card-wrapper .card-wrap .mbr-section-btn .btn {
  padding: 16px 30px;
  width: auto;
  margin-bottom: 0;
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .image-wrap {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uQ55Fc6JQd .card-wrapper .content-wrap .image-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ55Fc6JQd .card-wrapper .content-wrap .image-wrap {
    padding: 0 12px;
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ55Fc6JQd .card-wrapper .content-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  padding: 48px;
  position: relative;
  margin: 0 16px 24px;
  overflow: hidden;
  margin-top: -4rem;
}
@media (max-width: 1440px) {
  .cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper {
    padding: 24px;
    margin: 0 12px 24px;
  }
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper .item {
  position: relative;
  z-index: 1;
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap {
  padding-top: 8px;
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  background-color: #2c2c26;
  color: #0288d1;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
    margin-right: 16px;
  }
}
.cid-uQ55Fc6JQd .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uQ55Fc6JQd .card-title {
  color: #2c2c26;
}
.cid-uQ55Fdud6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ55Fdud6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55Fdud6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ55Fdud6J .container {
    padding: 0 16px;
  }
}
.cid-uQ55Fdud6J .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uQ55Fdud6J .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uQ55Fdud6J .row .card {
  justify-content: flex-end;
}
.cid-uQ55Fdud6J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-uQ55Fdud6J .content-wrapper {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ55Fdud6J .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uQ55Fdud6J .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uQ55Fdud6J .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-uQ55Fdud6J .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uQ55Fdud6J .mbr-section-title {
  color: #0288d1;
}
.cid-uQ55Fdud6J .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-text {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-list-title {
  color: #6f6f6f;
}
.cid-uQ55Fdud6J .list {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-contact {
  color: #000000;
}
.cid-uQ4O8T51vs {
  background-color: transparent;
}
.cid-uQ4O8T51vs .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-uQ4O8T51vs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-uQ4O8T51vs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ4O8T51vs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ4O8T51vs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ4O8T51vs .menu_box .navbar.opened,
  .cid-uQ4O8T51vs .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ4O8T51vs .navbar-dropdown {
  position: relative !important;
}
.cid-uQ4O8T51vs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ4O8T51vs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ4O8T51vs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ4O8T51vs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ4O8T51vs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ4O8T51vs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uQ4O8T51vs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ4O8T51vs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ4O8T51vs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ4O8T51vs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ4O8T51vs .offcanvas-body .mbr-text,
  .cid-uQ4O8T51vs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ4O8T51vs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ4O8T51vs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ4O8T51vs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uQ4O8T51vs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ4O8T51vs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ4O8T51vs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ4O8T51vs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ4O8T51vs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ4O8T51vs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ4O8T51vs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ4O8T51vs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ4O8T51vs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ4O8T51vs .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ4O8T51vs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uQ4O8T51vs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ4O8T51vs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQ4O8T51vs .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ4O8T51vs .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ4O8T51vs .nav-item .nav-link:hover,
.cid-uQ4O8T51vs .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-uQ4O8T51vs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ4O8T51vs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ4O8T51vs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ4O8T51vs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ4O8T51vs .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-uQ4O8T51vs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ4O8T51vs .offcanvas_box {
    display: none;
  }
}
.cid-uQ4O8T51vs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ4O8T51vs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ4O8T51vs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ4O8T51vs .container {
  display: flex;
  margin: auto;
}
.cid-uQ4O8T51vs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ4O8T51vs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ4O8T51vs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ4O8T51vs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ4O8T51vs .navbar-nav {
    margin: 0;
  }
}
.cid-uQ4O8T51vs .dropdown-menu,
.cid-uQ4O8T51vs .navbar.opened {
  background-color: true !important;
}
.cid-uQ4O8T51vs .nav-item:focus,
.cid-uQ4O8T51vs .nav-link:focus {
  outline: none;
}
.cid-uQ4O8T51vs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4O8T51vs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4O8T51vs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4O8T51vs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4O8T51vs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4O8T51vs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4O8T51vs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ4O8T51vs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ4O8T51vs .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4O8T51vs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ4O8T51vs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQ4O8T51vs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ4O8T51vs .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4O8T51vs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4O8T51vs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ4O8T51vs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4O8T51vs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4O8T51vs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4O8T51vs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ4O8T51vs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ4O8T51vs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ4O8T51vs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ4O8T51vs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4O8T51vs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4O8T51vs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ4O8T51vs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4O8T51vs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ4O8T51vs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ4O8T51vs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ4O8T51vs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ4O8T51vs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ4O8T51vs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ4O8T51vs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4O8T51vs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ4O8T51vs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ4O8T51vs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ4O8T51vs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ4O8T51vs .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-uQ4O8T51vs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQ4O8T51vs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4O8T51vs .dropdown-item.active,
.cid-uQ4O8T51vs .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4O8T51vs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ4O8T51vs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4O8T51vs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4O8T51vs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ4O8T51vs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ4O8T51vs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ4O8T51vs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uQ4O8T51vs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ4O8T51vs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4O8T51vs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4O8T51vs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4O8T51vs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4O8T51vs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4O8T51vs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4O8T51vs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4O8T51vs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4O8T51vs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ4O8T51vs .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-uQ4O8T51vs .navbar {
    height: 70px;
  }
  .cid-uQ4O8T51vs .navbar.opened {
    height: auto;
  }
  .cid-uQ4O8T51vs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4O8T51vs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ4O8T51vs .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQ4O8T51vs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ4O8T51vs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ4O8T51vs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uQ4O8T51vs .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-uQ4O8T51vs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ4O8T51vs .text_widget {
  margin-bottom: 32px;
}
.cid-uQ4O8T51vs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ4O8T51vs .text_widget a:hover,
.cid-uQ4O8T51vs .text_widget a:focus {
  opacity: .8;
}
.cid-uQ4O8T51vs .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uQ4O8T51vs .navbar-caption {
  color: #000000;
}
.cid-uQ4O8T51vs .mbr-text {
  color: #6f6f6f;
}
.cid-uQ4O8T51vs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ4O8TzgRS {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ4O8TzgRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4O8TzgRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4O8TzgRS .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uQ4O8TzgRS .row {
  flex-direction: row-reverse;
}
.cid-uQ4O8TzgRS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ4O8TzgRS .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uQ4O8TzgRS .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uQ4O8TzgRS .text-wrapper {
    text-align: center;
  }
}
.cid-uQ4O8TzgRS .mbr-text,
.cid-uQ4O8TzgRS .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ4O8TzgRS .mbr-menu,
.cid-uQ4O8TzgRS .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ4O8TzgRS .mbr-desc,
.cid-uQ4O8TzgRS .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ4O8TP1x2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uQ4O8TP1x2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ4O8TP1x2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4O8TP1x2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4O8TP1x2 .container {
    padding: 0 16px;
  }
}
.cid-uQ4O8TP1x2 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQ4O8TP1x2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQ4O8TP1x2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ4O8TP1x2 .mbr-section-title {
  color: #f1634f;
}
.cid-uQ4O8TP1x2 .mbr-text {
  color: #000000;
}
.cid-uQ4O8Uavh6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uQ4O8Uavh6::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ4O8Uavh6::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #4fc3f7 -10%, transparent 80%);
}
.cid-uQ4O8Uavh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4O8Uavh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4O8Uavh6 .container {
    padding: 0 16px;
  }
}
.cid-uQ4O8Uavh6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uQ4O8Uavh6 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uQ4O8Uavh6 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uQ4O8Uavh6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ4O8Uavh6 .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQ4O8Uavh6 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ4O8Uavh6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ4O8Uavh6 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uQ4O8Uavh6 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ4O8Uavh6 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ4O8Uavh6 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ4O8Uavh6 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ4O8Uavh6 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uQ4O8Uavh6 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uQ4O8Uavh6 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uQ4O8Uavh6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ4O8Uavh6 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uQ4O8Uavh6 .mbr-section-title {
  color: #000000;
}
.cid-uQ4O8Uavh6 .mbr-text,
.cid-uQ4O8Uavh6 .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQ4O8Uavh6 .item-title {
  color: #000000;
}
.cid-uQ4O8Uavh6 .item-text {
  color: #6f6f6f;
  text-align: left;
}
.cid-uQ4O8Uavh6 .mbr-section-title,
.cid-uQ4O8Uavh6 .mbr-section-btn {
  text-align: center;
}
.cid-uQ4SCrEtLa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uQ4SCrEtLa::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ4SCrEtLa::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #4fc3f7 -10%, transparent 80%);
}
.cid-uQ4SCrEtLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4SCrEtLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4SCrEtLa .container {
    padding: 0 16px;
  }
}
.cid-uQ4SCrEtLa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uQ4SCrEtLa .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uQ4SCrEtLa .content-wrapper {
  margin-bottom: 80px;
}
.cid-uQ4SCrEtLa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ4SCrEtLa .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQ4SCrEtLa .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ4SCrEtLa .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ4SCrEtLa .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uQ4SCrEtLa .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ4SCrEtLa .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ4SCrEtLa .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ4SCrEtLa .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ4SCrEtLa .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uQ4SCrEtLa .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uQ4SCrEtLa .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uQ4SCrEtLa .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ4SCrEtLa .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uQ4SCrEtLa .mbr-section-title {
  color: #000000;
}
.cid-uQ4SCrEtLa .mbr-text,
.cid-uQ4SCrEtLa .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQ4SCrEtLa .item-title {
  color: #000000;
}
.cid-uQ4SCrEtLa .item-text {
  color: #6f6f6f;
  text-align: left;
}
.cid-uQ4SCrEtLa .mbr-section-title,
.cid-uQ4SCrEtLa .mbr-section-btn {
  text-align: center;
}
.cid-uQ4O8UtsDs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uQ4O8UtsDs .mbr-text,
.cid-uQ4O8UtsDs .mbr-section-subtitle {
  color: #767676;
}
.cid-uQ4O8UtsDs .card-title {
  color: #66458e;
}
.cid-uQ4O8UtsDs .card .card-img span {
  color: #0288d1;
  font-size: 60px;
  background: linear-gradient(45deg, #0288d1, #0288d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uQ4O8UtsDs .mbr-section-subtitle,
  .cid-uQ4O8UtsDs .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ4O8UtsDs .card .card-img span {
    background: none;
  }
}
.cid-uQ4O8UtsDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4O8UtsDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4O8UtsDs .card-title,
.cid-uQ4O8UtsDs .card-img {
  color: #0288d1;
}
.cid-uQ4O8UtsDs .mbr-section-title {
  color: #29b6f6;
}
.cid-uQ4O8UOXTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ4O8UOXTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4O8UOXTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4O8UOXTS .container {
    padding: 0 16px;
  }
}
.cid-uQ4O8UOXTS .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uQ4O8UOXTS .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uQ4O8UOXTS .row .card {
  justify-content: flex-end;
}
.cid-uQ4O8UOXTS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ4O8UOXTS .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-uQ4O8UOXTS .content-wrapper {
  margin-bottom: 24px;
}
.cid-uQ4O8UOXTS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQ4O8UOXTS .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uQ4O8UOXTS .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uQ4O8UOXTS .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ4O8UOXTS .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uQ4O8UOXTS .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uQ4O8UOXTS .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQ4O8UOXTS .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uQ4O8UOXTS .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uQ4O8UOXTS .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ4O8UOXTS .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQ4O8UOXTS .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ4O8UOXTS .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQ4O8UOXTS .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-uQ4O8UOXTS .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uQ4O8UOXTS .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQ4O8UOXTS .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQ4O8UOXTS .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQ4O8UOXTS .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQ4O8UOXTS .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-uQ4O8UOXTS .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-uQ4O8UOXTS .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQ4O8UOXTS .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uQ4O8UOXTS .mbr-section-title {
  color: #0288d1;
}
.cid-uQ4O8UOXTS .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ4O8UOXTS .mbr-text {
  color: #000000;
}
.cid-uQ4O8UOXTS .mbr-list-title {
  color: #6f6f6f;
}
.cid-uQ4O8UOXTS .list {
  color: #000000;
}
.cid-uQ4O8UOXTS .mbr-contact {
  color: #000000;
}
.cid-uQ4UN6m2MB {
  background-color: transparent;
}
.cid-uQ4UN6m2MB .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-uQ4UN6m2MB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-uQ4UN6m2MB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ4UN6m2MB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ4UN6m2MB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ4UN6m2MB .menu_box .navbar.opened,
  .cid-uQ4UN6m2MB .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ4UN6m2MB .navbar-dropdown {
  position: relative !important;
}
.cid-uQ4UN6m2MB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ4UN6m2MB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ4UN6m2MB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ4UN6m2MB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ4UN6m2MB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ4UN6m2MB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uQ4UN6m2MB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ4UN6m2MB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ4UN6m2MB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ4UN6m2MB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ4UN6m2MB .offcanvas-body .mbr-text,
  .cid-uQ4UN6m2MB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ4UN6m2MB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ4UN6m2MB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ4UN6m2MB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uQ4UN6m2MB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ4UN6m2MB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ4UN6m2MB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ4UN6m2MB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ4UN6m2MB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ4UN6m2MB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ4UN6m2MB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ4UN6m2MB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ4UN6m2MB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ4UN6m2MB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ4UN6m2MB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uQ4UN6m2MB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ4UN6m2MB .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQ4UN6m2MB .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ4UN6m2MB .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ4UN6m2MB .nav-item .nav-link:hover,
.cid-uQ4UN6m2MB .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-uQ4UN6m2MB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ4UN6m2MB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ4UN6m2MB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ4UN6m2MB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ4UN6m2MB .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-uQ4UN6m2MB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ4UN6m2MB .offcanvas_box {
    display: none;
  }
}
.cid-uQ4UN6m2MB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ4UN6m2MB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ4UN6m2MB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ4UN6m2MB .container {
  display: flex;
  margin: auto;
}
.cid-uQ4UN6m2MB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ4UN6m2MB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ4UN6m2MB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ4UN6m2MB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ4UN6m2MB .navbar-nav {
    margin: 0;
  }
}
.cid-uQ4UN6m2MB .dropdown-menu,
.cid-uQ4UN6m2MB .navbar.opened {
  background-color: true !important;
}
.cid-uQ4UN6m2MB .nav-item:focus,
.cid-uQ4UN6m2MB .nav-link:focus {
  outline: none;
}
.cid-uQ4UN6m2MB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4UN6m2MB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4UN6m2MB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4UN6m2MB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4UN6m2MB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4UN6m2MB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4UN6m2MB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ4UN6m2MB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ4UN6m2MB .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4UN6m2MB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ4UN6m2MB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQ4UN6m2MB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ4UN6m2MB .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4UN6m2MB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4UN6m2MB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ4UN6m2MB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4UN6m2MB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4UN6m2MB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4UN6m2MB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ4UN6m2MB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ4UN6m2MB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ4UN6m2MB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ4UN6m2MB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4UN6m2MB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4UN6m2MB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ4UN6m2MB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4UN6m2MB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ4UN6m2MB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ4UN6m2MB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ4UN6m2MB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ4UN6m2MB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ4UN6m2MB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ4UN6m2MB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4UN6m2MB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ4UN6m2MB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ4UN6m2MB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ4UN6m2MB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ4UN6m2MB .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-uQ4UN6m2MB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQ4UN6m2MB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4UN6m2MB .dropdown-item.active,
.cid-uQ4UN6m2MB .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4UN6m2MB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ4UN6m2MB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4UN6m2MB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4UN6m2MB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ4UN6m2MB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ4UN6m2MB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ4UN6m2MB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uQ4UN6m2MB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ4UN6m2MB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4UN6m2MB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4UN6m2MB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4UN6m2MB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4UN6m2MB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4UN6m2MB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4UN6m2MB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4UN6m2MB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4UN6m2MB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ4UN6m2MB .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-uQ4UN6m2MB .navbar {
    height: 70px;
  }
  .cid-uQ4UN6m2MB .navbar.opened {
    height: auto;
  }
  .cid-uQ4UN6m2MB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4UN6m2MB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ4UN6m2MB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQ4UN6m2MB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ4UN6m2MB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ4UN6m2MB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uQ4UN6m2MB .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-uQ4UN6m2MB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ4UN6m2MB .text_widget {
  margin-bottom: 32px;
}
.cid-uQ4UN6m2MB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ4UN6m2MB .text_widget a:hover,
.cid-uQ4UN6m2MB .text_widget a:focus {
  opacity: .8;
}
.cid-uQ4UN6m2MB .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uQ4UN6m2MB .navbar-caption {
  color: #000000;
}
.cid-uQ4UN6m2MB .mbr-text {
  color: #6f6f6f;
}
.cid-uQ4UN6m2MB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ53PVEvfY {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uQ53PVEvfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ53PVEvfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ53PVEvfY .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uQ53PVEvfY .row {
  flex-direction: row-reverse;
}
.cid-uQ53PVEvfY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ53PVEvfY .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uQ53PVEvfY .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uQ53PVEvfY .text-wrapper {
    text-align: center;
  }
}
.cid-uQ53PVEvfY .mbr-text,
.cid-uQ53PVEvfY .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ53PVEvfY .mbr-menu,
.cid-uQ53PVEvfY .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ53PVEvfY .mbr-desc,
.cid-uQ53PVEvfY .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ4UN78egb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uQ4UN78egb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ4UN78egb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4UN78egb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4UN78egb .container {
    padding: 0 16px;
  }
}
.cid-uQ4UN78egb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQ4UN78egb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQ4UN78egb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ4UN78egb .mbr-section-title {
  color: #f1634f;
}
.cid-uQ4UN78egb .mbr-text {
  color: #000000;
}
.cid-uQ4UN7mVff {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uQ4UN7mVff::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ4UN7mVff::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #4fc3f7 -10%, transparent 80%);
}
.cid-uQ4UN7mVff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4UN7mVff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4UN7mVff .container {
    padding: 0 16px;
  }
}
.cid-uQ4UN7mVff .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uQ4UN7mVff .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uQ4UN7mVff .content-wrapper {
  margin-bottom: 80px;
}
.cid-uQ4UN7mVff .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ4UN7mVff .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQ4UN7mVff .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ4UN7mVff .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ4UN7mVff .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uQ4UN7mVff .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ4UN7mVff .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ4UN7mVff .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ4UN7mVff .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ4UN7mVff .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uQ4UN7mVff .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uQ4UN7mVff .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uQ4UN7mVff .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ4UN7mVff .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uQ4UN7mVff .mbr-section-title {
  color: #000000;
}
.cid-uQ4UN7mVff .mbr-text,
.cid-uQ4UN7mVff .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQ4UN7mVff .item-title {
  color: #000000;
}
.cid-uQ4UN7mVff .item-text {
  color: #6f6f6f;
}
.cid-uQ4UN7mVff .mbr-section-title,
.cid-uQ4UN7mVff .mbr-section-btn {
  text-align: center;
}
.cid-uQ4UN7Jozc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uQ4UN7Jozc .mbr-text,
.cid-uQ4UN7Jozc .mbr-section-subtitle {
  color: #767676;
}
.cid-uQ4UN7Jozc .card-title {
  color: #66458e;
}
.cid-uQ4UN7Jozc .card .card-img span {
  color: #0288d1;
  font-size: 60px;
  background: linear-gradient(45deg, #0288d1, #0288d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uQ4UN7Jozc .mbr-section-subtitle,
  .cid-uQ4UN7Jozc .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ4UN7Jozc .card .card-img span {
    background: none;
  }
}
.cid-uQ4UN7Jozc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4UN7Jozc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4UN7Jozc .card-title,
.cid-uQ4UN7Jozc .card-img {
  color: #0288d1;
}
.cid-uQ4UN7Jozc .mbr-section-title {
  color: #29b6f6;
}
.cid-uQ4UN879d1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uQ4UN879d1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4UN879d1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4UN879d1 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uQ4UN879d1 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uQ4UN879d1 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQ4UN879d1 .item {
    margin-bottom: 20px;
  }
}
.cid-uQ4UN879d1 .item:hover .item-wrapper .item-img img,
.cid-uQ4UN879d1 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uQ4UN879d1 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #fafafa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ4UN879d1 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uQ4UN879d1 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ4UN879d1 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uQ4UN879d1 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQ4UN879d1 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQ4UN879d1 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uQ4UN879d1 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #4fc3f7;
}
.cid-uQ4UN879d1 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ4UN879d1 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uQ4UN879d1 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uQ4UN879d1 .mbr-label {
  color: #19171c;
}
.cid-uQ4UN879d1 .item-text {
  color: #6e6e73;
}
.cid-uQ4UN8o7XW {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ4UN8o7XW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4UN8o7XW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4UN8o7XW .container {
    padding: 0 16px;
  }
}
.cid-uQ4UN8o7XW .row {
  justify-content: center;
}
.cid-uQ4UN8o7XW .content-wrapper {
  position: relative;
}
.cid-uQ4UN8o7XW .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ4UN8o7XW .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ4UN8o7XW .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uQ4UN8o7XW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ4UN8o7XW .content-wrapper .mbr-text span {
  color: #0288d1;
}
.cid-uQ4UN8o7XW .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ4UN8o7XW .mbr-text {
  color: #000000;
}
.cid-uQ4UN8o7XW .mbr-text,
.cid-uQ4UN8o7XW .icon-wrapper {
  text-align: center;
  color: #0288d1;
}
.cid-uQ4UN8GNz2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-uQ4UN8GNz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4UN8GNz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4UN8GNz2 .row {
  margin: 0 -8px;
}
.cid-uQ4UN8GNz2 .row .card {
  padding: 0 8px;
}
.cid-uQ4UN8GNz2 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ4UN8GNz2 .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uQ4UN8GNz2 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQ4UN8GNz2 .card-wrapper {
  background-color: #e1f6ff;
}
.cid-uQ4UN8GNz2 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 75px 64px;
}
@media (max-width: 1440px) {
  .cid-uQ4UN8GNz2 .card-wrapper .card-wrap {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ4UN8GNz2 .card-wrapper .card-wrap {
    padding: 24px;
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ4UN8GNz2 .card-wrapper .card-wrap .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQ4UN8GNz2 .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
  background-color: #d2d2d2;
  color: #2c2c26;
  transition: all 0.3s ease-in-out;
}
.cid-uQ4UN8GNz2 .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:hover,
.cid-uQ4UN8GNz2 .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:focus {
  background-color: #2c2c26;
  color: #ffffff;
}
.cid-uQ4UN8GNz2 .card-wrapper .card-wrap .mbr-section-btn {
  width: auto;
}
.cid-uQ4UN8GNz2 .card-wrapper .card-wrap .mbr-section-btn .btn {
  padding: 16px 30px;
  width: auto;
  margin-bottom: 0;
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .image-wrap {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uQ4UN8GNz2 .card-wrapper .content-wrap .image-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ4UN8GNz2 .card-wrapper .content-wrap .image-wrap {
    padding: 0 12px;
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ4UN8GNz2 .card-wrapper .content-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  padding: 48px;
  position: relative;
  margin: 0 16px 24px;
  overflow: hidden;
  margin-top: -4rem;
}
@media (max-width: 1440px) {
  .cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper {
    padding: 24px;
    margin: 0 12px 24px;
  }
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper .item {
  position: relative;
  z-index: 1;
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap {
  padding-top: 8px;
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  background-color: #2c2c26;
  color: #0288d1;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
    margin-right: 16px;
  }
}
.cid-uQ4UN8GNz2 .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uQ4UN8GNz2 .card-title {
  color: #2c2c26;
}
.cid-uQ4UN95DPV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ4UN95DPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4UN95DPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ4UN95DPV .container {
    padding: 0 16px;
  }
}
.cid-uQ4UN95DPV .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uQ4UN95DPV .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uQ4UN95DPV .row .card {
  justify-content: flex-end;
}
.cid-uQ4UN95DPV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ4UN95DPV .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-uQ4UN95DPV .content-wrapper {
  margin-bottom: 24px;
}
.cid-uQ4UN95DPV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQ4UN95DPV .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uQ4UN95DPV .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uQ4UN95DPV .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ4UN95DPV .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uQ4UN95DPV .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uQ4UN95DPV .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQ4UN95DPV .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uQ4UN95DPV .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uQ4UN95DPV .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ4UN95DPV .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQ4UN95DPV .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ4UN95DPV .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQ4UN95DPV .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-uQ4UN95DPV .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uQ4UN95DPV .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQ4UN95DPV .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQ4UN95DPV .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQ4UN95DPV .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQ4UN95DPV .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-uQ4UN95DPV .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-uQ4UN95DPV .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQ4UN95DPV .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uQ4UN95DPV .mbr-section-title {
  color: #0288d1;
}
.cid-uQ4UN95DPV .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ4UN95DPV .mbr-text {
  color: #000000;
}
.cid-uQ4UN95DPV .mbr-list-title {
  color: #6f6f6f;
}
.cid-uQ4UN95DPV .list {
  color: #000000;
}
.cid-uQ4UN95DPV .mbr-contact {
  color: #000000;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: true !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPYxHkFEKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/healthcare-technology-1920x1080.png");
}
.cid-uPYxHkFEKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYxHkFEKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYxHkFEKT .row {
  margin: 0 -8px;
}
.cid-uPYxHkFEKT .row .card {
  padding: 0 8px;
}
.cid-uPYxHkFEKT .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPYxHkFEKT .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPYxHkFEKT .card-wrapper {
    padding: 24px;
  }
}
.cid-uPYxHkFEKT .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPYxHkFEKT .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1f6ff;
  opacity: .6;
}
.cid-uPYxHkFEKT .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPYxHkFEKT .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPYxHkFEKT .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPYxHkFEKT .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPYxHkFEKT .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPYxHkFEKT .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPYxHkFEKT .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPYxHkFEKT .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPYxHkFEKT .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPYxHkFEKT .mbr-text,
.cid-uPYxHkFEKT .text-wrapper {
  color: #63635d;
  text-align: left;
}
.cid-uPYxHkFEKT .mbr-section-title,
.cid-uPYxHkFEKT .mbr-section-btn {
  text-align: left;
}
.cid-uPYxRvmKoj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uPYxRvmKoj::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uPYxRvmKoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYxRvmKoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPYxRvmKoj .container {
    padding: 0 16px;
  }
}
.cid-uPYxRvmKoj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPYxRvmKoj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPYxRvmKoj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPYxRvmKoj .mbr-section-title {
  color: #f1634f;
}
.cid-uPYxRvmKoj .mbr-text {
  color: #000000;
}
.cid-uPYxJMmBRg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e1f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uPYxJMmBRg::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uPYxJMmBRg::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #4fc3f7 -10%, transparent 80%);
}
.cid-uPYxJMmBRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYxJMmBRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPYxJMmBRg .container {
    padding: 0 16px;
  }
}
.cid-uPYxJMmBRg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uPYxJMmBRg .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uPYxJMmBRg .content-wrapper {
  margin-bottom: 80px;
}
.cid-uPYxJMmBRg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPYxJMmBRg .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uPYxJMmBRg .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPYxJMmBRg .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPYxJMmBRg .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uPYxJMmBRg .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPYxJMmBRg .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPYxJMmBRg .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPYxJMmBRg .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPYxJMmBRg .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uPYxJMmBRg .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uPYxJMmBRg .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uPYxJMmBRg .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPYxJMmBRg .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uPYxJMmBRg .mbr-section-title {
  color: #000000;
}
.cid-uPYxJMmBRg .mbr-text,
.cid-uPYxJMmBRg .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uPYxJMmBRg .item-title {
  color: #000000;
}
.cid-uPYxJMmBRg .item-text {
  color: #6f6f6f;
}
.cid-uPYxJMmBRg .mbr-section-title,
.cid-uPYxJMmBRg .mbr-section-btn {
  text-align: center;
}
.cid-uPYzcBarvc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uPYzcBarvc .mbr-text,
.cid-uPYzcBarvc .mbr-section-subtitle {
  color: #767676;
}
.cid-uPYzcBarvc .card-title {
  color: #66458e;
}
.cid-uPYzcBarvc .card .card-img span {
  color: #0288d1;
  font-size: 60px;
  background: linear-gradient(45deg, #0288d1, #0288d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uPYzcBarvc .mbr-section-subtitle,
  .cid-uPYzcBarvc .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPYzcBarvc .card .card-img span {
    background: none;
  }
}
.cid-uPYzcBarvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYzcBarvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYzcBarvc .card-title,
.cid-uPYzcBarvc .card-img {
  color: #0288d1;
}
.cid-uPYzcBarvc .mbr-section-title {
  color: #29b6f6;
}
.cid-uPYBq4vtGe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uPYBq4vtGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYBq4vtGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYBq4vtGe .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uPYBq4vtGe .items-wrapper .item {
  padding: 0 10px;
}
.cid-uPYBq4vtGe .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPYBq4vtGe .item {
    margin-bottom: 20px;
  }
}
.cid-uPYBq4vtGe .item:hover .item-wrapper .item-img img,
.cid-uPYBq4vtGe .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uPYBq4vtGe .item .item-wrapper {
  padding: 80px 60px;
  background-color: #fafafa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPYBq4vtGe .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uPYBq4vtGe .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPYBq4vtGe .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uPYBq4vtGe .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uPYBq4vtGe .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPYBq4vtGe .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uPYBq4vtGe .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #4fc3f7;
}
.cid-uPYBq4vtGe .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPYBq4vtGe .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPYBq4vtGe .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uPYBq4vtGe .mbr-label {
  color: #19171c;
}
.cid-uPYBq4vtGe .item-text {
  color: #6e6e73;
}
.cid-uPYBq4vtGe .mbr-label,
.cid-uPYBq4vtGe .mbr-section-btn,
.cid-uPYBq4vtGe .label-wrapper {
  text-align: left;
}
.cid-uPYYcuECC7 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uPYYcuECC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYYcuECC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPYYcuECC7 .container {
    padding: 0 16px;
  }
}
.cid-uPYYcuECC7 .row {
  justify-content: center;
}
.cid-uPYYcuECC7 .content-wrapper {
  position: relative;
}
.cid-uPYYcuECC7 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPYYcuECC7 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPYYcuECC7 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uPYYcuECC7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPYYcuECC7 .content-wrapper .mbr-text span {
  color: #0288d1;
}
.cid-uPYYcuECC7 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #0288d1 -10%, transparent 70%);
}
.cid-uPYYcuECC7 .mbr-text {
  color: #000000;
}
.cid-uPYYcuECC7 .mbr-text,
.cid-uPYYcuECC7 .icon-wrapper {
  text-align: center;
  color: #0288d1;
}
.cid-uPYynU2AJz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-uPYynU2AJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYynU2AJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYynU2AJz .row {
  margin: 0 -8px;
}
.cid-uPYynU2AJz .row .card {
  padding: 0 8px;
}
.cid-uPYynU2AJz .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPYynU2AJz .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uPYynU2AJz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPYynU2AJz .card-wrapper {
  background-color: #e1f6ff;
}
.cid-uPYynU2AJz .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 75px 64px;
}
@media (max-width: 1440px) {
  .cid-uPYynU2AJz .card-wrapper .card-wrap {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPYynU2AJz .card-wrapper .card-wrap {
    padding: 24px;
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPYynU2AJz .card-wrapper .card-wrap .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uPYynU2AJz .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
  background-color: #d2d2d2;
  color: #2c2c26;
  transition: all 0.3s ease-in-out;
}
.cid-uPYynU2AJz .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:hover,
.cid-uPYynU2AJz .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:focus {
  background-color: #2c2c26;
  color: #ffffff;
}
.cid-uPYynU2AJz .card-wrapper .card-wrap .mbr-section-btn {
  width: auto;
}
.cid-uPYynU2AJz .card-wrapper .card-wrap .mbr-section-btn .btn {
  padding: 16px 30px;
  width: auto;
  margin-bottom: 0;
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .image-wrap {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPYynU2AJz .card-wrapper .content-wrap .image-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPYynU2AJz .card-wrapper .content-wrap .image-wrap {
    padding: 0 12px;
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPYynU2AJz .card-wrapper .content-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  padding: 48px;
  position: relative;
  margin: 0 16px 24px;
  overflow: hidden;
  margin-top: -4rem;
}
@media (max-width: 1440px) {
  .cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper {
    padding: 24px;
    margin: 0 12px 24px;
  }
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper .item {
  position: relative;
  z-index: 1;
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap {
  padding-top: 8px;
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  background-color: #2c2c26;
  color: #0288d1;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
    margin-right: 16px;
  }
}
.cid-uPYynU2AJz .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uPYynU2AJz .card-title {
  color: #2c2c26;
}
.cid-u2KS8qdQss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-u2KS8qdQss .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KS8qdQss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .container {
    padding: 0 16px;
  }
}
.cid-u2KS8qdQss .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-u2KS8qdQss .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-u2KS8qdQss .row .card {
  justify-content: flex-end;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-u2KS8qdQss .content-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u2KS8qdQss .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2KS8qdQss .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u2KS8qdQss .mbr-section-title {
  color: #0288d1;
}
.cid-u2KS8qdQss .mbr-section-subtitle {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-text {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-list-title {
  color: #6f6f6f;
}
.cid-u2KS8qdQss .list {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-contact {
  color: #000000;
}
.cid-uQ55F3TM0V {
  background-color: transparent;
}
.cid-uQ55F3TM0V .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-uQ55F3TM0V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-uQ55F3TM0V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ55F3TM0V .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ55F3TM0V .menu_box .navbar.opened,
  .cid-uQ55F3TM0V .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ55F3TM0V .navbar-dropdown {
  position: relative !important;
}
.cid-uQ55F3TM0V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ55F3TM0V .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ55F3TM0V .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uQ55F3TM0V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ55F3TM0V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ55F3TM0V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ55F3TM0V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ55F3TM0V .offcanvas-body .mbr-text,
  .cid-uQ55F3TM0V .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ55F3TM0V .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ55F3TM0V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ55F3TM0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ55F3TM0V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ55F3TM0V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ55F3TM0V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ55F3TM0V .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ55F3TM0V .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uQ55F3TM0V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ55F3TM0V .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ55F3TM0V .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ55F3TM0V .nav-item .nav-link:hover,
.cid-uQ55F3TM0V .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-uQ55F3TM0V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ55F3TM0V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ55F3TM0V .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-uQ55F3TM0V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ55F3TM0V .offcanvas_box {
    display: none;
  }
}
.cid-uQ55F3TM0V .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ55F3TM0V .container {
  display: flex;
  margin: auto;
}
.cid-uQ55F3TM0V .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ55F3TM0V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ55F3TM0V .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ55F3TM0V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .navbar-nav {
    margin: 0;
  }
}
.cid-uQ55F3TM0V .dropdown-menu,
.cid-uQ55F3TM0V .navbar.opened {
  background-color: true !important;
}
.cid-uQ55F3TM0V .nav-item:focus,
.cid-uQ55F3TM0V .nav-link:focus {
  outline: none;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ55F3TM0V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ55F3TM0V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ55F3TM0V .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ55F3TM0V .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ55F3TM0V .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ55F3TM0V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ55F3TM0V .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQ55F3TM0V .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ55F3TM0V .navbar.collapsed {
  justify-content: center;
}
.cid-uQ55F3TM0V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ55F3TM0V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ55F3TM0V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ55F3TM0V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ55F3TM0V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ55F3TM0V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ55F3TM0V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ55F3TM0V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ55F3TM0V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ55F3TM0V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ55F3TM0V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ55F3TM0V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ55F3TM0V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ55F3TM0V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ55F3TM0V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ55F3TM0V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ55F3TM0V .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-uQ55F3TM0V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQ55F3TM0V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ55F3TM0V .dropdown-item.active,
.cid-uQ55F3TM0V .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ55F3TM0V .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ55F3TM0V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ55F3TM0V ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ55F3TM0V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ55F3TM0V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ55F3TM0V .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-uQ55F3TM0V .navbar {
    height: 70px;
  }
  .cid-uQ55F3TM0V .navbar.opened {
    height: auto;
  }
  .cid-uQ55F3TM0V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ55F3TM0V .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ55F3TM0V .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQ55F3TM0V .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ55F3TM0V .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ55F3TM0V .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uQ55F3TM0V .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ55F3TM0V .text_widget {
  margin-bottom: 32px;
}
.cid-uQ55F3TM0V .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ55F3TM0V .text_widget a:hover,
.cid-uQ55F3TM0V .text_widget a:focus {
  opacity: .8;
}
.cid-uQ55F3TM0V .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uQ55F3TM0V .navbar-caption {
  color: #000000;
}
.cid-uQ55F3TM0V .mbr-text {
  color: #6f6f6f;
}
.cid-uQ55F3TM0V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ5I8CqCq6 {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uQ5I8CqCq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5I8CqCq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5I8CqCq6 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uQ5I8CqCq6 .row {
  flex-direction: row-reverse;
}
.cid-uQ5I8CqCq6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ5I8CqCq6 .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uQ5I8CqCq6 .mbr-section-title {
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uQ5I8CqCq6 .text-wrapper {
    text-align: center;
  }
}
.cid-uQ5I8CqCq6 .mbr-text,
.cid-uQ5I8CqCq6 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ5I8CqCq6 .mbr-menu,
.cid-uQ5I8CqCq6 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ5I8CqCq6 .mbr-desc,
.cid-uQ5I8CqCq6 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uQ5M4FCRWb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uQ5M4FCRWb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ5M4FCRWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5M4FCRWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ5M4FCRWb .container {
    padding: 0 16px;
  }
}
.cid-uQ5M4FCRWb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQ5M4FCRWb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQ5M4FCRWb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ5M4FCRWb .mbr-section-title {
  color: #0288d1;
}
.cid-uQ5M4FCRWb .mbr-text {
  color: #000000;
}
.cid-uQ5Hymq2iW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-uQ5Hymq2iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5Hymq2iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ5Hymq2iW .container {
    padding: 0 16px;
  }
}
.cid-uQ5Hymq2iW .row {
  position: relative;
}
.cid-uQ5Hymq2iW .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQ5Hymq2iW .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQ5Hymq2iW .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ5Hymq2iW .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #29b6f6 !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #4fc3f7 !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #0288d1 !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uQ5Hymq2iW .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uQ5Hymq2iW .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uQ5Hymq2iW .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ5Hymq2iW .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQ5Hymq2iW .items-wrapper {
    margin-left: 0;
  }
}
.cid-uQ5Hymq2iW .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ5Hymq2iW .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ5Hymq2iW .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ5Hymq2iW .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uQ5Hymq2iW .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ5Hymq2iW .mbr-section-title {
  color: #000000;
}
.cid-uQ5Hymq2iW .mbr-text {
  color: #6f6f6f;
}
.cid-uQ5Hymq2iW .item-title {
  color: #000000;
}
.cid-uQ5Hymq2iW .item-text {
  color: #000000;
}
.cid-uQ5HQ0tIKl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-uQ5HQ0tIKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HQ0tIKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5HQ0tIKl .row {
  margin: 0 -8px;
}
.cid-uQ5HQ0tIKl .row .card {
  padding: 0 8px;
}
.cid-uQ5HQ0tIKl .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ5HQ0tIKl .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uQ5HQ0tIKl .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQ5HQ0tIKl .card-wrapper {
  background-color: #e1f6ff;
}
.cid-uQ5HQ0tIKl .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 75px 64px;
}
@media (max-width: 1440px) {
  .cid-uQ5HQ0tIKl .card-wrapper .card-wrap {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5HQ0tIKl .card-wrapper .card-wrap {
    padding: 24px;
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ5HQ0tIKl .card-wrapper .card-wrap .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQ5HQ0tIKl .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
  background-color: #d2d2d2;
  color: #2c2c26;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5HQ0tIKl .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:hover,
.cid-uQ5HQ0tIKl .card-wrapper .card-wrap .iconfont-wrapper .mbr-iconfont:focus {
  background-color: #2c2c26;
  color: #ffffff;
}
.cid-uQ5HQ0tIKl .card-wrapper .card-wrap .mbr-section-btn {
  width: auto;
}
.cid-uQ5HQ0tIKl .card-wrapper .card-wrap .mbr-section-btn .btn {
  padding: 16px 30px;
  width: auto;
  margin-bottom: 0;
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .image-wrap {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uQ5HQ0tIKl .card-wrapper .content-wrap .image-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5HQ0tIKl .card-wrapper .content-wrap .image-wrap {
    padding: 0 12px;
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ5HQ0tIKl .card-wrapper .content-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  padding: 48px;
  position: relative;
  margin: 0 16px 24px;
  overflow: hidden;
  margin-top: -4rem;
}
@media (max-width: 1440px) {
  .cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper {
    padding: 24px;
    margin: 0 12px 24px;
  }
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper .item {
  position: relative;
  z-index: 1;
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap {
  padding-top: 8px;
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  background-color: #2c2c26;
  color: #0288d1;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .iconfont-wrap .mbr-iconfont {
    margin-right: 16px;
  }
}
.cid-uQ5HQ0tIKl .card-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uQ5HQ0tIKl .card-title {
  color: #2c2c26;
}
.cid-uQ55Fdud6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ55Fdud6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55Fdud6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ55Fdud6J .container {
    padding: 0 16px;
  }
}
.cid-uQ55Fdud6J .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uQ55Fdud6J .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uQ55Fdud6J .row .card {
  justify-content: flex-end;
}
.cid-uQ55Fdud6J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-uQ55Fdud6J .content-wrapper {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ55Fdud6J .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uQ55Fdud6J .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uQ55Fdud6J .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-uQ55Fdud6J .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uQ55Fdud6J .mbr-section-title {
  color: #0288d1;
}
.cid-uQ55Fdud6J .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-text {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-list-title {
  color: #6f6f6f;
}
.cid-uQ55Fdud6J .list {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-contact {
  color: #000000;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: true !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPOB3Try3u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095491;
}
.cid-uPOB3Try3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOB3Try3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPOB3Try3u .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPOB3Try3u .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPOB3Try3u .container {
    padding: 0 16px;
  }
}
.cid-uPOB3Try3u .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPOB3Try3u .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPOB3Try3u .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPOB3Try3u .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPOB3Try3u .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uPOB3Try3u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPOB3Try3u .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uPOB3Try3u .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPOB3Try3u .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uPOB3Try3u .image-wrapper img {
    height: 350px;
  }
}
.cid-uPOB3Try3u .mbr-section-title {
  color: #ffffff;
}
.cid-uPOB3Try3u .mbr-text {
  color: #ffffff;
}
.cid-uQ61a12Zln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uQ61a12Zln::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ61a12Zln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ61a12Zln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ61a12Zln .container {
    padding: 0 16px;
  }
}
.cid-uQ61a12Zln .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQ61a12Zln .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQ61a12Zln .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ61a12Zln .mbr-section-title {
  color: #0288d1;
}
.cid-uQ61a12Zln .mbr-text {
  color: #000000;
}
.cid-uQ5ZhjigOg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uQ5ZhjigOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5ZhjigOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5ZhjigOg .card {
  justify-content: flex-end;
}
.cid-uQ5ZhjigOg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5ZhjigOg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQ5ZhjigOg .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uQ5ZhjigOg .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ5ZhjigOg .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uQ5ZhjigOg .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uQ5ZhjigOg .items-wrapper .item {
  padding: 0 15px;
}
.cid-uQ5ZhjigOg .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ5ZhjigOg .item {
    margin-bottom: 15px;
  }
}
.cid-uQ5ZhjigOg .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ5ZhjigOg .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uQ5ZhjigOg .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #29b6f6;
}
.cid-uQ5ZhjigOg .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uQ5ZhjigOg .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #ffffff;
}
.cid-uQ5ZhjigOg .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uQ5ZhjigOg .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ5ZhjigOg .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all .6s ease;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ5ZhjigOg .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5ZhjigOg .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5ZhjigOg .card-title {
  color: #ffffff;
}
.cid-uQ5ZhjigOg .card-text {
  color: #e1f6ff;
}
.cid-uQ67FTIzT8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-uQ67FTIzT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ67FTIzT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ67FTIzT8 .container {
    padding: 0 16px;
  }
}
.cid-uQ67FTIzT8 .row {
  position: relative;
}
.cid-uQ67FTIzT8 .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQ67FTIzT8 .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQ67FTIzT8 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ67FTIzT8 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #29b6f6 !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #4fc3f7 !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #0288d1 !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uQ67FTIzT8 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uQ67FTIzT8 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uQ67FTIzT8 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ67FTIzT8 .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uQ67FTIzT8 .items-wrapper {
    margin-left: 0;
  }
}
.cid-uQ67FTIzT8 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ67FTIzT8 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ67FTIzT8 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ67FTIzT8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uQ67FTIzT8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ67FTIzT8 .mbr-section-title {
  color: #000000;
}
.cid-uQ67FTIzT8 .mbr-text {
  color: #6f6f6f;
}
.cid-uQ67FTIzT8 .item-title {
  color: #000000;
}
.cid-uQ67FTIzT8 .item-text {
  color: #000000;
}
.cid-uPOBlCKjMK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPOBlCKjMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOBlCKjMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPOBlCKjMK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPOBlCKjMK .items-wrapper {
  margin: 0 -15px;
}
.cid-uPOBlCKjMK .items-wrapper .card {
  padding: 0 15px;
}
.cid-uPOBlCKjMK .card-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .card-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uPOBlCKjMK .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .card-wrapper .image-wrap img {
    position: static;
    height: 300px;
  }
}
.cid-uPOBlCKjMK .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPOBlCKjMK .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uPOBlCKjMK .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uPOBlCKjMK .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cid-uPOBlCKjMK .items-wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uPOBlCKjMK .items-wrap .item {
    margin-bottom: 30px;
  }
  .cid-uPOBlCKjMK .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .items-wrap .item {
    margin-bottom: 15px;
  }
}
.cid-uPOBlCKjMK .items-wrap .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .items-wrap .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uPOBlCKjMK .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .items-wrap .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uPOBlCKjMK .items-wrap .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uPOBlCKjMK .items-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uPOBlCKjMK .items-wrap .features-image .item-wrapper {
  padding: 0;
  background-color: transparent;
}
.cid-uPOBlCKjMK .items-wrap .features-image .item-wrapper .item-img {
  height: 100%;
}
.cid-uPOBlCKjMK .items-wrap .features-image .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPOBlCKjMK .items-wrap .features-image .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPOBlCKjMK .btn-wrapper {
  margin-top: 35%;
}
.cid-uPOBlCKjMK .mbr-section-title {
  color: #000000;
}
.cid-uPOBlCKjMK .card-title {
  color: #000000;
}
.cid-uPOBlCKjMK .card-number {
  color: #000000;
}
.cid-uPOBlCKjMK .card-desc {
  color: #8a8a8a;
}
.cid-u2KS8qdQss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-u2KS8qdQss .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KS8qdQss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .container {
    padding: 0 16px;
  }
}
.cid-u2KS8qdQss .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-u2KS8qdQss .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-u2KS8qdQss .row .card {
  justify-content: flex-end;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-u2KS8qdQss .content-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u2KS8qdQss .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2KS8qdQss .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u2KS8qdQss .mbr-section-title {
  color: #0288d1;
}
.cid-u2KS8qdQss .mbr-section-subtitle {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-text {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-list-title {
  color: #6f6f6f;
}
.cid-u2KS8qdQss .list {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-contact {
  color: #000000;
}
.cid-uQ55F3TM0V {
  background-color: transparent;
}
.cid-uQ55F3TM0V .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-uQ55F3TM0V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-uQ55F3TM0V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ55F3TM0V .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ55F3TM0V .menu_box .navbar.opened,
  .cid-uQ55F3TM0V .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ55F3TM0V .navbar-dropdown {
  position: relative !important;
}
.cid-uQ55F3TM0V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ55F3TM0V .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ55F3TM0V .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uQ55F3TM0V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ55F3TM0V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ55F3TM0V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ55F3TM0V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ55F3TM0V .offcanvas-body .mbr-text,
  .cid-uQ55F3TM0V .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ55F3TM0V .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ55F3TM0V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ55F3TM0V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ55F3TM0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ55F3TM0V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ55F3TM0V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ55F3TM0V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ55F3TM0V .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ55F3TM0V .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uQ55F3TM0V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ55F3TM0V .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ55F3TM0V .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ55F3TM0V .nav-item .nav-link:hover,
.cid-uQ55F3TM0V .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-uQ55F3TM0V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ55F3TM0V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ55F3TM0V .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-uQ55F3TM0V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ55F3TM0V .offcanvas_box {
    display: none;
  }
}
.cid-uQ55F3TM0V .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ55F3TM0V .container {
  display: flex;
  margin: auto;
}
.cid-uQ55F3TM0V .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ55F3TM0V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ55F3TM0V .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ55F3TM0V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .navbar-nav {
    margin: 0;
  }
}
.cid-uQ55F3TM0V .dropdown-menu,
.cid-uQ55F3TM0V .navbar.opened {
  background-color: true !important;
}
.cid-uQ55F3TM0V .nav-item:focus,
.cid-uQ55F3TM0V .nav-link:focus {
  outline: none;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ55F3TM0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ55F3TM0V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ55F3TM0V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ55F3TM0V .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ55F3TM0V .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ55F3TM0V .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ55F3TM0V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ55F3TM0V .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQ55F3TM0V .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ55F3TM0V .navbar.collapsed {
  justify-content: center;
}
.cid-uQ55F3TM0V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ55F3TM0V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ55F3TM0V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ55F3TM0V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ55F3TM0V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ55F3TM0V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ55F3TM0V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ55F3TM0V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ55F3TM0V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ55F3TM0V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ55F3TM0V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ55F3TM0V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ55F3TM0V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ55F3TM0V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ55F3TM0V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ55F3TM0V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ55F3TM0V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ55F3TM0V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ55F3TM0V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ55F3TM0V .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-uQ55F3TM0V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQ55F3TM0V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ55F3TM0V .dropdown-item.active,
.cid-uQ55F3TM0V .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ55F3TM0V .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ55F3TM0V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ55F3TM0V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ55F3TM0V ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ55F3TM0V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ55F3TM0V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ55F3TM0V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ55F3TM0V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ55F3TM0V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ55F3TM0V .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-uQ55F3TM0V .navbar {
    height: 70px;
  }
  .cid-uQ55F3TM0V .navbar.opened {
    height: auto;
  }
  .cid-uQ55F3TM0V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ55F3TM0V .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ55F3TM0V .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQ55F3TM0V .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ55F3TM0V .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ55F3TM0V .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uQ55F3TM0V .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-uQ55F3TM0V .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ55F3TM0V .text_widget {
  margin-bottom: 32px;
}
.cid-uQ55F3TM0V .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ55F3TM0V .text_widget a:hover,
.cid-uQ55F3TM0V .text_widget a:focus {
  opacity: .8;
}
.cid-uQ55F3TM0V .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uQ55F3TM0V .navbar-caption {
  color: #000000;
}
.cid-uQ55F3TM0V .mbr-text {
  color: #6f6f6f;
}
.cid-uQ55F3TM0V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ5wxMrcFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/medical-technology-2000x1334.jpg");
}
.cid-uQ5wxMrcFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5wxMrcFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5wxMrcFx .row {
  margin: 0 -8px;
}
.cid-uQ5wxMrcFx .row .card {
  padding: 0 8px;
}
.cid-uQ5wxMrcFx .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uQ5wxMrcFx .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5wxMrcFx .card-wrapper {
    padding: 24px;
  }
}
.cid-uQ5wxMrcFx .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uQ5wxMrcFx .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1f6ff;
  opacity: .6;
}
.cid-uQ5wxMrcFx .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uQ5wxMrcFx .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uQ5wxMrcFx .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uQ5wxMrcFx .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQ5wxMrcFx .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uQ5wxMrcFx .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQ5wxMrcFx .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5wxMrcFx .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uQ5wxMrcFx .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uQ5wxMrcFx .mbr-text,
.cid-uQ5wxMrcFx .text-wrapper {
  color: #095491;
  text-align: left;
}
.cid-uQ5wxMrcFx .mbr-section-title,
.cid-uQ5wxMrcFx .mbr-section-btn {
  text-align: left;
  color: #095491;
}
.cid-uQ5DBNoNfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.cid-uQ5DBNoNfU::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ5DBNoNfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5DBNoNfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ5DBNoNfU .container {
    padding: 0 16px;
  }
}
.cid-uQ5DBNoNfU .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQ5DBNoNfU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQ5DBNoNfU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ5DBNoNfU .mbr-section-title {
  color: #0288d1;
}
.cid-uQ5DBNoNfU .mbr-text {
  color: #000000;
}
.cid-uQ5jhZ5MGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uQ5jhZ5MGQ::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ5jhZ5MGQ::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #095491 -10%, transparent 80%);
}
.cid-uQ5jhZ5MGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5jhZ5MGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ5jhZ5MGQ .container {
    padding: 0 16px;
  }
}
.cid-uQ5jhZ5MGQ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uQ5jhZ5MGQ .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uQ5jhZ5MGQ .content-wrapper {
  margin-bottom: 80px;
}
.cid-uQ5jhZ5MGQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ5jhZ5MGQ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uQ5jhZ5MGQ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ5jhZ5MGQ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ5jhZ5MGQ .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uQ5jhZ5MGQ .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ5jhZ5MGQ .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ5jhZ5MGQ .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ5jhZ5MGQ .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5jhZ5MGQ .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uQ5jhZ5MGQ .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uQ5jhZ5MGQ .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uQ5jhZ5MGQ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ5jhZ5MGQ .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uQ5jhZ5MGQ .mbr-section-title {
  color: #000000;
}
.cid-uQ5jhZ5MGQ .mbr-text,
.cid-uQ5jhZ5MGQ .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQ5jhZ5MGQ .item-title {
  color: #000000;
}
.cid-uQ5jhZ5MGQ .item-text {
  color: #6f6f6f;
}
.cid-uQ5jhZ5MGQ .mbr-section-title,
.cid-uQ5jhZ5MGQ .mbr-section-btn {
  text-align: center;
}
.cid-uQ5FmZdeqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uQ5FmZdeqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5FmZdeqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5FmZdeqM .card {
  justify-content: flex-end;
}
.cid-uQ5FmZdeqM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5FmZdeqM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQ5FmZdeqM .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uQ5FmZdeqM .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ5FmZdeqM .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uQ5FmZdeqM .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uQ5FmZdeqM .items-wrapper .item {
  padding: 0 15px;
}
.cid-uQ5FmZdeqM .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ5FmZdeqM .item {
    margin-bottom: 15px;
  }
}
.cid-uQ5FmZdeqM .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQ5FmZdeqM .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uQ5FmZdeqM .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #000000;
}
.cid-uQ5FmZdeqM .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uQ5FmZdeqM .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #e4ed64;
}
.cid-uQ5FmZdeqM .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uQ5FmZdeqM .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ5FmZdeqM .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4ed64;
  transition: all .6s ease;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ5FmZdeqM .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5FmZdeqM .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5FmZdeqM .card-title {
  color: #ffffff;
}
.cid-uQ5FmZdeqM .card-text {
  color: #ffffff;
}
.cid-uQ55Fdud6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ55Fdud6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ55Fdud6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ55Fdud6J .container {
    padding: 0 16px;
  }
}
.cid-uQ55Fdud6J .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uQ55Fdud6J .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uQ55Fdud6J .row .card {
  justify-content: flex-end;
}
.cid-uQ55Fdud6J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-uQ55Fdud6J .content-wrapper {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uQ55Fdud6J .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ55Fdud6J .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uQ55Fdud6J .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uQ55Fdud6J .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQ55Fdud6J .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-uQ55Fdud6J .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-uQ55Fdud6J .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQ55Fdud6J .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uQ55Fdud6J .mbr-section-title {
  color: #0288d1;
}
.cid-uQ55Fdud6J .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-text {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-list-title {
  color: #6f6f6f;
}
.cid-uQ55Fdud6J .list {
  color: #000000;
}
.cid-uQ55Fdud6J .mbr-contact {
  color: #000000;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: true !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQfzVA2HPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQfzVA2HPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQfzVA2HPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQfzVA2HPE .container {
    padding: 0 16px;
  }
}
.cid-uQfzVA2HPE .row {
  justify-content: center;
}
.cid-uQfzVA2HPE .content-wrapper {
  position: relative;
}
.cid-uQfzVA2HPE .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQfzVA2HPE .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQfzVA2HPE .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #0288d1;
  display: inline-flex;
}
.cid-uQfzVA2HPE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQfzVA2HPE .content-wrapper .mbr-text span {
  color: #0288d1;
}
.cid-uQfzVA2HPE .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #095491 -10%, transparent 70%);
}
.cid-uQfzVA2HPE .mbr-text {
  color: #000000;
}
.cid-uQfzVA2HPE .mbr-text,
.cid-uQfzVA2HPE .icon-wrapper {
  text-align: center;
}
.cid-uQfzULFB7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uQfzULFB7y::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #095491 -10%, transparent 70%);
}
.cid-uQfzULFB7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQfzULFB7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQfzULFB7y .container {
    padding: 0 16px;
  }
}
.cid-uQfzULFB7y .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uQfzULFB7y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQfzULFB7y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQfzULFB7y .mbr-section-title {
  color: #095491;
}
.cid-uQfzULFB7y .mbr-text {
  color: #000000;
}
.cid-u2KS8qdQss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-u2KS8qdQss .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KS8qdQss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .container {
    padding: 0 16px;
  }
}
.cid-u2KS8qdQss .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-u2KS8qdQss .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-u2KS8qdQss .row .card {
  justify-content: flex-end;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-u2KS8qdQss .content-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u2KS8qdQss .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2KS8qdQss .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u2KS8qdQss .mbr-section-title {
  color: #0288d1;
}
.cid-u2KS8qdQss .mbr-section-subtitle {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-text {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-list-title {
  color: #6f6f6f;
}
.cid-u2KS8qdQss .list {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-contact {
  color: #000000;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: true !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQbNbzmHWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uQbNbzmHWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbNbzmHWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQbNbzmHWY .row {
  margin: 0 -8px;
}
.cid-uQbNbzmHWY .row .card {
  padding: 0 8px;
}
.cid-uQbNbzmHWY .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uQbNbzmHWY .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQbNbzmHWY .card-wrapper {
    padding: 24px;
  }
}
.cid-uQbNbzmHWY .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uQbNbzmHWY .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uQbNbzmHWY .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uQbNbzmHWY .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uQbNbzmHWY .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uQbNbzmHWY .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQbNbzmHWY .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uQbNbzmHWY .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQbNbzmHWY .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQbNbzmHWY .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uQbNbzmHWY .mbr-label {
  color: #095491;
  text-align: left;
}
.cid-uQbNbzmHWY .mbr-text,
.cid-uQbNbzmHWY .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uQbNbzmHWY .mbr-section-title,
.cid-uQbNbzmHWY .mbr-section-btn {
  text-align: left;
  color: #0288d1;
}
.cid-uQbN3GMJbq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
}
.cid-uQbN3GMJbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbN3GMJbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQbN3GMJbq .row {
  justify-content: center;
}
.cid-uQbN3GMJbq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uQbN3GMJbq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQbN3GMJbq .item {
    margin-bottom: 16px;
  }
}
.cid-uQbN3GMJbq .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uQbN3GMJbq .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQbN3GMJbq .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uQbN3GMJbq .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQbN3GMJbq .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uQbN3GMJbq .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #0288d1;
}
.cid-uQbN3GMJbq .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uQbN3GMJbq .item-label,
.cid-uQbN3GMJbq .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uQbN3GMJbq .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uQbNdTJtaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uQbNdTJtaN::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #0288d1 -10%, transparent 80%);
  z-index: 1;
}
.cid-uQbNdTJtaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbNdTJtaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQbNdTJtaN .container {
    padding: 0 16px;
  }
}
.cid-uQbNdTJtaN .row {
  position: relative;
  justify-content: space-between;
}
.cid-uQbNdTJtaN .row .card {
  justify-content: space-between;
}
.cid-uQbNdTJtaN .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uQbNdTJtaN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQbNdTJtaN .title-wrapper .mbr-section-title span {
  color: #0288d1;
}
.cid-uQbNdTJtaN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQbNdTJtaN .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uQbNdTJtaN .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQbNdTJtaN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQbNdTJtaN .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQbNdTJtaN .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQbNdTJtaN .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #0288d1;
}
.cid-uQbNdTJtaN .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #0288d1;
  margin-right: 20px;
}
.cid-uQbNdTJtaN .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQbNdTJtaN .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uQbNdTJtaN .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uQbNdTJtaN .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uQbNdTJtaN .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uQbNdTJtaN .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uQbNdTJtaN .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uQbNdTJtaN .dragArea.row .form-group .form-control:hover,
.cid-uQbNdTJtaN .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uQbNdTJtaN .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uQbNdTJtaN .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uQbNdTJtaN .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uQbNdTJtaN .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uQbNdTJtaN .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uQbNdTJtaN .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uQbNdTJtaN .mbr-section-title {
  color: #000000;
}
.cid-uQbNdTJtaN .mbr-text {
  color: #6f6f6f;
}
.cid-uQbNdTJtaN .mbr-contact {
  color: #000000;
}
.cid-uQbNdTJtaN label {
  color: #000000;
}
.cid-u2KS8qdQss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-u2KS8qdQss .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KS8qdQss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .container {
    padding: 0 16px;
  }
}
.cid-u2KS8qdQss .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-u2KS8qdQss .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-u2KS8qdQss .row .card {
  justify-content: flex-end;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-u2KS8qdQss .content-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u2KS8qdQss .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2KS8qdQss .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u2KS8qdQss .mbr-section-title {
  color: #0288d1;
}
.cid-u2KS8qdQss .mbr-section-subtitle {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-text {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-list-title {
  color: #6f6f6f;
}
.cid-u2KS8qdQss .list {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-contact {
  color: #000000;
}
.cid-uQ5CPCyGvf {
  background-color: transparent;
}
.cid-uQ5CPCyGvf .navbar-dropdown {
  background: #ededed !important;
  padding: 0;
}
.cid-uQ5CPCyGvf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed !important;
  background: #ededed;
}
.cid-uQ5CPCyGvf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5CPCyGvf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ5CPCyGvf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ5CPCyGvf .menu_box .navbar.opened,
  .cid-uQ5CPCyGvf .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ5CPCyGvf .navbar-dropdown {
  position: relative !important;
}
.cid-uQ5CPCyGvf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ5CPCyGvf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ5CPCyGvf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ5CPCyGvf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ5CPCyGvf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ5CPCyGvf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uQ5CPCyGvf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ5CPCyGvf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ5CPCyGvf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ5CPCyGvf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ5CPCyGvf .offcanvas-body .mbr-text,
  .cid-uQ5CPCyGvf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ5CPCyGvf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ5CPCyGvf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ5CPCyGvf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uQ5CPCyGvf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ5CPCyGvf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ5CPCyGvf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ5CPCyGvf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ5CPCyGvf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ5CPCyGvf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ5CPCyGvf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ5CPCyGvf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ5CPCyGvf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ5CPCyGvf .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ5CPCyGvf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uQ5CPCyGvf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ5CPCyGvf .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQ5CPCyGvf .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ5CPCyGvf .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ5CPCyGvf .nav-item .nav-link:hover,
.cid-uQ5CPCyGvf .nav-item .nav-link:focus {
  color: #29b6f6 !important;
}
.cid-uQ5CPCyGvf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ5CPCyGvf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ5CPCyGvf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ5CPCyGvf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ5CPCyGvf .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-uQ5CPCyGvf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ5CPCyGvf .offcanvas_box {
    display: none;
  }
}
.cid-uQ5CPCyGvf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ5CPCyGvf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ5CPCyGvf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ5CPCyGvf .container {
  display: flex;
  margin: auto;
}
.cid-uQ5CPCyGvf .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ5CPCyGvf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ5CPCyGvf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ5CPCyGvf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ5CPCyGvf .navbar-nav {
    margin: 0;
  }
}
.cid-uQ5CPCyGvf .dropdown-menu,
.cid-uQ5CPCyGvf .navbar.opened {
  background-color: true !important;
}
.cid-uQ5CPCyGvf .nav-item:focus,
.cid-uQ5CPCyGvf .nav-link:focus {
  outline: none;
}
.cid-uQ5CPCyGvf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5CPCyGvf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5CPCyGvf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5CPCyGvf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5CPCyGvf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5CPCyGvf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5CPCyGvf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ5CPCyGvf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ5CPCyGvf .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5CPCyGvf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ5CPCyGvf .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQ5CPCyGvf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ5CPCyGvf .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5CPCyGvf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5CPCyGvf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ5CPCyGvf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5CPCyGvf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5CPCyGvf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5CPCyGvf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ5CPCyGvf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ5CPCyGvf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ5CPCyGvf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ5CPCyGvf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5CPCyGvf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5CPCyGvf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ5CPCyGvf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5CPCyGvf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ5CPCyGvf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5CPCyGvf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ5CPCyGvf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ5CPCyGvf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ5CPCyGvf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ5CPCyGvf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5CPCyGvf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ5CPCyGvf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ5CPCyGvf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ5CPCyGvf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ5CPCyGvf .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-uQ5CPCyGvf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQ5CPCyGvf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5CPCyGvf .dropdown-item.active,
.cid-uQ5CPCyGvf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5CPCyGvf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ5CPCyGvf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5CPCyGvf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5CPCyGvf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5CPCyGvf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ5CPCyGvf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5CPCyGvf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uQ5CPCyGvf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ5CPCyGvf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5CPCyGvf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5CPCyGvf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5CPCyGvf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5CPCyGvf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5CPCyGvf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5CPCyGvf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5CPCyGvf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5CPCyGvf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ5CPCyGvf .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-uQ5CPCyGvf .navbar {
    height: 70px;
  }
  .cid-uQ5CPCyGvf .navbar.opened {
    height: auto;
  }
  .cid-uQ5CPCyGvf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5CPCyGvf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ5CPCyGvf .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uQ5CPCyGvf .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ5CPCyGvf .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ5CPCyGvf .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uQ5CPCyGvf .navbar-caption:hover {
  color: #29b6f6;
}
@media (min-width: 992px) {
  .cid-uQ5CPCyGvf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ5CPCyGvf .text_widget {
  margin-bottom: 32px;
}
.cid-uQ5CPCyGvf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ5CPCyGvf .text_widget a:hover,
.cid-uQ5CPCyGvf .text_widget a:focus {
  opacity: .8;
}
.cid-uQ5CPCyGvf .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uQ5CPCyGvf .navbar-caption {
  color: #000000;
}
.cid-uQ5CPCyGvf .mbr-text {
  color: #6f6f6f;
}
.cid-uQ5CPCyGvf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ5CPD3y4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/medical-technology-2000x1334.jpg");
}
.cid-uQ5CPD3y4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5CPD3y4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5CPD3y4T .row {
  margin: 0 -8px;
}
.cid-uQ5CPD3y4T .row .card {
  padding: 0 8px;
}
.cid-uQ5CPD3y4T .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uQ5CPD3y4T .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5CPD3y4T .card-wrapper {
    padding: 24px;
  }
}
.cid-uQ5CPD3y4T .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uQ5CPD3y4T .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uQ5CPD3y4T .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uQ5CPD3y4T .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uQ5CPD3y4T .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uQ5CPD3y4T .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQ5CPD3y4T .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uQ5CPD3y4T .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQ5CPD3y4T .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5CPD3y4T .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uQ5CPD3y4T .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uQ5CPD3y4T .mbr-text,
.cid-uQ5CPD3y4T .text-wrapper {
  color: #0288d1;
  text-align: left;
}
.cid-uQ5CPD3y4T .mbr-section-title,
.cid-uQ5CPD3y4T .mbr-section-btn {
  text-align: left;
  color: #095491;
}
.cid-uQ5CPDm9Vl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uQ5CPDm9Vl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5CPDm9Vl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ5CPDm9Vl .container {
    padding: 0 16px;
  }
}
.cid-uQ5CPDm9Vl .row {
  justify-content: center;
}
.cid-uQ5CPDm9Vl .content-wrapper {
  position: relative;
}
.cid-uQ5CPDm9Vl .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ5CPDm9Vl .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ5CPDm9Vl .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #0288d1;
  display: inline-flex;
}
.cid-uQ5CPDm9Vl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ5CPDm9Vl .content-wrapper .mbr-text span {
  color: #0288d1;
}
.cid-uQ5CPDm9Vl .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #0288d1 -10%, transparent 70%);
}
.cid-uQ5CPDm9Vl .mbr-text {
  color: #000000;
}
.cid-uQ5CPDm9Vl .mbr-text,
.cid-uQ5CPDm9Vl .icon-wrapper {
  text-align: center;
}
.cid-uQ5CPDLiHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uQ5CPDLiHV::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #0288d1 -10%, transparent 80%);
}
.cid-uQ5CPDLiHV::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #095491 -10%, transparent 80%);
}
.cid-uQ5CPDLiHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5CPDLiHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ5CPDLiHV .container {
    padding: 0 16px;
  }
}
.cid-uQ5CPDLiHV .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uQ5CPDLiHV .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uQ5CPDLiHV .content-wrapper {
  margin-bottom: 80px;
}
.cid-uQ5CPDLiHV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ5CPDLiHV .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uQ5CPDLiHV .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uQ5CPDLiHV .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ5CPDLiHV .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uQ5CPDLiHV .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uQ5CPDLiHV .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uQ5CPDLiHV .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uQ5CPDLiHV .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5CPDLiHV .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uQ5CPDLiHV .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uQ5CPDLiHV .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #0288d1;
}
.cid-uQ5CPDLiHV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQ5CPDLiHV .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uQ5CPDLiHV .mbr-section-title {
  color: #000000;
}
.cid-uQ5CPDLiHV .mbr-text,
.cid-uQ5CPDLiHV .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uQ5CPDLiHV .item-title {
  color: #000000;
}
.cid-uQ5CPDLiHV .item-text {
  color: #6f6f6f;
}
.cid-uQ5CPDLiHV .mbr-section-title,
.cid-uQ5CPDLiHV .mbr-section-btn {
  text-align: center;
}
.cid-uQ5CPEfIGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1f6ff;
  overflow: hidden;
}
.cid-uQ5CPEfIGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5CPEfIGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uQ5CPEfIGf .container {
    padding: 0 16px;
  }
}
.cid-uQ5CPEfIGf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uQ5CPEfIGf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uQ5CPEfIGf .row .card {
  justify-content: flex-end;
}
.cid-uQ5CPEfIGf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ5CPEfIGf .title-wrapper .mbr-section-title span {
  color: #095491;
}
.cid-uQ5CPEfIGf .content-wrapper {
  margin-bottom: 24px;
}
.cid-uQ5CPEfIGf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uQ5CPEfIGf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uQ5CPEfIGf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uQ5CPEfIGf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ5CPEfIGf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5CPEfIGf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5CPEfIGf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQ5CPEfIGf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uQ5CPEfIGf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uQ5CPEfIGf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ5CPEfIGf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5CPEfIGf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ5CPEfIGf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQ5CPEfIGf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #095491;
}
.cid-uQ5CPEfIGf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uQ5CPEfIGf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uQ5CPEfIGf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uQ5CPEfIGf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQ5CPEfIGf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uQ5CPEfIGf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #095491;
}
.cid-uQ5CPEfIGf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #095491;
  margin-right: 20px;
}
.cid-uQ5CPEfIGf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uQ5CPEfIGf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uQ5CPEfIGf .mbr-section-title {
  color: #0288d1;
}
.cid-uQ5CPEfIGf .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ5CPEfIGf .mbr-text {
  color: #000000;
}
.cid-uQ5CPEfIGf .mbr-list-title {
  color: #6f6f6f;
}
.cid-uQ5CPEfIGf .list {
  color: #000000;
}
.cid-uQ5CPEfIGf .mbr-contact {
  color: #000000;
}
