.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'InstrumentSans-VariableFont_wdth,wght';
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'InstrumentSans-VariableFont_wdth,wght';
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'InstrumentSans-VariableFont_wdth,wght';
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'InstrumentSans-VariableFont_wdth,wght';
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'InstrumentSans-VariableFont_wdth,wght';
  font-size: 1.6rem;
  line-height: 1.33;
  letter-spacing: .02em;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e10a14 !important;
}
.bg-success {
  background-color: #eaf1e4 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fff0f1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e10a14 !important;
  border-color: #e10a14 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f52932 !important;
  border-color: #f52932 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f52932 !important;
  border-color: #f52932 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e10a14 !important;
  border-color: #e10a14 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f52932 !important;
  border-color: #f52932 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f52932 !important;
  border-color: #f52932 !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: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
  color: #688d49 !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: #688d49 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
  color: #f00010 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f00010 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #e10a14;
  color: #e10a14;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8e060d !important;
  background-color: transparent !important;
  border-color: #8e060d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e10a14 !important;
  border-color: #e10a14 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e10a14;
  color: #e10a14;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8e060d !important;
  background-color: transparent !important;
  border-color: #8e060d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e10a14 !important;
  border-color: #e10a14 !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: #eaf1e4;
  color: #eaf1e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bed3ab !important;
  background-color: transparent !important;
  border-color: #bed3ab !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #688d49 !important;
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff0f1;
  color: #fff0f1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff99a0 !important;
  background-color: transparent !important;
  border-color: #ff99a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f00010 !important;
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #e10a14 !important;
}
.text-secondary {
  color: #e10a14 !important;
}
.text-success {
  color: #eaf1e4 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fff0f1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f060b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f060b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b6cea1 !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: #ff8a92 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #e10a14;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fff0f1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e10a14;
  border-color: #e10a14;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e10a14;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbe;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'InstrumentSans-VariableFont_wdth,wght';
  font-size: 1.6rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e10a14 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'InstrumentSans-VariableFont_wdth,wght';
  font-size: 1.6rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #e10a14;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e10a14;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e10a14;
}
.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: #e10a14;
  border-bottom-color: #e10a14;
}
.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: #e10a14 !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: #e10a14 !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='%23e10a14' %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: 15px 55px;
  border-radius: 0 !important;
  font-weight: 400 !important;
  position: relative;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 55px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  padding: 15px 80px 15px 30px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0) rotate(-45deg);
  margin-left: 30px;
  opacity: 1;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  position: absolute;
  right: 30px;
  transform: translate(-30px, 70%) rotate(-45deg);
  opacity: 0;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
img {
  border-radius: 0 !important;
}
.cid-ux0QfTizqR {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ux0QfTizqR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ux0QfTizqR .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-ux0QfTizqR .display-7 {
    display: none;
  }
}
.cid-ux0QfTizqR .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-ux0QfTizqR .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-ux0QfTizqR .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ux0QfTizqR .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ux0QfTizqR .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ux0QfTizqR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ux0QfTizqR .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ux0QfTizqR .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-ux0QfTizqR .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ux0QfTizqR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ux0QfTizqR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ux0QfTizqR .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ux0QfTizqR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux0QfTizqR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux0QfTizqR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux0QfTizqR .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ux0QfTizqR .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ux0QfTizqR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux0QfTizqR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ux0QfTizqR .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ux0QfTizqR .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ux0QfTizqR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux0QfTizqR .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ux0QfTizqR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux0QfTizqR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux0QfTizqR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux0QfTizqR .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ux0QfTizqR .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ux0QfTizqR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux0QfTizqR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ux0QfTizqR .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ux0QfTizqR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ux0QfTizqR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ux0QfTizqR .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ux0QfTizqR .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ux0QfTizqR .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ux0QfTizqR .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ux0QfTizqR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ux0QfTizqR .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ux0QfTizqR .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ux0QfTizqR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux0QfTizqR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux0QfTizqR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ux0QfTizqR .dropdown-item.active,
.cid-ux0QfTizqR .dropdown-item:active {
  background-color: transparent;
}
.cid-ux0QfTizqR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ux0QfTizqR .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-ux0QfTizqR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux0QfTizqR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux0QfTizqR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux0QfTizqR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ux0QfTizqR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux0QfTizqR ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ux0QfTizqR .navbar-buttons {
  text-align: center;
}
.cid-ux0QfTizqR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux0QfTizqR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-ux0QfTizqR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux0QfTizqR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ux0QfTizqR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ux0QfTizqR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux0QfTizqR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux0QfTizqR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ux0QfTizqR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ux0QfTizqR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux0QfTizqR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ux0QfTizqR .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ux0QfTizqR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ux0QfTizqR .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ux0QfTizqR .nav-link:hover,
.cid-ux0QfTizqR .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-ux0QfTizqR .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ux0QfTizqR .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ux0QfTizqR .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ux0QfTizqR .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uYs3Vk4hQ6.popup-builder {
  background-color: #ffffff;
}
.cid-uYs3Vk4hQ6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYs3Vk4hQ6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYs3Vk4hQ6 .modal-content,
.cid-uYs3Vk4hQ6 .modal-dialog {
  height: auto;
}
.cid-uYs3Vk4hQ6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYs3Vk4hQ6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYs3Vk4hQ6 .form-wrapper .mbr-form .form-group,
  .cid-uYs3Vk4hQ6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYs3Vk4hQ6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYs3Vk4hQ6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYs3Vk4hQ6 .mbr-text {
  text-align: center;
}
.cid-uYs3Vk4hQ6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uYs3Vk4hQ6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYs3Vk4hQ6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYs3Vk4hQ6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYs3Vk4hQ6 .modal-open {
  overflow: hidden;
}
.cid-uYs3Vk4hQ6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYs3Vk4hQ6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYs3Vk4hQ6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYs3Vk4hQ6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYs3Vk4hQ6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYs3Vk4hQ6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYs3Vk4hQ6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYs3Vk4hQ6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYs3Vk4hQ6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYs3Vk4hQ6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYs3Vk4hQ6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYs3Vk4hQ6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uYs3Vk4hQ6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYs3Vk4hQ6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYs3Vk4hQ6 .modal-header {
    padding: 1rem;
  }
}
.cid-uYs3Vk4hQ6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYs3Vk4hQ6 .modal-header .close svg {
  fill: #353535;
}
.cid-uYs3Vk4hQ6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uYs3Vk4hQ6 .modal-header .close:focus {
  outline: none;
}
.cid-uYs3Vk4hQ6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYs3Vk4hQ6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYs3Vk4hQ6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYs3Vk4hQ6 .modal-body {
    padding: 1rem;
  }
}
.cid-uYs3Vk4hQ6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYs3Vk4hQ6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYs3Vk4hQ6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uYs3Vk4hQ6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYs3Vk4hQ6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYs3Vk4hQ6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYs3Vk4hQ6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYs3Vk4hQ6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYs3Vk4hQ6 .modal-lg,
  .cid-uYs3Vk4hQ6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYs3Vk4hQ6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYs3Vk4hQ6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYs3Vk4hQ6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYs3Vk4hQ6 .form-group {
  margin-bottom: 1rem;
}
.cid-uYs3Vk4hQ6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYs3Vk4hQ6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYs3Vk4hQ6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYs3Vk4hQ6 .mbr-section-btn {
  margin: 0;
}
.cid-uYs3Vk4hQ6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ux0QKuimWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #174799;
}
.cid-ux0QKuimWS .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-ux0QKuimWS .image-wrap img {
    padding: 12px 0;
  }
}
.cid-ux0QKuimWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux0QKuimWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux0QKuimWS .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-ux0QKuimWS .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  overflow: hidden;
  margin-right: 36px;
  margin-right: 0;
  margin-left: 36px;
}
@media (max-width: 1440px) {
  .cid-ux0QKuimWS .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-ux0QKuimWS .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .cid-ux0QKuimWS .content-wrapper {
    margin-left: 22px;
  }
}
@media (max-width: 992px) {
  .cid-ux0QKuimWS .content-wrapper {
    margin: 0;
  }
}
.cid-ux0QKuimWS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #174799;
  opacity: 0.8;
  pointer-events: none;
}
.cid-ux0QKuimWS .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-ux0QKuimWS .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ux0QKuimWS .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ux0QKuimWS .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-ux0QKuimWS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ux0QKuimWS .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-ux0QKuimWS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ux0QKuimWS .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-ux0QKuimWS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ux0QKuimWS .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-ux0QKuimWS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ux0QKuimWS .mbr-section-title {
  color: #191c25;
}
.cid-ux0QKuimWS .mbr-text,
.cid-ux0QKuimWS .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-ux0QKuimWS .mbr-section-title,
.cid-ux0QKuimWS .mbr-section-btn,
.cid-ux0QKuimWS .social-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uETyqNcfpL {
  padding-top: 12rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETyqNcfpL .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uETyqNcfpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETyqNcfpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .container {
    padding: 0 15px;
  }
}
.cid-uETyqNcfpL .row {
  position: relative;
  z-index: 1;
}
.cid-uETyqNcfpL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uETyqNcfpL .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uETyqNcfpL .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uETyqNcfpL .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uETyqNcfpL .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uETyqNcfpL .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uETyqNcfpL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uETyqNcfpL .item-title {
  color: #30262b;
}
.cid-uETyqNcfpL .item-text {
  color: #30262b;
}
.cid-ux0R0z6Nxs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-ux0R0z6Nxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux0R0z6Nxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ux0R0z6Nxs .container {
    padding: 0 15px;
  }
}
.cid-ux0R0z6Nxs .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-ux0R0z6Nxs .row .card {
  justify-content: center;
}
.cid-ux0R0z6Nxs .image-wrapper {
  position: relative;
}
.cid-ux0R0z6Nxs .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-ux0R0z6Nxs .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -15%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-ux0R0z6Nxs .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-ux0R0z6Nxs .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ux0R0z6Nxs .image-wrapper img {
    height: 350px;
  }
}
.cid-ux0R0z6Nxs .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-ux0R0z6Nxs .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ux0R0z6Nxs .text-wrapper {
    padding: 0;
  }
}
.cid-ux0R0z6Nxs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ux0R0z6Nxs .mbr-text {
  color: #ffffff;
}
.cid-uGKXO6oWkM {
  padding-top: 12rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uGKXO6oWkM .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uGKXO6oWkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKXO6oWkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .container {
    padding: 0 15px;
  }
}
.cid-uGKXO6oWkM .row {
  position: relative;
  z-index: 1;
}
.cid-uGKXO6oWkM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGKXO6oWkM .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uGKXO6oWkM .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uGKXO6oWkM .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uGKXO6oWkM .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uGKXO6oWkM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGKXO6oWkM .item-title {
  color: #30262b;
}
.cid-uGKXO6oWkM .item-text {
  color: #30262b;
}
.cid-uETysm8ZjV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETysm8ZjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETysm8ZjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETysm8ZjV .container {
    padding: 0 15px;
  }
}
.cid-uETysm8ZjV .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETysm8ZjV .row .card {
  justify-content: center;
}
.cid-uETysm8ZjV .image-wrapper {
  position: relative;
}
.cid-uETysm8ZjV .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: 74%;
  height: 177px;
  width: 250px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
.cid-uETysm8ZjV .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: 45%;
  height: 305px;
  width: 420px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
