body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a6686 !important;
}
.bg-success {
  background-color: #08af83 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3a6686;
  border-color: #3a6686;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-secondary:hover {
  background-color: #ed162a !important;
  border-color: #ed162a !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #08af83 !important;
  border-color: #08af83 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #08af83;
  border-color: #08af83;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-success:hover {
  background-color: #067e5e !important;
  border-color: #067e5e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3a6686;
  color: #3a6686;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #3a6686 !important;
  border-color: #3a6686;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f14555;
  color: #f14555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f14555 !important;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #08af83;
  color: #08af83;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #08af83 !important;
  border-color: #08af83;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #3a6686 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #08af83 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #568eb6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #044d3a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #3a6686 !important;
}
.alert-success {
  background-color: #08af83;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a6686;
  border-color: #3a6686;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a6686;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7aa6c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #40f6c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #3a6686;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a6686;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3a6686;
  border-bottom-color: #3a6686;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3a6686 !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: #f14555 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-urUGV58S11 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-2023-11-13-22-47-25-1040x1040.jpg");
}
.cid-urUGV58S11 .title__block {
  padding-bottom: 40px;
}
.cid-urUGV58S11 .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-urUGV58S11 .mbr-section-title b,
.cid-urUGV58S11 .mbr-section-title strong {
  font-weight: 500;
}
.cid-urUGV58S11 .mbr-section-subtitle {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-urUGV58S11 .mbr-text {
  margin-bottom: 43px;
}
.cid-urUGV58S11 .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-urUGV58S11 .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-urUGV58S11 .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-urUGV58S11 .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-urUGV58S11 .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-urUGV58S11 .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-urUGV58S11 .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUGV58S11 .row {
    text-align: center;
  }
  .cid-urUGV58S11 .title__block {
    padding-bottom: 0;
  }
  .cid-urUGV58S11 .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-urUGV58S11 .figure:before {
    content: none;
  }
  .cid-urUGV58S11 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-urUGV58S11 .mbr-text {
    margin-bottom: 30px;
  }
  .cid-urUGV58S11 .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-urUGV58S11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUGV58S11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUGV58S11 .mbr-text,
.cid-urUGV58S11 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzrVdFWjVK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-uzrVdFWjVK .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uzrVdFWjVK .mbr-section-title b,
.cid-uzrVdFWjVK .mbr-section-title strong {
  font-weight: 500;
}
.cid-uzrVdFWjVK .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uzrVdFWjVK .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/sss-trans222-492x370.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-uzrVdFWjVK .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uzrVdFWjVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzrVdFWjVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzrVdFWjVK .mbr-section-title,
.cid-uzrVdFWjVK .mbr-section-btn {
  color: #003d59;
}
.cid-uzrVh5GNru {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzrVh5GNru .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #211f30;
  z-index: 0;
}
.cid-uzrVh5GNru .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uzrVh5GNru .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uzrVh5GNru .mbr-section-title {
  margin-bottom: 33px;
}
.cid-uzrVh5GNru .slider__image {
  margin-left: 11.8%;
}
.cid-uzrVh5GNru .img-wrap {
  max-width: 100%;
}
.cid-uzrVh5GNru .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uzrVh5GNru .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uzrVh5GNru .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-uzrVh5GNru .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uzrVh5GNru .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uzrVh5GNru .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uzrVh5GNru .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uzrVh5GNru .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-uzrVh5GNru .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uzrVh5GNru .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uzrVh5GNru .carousel-controls .carousel-control-next,
.cid-uzrVh5GNru .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uzrVh5GNru .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uzrVh5GNru .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzrVh5GNru .image-element {
    min-width: 50%;
  }
  .cid-uzrVh5GNru .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uzrVh5GNru .two__background:before {
    max-width: 90%;
  }
  .cid-uzrVh5GNru .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uzrVh5GNru .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uzrVh5GNru .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uzrVh5GNru .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uzrVh5GNru .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uzrVh5GNru .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uzrVh5GNru .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uzrVh5GNru .img-wrap {
    width: 100%;
  }
  .cid-uzrVh5GNru .carousel-controls {
    display: none;
  }
  .cid-uzrVh5GNru .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uzrVh5GNru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzrVh5GNru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMVZWJ2utV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: visible;
  background-image: url("../../../assets/images/mbr-1920x1093.jpg");
}
.cid-uMVZWJ2utV .mbr-section-title {
  padding-left: 90px;
}
.cid-uMVZWJ2utV .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uMVZWJ2utV .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -120px;
  right: 30px;
  background-image: url("../../../assets/images/sss-trans222-492x370.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uMVZWJ2utV .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMVZWJ2utV .rotate__image {
  transform: rotate(5.92deg);
  width: 30%;
  bottom: -100px;
  left: 12%;
  z-index: 1;
  position: absolute;
}
.cid-uMVZWJ2utV .rotate__image .image {
  min-width: 425px;
  position: relative;
}
.cid-uMVZWJ2utV .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uMVZWJ2utV .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uMVZWJ2utV .rotate__image2 {
  bottom: -45px;
  z-index: 2;
  left: 5.5%;
  position: absolute;
  transform: rotate(-9.18deg);
  width: 13%;
}
.cid-uMVZWJ2utV .rotate__image2 .image {
  min-width: 170px;
  position: relative;
}
.cid-uMVZWJ2utV .rotate__image2 .image:before {
  padding-top: 150%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uMVZWJ2utV .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uMVZWJ2utV .list__block {
  margin-top: 10px;
}
.cid-uMVZWJ2utV .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uMVZWJ2utV .list__item {
  margin-bottom: 65px;
  position: relative;
}
.cid-uMVZWJ2utV .list__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: -56px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.cid-uMVZWJ2utV .list__item span:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: inherit;
  opacity: .2;
}
.cid-uMVZWJ2utV .list__item:nth-child(1) span {
  background-color: #fe5925;
}
.cid-uMVZWJ2utV .list__item:nth-child(2) span {
  background-color: #08af83;
}
.cid-uMVZWJ2utV .list__item:nth-child(3) span {
  background-color: #fbba34;
}
.cid-uMVZWJ2utV .list__item:nth-child(4) span {
  background-color: #d42764;
}
.cid-uMVZWJ2utV .list__item:nth-child(5) span {
  background-color: #f14555;
}
.cid-uMVZWJ2utV .list__item:nth-child(6) span {
  background-color: #3a6686;
}
@media (max-width: 1024px) {
  .cid-uMVZWJ2utV .mbr-section-subtitle,
  .cid-uMVZWJ2utV .mbr-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-uMVZWJ2utV .mbr-section-title {
    padding: 0 15px;
  }
  .cid-uMVZWJ2utV .figure:before {
    width: 70px;
    height: 70px;
    bottom: -65px;
    right: -5px;
  }
  .cid-uMVZWJ2utV .list__block {
    margin-top: 55px;
  }
  .cid-uMVZWJ2utV .list__item {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 23px;
  }
  .cid-uMVZWJ2utV .list__item span {
    left: -44px;
  }
  .cid-uMVZWJ2utV .bottom__block {
    display: none;
  }
}
.cid-uMVZWJ2utV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMVZWJ2utV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMW1UXrZrH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMW1UXrZrH .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMW1UXrZrH .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-uMW1UXrZrH .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-uMW1UXrZrH .card__title1 {
  color: #d42764;
}
.cid-uMW1UXrZrH .card__title2 {
  color: #fe5925;
}
.cid-uMW1UXrZrH .card__title3 {
  color: #fbba34;
}
.cid-uMW1UXrZrH .figure {
  margin-bottom: 26px;
}
.cid-uMW1UXrZrH .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uMW1UXrZrH .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/sss-trans222-492x370.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uMW1UXrZrH .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uMW1UXrZrH .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-uMW1UXrZrH .card__wrap {
    margin-bottom: 25px;
  }
  .cid-uMW1UXrZrH .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-uMW1UXrZrH .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-uMW1UXrZrH .figure {
    margin-bottom: 10px;
  }
  .cid-uMW1UXrZrH .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-uMW1UXrZrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMW1UXrZrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMW1cGpQmM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMW1cGpQmM .title__block {
  margin-bottom: 89px;
}
.cid-uMW1cGpQmM .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uMW1cGpQmM .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uMW1cGpQmM .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-uMW1cGpQmM .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uMW1cGpQmM .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-uMW1cGpQmM .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uMW1cGpQmM .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uMW1cGpQmM .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uMW1cGpQmM .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uMW1cGpQmM .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-uMW1cGpQmM .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uMW1cGpQmM .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uMW1cGpQmM .title__block {
    margin-bottom: 40px;
  }
  .cid-uMW1cGpQmM .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uMW1cGpQmM .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uMW1cGpQmM .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uMW1cGpQmM .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uMW1cGpQmM .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uMW1cGpQmM .iconBackground {
    left: 0 !important;
  }
  .cid-uMW1cGpQmM .separline:before {
    left: 0 !important;
  }
}
.cid-uMW1cGpQmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMW1cGpQmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMW2SfhOj5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #f8fcff;
}
.cid-uMW2SfhOj5 .mbr-section-subtitle {
  font-weight: 500;
  color: #003d59;
}
.cid-uMW2SfhOj5 .wrap {
  padding-left: 90px;
}
.cid-uMW2SfhOj5 .mbr-section-title {
  color: #003d59;
}
.cid-uMW2SfhOj5 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uMW2SfhOj5 .link a {
  font-weight: 700;
}
.cid-uMW2SfhOj5 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uMW2SfhOj5 .link:hover span {
  transform: translateX(9px);
}
.cid-uMW2SfhOj5 .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-uMW2SfhOj5 .mbr-text {
  margin-bottom: 10px;
}
.cid-uMW2SfhOj5 .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-uMW2SfhOj5 .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-uMW2SfhOj5 .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-uMW2SfhOj5 .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uMW2SfhOj5 .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uMW2SfhOj5 .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-uMW2SfhOj5 .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-uMW2SfhOj5 .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uMW2SfhOj5 .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-uMW2SfhOj5 .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-uMW2SfhOj5 .image__block {
    transform: translateX(-30px);
  }
  .cid-uMW2SfhOj5 .figure:before {
    content: none;
  }
  .cid-uMW2SfhOj5 .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-uMW2SfhOj5 .wrap {
    padding-left: 0;
  }
  .cid-uMW2SfhOj5 .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-uMW2SfhOj5 .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-uMW2SfhOj5 .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-uMW2SfhOj5 .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uMW2SfhOj5 .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-uMW2SfhOj5 .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-uMW2SfhOj5 .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-uMW2SfhOj5 .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-uMW2SfhOj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMW2SfhOj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMW4zJSQLz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f8fcff;
}
.cid-uMW4zJSQLz .mbr-section-title {
  color: #003d59;
}
.cid-uMW4zJSQLz .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #eef5f4;
}
.cid-uMW4zJSQLz .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-uMW4zJSQLz .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-uMW4zJSQLz .card__text {
  margin-bottom: 8px;
}
.cid-uMW4zJSQLz .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-uMW4zJSQLz .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-uMW4zJSQLz .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-uMW4zJSQLz .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-uMW4zJSQLz .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-uMW4zJSQLz .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-uMW4zJSQLz .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-uMW4zJSQLz .card__wrap {
    margin-bottom: 39px;
  }
  .cid-uMW4zJSQLz .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-uMW4zJSQLz .card__image {
    max-width: 77px;
  }
  .cid-uMW4zJSQLz .card__image img {
    width: 75%;
  }
}
.cid-uMW4zJSQLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMW4zJSQLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMW67icBx9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMW67icBx9 .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-uMW67icBx9 .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-uMW67icBx9 .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-uMW67icBx9 .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uMW67icBx9 .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uMW67icBx9 .mbr-text {
  margin-bottom: 23px;
}
.cid-uMW67icBx9 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uMW67icBx9 .link a {
  font-weight: 700;
}
.cid-uMW67icBx9 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uMW67icBx9 .link:hover span {
  transform: translateX(9px);
}
.cid-uMW67icBx9 .image__block {
  position: relative;
}
.cid-uMW67icBx9 .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-uMW67icBx9 .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}
.cid-uMW67icBx9 .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-uMW67icBx9 .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-uMW67icBx9 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uMW67icBx9 .mbr-text {
    margin-bottom: 12px;
  }
  .cid-uMW67icBx9 .image__block {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uMW67icBx9 .image {
    height: 460px;
  }
  .cid-uMW67icBx9 .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-uMW67icBx9 .image {
    height: 420px;
  }
  .cid-uMW67icBx9 .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-uMW67icBx9 .image {
    height: 300px;
  }
  .cid-uMW67icBx9 .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-uMW67icBx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMW67icBx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMW7mQoEc6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f8fcff;
}
.cid-uMW7mQoEc6 .title__block {
  margin-bottom: 55px;
}
.cid-uMW7mQoEc6 .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMW7mQoEc6 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uMW7mQoEc6 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uMW7mQoEc6 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uMW7mQoEc6 .card__content {
  display: block;
  width: 100%;
}
.cid-uMW7mQoEc6 .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uMW7mQoEc6 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uMW7mQoEc6 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uMW7mQoEc6 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uMW7mQoEc6 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uMW7mQoEc6 .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uMW7mQoEc6 .card__image {
    max-width: 90px;
  }
  .cid-uMW7mQoEc6 .card__image img {
    width: 70%;
  }
}
.cid-uMW7mQoEc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMW7mQoEc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMW8nOitDD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMW8nOitDD .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-uMW8nOitDD .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-uMW8nOitDD .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uMW8nOitDD .menu__item {
  margin-bottom: 20px;
}
.cid-uMW8nOitDD .menu__item a {
  font-weight: 600;
}
.cid-uMW8nOitDD .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
}
.cid-uMW8nOitDD .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-uMW8nOitDD .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-uMW8nOitDD .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uMW8nOitDD .menu__item {
    text-align: center;
  }
  .cid-uMW8nOitDD .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-uMW6jPXXu4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMW6jPXXu4 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-uMW6jPXXu4 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uMW6jPXXu4 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-uMW6jPXXu4 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uMW6jPXXu4 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uMW6jPXXu4 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uMW6jPXXu4 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uMW6jPXXu4 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uMW6jPXXu4 .item a {
  font-weight: 600;
}
.cid-uMW6jPXXu4 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uMW6jPXXu4 .item:last-child:after {
  display: none;
}
.cid-uMW6jPXXu4 .footer__social {
  padding-bottom: 21px;
}
.cid-uMW6jPXXu4 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uMW6jPXXu4 .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-uMW6jPXXu4 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a1d35;
}
.cid-uMW6jPXXu4 .footer__ink {
  text-align: right;
}
.cid-uMW6jPXXu4 .copyright,
.cid-uMW6jPXXu4 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uMW6jPXXu4 .footer__menu {
    padding-right: 0;
  }
}
.cid-uMW6jPXXu4 .copyright {
  color: #ffffff;
}
.cid-uMW6jPXXu4 .ink {
  color: #003d59;
}