@media (max-width: 992px) {
  .cid-uETysm8ZjV .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETysm8ZjV .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uETysm8ZjV .image-wrapper img {
    height: 350px;
  }
}
.cid-uETysm8ZjV .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uETysm8ZjV .text-wrapper {
    padding: 0;
  }
}
.cid-uETysm8ZjV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETysm8ZjV .mbr-text {
  color: #ffffff;
}
.cid-uGKVluM2Hw {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uGKVluM2Hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKVluM2Hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGKVluM2Hw .container {
    padding: 0 15px;
  }
}
.cid-uGKVluM2Hw .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uGKVluM2Hw .row .card {
  justify-content: center;
}
.cid-uGKVluM2Hw .image-wrapper {
  position: relative;
}
.cid-uGKVluM2Hw .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-uGKVluM2Hw .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -15%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uGKVluM2Hw .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uGKVluM2Hw .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uGKVluM2Hw .image-wrapper img {
    height: 350px;
  }
}
.cid-uGKVluM2Hw .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uGKVluM2Hw .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGKVluM2Hw .text-wrapper {
    padding: 0;
  }
}
.cid-uGKVluM2Hw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGKVluM2Hw .mbr-text {
  color: #ffffff;
}
.cid-uIaajHphBv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uIaajHphBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaajHphBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIaajHphBv .container {
    padding: 0 15px;
  }
}
.cid-uIaajHphBv .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uIaajHphBv .row .card {
  justify-content: center;
}
.cid-uIaajHphBv .image-wrapper {
  position: relative;
}
.cid-uIaajHphBv .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: 74%;
  height: 177px;
  width: 250px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
.cid-uIaajHphBv .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: 45%;
  height: 305px;
  width: 420px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
@media (max-width: 992px) {
  .cid-uIaajHphBv .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uIaajHphBv .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIaajHphBv .image-wrapper img {
    height: 350px;
  }
}
.cid-uIaajHphBv .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uIaajHphBv .text-wrapper {
    padding: 0;
  }
}
.cid-uIaajHphBv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIaajHphBv .mbr-text {
  color: #ffffff;
}
.cid-uIaaJjTTv2 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uIaaJjTTv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaaJjTTv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIaaJjTTv2 .container {
    padding: 0 15px;
  }
}
.cid-uIaaJjTTv2 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uIaaJjTTv2 .row .card {
  justify-content: center;
}
.cid-uIaaJjTTv2 .image-wrapper {
  position: relative;
}
.cid-uIaaJjTTv2 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-uIaaJjTTv2 .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -15%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uIaaJjTTv2 .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uIaaJjTTv2 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uIaaJjTTv2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uIaaJjTTv2 .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uIaaJjTTv2 .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIaaJjTTv2 .text-wrapper {
    padding: 0;
  }
}
.cid-uIaaJjTTv2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIaaJjTTv2 .mbr-text {
  color: #ffffff;
}
.cid-uGKY9JMg5m {
  padding-top: 12rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uGKY9JMg5m .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uGKY9JMg5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKY9JMg5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .container {
    padding: 0 15px;
  }
}
.cid-uGKY9JMg5m .row {
  position: relative;
  z-index: 1;
}
.cid-uGKY9JMg5m .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGKY9JMg5m .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uGKY9JMg5m .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uGKY9JMg5m .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uGKY9JMg5m .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uGKY9JMg5m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGKY9JMg5m .item-title {
  color: #30262b;
}
.cid-uGKY9JMg5m .item-text {
  color: #30262b;
}
.cid-uGKA72SDFn {
  padding-top: 1rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uGKA72SDFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKA72SDFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGKA72SDFn .container {
    padding: 0 15px;
  }
}
.cid-uGKA72SDFn .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uGKA72SDFn .row .card {
  justify-content: center;
}
.cid-uGKA72SDFn .image-wrapper {
  position: relative;
}
.cid-uGKA72SDFn .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: 74%;
  height: 177px;
  width: 250px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
.cid-uGKA72SDFn .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: 45%;
  height: 305px;
  width: 420px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
@media (max-width: 992px) {
  .cid-uGKA72SDFn .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uGKA72SDFn .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uGKA72SDFn .image-wrapper img {
    height: 350px;
  }
}
.cid-uGKA72SDFn .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uGKA72SDFn .text-wrapper {
    padding: 0;
  }
}
.cid-uGKA72SDFn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGKA72SDFn .mbr-text {
  color: #ffffff;
}
.cid-uzzb3dYHKh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uzzb3dYHKh .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uzzb3dYHKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzzb3dYHKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .container {
    padding: 0 15px;
  }
}
.cid-uzzb3dYHKh .row {
  position: relative;
  z-index: 1;
}
.cid-uzzb3dYHKh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzzb3dYHKh .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uzzb3dYHKh .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uzzb3dYHKh .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uzzb3dYHKh .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uzzb3dYHKh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzzb3dYHKh .item-title {
  color: #30262b;
}
.cid-uzzb3dYHKh .item-text {
  color: #30262b;
}
.cid-ux11rPUi4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-ux11rPUi4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux11rPUi4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ux11rPUi4l .container {
    padding: 0 24px;
  }
}
.cid-ux11rPUi4l .card {
  justify-content: center;
}
.cid-ux11rPUi4l .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-ux11rPUi4l .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-ux11rPUi4l .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-ux11rPUi4l .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ux11rPUi4l .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ux11rPUi4l .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-ux11rPUi4l .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ux11rPUi4l .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-ux11rPUi4l .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ux11rPUi4l .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-ux11rPUi4l .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ux11rPUi4l .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ux11rPUi4l .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-ux11rPUi4l .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ux11rPUi4l .content-wrapper .image-wrapper img {
  height: 203px;
  object-fit: contain;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-ux11rPUi4l .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ux11rPUi4l .mbr-section-title {
  color: #174799;
}
.cid-ux11rPUi4l .list {
  color: #202020;
}
.cid-ux11rPUi4l .list,
.cid-ux11rPUi4l .item-wrap,
.cid-ux11rPUi4l .nav-wrapper,
.cid-ux11rPUi4l .list-wrapper {
  color: #e10a14;
}
.cid-uzzbcf7PJ9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uzzbcf7PJ9 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uzzbcf7PJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzzbcf7PJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .container {
    padding: 0 15px;
  }
}
.cid-uzzbcf7PJ9 .row {
  position: relative;
  z-index: 1;
}
.cid-uzzbcf7PJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uzzbcf7PJ9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uzzbcf7PJ9 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uzzbcf7PJ9 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uzzbcf7PJ9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzzbcf7PJ9 .item-title {
  color: #30262b;
}
.cid-uzzbcf7PJ9 .item-text {
  color: #30262b;
}
.cid-uzvk43L6I0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #174799;
}
.cid-uzvk43L6I0 img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: none;
}
.cid-uzvk43L6I0 .mbr-iconfont-1 {
  color: #ec1f1f;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-uzvk43L6I0 .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-uzvk43L6I0 .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 1.5rem;
}
.cid-uzvk43L6I0 .card-img {
  margin-bottom: 1.3rem;
}
.cid-uzvk43L6I0 .card-title {
  margin-bottom: 1.5rem;
}
.cid-uzvk43L6I0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzvk43L6I0 .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uzvk43L6I0 .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uzvk43L6I0 .row {
    padding: 0 1rem;
  }
  .cid-uzvk43L6I0 .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-uzvk43L6I0 .card-inner {
  background-color: #ffffff;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0);
}
.cid-uzvk43L6I0 .card:hover .card-inner {
  border: 2px solid #ffffff;
}
.cid-uzvk43L6I0 .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-uzvk43L6I0 .card-people {
  display: flex;
  align-items: center;
}
.cid-uzvk43L6I0 .user_image {
  margin-right: 1rem;
}
.cid-uzvk43L6I0 .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-uzvk43L6I0 .mbr-text,
.cid-uzvk43L6I0 .link {
  color: #000000;
}
.cid-uzvk43L6I0 H2 {
  color: #fffefd;
}
.cid-uzvk43L6I0 vertical-line {
  display: none !important;
}
.cid-uESWF6tRV9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #174799;
}
.cid-uESWF6tRV9 .stats-item {
  padding: 80px 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-uESWF6tRV9 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-uESWF6tRV9 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-uESWF6tRV9 .heading {
  color: #ffffff;
}
.cid-uESWF6tRV9 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-uESWF6tRV9 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px ridge #e10a14;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-uESWF6tRV9 .mbr-card-title,
.cid-uESWF6tRV9 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-uESWF6tRV9 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uESWF6tRV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESWF6tRV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESWF6tRV9 .stats-item .common-wrap .fld-wrap .counter {
  color: #174799;
}
.cid-uESWF6tRV9 .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-uESWF6tRV9 .mbr-iconfont {
  color: #000000;
}
.cid-uzzcze9MZN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uzzcze9MZN .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uzzcze9MZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzzcze9MZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .container {
    padding: 0 15px;
  }
}
.cid-uzzcze9MZN .row {
  position: relative;
  z-index: 1;
}
.cid-uzzcze9MZN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzzcze9MZN .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uzzcze9MZN .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzzcze9MZN .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uzzcze9MZN .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uzzcze9MZN .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uzzcze9MZN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzzcze9MZN .item-title {
  color: #30262b;
}
.cid-uzzcze9MZN .item-text {
  color: #30262b;
}
.cid-uz5AMJmPaT {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #174799, #174799);
}
.cid-uz5AMJmPaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz5AMJmPaT .card-link {
  position: relative;
  width: fit-content;
}
.cid-uz5AMJmPaT .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uz5AMJmPaT h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uz5AMJmPaT h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uz5AMJmPaT .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uz5AMJmPaT .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uz5AMJmPaT .item-wrapper:hover {
  background: #ffffff;
  transform: translateY(-5px);
}
.cid-uz5AMJmPaT .item-wrapper:hover .card-title,
.cid-uz5AMJmPaT .item-wrapper:hover .card-text {
  color: black !important;
}
.cid-uz5AMJmPaT .item-wrapper:hover span,
.cid-uz5AMJmPaT .item-wrapper:hover .card-link,
.cid-uz5AMJmPaT .item-wrapper:hover .card-link a {
  color: #e10a14 !important;
}
.cid-uz5AMJmPaT .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uz5AMJmPaT .card-title,
.cid-uz5AMJmPaT .card-text,
.cid-uz5AMJmPaT .card-link,
.cid-uz5AMJmPaT .card-link a {
  transition: all 0.3s;
}
.cid-uz5AMJmPaT .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uz5AMJmPaT .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uz5AMJmPaT .link-wrapper:hover {
  cursor: pointer;
}
.cid-uz5AMJmPaT .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uz5AMJmPaT .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uz5AMJmPaT .card-title,
.cid-uz5AMJmPaT .iconfont-wrapper {
  color: #000000;
}
.cid-uz5AMJmPaT .card-text {
  color: #232323;
}
.cid-uz5AMJmPaT .mbr-section-title {
  color: #f0f0f0;
  text-align: center;
}
.cid-uz5AMJmPaT .card-link,
.cid-uz5AMJmPaT .link-icon,
.cid-uz5AMJmPaT .link-align {
  color: #232323;
}
.cid-uz5AMJmPaT .mbr-section-subtitle {
  text-align: left;
}
.cid-uz5AMJmPaT .mbr-section-subtitle,
.cid-uz5AMJmPaT .align {
  color: #232323;
}
.cid-uzzcHcqM9L {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uzzcHcqM9L .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uzzcHcqM9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzzcHcqM9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .container {
    padding: 0 15px;
  }
}
.cid-uzzcHcqM9L .row {
  position: relative;
  z-index: 1;
}
.cid-uzzcHcqM9L .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzzcHcqM9L .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uzzcHcqM9L .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uzzcHcqM9L .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uzzcHcqM9L .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uzzcHcqM9L .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzzcHcqM9L .item-title {
  color: #30262b;
}
.cid-uzzcHcqM9L .item-text {
  color: #30262b;
}
.cid-u5tnbRXEeo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-u5tnbRXEeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tnbRXEeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .container {
    padding: 0 15px;
  }
}
.cid-u5tnbRXEeo .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u5tnbRXEeo .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-u5tnbRXEeo .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #ec111a;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-u5tnbRXEeo .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-u5tnbRXEeo .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u5tnbRXEeo .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-u5tnbRXEeo .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-u5tnbRXEeo .mbr-section-subtitle {
  color: #30262b;
}
.cid-u5tnbRXEeo .list {
  color: #30262b;
}
.cid-u5tnbRXEeo .mbr-address {
  color: #30262b;
}
.cid-uzveUfLm1C {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzveUfLm1C .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uzveUfLm1C .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uzveUfLm1C .mbr-form {
  display: -webkit-flex;
}
.cid-uzveUfLm1C .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uzveUfLm1C .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uzveUfLm1C .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uzveUfLm1C .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uzveUfLm1C .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uzveUfLm1C .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uzveUfLm1C .mbr-text {
  color: #444;
}
.cid-uzveUfLm1C h5 {
  margin-bottom: 0;
}
.cid-uzveUfLm1C .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uzveUfLm1C .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uzveUfLm1C .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uzveUfLm1C .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uzveUfLm1C .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uzveUfLm1C .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uzveUfLm1C .social-list a:hover {
  opacity: 0.4;
}
.cid-uzveUfLm1C .media-container-row > div {
  padding: 0px;
}
.cid-uzveUfLm1C .text2 {
  color: #000000;
  text-align: left;
}
.cid-uzveUfLm1C .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uzveUfLm1C .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzveUfLm1C .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uzveUfLm1C .social-list,
  .cid-uzveUfLm1C .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uzveUfLm1C h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uzveUfLm1C .form-control {
    max-width: 180px;
  }
}
.cid-uzveUfLm1C .links span {
  color: #9e9e9e;
}
.cid-uzveUfLm1C .logo-sub-title {
  text-align: center;
}
.cid-uzveUfLm1C .logo-title {
  text-align: center;
  color: #174799;
}
.cid-uzveUfLm1C .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uzveUfLm1C .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uz5yjbrc76 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uz5yjbrc76 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uz5yjbrc76 .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uz5yjbrc76 .display-7 {
    display: none;
  }
}
.cid-uz5yjbrc76 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uz5yjbrc76 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uz5yjbrc76 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uz5yjbrc76 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uz5yjbrc76 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uz5yjbrc76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz5yjbrc76 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uz5yjbrc76 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uz5yjbrc76 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uz5yjbrc76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz5yjbrc76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uz5yjbrc76 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uz5yjbrc76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz5yjbrc76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz5yjbrc76 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz5yjbrc76 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uz5yjbrc76 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uz5yjbrc76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz5yjbrc76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uz5yjbrc76 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uz5yjbrc76 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uz5yjbrc76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz5yjbrc76 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uz5yjbrc76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz5yjbrc76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz5yjbrc76 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz5yjbrc76 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uz5yjbrc76 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uz5yjbrc76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz5yjbrc76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uz5yjbrc76 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uz5yjbrc76 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uz5yjbrc76 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz5yjbrc76 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uz5yjbrc76 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uz5yjbrc76 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uz5yjbrc76 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uz5yjbrc76 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uz5yjbrc76 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uz5yjbrc76 .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uz5yjbrc76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz5yjbrc76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz5yjbrc76 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uz5yjbrc76 .dropdown-item.active,
.cid-uz5yjbrc76 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz5yjbrc76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uz5yjbrc76 .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uz5yjbrc76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz5yjbrc76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz5yjbrc76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz5yjbrc76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uz5yjbrc76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz5yjbrc76 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uz5yjbrc76 .navbar-buttons {
  text-align: center;
}
.cid-uz5yjbrc76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz5yjbrc76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uz5yjbrc76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz5yjbrc76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uz5yjbrc76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uz5yjbrc76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz5yjbrc76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz5yjbrc76 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uz5yjbrc76 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uz5yjbrc76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz5yjbrc76 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uz5yjbrc76 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uz5yjbrc76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uz5yjbrc76 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uz5yjbrc76 .nav-link:hover,
.cid-uz5yjbrc76 .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uz5yjbrc76 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uz5yjbrc76 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uz5yjbrc76 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uz5yjbrc76 .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQdZttGuI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQdZttGuI .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQdZttGuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQdZttGuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .container {
    padding: 0 15px;
  }
}
.cid-uEQdZttGuI .row {
  position: relative;
  z-index: 1;
}
.cid-uEQdZttGuI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQdZttGuI .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQdZttGuI .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQdZttGuI .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQdZttGuI .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQdZttGuI .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQdZttGuI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQdZttGuI .item-title {
  color: #30262b;
}
.cid-uEQdZttGuI .item-text {
  color: #30262b;
}
.cid-uETFwPZWtA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETFwPZWtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETFwPZWtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETFwPZWtA .container {
    padding: 0 15px;
  }
}
.cid-uETFwPZWtA .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETFwPZWtA .row .card {
  justify-content: center;
}
.cid-uETFwPZWtA .image-wrapper {
  position: relative;
}
.cid-uETFwPZWtA .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-uETFwPZWtA .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -15%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uETFwPZWtA .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETFwPZWtA .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uETFwPZWtA .image-wrapper img {
    height: 350px;
  }
}
.cid-uETFwPZWtA .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uETFwPZWtA .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uETFwPZWtA .text-wrapper {
    padding: 0;
  }
}
.cid-uETFwPZWtA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETFwPZWtA .mbr-text {
  color: #ffffff;
}
.cid-uETGJc4dve {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETGJc4dve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETGJc4dve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETGJc4dve .container {
    padding: 0 15px;
  }
}
.cid-uETGJc4dve .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETGJc4dve .row .card {
  justify-content: center;
}
.cid-uETGJc4dve .image-wrapper {
  position: relative;
}
.cid-uETGJc4dve .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: 74%;
  height: 177px;
  width: 250px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
.cid-uETGJc4dve .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: 45%;
  height: 305px;
  width: 420px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
@media (max-width: 992px) {
  .cid-uETGJc4dve .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETGJc4dve .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uETGJc4dve .image-wrapper img {
    height: 350px;
  }
}
.cid-uETGJc4dve .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uETGJc4dve .text-wrapper {
    padding: 0;
  }
}
.cid-uETGJc4dve .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETGJc4dve .mbr-text {
  color: #ffffff;
}
.cid-uETGU4xvhe {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETGU4xvhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETGU4xvhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETGU4xvhe .container {
    padding: 0 15px;
  }
}
.cid-uETGU4xvhe .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETGU4xvhe .row .card {
  justify-content: center;
}
.cid-uETGU4xvhe .image-wrapper {
  position: relative;
}
.cid-uETGU4xvhe .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-uETGU4xvhe .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -15%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uETGU4xvhe .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETGU4xvhe .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uETGU4xvhe .image-wrapper img {
    height: 350px;
  }
}
.cid-uETGU4xvhe .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uETGU4xvhe .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uETGU4xvhe .text-wrapper {
    padding: 0;
  }
}
.cid-uETGU4xvhe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETGU4xvhe .mbr-text {
  color: #ffffff;
}
.cid-uzzaD61dYK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uzzaD61dYK .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uzzaD61dYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzzaD61dYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .container {
    padding: 0 15px;
  }
}
.cid-uzzaD61dYK .row {
  position: relative;
  z-index: 1;
}
.cid-uzzaD61dYK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzzaD61dYK .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uzzaD61dYK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzzaD61dYK .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uzzaD61dYK .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uzzaD61dYK .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uzzaD61dYK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzzaD61dYK .item-title {
  color: #30262b;
}
.cid-uzzaD61dYK .item-text {
  color: #30262b;
}
.cid-uETen5UHmX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETen5UHmX .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uETen5UHmX .container {
    padding: 0 15px;
  }
}
.cid-uETen5UHmX .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uETen5UHmX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uETen5UHmX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uETen5UHmX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uETen5UHmX .embla__slide .slide-content {
  width: 100%;
}
.cid-uETen5UHmX .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
  top: 15%;
}
.cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 82%;
  height: 85%;
  object-fit: contain;
}
.cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uETen5UHmX .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uETen5UHmX .item-menu-overlay {
  top: 10%;
}
.cid-uETen5UHmX .embla__button--next,
.cid-uETen5UHmX .embla__button--prev {
  display: flex;
}
.cid-uETen5UHmX .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uETen5UHmX .embla__button:hover {
  opacity: .5 !important;
}
.cid-uETen5UHmX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uETen5UHmX .embla__button.embla__button--next {
  right: 0;
}
.cid-uETen5UHmX .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
  padding-bottom: 6rem;
}
@media (max-width: 1440px) {
  .cid-uETen5UHmX .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uETen5UHmX .embla {
    padding-left: 0;
  }
}
.cid-uETen5UHmX .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uETen5UHmX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uETen5UHmX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uETen5UHmX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uETen5UHmX .mbr-section-title {
  color: #ffffff;
}
.cid-uETen5UHmX .item-date {
  color: #ffffff;
}
.cid-uETen5UHmX .item-text {
  color: #ffffff;
}
.cid-uIO8DMmxDy {
  padding-top: 12rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uIO8DMmxDy .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uIO8DMmxDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO8DMmxDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .container {
    padding: 0 15px;
  }
}
.cid-uIO8DMmxDy .row {
  position: relative;
  z-index: 1;
}
.cid-uIO8DMmxDy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIO8DMmxDy .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uIO8DMmxDy .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uIO8DMmxDy .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uIO8DMmxDy .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uIO8DMmxDy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIO8DMmxDy .item-title {
  color: #30262b;
}
.cid-uIO8DMmxDy .item-text {
  color: #30262b;
}
.cid-uIO932q2QQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uIO932q2QQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO932q2QQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO932q2QQ .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIO932q2QQ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIO932q2QQ .mbr-name {
  color: #858585;
}
.cid-uIO932q2QQ .mbr-text {
  color: #f0f0f0;
}
.cid-uIO932q2QQ .mbr-section-btn {
  text-align: center;
}
.cid-uIO932q2QQ .mbr-name,
.cid-uIO932q2QQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uETa042oLc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uETa042oLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETa042oLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETa042oLc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uETa042oLc .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uETa042oLc .items-wrapper {
  margin: 0 -10px;
}
.cid-uETa042oLc .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uETa042oLc .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uETa042oLc .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uETa042oLc .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uETa042oLc .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uETa042oLc .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uETa042oLc .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uETa042oLc .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uETa042oLc .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uETa042oLc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uETa042oLc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uETa042oLc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uETa042oLc .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uETa042oLc .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uETa042oLc .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uETa042oLc .mbr-section-title,
.cid-uETa042oLc .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uETa042oLc .item-title {
  color: #ffffff;
}
.cid-uETa042oLc .item-text {
  color: #ffffff;
}
.cid-uETa042oLc .item-title,
.cid-uETa042oLc .mbr-section-btn {
  color: #000000;
}
.cid-uESHjCRnyM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHjCRnyM .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHjCRnyM .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHjCRnyM .mbr-form {
  display: -webkit-flex;
}
.cid-uESHjCRnyM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHjCRnyM .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHjCRnyM .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHjCRnyM .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHjCRnyM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHjCRnyM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHjCRnyM .mbr-text {
  color: #444;
}
.cid-uESHjCRnyM h5 {
  margin-bottom: 0;
}
.cid-uESHjCRnyM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHjCRnyM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHjCRnyM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHjCRnyM .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHjCRnyM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHjCRnyM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHjCRnyM .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHjCRnyM .media-container-row > div {
  padding: 0px;
}
.cid-uESHjCRnyM .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHjCRnyM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHjCRnyM .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHjCRnyM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHjCRnyM .social-list,
  .cid-uESHjCRnyM .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHjCRnyM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHjCRnyM .form-control {
    max-width: 180px;
  }
}
.cid-uESHjCRnyM .links span {
  color: #9e9e9e;
}
.cid-uESHjCRnyM .logo-sub-title {
  text-align: center;
}
.cid-uESHjCRnyM .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHjCRnyM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHjCRnyM .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ7KzyF0w {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ7KzyF0w .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ7KzyF0w .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ7KzyF0w .display-7 {
    display: none;
  }
}
.cid-uEQ7KzyF0w .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ7KzyF0w .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ7KzyF0w .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ7KzyF0w .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ7KzyF0w .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ7KzyF0w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ7KzyF0w .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ7KzyF0w .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ7KzyF0w .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ7KzyF0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ7KzyF0w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ7KzyF0w .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ7KzyF0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ7KzyF0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ7KzyF0w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ7KzyF0w .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ7KzyF0w .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ7KzyF0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ7KzyF0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ7KzyF0w .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ7KzyF0w .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ7KzyF0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ7KzyF0w .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ7KzyF0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ7KzyF0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ7KzyF0w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ7KzyF0w .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ7KzyF0w .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ7KzyF0w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ7KzyF0w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ7KzyF0w .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ7KzyF0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ7KzyF0w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ7KzyF0w .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ7KzyF0w .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ7KzyF0w .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ7KzyF0w .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ7KzyF0w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ7KzyF0w .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ7KzyF0w .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ7KzyF0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ7KzyF0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ7KzyF0w .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ7KzyF0w .dropdown-item.active,
.cid-uEQ7KzyF0w .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ7KzyF0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ7KzyF0w .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ7KzyF0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ7KzyF0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ7KzyF0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ7KzyF0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ7KzyF0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ7KzyF0w ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ7KzyF0w .navbar-buttons {
  text-align: center;
}
.cid-uEQ7KzyF0w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ7KzyF0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ7KzyF0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7KzyF0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ7KzyF0w .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ7KzyF0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ7KzyF0w .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ7KzyF0w .nav-link:hover,
.cid-uEQ7KzyF0w .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ7KzyF0w .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ7KzyF0w .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ7KzyF0w .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ7KzyF0w .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ7KAqyHx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ7KAqyHx .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ7KAqyHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ7KAqyHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .container {
    padding: 0 15px;
  }
}
.cid-uEQ7KAqyHx .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ7KAqyHx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ7KAqyHx .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ7KAqyHx .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ7KAqyHx .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ7KAqyHx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ7KAqyHx .item-title {
  color: #30262b;
}
.cid-uEQ7KAqyHx .item-text {
  color: #30262b;
}
.cid-uETc0SgghD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETc0SgghD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETc0SgghD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETc0SgghD .container {
    padding: 0 15px;
  }
}
.cid-uETc0SgghD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETc0SgghD .row .card {
  justify-content: center;
}
.cid-uETc0SgghD .image-wrapper {
  position: relative;
}
.cid-uETc0SgghD .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-uETc0SgghD .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -15%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uETc0SgghD .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETc0SgghD .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uETc0SgghD .image-wrapper img {
    height: 350px;
  }
}
.cid-uETc0SgghD .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uETc0SgghD .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uETc0SgghD .text-wrapper {
    padding: 0;
  }
}
.cid-uETc0SgghD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETc0SgghD .mbr-text {
  color: #ffffff;
}
.cid-uETlgnHbDA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETlgnHbDA .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uETlgnHbDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETlgnHbDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .container {
    padding: 0 15px;
  }
}
.cid-uETlgnHbDA .row {
  position: relative;
  z-index: 1;
}
.cid-uETlgnHbDA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uETlgnHbDA .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uETlgnHbDA .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uETlgnHbDA .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uETlgnHbDA .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uETlgnHbDA .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uETlgnHbDA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uETlgnHbDA .item-title {
  color: #30262b;
}
.cid-uETlgnHbDA .item-text {
  color: #30262b;
}
.cid-uEWgxF6wqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uEWgxF6wqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWgxF6wqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWgxF6wqM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEWgxF6wqM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uEWgxF6wqM .items-wrapper {
  margin: 0 -10px;
}
.cid-uEWgxF6wqM .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uEWgxF6wqM .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uEWgxF6wqM .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uEWgxF6wqM .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uEWgxF6wqM .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uEWgxF6wqM .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uEWgxF6wqM .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEWgxF6wqM .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uEWgxF6wqM .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uEWgxF6wqM .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uEWgxF6wqM .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uEWgxF6wqM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEWgxF6wqM .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEWgxF6wqM .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEWgxF6wqM .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEWgxF6wqM .mbr-section-title,
.cid-uEWgxF6wqM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEWgxF6wqM .item-title {
  color: #ffffff;
}
.cid-uEWgxF6wqM .item-text {
  color: #ffffff;
}
.cid-uEWgxF6wqM .item-title,
.cid-uEWgxF6wqM .mbr-section-btn {
  color: #000000;
}
.cid-uESHqU2xgW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHqU2xgW .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHqU2xgW .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHqU2xgW .mbr-form {
  display: -webkit-flex;
}
.cid-uESHqU2xgW .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHqU2xgW .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHqU2xgW .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHqU2xgW .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHqU2xgW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHqU2xgW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHqU2xgW .mbr-text {
  color: #444;
}
.cid-uESHqU2xgW h5 {
  margin-bottom: 0;
}
.cid-uESHqU2xgW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHqU2xgW .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHqU2xgW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHqU2xgW .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHqU2xgW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHqU2xgW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHqU2xgW .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHqU2xgW .media-container-row > div {
  padding: 0px;
}
.cid-uESHqU2xgW .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHqU2xgW .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHqU2xgW .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHqU2xgW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHqU2xgW .social-list,
  .cid-uESHqU2xgW .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHqU2xgW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHqU2xgW .form-control {
    max-width: 180px;
  }
}
.cid-uESHqU2xgW .links span {
  color: #9e9e9e;
}
.cid-uESHqU2xgW .logo-sub-title {
  text-align: center;
}
.cid-uESHqU2xgW .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHqU2xgW .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHqU2xgW .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ7UQCJJH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ7UQCJJH .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ7UQCJJH .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ7UQCJJH .display-7 {
    display: none;
  }
}
.cid-uEQ7UQCJJH .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ7UQCJJH .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ7UQCJJH .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ7UQCJJH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ7UQCJJH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ7UQCJJH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ7UQCJJH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ7UQCJJH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ7UQCJJH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ7UQCJJH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ7UQCJJH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ7UQCJJH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ7UQCJJH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ7UQCJJH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ7UQCJJH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ7UQCJJH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ7UQCJJH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ7UQCJJH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ7UQCJJH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ7UQCJJH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ7UQCJJH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ7UQCJJH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ7UQCJJH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ7UQCJJH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ7UQCJJH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ7UQCJJH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ7UQCJJH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ7UQCJJH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ7UQCJJH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ7UQCJJH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ7UQCJJH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ7UQCJJH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ7UQCJJH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ7UQCJJH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ7UQCJJH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ7UQCJJH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ7UQCJJH .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ7UQCJJH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ7UQCJJH .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ7UQCJJH .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ7UQCJJH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ7UQCJJH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ7UQCJJH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ7UQCJJH .dropdown-item.active,
.cid-uEQ7UQCJJH .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ7UQCJJH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ7UQCJJH .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ7UQCJJH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ7UQCJJH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ7UQCJJH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ7UQCJJH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ7UQCJJH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ7UQCJJH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ7UQCJJH .navbar-buttons {
  text-align: center;
}
.cid-uEQ7UQCJJH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ7UQCJJH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ7UQCJJH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7UQCJJH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ7UQCJJH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ7UQCJJH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ7UQCJJH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ7UQCJJH .nav-link:hover,
.cid-uEQ7UQCJJH .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ7UQCJJH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ7UQCJJH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ7UQCJJH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ7UQCJJH .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ7URx4Tp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ7URx4Tp .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ7URx4Tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ7URx4Tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .container {
    padding: 0 15px;
  }
}
.cid-uEQ7URx4Tp .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ7URx4Tp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ7URx4Tp .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ7URx4Tp .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ7URx4Tp .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ7URx4Tp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ7URx4Tp .item-title {
  color: #30262b;
}
.cid-uEQ7URx4Tp .item-text {
  color: #30262b;
}
.cid-uETcaOtAZv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETcaOtAZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETcaOtAZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETcaOtAZv .container {
    padding: 0 15px;
  }
}
.cid-uETcaOtAZv .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETcaOtAZv .row .card {
  justify-content: center;
}
.cid-uETcaOtAZv .image-wrapper {
  position: relative;
}
.cid-uETcaOtAZv .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-uETcaOtAZv .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -15%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uETcaOtAZv .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETcaOtAZv .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uETcaOtAZv .image-wrapper img {
    height: 350px;
  }
}
.cid-uETcaOtAZv .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uETcaOtAZv .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uETcaOtAZv .text-wrapper {
    padding: 0;
  }
}
.cid-uETcaOtAZv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETcaOtAZv .mbr-text {
  color: #ffffff;
}
.cid-uETlFwZiCO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uETlFwZiCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETlFwZiCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETlFwZiCO .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uETlFwZiCO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uETlFwZiCO .mbr-name {
  color: #858585;
}
.cid-uETlFwZiCO .mbr-text {
  color: #f0f0f0;
  text-align: left;
}
.cid-uETlFwZiCO .mbr-section-btn {
  text-align: center;
}
.cid-uETlFwZiCO .mbr-name,
.cid-uETlFwZiCO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEWgGT3aYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uEWgGT3aYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWgGT3aYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWgGT3aYZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEWgGT3aYZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uEWgGT3aYZ .items-wrapper {
  margin: 0 -10px;
}
.cid-uEWgGT3aYZ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uEWgGT3aYZ .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uEWgGT3aYZ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uEWgGT3aYZ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uEWgGT3aYZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEWgGT3aYZ .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEWgGT3aYZ .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEWgGT3aYZ .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEWgGT3aYZ .mbr-section-title,
.cid-uEWgGT3aYZ .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEWgGT3aYZ .item-title {
  color: #ffffff;
}
.cid-uEWgGT3aYZ .item-text {
  color: #ffffff;
}
.cid-uEWgGT3aYZ .item-title,
.cid-uEWgGT3aYZ .mbr-section-btn {
  color: #000000;
}
.cid-uESHvq7EVq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHvq7EVq .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHvq7EVq .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHvq7EVq .mbr-form {
  display: -webkit-flex;
}
.cid-uESHvq7EVq .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHvq7EVq .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHvq7EVq .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHvq7EVq .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHvq7EVq .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHvq7EVq .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHvq7EVq .mbr-text {
  color: #444;
}
.cid-uESHvq7EVq h5 {
  margin-bottom: 0;
}
.cid-uESHvq7EVq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHvq7EVq .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHvq7EVq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHvq7EVq .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHvq7EVq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHvq7EVq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHvq7EVq .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHvq7EVq .media-container-row > div {
  padding: 0px;
}
.cid-uESHvq7EVq .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHvq7EVq .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHvq7EVq .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHvq7EVq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHvq7EVq .social-list,
  .cid-uESHvq7EVq .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHvq7EVq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHvq7EVq .form-control {
    max-width: 180px;
  }
}
.cid-uESHvq7EVq .links span {
  color: #9e9e9e;
}
.cid-uESHvq7EVq .logo-sub-title {
  text-align: center;
}
.cid-uESHvq7EVq .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHvq7EVq .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHvq7EVq .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ7ZoVVjF {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ7ZoVVjF .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ7ZoVVjF .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ7ZoVVjF .display-7 {
    display: none;
  }
}
.cid-uEQ7ZoVVjF .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ7ZoVVjF .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ7ZoVVjF .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ7ZoVVjF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ7ZoVVjF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ7ZoVVjF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ7ZoVVjF .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ7ZoVVjF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ7ZoVVjF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ7ZoVVjF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ7ZoVVjF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ7ZoVVjF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ7ZoVVjF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ7ZoVVjF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ7ZoVVjF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ7ZoVVjF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ7ZoVVjF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ7ZoVVjF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ7ZoVVjF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ7ZoVVjF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ7ZoVVjF .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ7ZoVVjF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ7ZoVVjF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ7ZoVVjF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ7ZoVVjF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ7ZoVVjF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ7ZoVVjF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ7ZoVVjF .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ7ZoVVjF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ7ZoVVjF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ7ZoVVjF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ7ZoVVjF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ7ZoVVjF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ7ZoVVjF .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ7ZoVVjF .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ7ZoVVjF .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ7ZoVVjF .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ7ZoVVjF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ7ZoVVjF .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ7ZoVVjF .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ7ZoVVjF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ7ZoVVjF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ7ZoVVjF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ7ZoVVjF .dropdown-item.active,
.cid-uEQ7ZoVVjF .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ7ZoVVjF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ7ZoVVjF .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ7ZoVVjF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ7ZoVVjF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ7ZoVVjF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ7ZoVVjF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ7ZoVVjF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ7ZoVVjF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ7ZoVVjF .navbar-buttons {
  text-align: center;
}
.cid-uEQ7ZoVVjF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ7ZoVVjF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ7ZoVVjF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ7ZoVVjF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ7ZoVVjF .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ7ZoVVjF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ7ZoVVjF .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ7ZoVVjF .nav-link:hover,
.cid-uEQ7ZoVVjF .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ7ZoVVjF .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ7ZoVVjF .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ7ZoVVjF .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ7ZoVVjF .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ7ZpLvKY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ7ZpLvKY .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ7ZpLvKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ7ZpLvKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .container {
    padding: 0 15px;
  }
}
.cid-uEQ7ZpLvKY .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ7ZpLvKY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ7ZpLvKY .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ7ZpLvKY .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ7ZpLvKY .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ7ZpLvKY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ7ZpLvKY .item-title {
  color: #30262b;
}
.cid-uEQ7ZpLvKY .item-text {
  color: #30262b;
}
.cid-uETnE16auS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #174799;
}
.cid-uETnE16auS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETnE16auS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETnE16auS .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uETnE16auS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uETnE16auS .mbr-name {
  color: #858585;
}
.cid-uETnE16auS .mbr-text {
  color: #f0f0f0;
  text-align: center;
}
.cid-uETnE16auS .mbr-section-btn {
  text-align: center;
}
.cid-uETnE16auS .mbr-name,
.cid-uETnE16auS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uETmdq7TS8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #174799;
}
.cid-uETmdq7TS8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uETmdq7TS8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uETmdq7TS8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uETmdq7TS8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uETmdq7TS8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uETmdq7TS8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uEXZZyqhwP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uEXZZyqhwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEXZZyqhwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEXZZyqhwP .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEXZZyqhwP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uEXZZyqhwP .items-wrapper {
  margin: 0 -10px;
}
.cid-uEXZZyqhwP .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uEXZZyqhwP .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uEXZZyqhwP .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uEXZZyqhwP .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uEXZZyqhwP .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uEXZZyqhwP .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uEXZZyqhwP .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEXZZyqhwP .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uEXZZyqhwP .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uEXZZyqhwP .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uEXZZyqhwP .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uEXZZyqhwP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEXZZyqhwP .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEXZZyqhwP .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEXZZyqhwP .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #ffffff 50%);
}
.cid-uEXZZyqhwP .mbr-section-title,
.cid-uEXZZyqhwP .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEXZZyqhwP .item-title {
  color: #ffffff;
}
.cid-uEXZZyqhwP .item-text {
  color: #ffffff;
}
.cid-uEXZZyqhwP .item-title,
.cid-uEXZZyqhwP .mbr-section-btn {
  color: #000000;
}
.cid-uESHBdprWg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHBdprWg .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHBdprWg .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHBdprWg .mbr-form {
  display: -webkit-flex;
}
.cid-uESHBdprWg .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHBdprWg .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHBdprWg .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHBdprWg .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHBdprWg .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHBdprWg .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHBdprWg .mbr-text {
  color: #444;
}
.cid-uESHBdprWg h5 {
  margin-bottom: 0;
}
.cid-uESHBdprWg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHBdprWg .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHBdprWg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHBdprWg .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHBdprWg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHBdprWg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHBdprWg .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHBdprWg .media-container-row > div {
  padding: 0px;
}
.cid-uESHBdprWg .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHBdprWg .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHBdprWg .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHBdprWg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHBdprWg .social-list,
  .cid-uESHBdprWg .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHBdprWg h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHBdprWg .form-control {
    max-width: 180px;
  }
}
.cid-uESHBdprWg .links span {
  color: #9e9e9e;
}
.cid-uESHBdprWg .logo-sub-title {
  text-align: center;
}
.cid-uESHBdprWg .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHBdprWg .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHBdprWg .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8CRR3vO {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ8CRR3vO .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ8CRR3vO .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ8CRR3vO .display-7 {
    display: none;
  }
}
.cid-uEQ8CRR3vO .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ8CRR3vO .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ8CRR3vO .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ8CRR3vO .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ8CRR3vO .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ8CRR3vO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ8CRR3vO .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ8CRR3vO .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ8CRR3vO .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ8CRR3vO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ8CRR3vO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ8CRR3vO .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ8CRR3vO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ8CRR3vO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ8CRR3vO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ8CRR3vO .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ8CRR3vO .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ8CRR3vO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ8CRR3vO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ8CRR3vO .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ8CRR3vO .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ8CRR3vO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ8CRR3vO .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ8CRR3vO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ8CRR3vO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ8CRR3vO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ8CRR3vO .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ8CRR3vO .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ8CRR3vO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ8CRR3vO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ8CRR3vO .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ8CRR3vO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ8CRR3vO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ8CRR3vO .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ8CRR3vO .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ8CRR3vO .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ8CRR3vO .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ8CRR3vO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ8CRR3vO .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ8CRR3vO .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ8CRR3vO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ8CRR3vO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ8CRR3vO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ8CRR3vO .dropdown-item.active,
.cid-uEQ8CRR3vO .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ8CRR3vO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ8CRR3vO .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ8CRR3vO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ8CRR3vO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ8CRR3vO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ8CRR3vO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ8CRR3vO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ8CRR3vO ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ8CRR3vO .navbar-buttons {
  text-align: center;
}
.cid-uEQ8CRR3vO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ8CRR3vO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ8CRR3vO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8CRR3vO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ8CRR3vO .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ8CRR3vO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ8CRR3vO .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ8CRR3vO .nav-link:hover,
.cid-uEQ8CRR3vO .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ8CRR3vO .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ8CRR3vO .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ8CRR3vO .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ8CRR3vO .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8CSHJaT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ8CSHJaT .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ8CSHJaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ8CSHJaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .container {
    padding: 0 15px;
  }
}
.cid-uEQ8CSHJaT .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ8CSHJaT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ8CSHJaT .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ8CSHJaT .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ8CSHJaT .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ8CSHJaT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ8CSHJaT .item-title {
  color: #30262b;
}
.cid-uEQ8CSHJaT .item-text {
  color: #30262b;
}
.cid-uETNS3GKsP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETNS3GKsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETNS3GKsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETNS3GKsP .container {
    padding: 0 15px;
  }
}
.cid-uETNS3GKsP .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETNS3GKsP .row .card {
  justify-content: center;
}
.cid-uETNS3GKsP .image-wrapper {
  position: relative;
}
.cid-uETNS3GKsP .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: 74%;
  height: 177px;
  width: 250px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
.cid-uETNS3GKsP .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: 45%;
  height: 305px;
  width: 420px;
  background-color: #e10a14;
  transform: skewX(20deg);
}
@media (max-width: 992px) {
  .cid-uETNS3GKsP .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETNS3GKsP .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uETNS3GKsP .image-wrapper img {
    height: 350px;
    object-fit: contain;
  }
}
.cid-uETNS3GKsP .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-uETNS3GKsP .text-wrapper {
    padding: 0;
  }
}
.cid-uETNS3GKsP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETNS3GKsP .mbr-text {
  color: #ffffff;
}
.cid-uETU4dyi1M {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETU4dyi1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETU4dyi1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETU4dyi1M .container {
    padding: 0 15px;
  }
}
.cid-uETU4dyi1M .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETU4dyi1M .row .card {
  justify-content: center;
}
.cid-uETU4dyi1M .image-wrapper {
  position: relative;
}
.cid-uETU4dyi1M .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
.cid-uETU4dyi1M .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec1f1f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uETU4dyi1M .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uETU4dyi1M .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uETU4dyi1M .image-wrapper img {
    height: 350px;
  }
}
.cid-uETU4dyi1M .text-wrapper {
  padding: 0 0 0 118px;
  padding: 0 118px 0 0;
}
@media (max-width: 992px) {
  .cid-uETU4dyi1M .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uETU4dyi1M .text-wrapper {
    padding: 0;
  }
}
.cid-uETU4dyi1M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uETU4dyi1M .mbr-text {
  color: #ffffff;
}
.cid-uETXjorBqc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETXjorBqc .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uETXjorBqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETXjorBqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .container {
    padding: 0 15px;
  }
}
.cid-uETXjorBqc .row {
  position: relative;
  z-index: 1;
}
.cid-uETXjorBqc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uETXjorBqc .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uETXjorBqc .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uETXjorBqc .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uETXjorBqc .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uETXjorBqc .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uETXjorBqc .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uETXjorBqc .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uETXjorBqc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uETXjorBqc .item-title {
  color: #30262b;
}
.cid-uETXjorBqc .item-text {
  color: #30262b;
}
.cid-uEXub1FptO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uEXub1FptO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEXub1FptO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEXub1FptO .row {
  justify-content: space-between;
}
.cid-uEXub1FptO .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEXub1FptO .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uEXub1FptO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uEXub1FptO .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uEXub1FptO .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #174799;
}
@media (max-width: 992px) {
  .cid-uEXub1FptO .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uEXub1FptO .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uEXub1FptO .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uEXub1FptO .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEXub1FptO .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uEXub1FptO .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uEXub1FptO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uEXub1FptO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uEXub1FptO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uEXub1FptO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #e10a14;
}
.cid-uEXub1FptO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uEXub1FptO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uEXub1FptO .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uEXub1FptO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uEXub1FptO .mbr-section-title {
  color: #ffffff;
}
.cid-uEXub1FptO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEXub1FptO .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uEXub1FptO .panel-title-edit {
  color: #ffffff;
}
.cid-uEXub1FptO .panel-text {
  color: #ffffff;
}
.cid-uEXg1Y5NL4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #174799;
}
.cid-uEXg1Y5NL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEXg1Y5NL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEXg1Y5NL4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEXg1Y5NL4 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEXg1Y5NL4 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uEXg1Y5NL4 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uEXg1Y5NL4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEXg1Y5NL4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEXg1Y5NL4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEXg1Y5NL4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uEXg1Y5NL4 .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uEXg1Y5NL4 .item {
    margin-bottom: 28px;
  }
}
.cid-uEXg1Y5NL4 .item .item-wrapper {
  height: 100%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uEXg1Y5NL4 .item .item-wrapper:hover,
.cid-uEXg1Y5NL4 .item .item-wrapper:focus {
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uEXg1Y5NL4 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #bff747;
}
.cid-uEXg1Y5NL4 .icon-wrapper {
  text-align: right;
}
.cid-uEXg1Y5NL4 .mbr-section-title,
.cid-uEXg1Y5NL4 .item-title,
.cid-uEXg1Y5NL4 .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uEXg1Y5NL4 .mbr-text,
.cid-uEXg1Y5NL4 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uEXg1Y5NL4 .mbr-desc,
.cid-uEXg1Y5NL4 .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uEXg1Y5NL4 .item-desc {
  color: #fdfde1;
}
.cid-uEXg1Y5NL4 .item-text {
  color: #000000;
}
.cid-uEXg1Y5NL4 .item-title,
.cid-uEXg1Y5NL4 .icon-wrapper {
  color: #000000;
}
.cid-uEXg1Y5NL4 .mbr-section-title {
  color: #ffffff;
}
.cid-uETQRGPfA6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #174799, #174799);
}
.cid-uETQRGPfA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETQRGPfA6 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uETQRGPfA6 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uETQRGPfA6 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uETQRGPfA6 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uETQRGPfA6 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uETQRGPfA6 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uETQRGPfA6 .item-wrapper:hover {
  background: #ffffff;
  transform: translateY(-5px);
}
.cid-uETQRGPfA6 .item-wrapper:hover .card-title,
.cid-uETQRGPfA6 .item-wrapper:hover .card-text {
  color: black !important;
}
.cid-uETQRGPfA6 .item-wrapper:hover span,
.cid-uETQRGPfA6 .item-wrapper:hover .card-link,
.cid-uETQRGPfA6 .item-wrapper:hover .card-link a {
  color: #e10a14 !important;
}
.cid-uETQRGPfA6 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uETQRGPfA6 .card-title,
.cid-uETQRGPfA6 .card-text,
.cid-uETQRGPfA6 .card-link,
.cid-uETQRGPfA6 .card-link a {
  transition: all 0.3s;
}
.cid-uETQRGPfA6 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uETQRGPfA6 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uETQRGPfA6 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uETQRGPfA6 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uETQRGPfA6 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uETQRGPfA6 .card-title,
.cid-uETQRGPfA6 .iconfont-wrapper {
  color: #000000;
}
.cid-uETQRGPfA6 .card-text {
  color: #232323;
}
.cid-uETQRGPfA6 .mbr-section-title {
  color: #f0f0f0;
  text-align: center;
}
.cid-uETQRGPfA6 .card-link,
.cid-uETQRGPfA6 .link-icon,
.cid-uETQRGPfA6 .link-align {
  color: #232323;
}
.cid-uETQRGPfA6 .mbr-section-subtitle {
  text-align: left;
}
.cid-uETQRGPfA6 .mbr-section-subtitle,
.cid-uETQRGPfA6 .align {
  color: #232323;
}
.cid-uEVCM8ade8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEVCM8ade8 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEVCM8ade8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEVCM8ade8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .container {
    padding: 0 15px;
  }
}
.cid-uEVCM8ade8 .row {
  position: relative;
  z-index: 1;
}
.cid-uEVCM8ade8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEVCM8ade8 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEVCM8ade8 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEVCM8ade8 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEVCM8ade8 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEVCM8ade8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEVCM8ade8 .item-title {
  color: #30262b;
}
.cid-uEVCM8ade8 .item-text {
  color: #30262b;
}
.cid-uETRZDRXoq {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uETRZDRXoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETRZDRXoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .container {
    padding: 0 15px;
  }
}
.cid-uETRZDRXoq .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uETRZDRXoq .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uETRZDRXoq .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #ec111a;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uETRZDRXoq .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uETRZDRXoq .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uETRZDRXoq .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uETRZDRXoq .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uETRZDRXoq .mbr-section-subtitle {
  color: #30262b;
}
.cid-uETRZDRXoq .list {
  color: #30262b;
}
.cid-uETRZDRXoq .mbr-address {
  color: #30262b;
}
.cid-uETPB6yRcB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #174799;
}
.cid-uETPB6yRcB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uETPB6yRcB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uETPB6yRcB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uETPB6yRcB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uETPB6yRcB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uETPB6yRcB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uESHJjH0oG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHJjH0oG .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHJjH0oG .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHJjH0oG .mbr-form {
  display: -webkit-flex;
}
.cid-uESHJjH0oG .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHJjH0oG .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHJjH0oG .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHJjH0oG .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHJjH0oG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHJjH0oG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHJjH0oG .mbr-text {
  color: #444;
}
.cid-uESHJjH0oG h5 {
  margin-bottom: 0;
}
.cid-uESHJjH0oG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHJjH0oG .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHJjH0oG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHJjH0oG .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHJjH0oG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHJjH0oG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHJjH0oG .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHJjH0oG .media-container-row > div {
  padding: 0px;
}
.cid-uESHJjH0oG .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHJjH0oG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHJjH0oG .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHJjH0oG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHJjH0oG .social-list,
  .cid-uESHJjH0oG .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHJjH0oG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHJjH0oG .form-control {
    max-width: 180px;
  }
}
.cid-uESHJjH0oG .links span {
  color: #9e9e9e;
}
.cid-uESHJjH0oG .logo-sub-title {
  text-align: center;
}
.cid-uESHJjH0oG .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHJjH0oG .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHJjH0oG .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8RphxrC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ8RphxrC .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ8RphxrC .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ8RphxrC .display-7 {
    display: none;
  }
}
.cid-uEQ8RphxrC .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ8RphxrC .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ8RphxrC .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ8RphxrC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ8RphxrC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ8RphxrC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ8RphxrC .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ8RphxrC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ8RphxrC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ8RphxrC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ8RphxrC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ8RphxrC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ8RphxrC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ8RphxrC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ8RphxrC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ8RphxrC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ8RphxrC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ8RphxrC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ8RphxrC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ8RphxrC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ8RphxrC .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ8RphxrC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ8RphxrC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ8RphxrC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ8RphxrC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ8RphxrC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ8RphxrC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ8RphxrC .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ8RphxrC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ8RphxrC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ8RphxrC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ8RphxrC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ8RphxrC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ8RphxrC .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ8RphxrC .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ8RphxrC .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ8RphxrC .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ8RphxrC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ8RphxrC .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ8RphxrC .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ8RphxrC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ8RphxrC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ8RphxrC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ8RphxrC .dropdown-item.active,
.cid-uEQ8RphxrC .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ8RphxrC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ8RphxrC .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ8RphxrC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ8RphxrC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ8RphxrC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ8RphxrC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ8RphxrC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ8RphxrC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ8RphxrC .navbar-buttons {
  text-align: center;
}
.cid-uEQ8RphxrC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ8RphxrC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ8RphxrC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ8RphxrC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8RphxrC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8RphxrC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ8RphxrC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8RphxrC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ8RphxrC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ8RphxrC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8RphxrC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ8RphxrC .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ8RphxrC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ8RphxrC .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ8RphxrC .nav-link:hover,
.cid-uEQ8RphxrC .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ8RphxrC .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ8RphxrC .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ8RphxrC .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ8RphxrC .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8RqdeF2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ8RqdeF2 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ8RqdeF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ8RqdeF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .container {
    padding: 0 15px;
  }
}
.cid-uEQ8RqdeF2 .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ8RqdeF2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ8RqdeF2 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ8RqdeF2 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ8RqdeF2 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ8RqdeF2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ8RqdeF2 .item-title {
  color: #30262b;
}
.cid-uEQ8RqdeF2 .item-text {
  color: #30262b;
}
.cid-uESLFZArDK {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #174799, #174799);
}
.cid-uESLFZArDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESLFZArDK .card-link {
  position: relative;
  width: fit-content;
}
.cid-uESLFZArDK .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uESLFZArDK h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uESLFZArDK h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uESLFZArDK .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uESLFZArDK .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uESLFZArDK .item-wrapper:hover {
  background: #ffffff;
  transform: translateY(-5px);
}
.cid-uESLFZArDK .item-wrapper:hover .card-title,
.cid-uESLFZArDK .item-wrapper:hover .card-text {
  color: black !important;
}
.cid-uESLFZArDK .item-wrapper:hover span,
.cid-uESLFZArDK .item-wrapper:hover .card-link,
.cid-uESLFZArDK .item-wrapper:hover .card-link a {
  color: #e10a14 !important;
}
.cid-uESLFZArDK .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uESLFZArDK .card-title,
.cid-uESLFZArDK .card-text,
.cid-uESLFZArDK .card-link,
.cid-uESLFZArDK .card-link a {
  transition: all 0.3s;
}
.cid-uESLFZArDK .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uESLFZArDK .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uESLFZArDK .link-wrapper:hover {
  cursor: pointer;
}
.cid-uESLFZArDK .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uESLFZArDK .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uESLFZArDK .card-title,
.cid-uESLFZArDK .iconfont-wrapper {
  color: #000000;
}
.cid-uESLFZArDK .card-text {
  color: #232323;
}
.cid-uESLFZArDK .mbr-section-title {
  color: #f0f0f0;
  text-align: center;
}
.cid-uESLFZArDK .card-link,
.cid-uESLFZArDK .link-icon,
.cid-uESLFZArDK .link-align {
  color: #232323;
}
.cid-uESLFZArDK .mbr-section-subtitle {
  text-align: left;
}
.cid-uESLFZArDK .mbr-section-subtitle,
.cid-uESLFZArDK .align {
  color: #232323;
}
.cid-uESLNds0TZ {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #174799;
}
.cid-uESLNds0TZ .showAlerts {
  display: block !important;
}
.cid-uESLNds0TZ .rowflexrev {
  display: -webkit-flex;
}
.cid-uESLNds0TZ .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uESLNds0TZ .title {
  margin-bottom: 2rem;
}
.cid-uESLNds0TZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uESLNds0TZ textarea.form-control {
  min-height: 188px;
}
.cid-uESLNds0TZ LABEL {
  color: #232323;
  display: initial;
}
.cid-uESLNds0TZ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uESLNds0TZ .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uESLNds0TZ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uESLNds0TZ .mbr-section-gdpr {
  text-align: left;
  color: #f0f0f0;
  margin-bottom: 0px;
}
.cid-uESLNds0TZ .alert {
  margin-bottom: 0;
}
.cid-uESLNds0TZ .alert-success {
  background-color: #70c770;
}
.cid-uESLNds0TZ .alert-danger {
  background-color: #ff4a52;
}
.cid-uESLNds0TZ .btn {
  display: inline-flex;
}
.cid-uESLNds0TZ .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uESLNds0TZ .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uESLNds0TZ .form-control,
.cid-uESLNds0TZ form .btn {
  min-height: 62px;
  line-height: 2rem !important;
}
.cid-uESLNds0TZ H2 {
  color: #f0f0f0;
}
.cid-uESPpIkxg1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uESPpIkxg1 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uESPpIkxg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESPpIkxg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .container {
    padding: 0 15px;
  }
}
.cid-uESPpIkxg1 .row {
  position: relative;
  z-index: 1;
}
.cid-uESPpIkxg1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uESPpIkxg1 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uESPpIkxg1 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uESPpIkxg1 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uESPpIkxg1 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uESPpIkxg1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uESPpIkxg1 .item-title {
  color: #30262b;
}
.cid-uESPpIkxg1 .item-text {
  color: #30262b;
}
.cid-uESPjwYDoB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uESPjwYDoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESPjwYDoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .container {
    padding: 0 15px;
  }
}
.cid-uESPjwYDoB .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uESPjwYDoB .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uESPjwYDoB .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #ec111a;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uESPjwYDoB .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uESPjwYDoB .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uESPjwYDoB .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uESPjwYDoB .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uESPjwYDoB .mbr-section-subtitle {
  color: #30262b;
}
.cid-uESPjwYDoB .list {
  color: #30262b;
}
.cid-uESPjwYDoB .mbr-address {
  color: #30262b;
}
.cid-uESHRcjwAt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHRcjwAt .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHRcjwAt .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHRcjwAt .mbr-form {
  display: -webkit-flex;
}
.cid-uESHRcjwAt .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHRcjwAt .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHRcjwAt .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHRcjwAt .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHRcjwAt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHRcjwAt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHRcjwAt .mbr-text {
  color: #444;
}
.cid-uESHRcjwAt h5 {
  margin-bottom: 0;
}
.cid-uESHRcjwAt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHRcjwAt .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHRcjwAt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHRcjwAt .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHRcjwAt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHRcjwAt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHRcjwAt .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHRcjwAt .media-container-row > div {
  padding: 0px;
}
.cid-uESHRcjwAt .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHRcjwAt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHRcjwAt .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHRcjwAt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHRcjwAt .social-list,
  .cid-uESHRcjwAt .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHRcjwAt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHRcjwAt .form-control {
    max-width: 180px;
  }
}
.cid-uESHRcjwAt .links span {
  color: #9e9e9e;
}
.cid-uESHRcjwAt .logo-sub-title {
  text-align: center;
}
.cid-uESHRcjwAt .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHRcjwAt .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHRcjwAt .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8XDGnFw {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ8XDGnFw .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ8XDGnFw .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ8XDGnFw .display-7 {
    display: none;
  }
}
.cid-uEQ8XDGnFw .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ8XDGnFw .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ8XDGnFw .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ8XDGnFw .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ8XDGnFw .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ8XDGnFw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ8XDGnFw .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ8XDGnFw .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ8XDGnFw .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ8XDGnFw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ8XDGnFw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ8XDGnFw .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ8XDGnFw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ8XDGnFw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ8XDGnFw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ8XDGnFw .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ8XDGnFw .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ8XDGnFw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ8XDGnFw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ8XDGnFw .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ8XDGnFw .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ8XDGnFw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ8XDGnFw .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ8XDGnFw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ8XDGnFw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ8XDGnFw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ8XDGnFw .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ8XDGnFw .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ8XDGnFw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ8XDGnFw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ8XDGnFw .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ8XDGnFw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ8XDGnFw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ8XDGnFw .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ8XDGnFw .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ8XDGnFw .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ8XDGnFw .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ8XDGnFw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ8XDGnFw .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ8XDGnFw .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ8XDGnFw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ8XDGnFw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ8XDGnFw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ8XDGnFw .dropdown-item.active,
.cid-uEQ8XDGnFw .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ8XDGnFw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ8XDGnFw .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ8XDGnFw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ8XDGnFw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ8XDGnFw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ8XDGnFw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ8XDGnFw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ8XDGnFw ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ8XDGnFw .navbar-buttons {
  text-align: center;
}
.cid-uEQ8XDGnFw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ8XDGnFw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ8XDGnFw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8XDGnFw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ8XDGnFw .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ8XDGnFw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ8XDGnFw .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ8XDGnFw .nav-link:hover,
.cid-uEQ8XDGnFw .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ8XDGnFw .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ8XDGnFw .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ8XDGnFw .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ8XDGnFw .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8XEOP5n {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ8XEOP5n .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ8XEOP5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ8XEOP5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .container {
    padding: 0 15px;
  }
}
.cid-uEQ8XEOP5n .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ8XEOP5n .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ8XEOP5n .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ8XEOP5n .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ8XEOP5n .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ8XEOP5n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ8XEOP5n .item-title {
  color: #30262b;
}
.cid-uEQ8XEOP5n .item-text {
  color: #30262b;
}
.cid-uESIvqGdrF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uESIvqGdrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESIvqGdrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESIvqGdrF .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uESIvqGdrF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uESIvqGdrF .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uESIvqGdrF .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uESIvqGdrF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uESIvqGdrF .mbr-section-title {
  color: #000000;
}
.cid-uESIvqGdrF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uESIvqGdrF .mbr-text {
  color: #000000;
}
.cid-uESIvqGdrF .mbr-text,
.cid-uESIvqGdrF .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uESKu3hLDQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uESKu3hLDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESKu3hLDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESKu3hLDQ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uESKu3hLDQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uESKu3hLDQ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uESKu3hLDQ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uESKu3hLDQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uESKu3hLDQ .mbr-section-title {
  color: #000000;
}
.cid-uESKu3hLDQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uESKu3hLDQ .mbr-text {
  color: #000000;
}
.cid-uESKu3hLDQ .mbr-text,
.cid-uESKu3hLDQ .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uESJExybiN {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #174799;
}
.cid-uESJExybiN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uESJExybiN .team-card {
  margin-bottom: 2rem;
}
.cid-uESJExybiN .card-wrap {
  background: #174799;
}
.cid-uESJExybiN .card-wrap .image-wrap img {
  width: 60%;
  display: block;
  margin: auto;
}
.cid-uESJExybiN .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uESJExybiN .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uESJExybiN .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uESJExybiN .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uESJExybiN .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uESJExybiN .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uESJExybiN .mbr-text {
  color: #ffffff;
}
.cid-uESHUX7jIi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHUX7jIi .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHUX7jIi .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHUX7jIi .mbr-form {
  display: -webkit-flex;
}
.cid-uESHUX7jIi .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHUX7jIi .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHUX7jIi .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHUX7jIi .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHUX7jIi .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHUX7jIi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHUX7jIi .mbr-text {
  color: #444;
}
.cid-uESHUX7jIi h5 {
  margin-bottom: 0;
}
.cid-uESHUX7jIi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHUX7jIi .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHUX7jIi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHUX7jIi .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHUX7jIi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHUX7jIi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHUX7jIi .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHUX7jIi .media-container-row > div {
  padding: 0px;
}
.cid-uESHUX7jIi .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHUX7jIi .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHUX7jIi .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHUX7jIi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHUX7jIi .social-list,
  .cid-uESHUX7jIi .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHUX7jIi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHUX7jIi .form-control {
    max-width: 180px;
  }
}
.cid-uESHUX7jIi .links span {
  color: #9e9e9e;
}
.cid-uESHUX7jIi .logo-sub-title {
  text-align: center;
}
.cid-uESHUX7jIi .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHUX7jIi .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHUX7jIi .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ91ljyCH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ91ljyCH .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ91ljyCH .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ91ljyCH .display-7 {
    display: none;
  }
}
.cid-uEQ91ljyCH .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ91ljyCH .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ91ljyCH .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ91ljyCH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ91ljyCH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ91ljyCH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ91ljyCH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ91ljyCH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ91ljyCH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ91ljyCH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ91ljyCH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ91ljyCH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ91ljyCH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ91ljyCH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ91ljyCH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ91ljyCH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ91ljyCH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ91ljyCH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ91ljyCH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ91ljyCH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ91ljyCH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ91ljyCH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ91ljyCH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ91ljyCH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ91ljyCH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ91ljyCH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ91ljyCH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ91ljyCH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ91ljyCH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ91ljyCH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ91ljyCH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ91ljyCH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ91ljyCH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ91ljyCH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ91ljyCH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ91ljyCH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ91ljyCH .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ91ljyCH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ91ljyCH .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ91ljyCH .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ91ljyCH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ91ljyCH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ91ljyCH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ91ljyCH .dropdown-item.active,
.cid-uEQ91ljyCH .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ91ljyCH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ91ljyCH .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ91ljyCH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ91ljyCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ91ljyCH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ91ljyCH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ91ljyCH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ91ljyCH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ91ljyCH .navbar-buttons {
  text-align: center;
}
.cid-uEQ91ljyCH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ91ljyCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ91ljyCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ91ljyCH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ91ljyCH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ91ljyCH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ91ljyCH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ91ljyCH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ91ljyCH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ91ljyCH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ91ljyCH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ91ljyCH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ91ljyCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ91ljyCH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ91ljyCH .nav-link:hover,
.cid-uEQ91ljyCH .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ91ljyCH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ91ljyCH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ91ljyCH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ91ljyCH .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ91m8iA5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ91m8iA5 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ91m8iA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ91m8iA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .container {
    padding: 0 15px;
  }
}
.cid-uEQ91m8iA5 .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ91m8iA5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ91m8iA5 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ91m8iA5 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ91m8iA5 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ91m8iA5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ91m8iA5 .item-title {
  color: #30262b;
}
.cid-uEQ91m8iA5 .item-text {
  color: #30262b;
}
.cid-uPkomquRRy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uPkomquRRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkomquRRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkomquRRy .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPkomquRRy .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uPkomquRRy .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uPkomquRRy .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkomquRRy .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uPkomquRRy .mbr-desc,
.cid-uPkomquRRy .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uPkomquRRy .mbr-text,
.cid-uPkomquRRy .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uESI16sii6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESI16sii6 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESI16sii6 .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESI16sii6 .mbr-form {
  display: -webkit-flex;
}
.cid-uESI16sii6 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESI16sii6 .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESI16sii6 .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESI16sii6 .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESI16sii6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESI16sii6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESI16sii6 .mbr-text {
  color: #444;
}
.cid-uESI16sii6 h5 {
  margin-bottom: 0;
}
.cid-uESI16sii6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESI16sii6 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESI16sii6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESI16sii6 .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESI16sii6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESI16sii6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESI16sii6 .social-list a:hover {
  opacity: 0.4;
}
.cid-uESI16sii6 .media-container-row > div {
  padding: 0px;
}
.cid-uESI16sii6 .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESI16sii6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESI16sii6 .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESI16sii6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESI16sii6 .social-list,
  .cid-uESI16sii6 .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESI16sii6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESI16sii6 .form-control {
    max-width: 180px;
  }
}
.cid-uESI16sii6 .links span {
  color: #9e9e9e;
}
.cid-uESI16sii6 .logo-sub-title {
  text-align: center;
}
.cid-uESI16sii6 .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESI16sii6 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESI16sii6 .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8ybJ5kz {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uEQ8ybJ5kz .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uEQ8ybJ5kz .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uEQ8ybJ5kz .display-7 {
    display: none;
  }
}
.cid-uEQ8ybJ5kz .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uEQ8ybJ5kz .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uEQ8ybJ5kz .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uEQ8ybJ5kz .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEQ8ybJ5kz .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uEQ8ybJ5kz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEQ8ybJ5kz .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uEQ8ybJ5kz .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uEQ8ybJ5kz .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uEQ8ybJ5kz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEQ8ybJ5kz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uEQ8ybJ5kz .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uEQ8ybJ5kz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEQ8ybJ5kz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEQ8ybJ5kz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEQ8ybJ5kz .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uEQ8ybJ5kz .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uEQ8ybJ5kz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEQ8ybJ5kz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uEQ8ybJ5kz .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uEQ8ybJ5kz .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uEQ8ybJ5kz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEQ8ybJ5kz .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uEQ8ybJ5kz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEQ8ybJ5kz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEQ8ybJ5kz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEQ8ybJ5kz .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uEQ8ybJ5kz .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uEQ8ybJ5kz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEQ8ybJ5kz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uEQ8ybJ5kz .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uEQ8ybJ5kz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uEQ8ybJ5kz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEQ8ybJ5kz .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uEQ8ybJ5kz .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uEQ8ybJ5kz .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uEQ8ybJ5kz .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uEQ8ybJ5kz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uEQ8ybJ5kz .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uEQ8ybJ5kz .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uEQ8ybJ5kz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEQ8ybJ5kz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEQ8ybJ5kz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uEQ8ybJ5kz .dropdown-item.active,
.cid-uEQ8ybJ5kz .dropdown-item:active {
  background-color: transparent;
}
.cid-uEQ8ybJ5kz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uEQ8ybJ5kz .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uEQ8ybJ5kz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEQ8ybJ5kz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEQ8ybJ5kz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEQ8ybJ5kz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uEQ8ybJ5kz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEQ8ybJ5kz ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uEQ8ybJ5kz .navbar-buttons {
  text-align: center;
}
.cid-uEQ8ybJ5kz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEQ8ybJ5kz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uEQ8ybJ5kz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEQ8ybJ5kz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uEQ8ybJ5kz .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uEQ8ybJ5kz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uEQ8ybJ5kz .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uEQ8ybJ5kz .nav-link:hover,
.cid-uEQ8ybJ5kz .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uEQ8ybJ5kz .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uEQ8ybJ5kz .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uEQ8ybJ5kz .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uEQ8ybJ5kz .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uEQ8ycyGrH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uEQ8ycyGrH .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uEQ8ycyGrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQ8ycyGrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .container {
    padding: 0 15px;
  }
}
.cid-uEQ8ycyGrH .row {
  position: relative;
  z-index: 1;
}
.cid-uEQ8ycyGrH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uEQ8ycyGrH .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uEQ8ycyGrH .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uEQ8ycyGrH .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uEQ8ycyGrH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEQ8ycyGrH .item-title {
  color: #30262b;
}
.cid-uEQ8ycyGrH .item-text {
  color: #30262b;
}
.cid-uET4ACOIEg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #174799;
}
.cid-uET4ACOIEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uET4ACOIEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uET4ACOIEg .items-wrapper {
  margin: 0 -5px;
}
.cid-uET4ACOIEg .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uET4ACOIEg .item {
    margin-bottom: 16px;
  }
  .cid-uET4ACOIEg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uET4ACOIEg .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uET4ACOIEg .item .item-wrapper {
  height: 100%;
}
.cid-uET4ACOIEg .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: contain;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uET4ACOIEg .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uET5BBhlCa {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #174799, #174799);
}
.cid-uET5BBhlCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uET5BBhlCa .card-link {
  position: relative;
  width: fit-content;
}
.cid-uET5BBhlCa .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uET5BBhlCa h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uET5BBhlCa h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uET5BBhlCa .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uET5BBhlCa .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uET5BBhlCa .item-wrapper:hover {
  background: #ffffff;
  transform: translateY(-5px);
}
.cid-uET5BBhlCa .item-wrapper:hover .card-title,
.cid-uET5BBhlCa .item-wrapper:hover .card-text {
  color: black !important;
}
.cid-uET5BBhlCa .item-wrapper:hover span,
.cid-uET5BBhlCa .item-wrapper:hover .card-link,
.cid-uET5BBhlCa .item-wrapper:hover .card-link a {
  color: #e10a14 !important;
}
.cid-uET5BBhlCa .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uET5BBhlCa .card-title,
.cid-uET5BBhlCa .card-text,
.cid-uET5BBhlCa .card-link,
.cid-uET5BBhlCa .card-link a {
  transition: all 0.3s;
}
.cid-uET5BBhlCa .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uET5BBhlCa .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uET5BBhlCa .link-wrapper:hover {
  cursor: pointer;
}
.cid-uET5BBhlCa .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uET5BBhlCa .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uET5BBhlCa .card-title,
.cid-uET5BBhlCa .iconfont-wrapper {
  color: #000000;
}
.cid-uET5BBhlCa .card-text {
  color: #232323;
}
.cid-uET5BBhlCa .mbr-section-title {
  color: #f0f0f0;
  text-align: center;
}
.cid-uET5BBhlCa .card-link,
.cid-uET5BBhlCa .link-icon,
.cid-uET5BBhlCa .link-align {
  color: #232323;
}
.cid-uET5BBhlCa .mbr-section-subtitle {
  text-align: left;
}
.cid-uET5BBhlCa .mbr-section-subtitle,
.cid-uET5BBhlCa .align {
  color: #232323;
}
.cid-uET6wkabKo {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #174799;
}
.cid-uET6wkabKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uET6wkabKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uET6wkabKo .items-wrapper {
  margin: 0 -5px;
}
.cid-uET6wkabKo .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uET6wkabKo .item {
    margin-bottom: 16px;
  }
  .cid-uET6wkabKo .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uET6wkabKo .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uET6wkabKo .item .item-wrapper {
  height: 100%;
}
.cid-uET6wkabKo .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: contain;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uET6wkabKo .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uGKE3yutYt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uGKE3yutYt .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uGKE3yutYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKE3yutYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .container {
    padding: 0 15px;
  }
}
.cid-uGKE3yutYt .row {
  position: relative;
  z-index: 1;
}
.cid-uGKE3yutYt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGKE3yutYt .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uGKE3yutYt .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uGKE3yutYt .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uGKE3yutYt .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uGKE3yutYt .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uGKE3yutYt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGKE3yutYt .item-title {
  color: #30262b;
}
.cid-uGKE3yutYt .item-text {
  color: #30262b;
}
.cid-uGKE4Osfko {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #174799;
}
.cid-uGKE4Osfko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKE4Osfko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKE4Osfko .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGKE4Osfko .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGKE4Osfko .title-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGKE4Osfko .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uGKE4Osfko .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uGKE4Osfko .item {
    padding: 0 14px;
  }
}
.cid-uGKE4Osfko .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGKE4Osfko .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uGKE4Osfko .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uGKE4Osfko .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGKE4Osfko .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uGKE4Osfko .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uGKE4Osfko .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
}
.cid-uGKE4Osfko .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGKE4Osfko .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-uGKE4Osfko .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGKE4Osfko .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #bbbbbb;
}
.cid-uGKE4Osfko .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #e10a14;
}
.cid-uGKE4Osfko .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #ffffff;
}
.cid-uGKE4Osfko .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #ffffff;
}
.cid-uGKE4Osfko .item-wrapper .card-box .icon-wrapper .icon-wrap {
  background-color: #fbf9ed;
}
.cid-uGKE4Osfko .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGKE4Osfko .item-title {
  color: #ffffff;
}
.cid-uGKE4Osfko .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGKE4Osfko .item-title,
.cid-uGKE4Osfko .tags-wrapper,
.cid-uGKE4Osfko .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uESHFbo1sK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uESHFbo1sK .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uESHFbo1sK .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uESHFbo1sK .mbr-form {
  display: -webkit-flex;
}
.cid-uESHFbo1sK .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uESHFbo1sK .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uESHFbo1sK .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uESHFbo1sK .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uESHFbo1sK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uESHFbo1sK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uESHFbo1sK .mbr-text {
  color: #444;
}
.cid-uESHFbo1sK h5 {
  margin-bottom: 0;
}
.cid-uESHFbo1sK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uESHFbo1sK .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uESHFbo1sK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uESHFbo1sK .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uESHFbo1sK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uESHFbo1sK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uESHFbo1sK .social-list a:hover {
  opacity: 0.4;
}
.cid-uESHFbo1sK .media-container-row > div {
  padding: 0px;
}
.cid-uESHFbo1sK .text2 {
  color: #000000;
  text-align: left;
}
.cid-uESHFbo1sK .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uESHFbo1sK .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uESHFbo1sK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uESHFbo1sK .social-list,
  .cid-uESHFbo1sK .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uESHFbo1sK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uESHFbo1sK .form-control {
    max-width: 180px;
  }
}
.cid-uESHFbo1sK .links span {
  color: #9e9e9e;
}
.cid-uESHFbo1sK .logo-sub-title {
  text-align: center;
}
.cid-uESHFbo1sK .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uESHFbo1sK .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uESHFbo1sK .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uOxL3UMcKq {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOxL3UMcKq .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOxL3UMcKq .navbar-dropdown {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .cid-uOxL3UMcKq .display-7 {
    display: none;
  }
}
.cid-uOxL3UMcKq .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.cid-uOxL3UMcKq .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uOxL3UMcKq .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOxL3UMcKq .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOxL3UMcKq .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOxL3UMcKq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOxL3UMcKq .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uOxL3UMcKq .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e10a14;
}
.cid-uOxL3UMcKq .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOxL3UMcKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOxL3UMcKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-uOxL3UMcKq .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOxL3UMcKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOxL3UMcKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOxL3UMcKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOxL3UMcKq .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOxL3UMcKq .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOxL3UMcKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOxL3UMcKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOxL3UMcKq .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOxL3UMcKq .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOxL3UMcKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOxL3UMcKq .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOxL3UMcKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOxL3UMcKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOxL3UMcKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOxL3UMcKq .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOxL3UMcKq .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOxL3UMcKq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOxL3UMcKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOxL3UMcKq .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOxL3UMcKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uOxL3UMcKq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOxL3UMcKq .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOxL3UMcKq .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uOxL3UMcKq .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uOxL3UMcKq .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uOxL3UMcKq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uOxL3UMcKq .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uOxL3UMcKq .navbar-brand {
  height: 8rem;
  min-height: 5rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uOxL3UMcKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOxL3UMcKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOxL3UMcKq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uOxL3UMcKq .dropdown-item.active,
.cid-uOxL3UMcKq .dropdown-item:active {
  background-color: transparent;
}
.cid-uOxL3UMcKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uOxL3UMcKq .navbar-expand-lg .navbar-nav .nav-link a:active {
  color: #339999 important;
}
.cid-uOxL3UMcKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOxL3UMcKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOxL3UMcKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOxL3UMcKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOxL3UMcKq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOxL3UMcKq ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOxL3UMcKq .navbar-buttons {
  text-align: center;
}
.cid-uOxL3UMcKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOxL3UMcKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #174799;
}
.cid-uOxL3UMcKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOxL3UMcKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uOxL3UMcKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uOxL3UMcKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOxL3UMcKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOxL3UMcKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uOxL3UMcKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uOxL3UMcKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOxL3UMcKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uOxL3UMcKq .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uOxL3UMcKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOxL3UMcKq .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uOxL3UMcKq .nav-link:hover,
.cid-uOxL3UMcKq .dropdown-item:hover {
  color: #ec1f1f !important;
}
.cid-uOxL3UMcKq .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uOxL3UMcKq .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOxL3UMcKq .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOxL3UMcKq .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
.cid-uOxL3VwxX9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #174799;
}
.cid-uOxL3VwxX9 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uOxL3VwxX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxL3VwxX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .container {
    padding: 0 15px;
  }
}
.cid-uOxL3VwxX9 .row {
  position: relative;
  z-index: 1;
}
.cid-uOxL3VwxX9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 3px;
  background-color: #ffffff;
}
.cid-uOxL3VwxX9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap {
  display: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper {
  width: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .images-item img {
  display: none;
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uOxL3VwxX9 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uOxL3VwxX9 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uOxL3VwxX9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOxL3VwxX9 .item-title {
  color: #30262b;
}
.cid-uOxL3VwxX9 .item-text {
  color: #30262b;
}
.cid-uOxLpEJMzA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #174799;
}
.cid-uOxLpEJMzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxLpEJMzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxLpEJMzA .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uOxLpEJMzA .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOxLpEJMzA .mbr-name {
  color: #858585;
}
.cid-uOxLpEJMzA .mbr-text {
  color: #f0f0f0;
  text-align: center;
}
.cid-uOxLpEJMzA .mbr-section-btn {
  text-align: center;
}
.cid-uOxLpEJMzA .mbr-name,
.cid-uOxLpEJMzA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uOxL3YNPJj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOxL3YNPJj .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uOxL3YNPJj .navbar-logo {
  width: 235px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOxL3YNPJj .mbr-form {
  display: -webkit-flex;
}
.cid-uOxL3YNPJj .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOxL3YNPJj .btn-primary {
  border: 1px solid #e10a14 !important;
}
.cid-uOxL3YNPJj .btn-primary:hover {
  border: 1px solid #e10a14 !important;
}
.cid-uOxL3YNPJj .stripe {
  border-bottom: 3px solid #333333;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOxL3YNPJj .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 220px;
}
.cid-uOxL3YNPJj .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #333333;
  width: 85%;
}
.cid-uOxL3YNPJj .mbr-text {
  color: #444;
}
.cid-uOxL3YNPJj h5 {
  margin-bottom: 0;
}
.cid-uOxL3YNPJj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOxL3YNPJj .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uOxL3YNPJj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOxL3YNPJj .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}
.cid-uOxL3YNPJj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOxL3YNPJj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOxL3YNPJj .social-list a:hover {
  opacity: 0.4;
}
.cid-uOxL3YNPJj .media-container-row > div {
  padding: 0px;
}
.cid-uOxL3YNPJj .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOxL3YNPJj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOxL3YNPJj .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOxL3YNPJj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOxL3YNPJj .social-list,
  .cid-uOxL3YNPJj .img-list {
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uOxL3YNPJj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOxL3YNPJj .form-control {
    max-width: 180px;
  }
}
.cid-uOxL3YNPJj .links span {
  color: #9e9e9e;
}
.cid-uOxL3YNPJj .logo-sub-title {
  text-align: center;
}
.cid-uOxL3YNPJj .logo-title {
  text-align: center;
  color: #e10a14;
}
.cid-uOxL3YNPJj .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uOxL3YNPJj .display-7 {
  font-size: 1.3rem;
  color: #174799;
}
