.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: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@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: #63cfbf !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !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: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !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: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !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: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !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: #d23d06 !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: #63cfbf;
  color: #63cfbf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !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: #63cfbf !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #309c8c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !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: #63cfbf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #63cfbf;
  border-color: #63cfbf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #63cfbf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #63cfbf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #63cfbf;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #63cfbf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #63cfbf;
}
.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: #63cfbf;
  border-bottom-color: #63cfbf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #63cfbf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cfbf !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='%2363cfbf' %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: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #63cfbf !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.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: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #63cfbf;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #63cfbf !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tV6FpH11Xv {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-dropdown {
  background-color: #18406e !important;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #18406e !important;
  background: #18406e;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV6FpH11Xv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tV6FpH11Xv .menu_box .navbar.opened,
  .cid-tV6FpH11Xv .menu_box .navbar-collapse {
    background-color: #18406e !important;
    transition: all 0s ease 0s;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown {
  position: relative !important;
}
.cid-tV6FpH11Xv .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tV6FpH11Xv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV6FpH11Xv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-tV6FpH11Xv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tV6FpH11Xv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tV6FpH11Xv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-body .mbr-text,
  .cid-tV6FpH11Xv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tV6FpH11Xv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tV6FpH11Xv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tV6FpH11Xv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tV6FpH11Xv .lg_brand {
    margin: 0 1rem;
  }
  .cid-tV6FpH11Xv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tV6FpH11Xv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 0 !important;
  }
}
.cid-tV6FpH11Xv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tV6FpH11Xv .nav-item .nav-link:hover,
.cid-tV6FpH11Xv .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-tV6FpH11Xv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tV6FpH11Xv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tV6FpH11Xv .offcanvas_box {
    display: none;
  }
}
.cid-tV6FpH11Xv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tV6FpH11Xv .container {
  display: flex;
  margin: auto;
}
.cid-tV6FpH11Xv .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-tV6FpH11Xv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tV6FpH11Xv .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV6FpH11Xv .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover .mbr-iconfont,
.cid-tV6FpH11Xv .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover::before,
.cid-tV6FpH11Xv .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6FpH11Xv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .navbar-nav {
    margin: 0;
  }
}
.cid-tV6FpH11Xv .dropdown-menu,
.cid-tV6FpH11Xv .navbar.opened {
  background-color: false !important;
}
.cid-tV6FpH11Xv .nav-item:focus,
.cid-tV6FpH11Xv .nav-link:focus {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV6FpH11Xv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tV6FpH11Xv .navbar.opened {
  transition: all 0.3s;
}
.cid-tV6FpH11Xv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tV6FpH11Xv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tV6FpH11Xv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar.collapsed {
  justify-content: center;
}
.cid-tV6FpH11Xv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV6FpH11Xv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tV6FpH11Xv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tV6FpH11Xv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tV6FpH11Xv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV6FpH11Xv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tV6FpH11Xv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tV6FpH11Xv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tV6FpH11Xv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV6FpH11Xv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tV6FpH11Xv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown-item.active,
.cid-tV6FpH11Xv .dropdown-item:active {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV6FpH11Xv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV6FpH11Xv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV6FpH11Xv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #18406e;
  background: #252292;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tV6FpH11Xv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV6FpH11Xv .navbar {
    height: 70px;
  }
  .cid-tV6FpH11Xv .navbar.opened {
    height: auto;
  }
  .cid-tV6FpH11Xv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tV6FpH11Xv .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tV6FpH11Xv .navbar-caption:hover {
  color: #63cfbf;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tV6FpH11Xv .text_widget {
  margin-bottom: 32px;
}
.cid-tV6FpH11Xv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tV6FpH11Xv .text_widget a:hover,
.cid-tV6FpH11Xv .text_widget a:focus {
  opacity: .8;
}
.cid-tV6FpH11Xv .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tV6FpH11Xv .navbar-caption {
  color: #000000;
}
.cid-tV6FpH11Xv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6FpH11Xv .mbr-section-subtitle,
.cid-tV6FpH11Xv .text_widget,
.cid-tV6FpH11Xv .mbr-section-btn {
  text-align: center;
}
.cid-tV6FpH11Xv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9vFDdG0aI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vFDdG0aI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vFDdG0aI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vFDdG0aI .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vFDdG0aI .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vFDdG0aI .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vFDdG0aI .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9vFDdG0aI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9vFDdG0aI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vFDdG0aI .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9vFDdG0aI .image-wrapper {
    margin-top: 30px;
  }
}
.cid-v9vFDdG0aI .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9vFDdG0aI .image-wrapper img {
    height: 300px;
  }
}
.cid-v9vFDdG0aI .mbr-label {
  color: #000000;
}
.cid-v9vFDdG0aI .mbr-section-title {
  color: #000000;
}
.cid-v9vFDdG0aI .mbr-text {
  color: #000000;
}
.cid-v9vFGkZmrl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vFGkZmrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vFGkZmrl .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-v9vFGkZmrl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9vFGkZmrl .container {
    padding: 0 12px;
  }
}
.cid-v9vFGkZmrl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9vFGkZmrl .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v9vFGkZmrl .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v9vFGkZmrl .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #18406e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v9vFGkZmrl .mbr-section-title {
  color: #ffffff;
}
.cid-v9vJKftQH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vJKftQH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vJKftQH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vJKftQH9 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJKftQH9 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vJKftQH9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vJKftQH9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vJKftQH9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJKftQH9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vJKftQH9 .mbr-label {
  color: #000000;
}
.cid-v9vJKftQH9 .mbr-section-title {
  color: #000000;
}
.cid-v9vJKftQH9 .mbr-text {
  color: #000000;
}
.cid-v9vKorOC8m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vKorOC8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vKorOC8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vKorOC8m .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vKorOC8m .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vKorOC8m .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vKorOC8m .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vKorOC8m .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vKorOC8m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vKorOC8m .mbr-label {
  color: #000000;
}
.cid-v9vKorOC8m .mbr-section-title {
  color: #000000;
}
.cid-v9vKorOC8m .mbr-text {
  color: #000000;
}
.cid-v9vJLqoobR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vJLqoobR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vJLqoobR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vJLqoobR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vJLqoobR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vJLqoobR .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJLqoobR .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vJLqoobR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vJLqoobR .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vJLqoobR .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vJLqoobR .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vJLqoobR .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vJLqoobR .mbr-label {
  color: #000000;
}
.cid-v9vJLqoobR .mbr-section-title {
  color: #000000;
}
.cid-v9vJMCAdSP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vJMCAdSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vJMCAdSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vJMCAdSP .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJMCAdSP .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vJMCAdSP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vJMCAdSP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vJMCAdSP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJMCAdSP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vJMCAdSP .mbr-label {
  color: #000000;
}
.cid-v9vJMCAdSP .mbr-section-title {
  color: #000000;
}
.cid-v9vJMCAdSP .mbr-text {
  color: #000000;
}
.cid-v9vJNIb11s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vJNIb11s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vJNIb11s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vJNIb11s .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9vJNIb11s .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #18406e;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9vJNIb11s .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9vJNIb11s .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9vJNIb11s .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vJNIb11s .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9vJNIb11s .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9vJNIb11s .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vJNIb11s .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9vJNIb11s .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9vJNIb11s .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9vJNIb11s .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9vJNIb11s .mbr-section-title {
  color: #3a001d;
}
.cid-v9vJNIb11s .mbr-text,
.cid-v9vJNIb11s .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-v9vJNIb11s .mbr-section-title,
.cid-v9vJNIb11s .mbr-section-btn,
.cid-v9vJNIb11s .title-wrapper,
.cid-v9vJNIb11s .logo-wrapper {
  text-align: center;
}
.cid-v9vJNIb11s .mbr-section-title,
.cid-v9vJNIb11s .mbr-section-btn,
.cid-v9vJNIb11s .logo-wrapper,
.cid-v9vJNIb11s .title-wrapper {
  color: #000000;
}
.cid-v9vJP4rEAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vJP4rEAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vJP4rEAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vJP4rEAa .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJP4rEAa .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vJP4rEAa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vJP4rEAa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vJP4rEAa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJP4rEAa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vJP4rEAa .mbr-label {
  color: #000000;
}
.cid-v9vJP4rEAa .mbr-section-title {
  color: #000000;
}
.cid-v9vJP4rEAa .mbr-text {
  color: #000000;
}
.cid-v9vJPRWEtT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vJPRWEtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vJPRWEtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vJPRWEtT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vJPRWEtT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vJPRWEtT .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vJPRWEtT .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vJPRWEtT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vJPRWEtT .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vJPRWEtT .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vJPRWEtT .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vJPRWEtT .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vJPRWEtT .mbr-label {
  color: #000000;
}
.cid-v9vJPRWEtT .mbr-section-title {
  color: #000000;
}
.cid-v9vGaEzELV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vGaEzELV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vGaEzELV .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-v9vGaEzELV .container {
    padding: 0 15px;
  }
}
.cid-v9vGaEzELV .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v9vGaEzELV .content-wrapper {
    display: block;
  }
}
.cid-v9vGaEzELV .content-wrapper .list-wrapper,
.cid-v9vGaEzELV .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vGaEzELV .content-wrapper .list-wrapper,
  .cid-v9vGaEzELV .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vGaEzELV .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v9vGaEzELV .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vGaEzELV .content-wrapper .list-wrapper .list,
.cid-v9vGaEzELV .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9vGaEzELV .content-wrapper .list-wrapper .list .item-wrap,
.cid-v9vGaEzELV .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v9vGaEzELV .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v9vGaEzELV .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v9vGaEzELV .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v9vGaEzELV .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9vGaEzELV .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v9vGaEzELV .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v9vGaEzELV .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vGaEzELV .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vGaEzELV .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vGaEzELV .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v9vGaEzELV .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v9vGaEzELV .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v9vGaEzELV .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v9vGaEzELV .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9vGaEzELV .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v9vGaEzELV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vGaEzELV .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vGaEzELV .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9vGaEzELV .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v9vGaEzELV .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vGaEzELV .mbr-section-title {
  color: #131c28;
}
.cid-v9vGaEzELV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9vGaEzELV .list {
  color: #131c28;
}
.cid-v9vGaEzELV .mbr-copy {
  color: #ffffff;
}
.cid-v9vMAndstA {
  background-color: transparent;
}
.cid-v9vMAndstA .navbar-dropdown {
  background-color: #18406e !important;
  padding: 0;
}
.cid-v9vMAndstA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #18406e !important;
  background: #18406e;
}
.cid-v9vMAndstA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9vMAndstA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9vMAndstA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9vMAndstA .menu_box .navbar.opened,
  .cid-v9vMAndstA .menu_box .navbar-collapse {
    background-color: #18406e !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9vMAndstA .navbar-dropdown {
  position: relative !important;
}
.cid-v9vMAndstA .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v9vMAndstA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vMAndstA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9vMAndstA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9vMAndstA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9vMAndstA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v9vMAndstA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9vMAndstA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9vMAndstA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9vMAndstA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9vMAndstA .offcanvas-body .mbr-text,
  .cid-v9vMAndstA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9vMAndstA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9vMAndstA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9vMAndstA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v9vMAndstA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9vMAndstA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9vMAndstA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9vMAndstA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9vMAndstA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9vMAndstA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vMAndstA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9vMAndstA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9vMAndstA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9vMAndstA .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9vMAndstA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9vMAndstA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9vMAndstA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9vMAndstA .nav-item {
    margin: 0 !important;
  }
}
.cid-v9vMAndstA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v9vMAndstA .nav-item .nav-link:hover,
.cid-v9vMAndstA .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v9vMAndstA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9vMAndstA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9vMAndstA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9vMAndstA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vMAndstA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9vMAndstA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9vMAndstA .offcanvas_box {
    display: none;
  }
}
.cid-v9vMAndstA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9vMAndstA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9vMAndstA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9vMAndstA .container {
  display: flex;
  margin: auto;
}
.cid-v9vMAndstA .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v9vMAndstA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9vMAndstA .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v9vMAndstA .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v9vMAndstA .iconfont-wrapper:hover .mbr-iconfont,
.cid-v9vMAndstA .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v9vMAndstA .iconfont-wrapper:hover::before,
.cid-v9vMAndstA .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v9vMAndstA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9vMAndstA .navbar-nav {
    margin: 0;
  }
}
.cid-v9vMAndstA .dropdown-menu,
.cid-v9vMAndstA .navbar.opened {
  background-color: false !important;
}
.cid-v9vMAndstA .nav-item:focus,
.cid-v9vMAndstA .nav-link:focus {
  outline: none;
}
.cid-v9vMAndstA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9vMAndstA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9vMAndstA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9vMAndstA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9vMAndstA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9vMAndstA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9vMAndstA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9vMAndstA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9vMAndstA .navbar.opened {
  transition: all 0.3s;
}
.cid-v9vMAndstA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9vMAndstA .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9vMAndstA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9vMAndstA .navbar.collapsed {
  justify-content: center;
}
.cid-v9vMAndstA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9vMAndstA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9vMAndstA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9vMAndstA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9vMAndstA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9vMAndstA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9vMAndstA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9vMAndstA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9vMAndstA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9vMAndstA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9vMAndstA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9vMAndstA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9vMAndstA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9vMAndstA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9vMAndstA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9vMAndstA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9vMAndstA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9vMAndstA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9vMAndstA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9vMAndstA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9vMAndstA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9vMAndstA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9vMAndstA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9vMAndstA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9vMAndstA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9vMAndstA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9vMAndstA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9vMAndstA .dropdown-item.active,
.cid-v9vMAndstA .dropdown-item:active {
  background-color: transparent;
}
.cid-v9vMAndstA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v9vMAndstA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9vMAndstA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9vMAndstA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9vMAndstA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9vMAndstA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9vMAndstA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #18406e;
  background: #252292;
}
.cid-v9vMAndstA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9vMAndstA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9vMAndstA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vMAndstA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vMAndstA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9vMAndstA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vMAndstA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9vMAndstA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9vMAndstA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vMAndstA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9vMAndstA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9vMAndstA .navbar {
    height: 70px;
  }
  .cid-v9vMAndstA .navbar.opened {
    height: auto;
  }
  .cid-v9vMAndstA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9vMAndstA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9vMAndstA .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v9vMAndstA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9vMAndstA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9vMAndstA .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v9vMAndstA .navbar-caption:hover {
  color: #63cfbf;
}
@media (min-width: 992px) {
  .cid-v9vMAndstA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9vMAndstA .text_widget {
  margin-bottom: 32px;
}
.cid-v9vMAndstA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9vMAndstA .text_widget a:hover,
.cid-v9vMAndstA .text_widget a:focus {
  opacity: .8;
}
.cid-v9vMAndstA .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v9vMAndstA .navbar-caption {
  color: #000000;
}
.cid-v9vMAndstA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9vMAndstA .mbr-section-subtitle,
.cid-v9vMAndstA .text_widget,
.cid-v9vMAndstA .mbr-section-btn {
  text-align: center;
}
.cid-v9vMAndstA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9vMAqwTk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vMAqwTk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMAqwTk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMAqwTk6 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAqwTk6 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vMAqwTk6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMAqwTk6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9vMAqwTk6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9vMAqwTk6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vMAqwTk6 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMAqwTk6 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-v9vMAqwTk6 .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9vMAqwTk6 .image-wrapper img {
    height: 300px;
  }
}
.cid-v9vMAqwTk6 .mbr-label {
  color: #000000;
}
.cid-v9vMAqwTk6 .mbr-section-title {
  color: #000000;
}
.cid-v9vMAqwTk6 .mbr-text {
  color: #000000;
}
.cid-v9vMArvoOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vMArvoOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMArvoOw .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-v9vMArvoOw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9vMArvoOw .container {
    padding: 0 12px;
  }
}
.cid-v9vMArvoOw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9vMArvoOw .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v9vMArvoOw .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v9vMArvoOw .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #18406e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v9vMArvoOw .mbr-section-title {
  color: #ffffff;
}
.cid-v9vMAt7a2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vMAt7a2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMAt7a2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMAt7a2p .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAt7a2p .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vMAt7a2p .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMAt7a2p .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vMAt7a2p .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAt7a2p .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vMAt7a2p .mbr-label {
  color: #000000;
}
.cid-v9vMAt7a2p .mbr-section-title {
  color: #000000;
}
.cid-v9vMAt7a2p .mbr-text {
  color: #000000;
}
.cid-v9vMAunXq3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vMAunXq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMAunXq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMAunXq3 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAunXq3 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vMAunXq3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMAunXq3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vMAunXq3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAunXq3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vMAunXq3 .mbr-label {
  color: #000000;
}
.cid-v9vMAunXq3 .mbr-section-title {
  color: #000000;
}
.cid-v9vMAunXq3 .mbr-text {
  color: #000000;
}
.cid-v9vMAvHdKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vMAvHdKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMAvHdKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMAvHdKr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMAvHdKr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vMAvHdKr .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAvHdKr .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vMAvHdKr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vMAvHdKr .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vMAvHdKr .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vMAvHdKr .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vMAvHdKr .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vMAvHdKr .mbr-label {
  color: #000000;
}
.cid-v9vMAvHdKr .mbr-section-title {
  color: #000000;
}
.cid-v9vMAwZ8we {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vMAwZ8we .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMAwZ8we .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMAwZ8we .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAwZ8we .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vMAwZ8we .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMAwZ8we .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vMAwZ8we .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAwZ8we .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vMAwZ8we .mbr-label {
  color: #000000;
}
.cid-v9vMAwZ8we .mbr-section-title {
  color: #000000;
}
.cid-v9vMAwZ8we .mbr-text {
  color: #000000;
}
.cid-v9vMAykzXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vMAykzXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMAykzXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMAykzXV .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9vMAykzXV .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #18406e;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9vMAykzXV .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9vMAykzXV .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9vMAykzXV .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vMAykzXV .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9vMAykzXV .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9vMAykzXV .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vMAykzXV .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9vMAykzXV .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9vMAykzXV .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9vMAykzXV .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9vMAykzXV .mbr-section-title {
  color: #3a001d;
}
.cid-v9vMAykzXV .mbr-text,
.cid-v9vMAykzXV .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-v9vMAykzXV .mbr-section-title,
.cid-v9vMAykzXV .mbr-section-btn,
.cid-v9vMAykzXV .title-wrapper,
.cid-v9vMAykzXV .logo-wrapper {
  text-align: center;
}
.cid-v9vMAykzXV .mbr-section-title,
.cid-v9vMAykzXV .mbr-section-btn,
.cid-v9vMAykzXV .logo-wrapper,
.cid-v9vMAykzXV .title-wrapper {
  color: #000000;
}
.cid-v9vMAzETk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vMAzETk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMAzETk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMAzETk3 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAzETk3 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vMAzETk3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMAzETk3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vMAzETk3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMAzETk3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vMAzETk3 .mbr-label {
  color: #000000;
}
.cid-v9vMAzETk3 .mbr-section-title {
  color: #000000;
}
.cid-v9vMAzETk3 .mbr-text {
  color: #000000;
}
.cid-v9vMABbZrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vMABbZrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMABbZrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vMABbZrV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vMABbZrV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vMABbZrV .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vMABbZrV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vMABbZrV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vMABbZrV .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vMABbZrV .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vMABbZrV .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vMABbZrV .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vMABbZrV .mbr-label {
  color: #000000;
}
.cid-v9vMABbZrV .mbr-section-title {
  color: #000000;
}
.cid-v9vQ4zTkiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vQ4zTkiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vQ4zTkiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vQ4zTkiL .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v9vQ4zTkiL .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9vQ4zTkiL .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9vQ4zTkiL .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v9vQ4zTkiL .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9vQ4zTkiL .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vQ4zTkiL .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  transform: translateY(10px);
  opacity: 0;
}
.cid-v9vQ4zTkiL .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0);
  opacity: 1;
}
.cid-v9vQ4zTkiL .mbr-label,
.cid-v9vQ4zTkiL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9vQ4zTkiL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9vQ4zTkiL .mbr-text,
.cid-v9vQ4zTkiL .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v9vQ4zTkiL .panel-title-edit {
  color: #000000;
}
.cid-v9vQ4zTkiL .panel-text {
  color: #4f4f4f;
}
.cid-v9vMACxvus {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vMACxvus .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vMACxvus .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-v9vMACxvus .container {
    padding: 0 15px;
  }
}
.cid-v9vMACxvus .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v9vMACxvus .content-wrapper {
    display: block;
  }
}
.cid-v9vMACxvus .content-wrapper .list-wrapper,
.cid-v9vMACxvus .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vMACxvus .content-wrapper .list-wrapper,
  .cid-v9vMACxvus .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vMACxvus .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v9vMACxvus .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vMACxvus .content-wrapper .list-wrapper .list,
.cid-v9vMACxvus .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9vMACxvus .content-wrapper .list-wrapper .list .item-wrap,
.cid-v9vMACxvus .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v9vMACxvus .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v9vMACxvus .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v9vMACxvus .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v9vMACxvus .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9vMACxvus .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v9vMACxvus .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v9vMACxvus .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vMACxvus .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vMACxvus .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vMACxvus .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v9vMACxvus .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v9vMACxvus .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v9vMACxvus .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v9vMACxvus .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9vMACxvus .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v9vMACxvus .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vMACxvus .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vMACxvus .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9vMACxvus .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v9vMACxvus .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vMACxvus .mbr-section-title {
  color: #131c28;
}
.cid-v9vMACxvus .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9vMACxvus .list {
  color: #131c28;
}
.cid-v9vMACxvus .mbr-copy {
  color: #ffffff;
}
.cid-v9vLVZXa3C {
  background-color: transparent;
}
.cid-v9vLVZXa3C .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-v9vLVZXa3C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-v9vLVZXa3C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9vLVZXa3C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9vLVZXa3C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9vLVZXa3C .menu_box .navbar.opened,
  .cid-v9vLVZXa3C .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9vLVZXa3C .navbar-dropdown {
  position: relative !important;
}
.cid-v9vLVZXa3C .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v9vLVZXa3C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vLVZXa3C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9vLVZXa3C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9vLVZXa3C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9vLVZXa3C .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v9vLVZXa3C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9vLVZXa3C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9vLVZXa3C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9vLVZXa3C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9vLVZXa3C .offcanvas-body .mbr-text,
  .cid-v9vLVZXa3C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9vLVZXa3C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9vLVZXa3C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9vLVZXa3C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v9vLVZXa3C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9vLVZXa3C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9vLVZXa3C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9vLVZXa3C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9vLVZXa3C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9vLVZXa3C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vLVZXa3C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9vLVZXa3C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9vLVZXa3C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9vLVZXa3C .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9vLVZXa3C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9vLVZXa3C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9vLVZXa3C .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9vLVZXa3C .nav-item {
    margin: 0 !important;
  }
}
.cid-v9vLVZXa3C .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v9vLVZXa3C .nav-item .nav-link:hover,
.cid-v9vLVZXa3C .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v9vLVZXa3C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9vLVZXa3C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9vLVZXa3C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9vLVZXa3C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vLVZXa3C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9vLVZXa3C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9vLVZXa3C .offcanvas_box {
    display: none;
  }
}
.cid-v9vLVZXa3C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9vLVZXa3C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9vLVZXa3C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9vLVZXa3C .container {
  display: flex;
  margin: auto;
}
.cid-v9vLVZXa3C .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v9vLVZXa3C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9vLVZXa3C .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v9vLVZXa3C .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v9vLVZXa3C .iconfont-wrapper:hover .mbr-iconfont,
.cid-v9vLVZXa3C .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v9vLVZXa3C .iconfont-wrapper:hover::before,
.cid-v9vLVZXa3C .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v9vLVZXa3C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9vLVZXa3C .navbar-nav {
    margin: 0;
  }
}
.cid-v9vLVZXa3C .dropdown-menu,
.cid-v9vLVZXa3C .navbar.opened {
  background-color: false !important;
}
.cid-v9vLVZXa3C .nav-item:focus,
.cid-v9vLVZXa3C .nav-link:focus {
  outline: none;
}
.cid-v9vLVZXa3C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9vLVZXa3C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9vLVZXa3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9vLVZXa3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9vLVZXa3C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9vLVZXa3C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9vLVZXa3C .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9vLVZXa3C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9vLVZXa3C .navbar.opened {
  transition: all 0.3s;
}
.cid-v9vLVZXa3C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9vLVZXa3C .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9vLVZXa3C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9vLVZXa3C .navbar.collapsed {
  justify-content: center;
}
.cid-v9vLVZXa3C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9vLVZXa3C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9vLVZXa3C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9vLVZXa3C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9vLVZXa3C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9vLVZXa3C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9vLVZXa3C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9vLVZXa3C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9vLVZXa3C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9vLVZXa3C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9vLVZXa3C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9vLVZXa3C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9vLVZXa3C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9vLVZXa3C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9vLVZXa3C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9vLVZXa3C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9vLVZXa3C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9vLVZXa3C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9vLVZXa3C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9vLVZXa3C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9vLVZXa3C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9vLVZXa3C .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9vLVZXa3C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9vLVZXa3C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9vLVZXa3C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9vLVZXa3C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9vLVZXa3C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9vLVZXa3C .dropdown-item.active,
.cid-v9vLVZXa3C .dropdown-item:active {
  background-color: transparent;
}
.cid-v9vLVZXa3C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v9vLVZXa3C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9vLVZXa3C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9vLVZXa3C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9vLVZXa3C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9vLVZXa3C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9vLVZXa3C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #252292;
}
.cid-v9vLVZXa3C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9vLVZXa3C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9vLVZXa3C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vLVZXa3C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vLVZXa3C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9vLVZXa3C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vLVZXa3C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9vLVZXa3C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9vLVZXa3C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vLVZXa3C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9vLVZXa3C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9vLVZXa3C .navbar {
    height: 70px;
  }
  .cid-v9vLVZXa3C .navbar.opened {
    height: auto;
  }
  .cid-v9vLVZXa3C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9vLVZXa3C .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9vLVZXa3C .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v9vLVZXa3C .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9vLVZXa3C .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9vLVZXa3C .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v9vLVZXa3C .navbar-caption:hover {
  color: #63cfbf;
}
@media (min-width: 992px) {
  .cid-v9vLVZXa3C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9vLVZXa3C .text_widget {
  margin-bottom: 32px;
}
.cid-v9vLVZXa3C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9vLVZXa3C .text_widget a:hover,
.cid-v9vLVZXa3C .text_widget a:focus {
  opacity: .8;
}
.cid-v9vLVZXa3C .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v9vLVZXa3C .navbar-caption {
  color: #000000;
}
.cid-v9vLVZXa3C .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9vLVZXa3C .mbr-section-subtitle,
.cid-v9vLVZXa3C .text_widget,
.cid-v9vLVZXa3C .mbr-section-btn {
  text-align: center;
}
.cid-v9vLVZXa3C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9vLW4pLcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vLW4pLcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLW4pLcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLW4pLcc .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLW4pLcc .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vLW4pLcc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLW4pLcc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9vLW4pLcc .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9vLW4pLcc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vLW4pLcc .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLW4pLcc .image-wrapper {
    margin-top: 30px;
  }
}
.cid-v9vLW4pLcc .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9vLW4pLcc .image-wrapper img {
    height: 300px;
  }
}
.cid-v9vLW4pLcc .mbr-label {
  color: #000000;
}
.cid-v9vLW4pLcc .mbr-section-title {
  color: #000000;
}
.cid-v9vLW4pLcc .mbr-text {
  color: #000000;
}
.cid-v9vLW5HJZ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vLW5HJZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLW5HJZ9 .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-v9vLW5HJZ9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9vLW5HJZ9 .container {
    padding: 0 12px;
  }
}
.cid-v9vLW5HJZ9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9vLW5HJZ9 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v9vLW5HJZ9 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v9vLW5HJZ9 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #18406e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v9vLW5HJZ9 .mbr-section-title {
  color: #ffffff;
}
.cid-v9vLW78qST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vLW78qST .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLW78qST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLW78qST .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLW78qST .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vLW78qST .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLW78qST .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vLW78qST .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLW78qST .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vLW78qST .mbr-label {
  color: #000000;
}
.cid-v9vLW78qST .mbr-section-title {
  color: #000000;
}
.cid-v9vLW78qST .mbr-text {
  color: #000000;
}
.cid-v9vLW8m6BU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vLW8m6BU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLW8m6BU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLW8m6BU .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLW8m6BU .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vLW8m6BU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLW8m6BU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vLW8m6BU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLW8m6BU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vLW8m6BU .mbr-label {
  color: #000000;
}
.cid-v9vLW8m6BU .mbr-section-title {
  color: #000000;
}
.cid-v9vLW8m6BU .mbr-text {
  color: #000000;
}
.cid-v9vLW9CIh3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vLW9CIh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLW9CIh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLW9CIh3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLW9CIh3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vLW9CIh3 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLW9CIh3 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vLW9CIh3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vLW9CIh3 .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vLW9CIh3 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vLW9CIh3 .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vLW9CIh3 .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vLW9CIh3 .mbr-label {
  color: #000000;
}
.cid-v9vLW9CIh3 .mbr-section-title {
  color: #000000;
}
.cid-v9vLWaRsCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vLWaRsCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLWaRsCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLWaRsCl .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLWaRsCl .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vLWaRsCl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLWaRsCl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vLWaRsCl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLWaRsCl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vLWaRsCl .mbr-label {
  color: #000000;
}
.cid-v9vLWaRsCl .mbr-section-title {
  color: #000000;
}
.cid-v9vLWaRsCl .mbr-text {
  color: #000000;
}
.cid-v9vLWcQ2Za {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vLWcQ2Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLWcQ2Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLWcQ2Za .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9vLWcQ2Za .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #18406e;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9vLWcQ2Za .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9vLWcQ2Za .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9vLWcQ2Za .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vLWcQ2Za .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9vLWcQ2Za .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9vLWcQ2Za .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vLWcQ2Za .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9vLWcQ2Za .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9vLWcQ2Za .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9vLWcQ2Za .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9vLWcQ2Za .mbr-section-title {
  color: #3a001d;
}
.cid-v9vLWcQ2Za .mbr-text,
.cid-v9vLWcQ2Za .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-v9vLWcQ2Za .mbr-section-title,
.cid-v9vLWcQ2Za .mbr-section-btn,
.cid-v9vLWcQ2Za .title-wrapper,
.cid-v9vLWcQ2Za .logo-wrapper {
  text-align: center;
}
.cid-v9vLWcQ2Za .mbr-section-title,
.cid-v9vLWcQ2Za .mbr-section-btn,
.cid-v9vLWcQ2Za .logo-wrapper,
.cid-v9vLWcQ2Za .title-wrapper {
  color: #000000;
}
.cid-v9vLWed1uo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vLWed1uo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLWed1uo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLWed1uo .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLWed1uo .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vLWed1uo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLWed1uo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vLWed1uo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLWed1uo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vLWed1uo .mbr-label {
  color: #000000;
}
.cid-v9vLWed1uo .mbr-section-title {
  color: #000000;
}
.cid-v9vLWed1uo .mbr-text {
  color: #000000;
}
.cid-v9vLWfEKun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vLWfEKun .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLWfEKun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vLWfEKun .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vLWfEKun .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vLWfEKun .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vLWfEKun .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vLWfEKun .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vLWfEKun .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vLWfEKun .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vLWfEKun .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vLWfEKun .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vLWfEKun .mbr-label {
  color: #000000;
}
.cid-v9vLWfEKun .mbr-section-title {
  color: #000000;
}
.cid-v9vPByxnjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vPByxnjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vPByxnjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vPByxnjR .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v9vPByxnjR .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9vPByxnjR .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9vPByxnjR .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v9vPByxnjR .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9vPByxnjR .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vPByxnjR .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9vPByxnjR .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  transform: translateY(10px);
  opacity: 0;
}
.cid-v9vPByxnjR .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0);
  opacity: 1;
}
.cid-v9vPByxnjR .mbr-label,
.cid-v9vPByxnjR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9vPByxnjR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9vPByxnjR .mbr-text,
.cid-v9vPByxnjR .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v9vPByxnjR .panel-title-edit {
  color: #000000;
}
.cid-v9vPByxnjR .panel-text {
  color: #4f4f4f;
}
.cid-v9vLWhpn4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vLWhpn4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vLWhpn4B .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-v9vLWhpn4B .container {
    padding: 0 15px;
  }
}
.cid-v9vLWhpn4B .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v9vLWhpn4B .content-wrapper {
    display: block;
  }
}
.cid-v9vLWhpn4B .content-wrapper .list-wrapper,
.cid-v9vLWhpn4B .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vLWhpn4B .content-wrapper .list-wrapper,
  .cid-v9vLWhpn4B .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vLWhpn4B .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v9vLWhpn4B .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vLWhpn4B .content-wrapper .list-wrapper .list,
.cid-v9vLWhpn4B .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9vLWhpn4B .content-wrapper .list-wrapper .list .item-wrap,
.cid-v9vLWhpn4B .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v9vLWhpn4B .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v9vLWhpn4B .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v9vLWhpn4B .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v9vLWhpn4B .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9vLWhpn4B .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v9vLWhpn4B .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v9vLWhpn4B .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vLWhpn4B .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vLWhpn4B .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vLWhpn4B .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v9vLWhpn4B .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v9vLWhpn4B .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v9vLWhpn4B .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v9vLWhpn4B .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9vLWhpn4B .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v9vLWhpn4B .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vLWhpn4B .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vLWhpn4B .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9vLWhpn4B .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v9vLWhpn4B .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vLWhpn4B .mbr-section-title {
  color: #131c28;
}
.cid-v9vLWhpn4B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9vLWhpn4B .list {
  color: #131c28;
}
.cid-v9vLWhpn4B .mbr-copy {
  color: #ffffff;
}
.cid-v9vL9BmWEB {
  background-color: transparent;
}
.cid-v9vL9BmWEB .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-v9vL9BmWEB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-v9vL9BmWEB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9vL9BmWEB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9vL9BmWEB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9vL9BmWEB .menu_box .navbar.opened,
  .cid-v9vL9BmWEB .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9vL9BmWEB .navbar-dropdown {
  position: relative !important;
}
.cid-v9vL9BmWEB .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v9vL9BmWEB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vL9BmWEB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9vL9BmWEB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9vL9BmWEB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9vL9BmWEB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v9vL9BmWEB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9vL9BmWEB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9vL9BmWEB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9vL9BmWEB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9vL9BmWEB .offcanvas-body .mbr-text,
  .cid-v9vL9BmWEB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9vL9BmWEB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9vL9BmWEB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9vL9BmWEB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v9vL9BmWEB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9vL9BmWEB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9vL9BmWEB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9vL9BmWEB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9vL9BmWEB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9vL9BmWEB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vL9BmWEB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9vL9BmWEB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9vL9BmWEB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9vL9BmWEB .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9vL9BmWEB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9vL9BmWEB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9vL9BmWEB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9vL9BmWEB .nav-item {
    margin: 0 !important;
  }
}
.cid-v9vL9BmWEB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v9vL9BmWEB .nav-item .nav-link:hover,
.cid-v9vL9BmWEB .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v9vL9BmWEB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9vL9BmWEB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9vL9BmWEB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9vL9BmWEB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vL9BmWEB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9vL9BmWEB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9vL9BmWEB .offcanvas_box {
    display: none;
  }
}
.cid-v9vL9BmWEB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9vL9BmWEB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9vL9BmWEB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9vL9BmWEB .container {
  display: flex;
  margin: auto;
}
.cid-v9vL9BmWEB .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v9vL9BmWEB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9vL9BmWEB .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v9vL9BmWEB .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v9vL9BmWEB .iconfont-wrapper:hover .mbr-iconfont,
.cid-v9vL9BmWEB .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v9vL9BmWEB .iconfont-wrapper:hover::before,
.cid-v9vL9BmWEB .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v9vL9BmWEB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9vL9BmWEB .navbar-nav {
    margin: 0;
  }
}
.cid-v9vL9BmWEB .dropdown-menu,
.cid-v9vL9BmWEB .navbar.opened {
  background-color: false !important;
}
.cid-v9vL9BmWEB .nav-item:focus,
.cid-v9vL9BmWEB .nav-link:focus {
  outline: none;
}
.cid-v9vL9BmWEB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9vL9BmWEB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9vL9BmWEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9vL9BmWEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9vL9BmWEB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9vL9BmWEB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9vL9BmWEB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9vL9BmWEB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9vL9BmWEB .navbar.opened {
  transition: all 0.3s;
}
.cid-v9vL9BmWEB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9vL9BmWEB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9vL9BmWEB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9vL9BmWEB .navbar.collapsed {
  justify-content: center;
}
.cid-v9vL9BmWEB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9vL9BmWEB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9vL9BmWEB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9vL9BmWEB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9vL9BmWEB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9vL9BmWEB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9vL9BmWEB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9vL9BmWEB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9vL9BmWEB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9vL9BmWEB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9vL9BmWEB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9vL9BmWEB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9vL9BmWEB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9vL9BmWEB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9vL9BmWEB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9vL9BmWEB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9vL9BmWEB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9vL9BmWEB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9vL9BmWEB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9vL9BmWEB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9vL9BmWEB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9vL9BmWEB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9vL9BmWEB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9vL9BmWEB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9vL9BmWEB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9vL9BmWEB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9vL9BmWEB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9vL9BmWEB .dropdown-item.active,
.cid-v9vL9BmWEB .dropdown-item:active {
  background-color: transparent;
}
.cid-v9vL9BmWEB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v9vL9BmWEB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9vL9BmWEB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9vL9BmWEB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9vL9BmWEB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9vL9BmWEB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9vL9BmWEB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #252292;
}
.cid-v9vL9BmWEB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9vL9BmWEB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9vL9BmWEB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vL9BmWEB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vL9BmWEB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9vL9BmWEB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vL9BmWEB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9vL9BmWEB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9vL9BmWEB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vL9BmWEB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9vL9BmWEB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9vL9BmWEB .navbar {
    height: 70px;
  }
  .cid-v9vL9BmWEB .navbar.opened {
    height: auto;
  }
  .cid-v9vL9BmWEB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9vL9BmWEB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9vL9BmWEB .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v9vL9BmWEB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9vL9BmWEB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9vL9BmWEB .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v9vL9BmWEB .navbar-caption:hover {
  color: #63cfbf;
}
@media (min-width: 992px) {
  .cid-v9vL9BmWEB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9vL9BmWEB .text_widget {
  margin-bottom: 32px;
}
.cid-v9vL9BmWEB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9vL9BmWEB .text_widget a:hover,
.cid-v9vL9BmWEB .text_widget a:focus {
  opacity: .8;
}
.cid-v9vL9BmWEB .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v9vL9BmWEB .navbar-caption {
  color: #000000;
}
.cid-v9vL9BmWEB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9vL9BmWEB .mbr-section-subtitle,
.cid-v9vL9BmWEB .text_widget,
.cid-v9vL9BmWEB .mbr-section-btn {
  text-align: center;
}
.cid-v9vL9BmWEB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9vL9CpBFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vL9CpBFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9CpBFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9CpBFP .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9CpBFP .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vL9CpBFP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9CpBFP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9vL9CpBFP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9vL9CpBFP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vL9CpBFP .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9CpBFP .image-wrapper {
    margin-top: 30px;
  }
}
.cid-v9vL9CpBFP .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9vL9CpBFP .image-wrapper img {
    height: 300px;
  }
}
.cid-v9vL9CpBFP .mbr-label {
  color: #000000;
}
.cid-v9vL9CpBFP .mbr-section-title {
  color: #000000;
}
.cid-v9vL9CpBFP .mbr-text {
  color: #000000;
}
.cid-v9vL9CZ0AR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vL9CZ0AR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9CZ0AR .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-v9vL9CZ0AR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9vL9CZ0AR .container {
    padding: 0 12px;
  }
}
.cid-v9vL9CZ0AR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9vL9CZ0AR .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v9vL9CZ0AR .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v9vL9CZ0AR .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #18406e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v9vL9CZ0AR .mbr-section-title {
  color: #ffffff;
}
.cid-v9vL9DDvWL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vL9DDvWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9DDvWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9DDvWL .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9DDvWL .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vL9DDvWL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9DDvWL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vL9DDvWL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9DDvWL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vL9DDvWL .mbr-label {
  color: #000000;
}
.cid-v9vL9DDvWL .mbr-section-title {
  color: #000000;
}
.cid-v9vL9DDvWL .mbr-text {
  color: #000000;
}
.cid-v9vL9EdYvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vL9EdYvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9EdYvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9EdYvk .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9EdYvk .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vL9EdYvk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9EdYvk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vL9EdYvk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9EdYvk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vL9EdYvk .mbr-label {
  color: #000000;
}
.cid-v9vL9EdYvk .mbr-section-title {
  color: #000000;
}
.cid-v9vL9EdYvk .mbr-text {
  color: #000000;
}
.cid-v9vL9ETymJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vL9ETymJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9ETymJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9ETymJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9ETymJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vL9ETymJ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9ETymJ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vL9ETymJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vL9ETymJ .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vL9ETymJ .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vL9ETymJ .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vL9ETymJ .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vL9ETymJ .mbr-label {
  color: #000000;
}
.cid-v9vL9ETymJ .mbr-section-title {
  color: #000000;
}
.cid-v9vL9FpFWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vL9FpFWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9FpFWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9FpFWv .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9FpFWv .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vL9FpFWv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9FpFWv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vL9FpFWv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9FpFWv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vL9FpFWv .mbr-label {
  color: #000000;
}
.cid-v9vL9FpFWv .mbr-section-title {
  color: #000000;
}
.cid-v9vL9FpFWv .mbr-text {
  color: #000000;
}
.cid-v9vL9FYiBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vL9FYiBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9FYiBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9FYiBF .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9vL9FYiBF .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #18406e;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9vL9FYiBF .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9vL9FYiBF .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9vL9FYiBF .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vL9FYiBF .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9vL9FYiBF .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9vL9FYiBF .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9vL9FYiBF .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9vL9FYiBF .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9vL9FYiBF .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9vL9FYiBF .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9vL9FYiBF .mbr-section-title {
  color: #3a001d;
}
.cid-v9vL9FYiBF .mbr-text,
.cid-v9vL9FYiBF .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-v9vL9FYiBF .mbr-section-title,
.cid-v9vL9FYiBF .mbr-section-btn,
.cid-v9vL9FYiBF .title-wrapper,
.cid-v9vL9FYiBF .logo-wrapper {
  text-align: center;
}
.cid-v9vL9FYiBF .mbr-section-title,
.cid-v9vL9FYiBF .mbr-section-btn,
.cid-v9vL9FYiBF .logo-wrapper,
.cid-v9vL9FYiBF .title-wrapper {
  color: #000000;
}
.cid-v9vL9GxsU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vL9GxsU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9GxsU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9GxsU2 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9GxsU2 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vL9GxsU2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9GxsU2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vL9GxsU2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9GxsU2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vL9GxsU2 .mbr-label {
  color: #000000;
}
.cid-v9vL9GxsU2 .mbr-section-title {
  color: #000000;
}
.cid-v9vL9GxsU2 .mbr-text {
  color: #000000;
}
.cid-v9vL9H86H5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vL9H86H5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9H86H5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vL9H86H5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vL9H86H5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vL9H86H5 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vL9H86H5 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vL9H86H5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vL9H86H5 .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vL9H86H5 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v9vL9H86H5 .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v9vL9H86H5 .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v9vL9H86H5 .mbr-label {
  color: #000000;
}
.cid-v9vL9H86H5 .mbr-section-title {
  color: #000000;
}
.cid-v9vP6ZmTC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vP6ZmTC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vP6ZmTC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vP6ZmTC8 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v9vP6ZmTC8 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9vP6ZmTC8 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9vP6ZmTC8 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v9vP6ZmTC8 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9vP6ZmTC8 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vP6ZmTC8 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9vP6ZmTC8 .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  transform: translateY(10px);
  opacity: 0;
}
.cid-v9vP6ZmTC8 .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0);
  opacity: 1;
}
.cid-v9vP6ZmTC8 .mbr-label,
.cid-v9vP6ZmTC8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9vP6ZmTC8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9vP6ZmTC8 .mbr-text,
.cid-v9vP6ZmTC8 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v9vP6ZmTC8 .panel-title-edit {
  color: #000000;
}
.cid-v9vP6ZmTC8 .panel-text {
  color: #4f4f4f;
}
.cid-v9vL9I6mOc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vL9I6mOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vL9I6mOc .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-v9vL9I6mOc .container {
    padding: 0 15px;
  }
}
.cid-v9vL9I6mOc .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v9vL9I6mOc .content-wrapper {
    display: block;
  }
}
.cid-v9vL9I6mOc .content-wrapper .list-wrapper,
.cid-v9vL9I6mOc .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vL9I6mOc .content-wrapper .list-wrapper,
  .cid-v9vL9I6mOc .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vL9I6mOc .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v9vL9I6mOc .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vL9I6mOc .content-wrapper .list-wrapper .list,
.cid-v9vL9I6mOc .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9vL9I6mOc .content-wrapper .list-wrapper .list .item-wrap,
.cid-v9vL9I6mOc .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v9vL9I6mOc .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v9vL9I6mOc .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v9vL9I6mOc .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v9vL9I6mOc .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9vL9I6mOc .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v9vL9I6mOc .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v9vL9I6mOc .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vL9I6mOc .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vL9I6mOc .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vL9I6mOc .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v9vL9I6mOc .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v9vL9I6mOc .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v9vL9I6mOc .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v9vL9I6mOc .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9vL9I6mOc .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v9vL9I6mOc .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vL9I6mOc .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vL9I6mOc .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9vL9I6mOc .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v9vL9I6mOc .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vL9I6mOc .mbr-section-title {
  color: #131c28;
}
.cid-v9vL9I6mOc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9vL9I6mOc .list {
  color: #131c28;
}
.cid-v9vL9I6mOc .mbr-copy {
  color: #ffffff;
}
.cid-v9vO19EeBE {
  background-color: transparent;
}
.cid-v9vO19EeBE .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-v9vO19EeBE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-v9vO19EeBE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9vO19EeBE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9vO19EeBE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9vO19EeBE .menu_box .navbar.opened,
  .cid-v9vO19EeBE .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9vO19EeBE .navbar-dropdown {
  position: relative !important;
}
.cid-v9vO19EeBE .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v9vO19EeBE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vO19EeBE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9vO19EeBE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9vO19EeBE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9vO19EeBE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v9vO19EeBE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9vO19EeBE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9vO19EeBE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9vO19EeBE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9vO19EeBE .offcanvas-body .mbr-text,
  .cid-v9vO19EeBE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9vO19EeBE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9vO19EeBE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9vO19EeBE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v9vO19EeBE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9vO19EeBE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9vO19EeBE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9vO19EeBE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9vO19EeBE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9vO19EeBE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vO19EeBE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9vO19EeBE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9vO19EeBE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9vO19EeBE .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9vO19EeBE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9vO19EeBE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9vO19EeBE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9vO19EeBE .nav-item {
    margin: 0 !important;
  }
}
.cid-v9vO19EeBE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v9vO19EeBE .nav-item .nav-link:hover,
.cid-v9vO19EeBE .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v9vO19EeBE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9vO19EeBE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9vO19EeBE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9vO19EeBE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vO19EeBE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9vO19EeBE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9vO19EeBE .offcanvas_box {
    display: none;
  }
}
.cid-v9vO19EeBE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9vO19EeBE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9vO19EeBE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9vO19EeBE .container {
  display: flex;
  margin: auto;
}
.cid-v9vO19EeBE .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v9vO19EeBE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9vO19EeBE .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v9vO19EeBE .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v9vO19EeBE .iconfont-wrapper:hover .mbr-iconfont,
.cid-v9vO19EeBE .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v9vO19EeBE .iconfont-wrapper:hover::before,
.cid-v9vO19EeBE .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v9vO19EeBE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9vO19EeBE .navbar-nav {
    margin: 0;
  }
}
.cid-v9vO19EeBE .dropdown-menu,
.cid-v9vO19EeBE .navbar.opened {
  background-color: false !important;
}
.cid-v9vO19EeBE .nav-item:focus,
.cid-v9vO19EeBE .nav-link:focus {
  outline: none;
}
.cid-v9vO19EeBE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9vO19EeBE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9vO19EeBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9vO19EeBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9vO19EeBE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9vO19EeBE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9vO19EeBE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9vO19EeBE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9vO19EeBE .navbar.opened {
  transition: all 0.3s;
}
.cid-v9vO19EeBE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9vO19EeBE .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9vO19EeBE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9vO19EeBE .navbar.collapsed {
  justify-content: center;
}
.cid-v9vO19EeBE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9vO19EeBE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9vO19EeBE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9vO19EeBE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9vO19EeBE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9vO19EeBE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9vO19EeBE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9vO19EeBE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9vO19EeBE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9vO19EeBE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9vO19EeBE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9vO19EeBE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9vO19EeBE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9vO19EeBE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9vO19EeBE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9vO19EeBE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9vO19EeBE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9vO19EeBE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9vO19EeBE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9vO19EeBE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9vO19EeBE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9vO19EeBE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9vO19EeBE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9vO19EeBE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9vO19EeBE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9vO19EeBE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9vO19EeBE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9vO19EeBE .dropdown-item.active,
.cid-v9vO19EeBE .dropdown-item:active {
  background-color: transparent;
}
.cid-v9vO19EeBE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v9vO19EeBE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9vO19EeBE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9vO19EeBE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9vO19EeBE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9vO19EeBE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9vO19EeBE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #252292;
}
.cid-v9vO19EeBE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9vO19EeBE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9vO19EeBE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vO19EeBE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vO19EeBE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9vO19EeBE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vO19EeBE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9vO19EeBE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9vO19EeBE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vO19EeBE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9vO19EeBE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9vO19EeBE .navbar {
    height: 70px;
  }
  .cid-v9vO19EeBE .navbar.opened {
    height: auto;
  }
  .cid-v9vO19EeBE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9vO19EeBE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9vO19EeBE .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v9vO19EeBE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9vO19EeBE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9vO19EeBE .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v9vO19EeBE .navbar-caption:hover {
  color: #63cfbf;
}
@media (min-width: 992px) {
  .cid-v9vO19EeBE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9vO19EeBE .text_widget {
  margin-bottom: 32px;
}
.cid-v9vO19EeBE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9vO19EeBE .text_widget a:hover,
.cid-v9vO19EeBE .text_widget a:focus {
  opacity: .8;
}
.cid-v9vO19EeBE .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v9vO19EeBE .navbar-caption {
  color: #000000;
}
.cid-v9vO19EeBE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9vO19EeBE .mbr-section-subtitle,
.cid-v9vO19EeBE .text_widget,
.cid-v9vO19EeBE .mbr-section-btn {
  text-align: center;
}
.cid-v9vO19EeBE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9vO1awpMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vO1awpMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vO1awpMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vO1awpMy .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vO1awpMy .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vO1awpMy .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vO1awpMy .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9vO1awpMy .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9vO1awpMy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vO1awpMy .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9vO1awpMy .image-wrapper {
    margin-top: 30px;
  }
}
.cid-v9vO1awpMy .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9vO1awpMy .image-wrapper img {
    height: 300px;
  }
}
.cid-v9vO1awpMy .mbr-label {
  color: #000000;
}
.cid-v9vO1awpMy .mbr-section-title {
  color: #000000;
}
.cid-v9vO1awpMy .mbr-text {
  color: #000000;
}
.cid-v9vO1bxAXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vO1bxAXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vO1bxAXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vO1bxAXF .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vO1bxAXF .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vO1bxAXF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vO1bxAXF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vO1bxAXF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vO1bxAXF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vO1bxAXF .mbr-label {
  color: #000000;
}
.cid-v9vO1bxAXF .mbr-section-title {
  color: #000000;
}
.cid-v9vO1bxAXF .mbr-text {
  color: #000000;
}
.cid-v9vO1eR6Zj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vO1eR6Zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vO1eR6Zj .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-v9vO1eR6Zj .container {
    padding: 0 15px;
  }
}
.cid-v9vO1eR6Zj .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v9vO1eR6Zj .content-wrapper {
    display: block;
  }
}
.cid-v9vO1eR6Zj .content-wrapper .list-wrapper,
.cid-v9vO1eR6Zj .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vO1eR6Zj .content-wrapper .list-wrapper,
  .cid-v9vO1eR6Zj .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vO1eR6Zj .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v9vO1eR6Zj .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vO1eR6Zj .content-wrapper .list-wrapper .list,
.cid-v9vO1eR6Zj .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9vO1eR6Zj .content-wrapper .list-wrapper .list .item-wrap,
.cid-v9vO1eR6Zj .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v9vO1eR6Zj .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v9vO1eR6Zj .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v9vO1eR6Zj .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v9vO1eR6Zj .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9vO1eR6Zj .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v9vO1eR6Zj .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v9vO1eR6Zj .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vO1eR6Zj .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vO1eR6Zj .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vO1eR6Zj .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v9vO1eR6Zj .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v9vO1eR6Zj .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v9vO1eR6Zj .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v9vO1eR6Zj .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9vO1eR6Zj .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v9vO1eR6Zj .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vO1eR6Zj .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vO1eR6Zj .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9vO1eR6Zj .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v9vO1eR6Zj .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vO1eR6Zj .mbr-section-title {
  color: #131c28;
}
.cid-v9vO1eR6Zj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9vO1eR6Zj .list {
  color: #131c28;
}
.cid-v9vO1eR6Zj .mbr-copy {
  color: #ffffff;
}
.cid-v9vOHB7MAU {
  background-color: transparent;
}
.cid-v9vOHB7MAU .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-v9vOHB7MAU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-v9vOHB7MAU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9vOHB7MAU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9vOHB7MAU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9vOHB7MAU .menu_box .navbar.opened,
  .cid-v9vOHB7MAU .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9vOHB7MAU .navbar-dropdown {
  position: relative !important;
}
.cid-v9vOHB7MAU .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v9vOHB7MAU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vOHB7MAU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9vOHB7MAU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9vOHB7MAU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9vOHB7MAU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v9vOHB7MAU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9vOHB7MAU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9vOHB7MAU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9vOHB7MAU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9vOHB7MAU .offcanvas-body .mbr-text,
  .cid-v9vOHB7MAU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9vOHB7MAU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9vOHB7MAU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9vOHB7MAU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v9vOHB7MAU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9vOHB7MAU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9vOHB7MAU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9vOHB7MAU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9vOHB7MAU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9vOHB7MAU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vOHB7MAU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9vOHB7MAU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9vOHB7MAU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9vOHB7MAU .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9vOHB7MAU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9vOHB7MAU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9vOHB7MAU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9vOHB7MAU .nav-item {
    margin: 0 !important;
  }
}
.cid-v9vOHB7MAU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v9vOHB7MAU .nav-item .nav-link:hover,
.cid-v9vOHB7MAU .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v9vOHB7MAU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9vOHB7MAU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9vOHB7MAU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9vOHB7MAU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9vOHB7MAU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9vOHB7MAU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9vOHB7MAU .offcanvas_box {
    display: none;
  }
}
.cid-v9vOHB7MAU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9vOHB7MAU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9vOHB7MAU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9vOHB7MAU .container {
  display: flex;
  margin: auto;
}
.cid-v9vOHB7MAU .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v9vOHB7MAU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9vOHB7MAU .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v9vOHB7MAU .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v9vOHB7MAU .iconfont-wrapper:hover .mbr-iconfont,
.cid-v9vOHB7MAU .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v9vOHB7MAU .iconfont-wrapper:hover::before,
.cid-v9vOHB7MAU .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v9vOHB7MAU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9vOHB7MAU .navbar-nav {
    margin: 0;
  }
}
.cid-v9vOHB7MAU .dropdown-menu,
.cid-v9vOHB7MAU .navbar.opened {
  background-color: false !important;
}
.cid-v9vOHB7MAU .nav-item:focus,
.cid-v9vOHB7MAU .nav-link:focus {
  outline: none;
}
.cid-v9vOHB7MAU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9vOHB7MAU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9vOHB7MAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9vOHB7MAU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9vOHB7MAU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9vOHB7MAU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9vOHB7MAU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9vOHB7MAU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9vOHB7MAU .navbar.opened {
  transition: all 0.3s;
}
.cid-v9vOHB7MAU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9vOHB7MAU .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9vOHB7MAU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9vOHB7MAU .navbar.collapsed {
  justify-content: center;
}
.cid-v9vOHB7MAU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9vOHB7MAU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9vOHB7MAU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9vOHB7MAU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9vOHB7MAU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9vOHB7MAU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9vOHB7MAU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9vOHB7MAU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9vOHB7MAU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9vOHB7MAU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9vOHB7MAU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9vOHB7MAU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9vOHB7MAU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9vOHB7MAU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9vOHB7MAU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9vOHB7MAU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9vOHB7MAU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9vOHB7MAU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9vOHB7MAU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9vOHB7MAU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9vOHB7MAU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9vOHB7MAU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9vOHB7MAU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9vOHB7MAU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9vOHB7MAU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9vOHB7MAU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9vOHB7MAU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9vOHB7MAU .dropdown-item.active,
.cid-v9vOHB7MAU .dropdown-item:active {
  background-color: transparent;
}
.cid-v9vOHB7MAU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v9vOHB7MAU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9vOHB7MAU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9vOHB7MAU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9vOHB7MAU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9vOHB7MAU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9vOHB7MAU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #252292;
}
.cid-v9vOHB7MAU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9vOHB7MAU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9vOHB7MAU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vOHB7MAU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9vOHB7MAU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9vOHB7MAU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vOHB7MAU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9vOHB7MAU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9vOHB7MAU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9vOHB7MAU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9vOHB7MAU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9vOHB7MAU .navbar {
    height: 70px;
  }
  .cid-v9vOHB7MAU .navbar.opened {
    height: auto;
  }
  .cid-v9vOHB7MAU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9vOHB7MAU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9vOHB7MAU .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v9vOHB7MAU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9vOHB7MAU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9vOHB7MAU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v9vOHB7MAU .navbar-caption:hover {
  color: #63cfbf;
}
@media (min-width: 992px) {
  .cid-v9vOHB7MAU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9vOHB7MAU .text_widget {
  margin-bottom: 32px;
}
.cid-v9vOHB7MAU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9vOHB7MAU .text_widget a:hover,
.cid-v9vOHB7MAU .text_widget a:focus {
  opacity: .8;
}
.cid-v9vOHB7MAU .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v9vOHB7MAU .navbar-caption {
  color: #000000;
}
.cid-v9vOHB7MAU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9vOHB7MAU .mbr-section-subtitle,
.cid-v9vOHB7MAU .text_widget,
.cid-v9vOHB7MAU .mbr-section-btn {
  text-align: center;
}
.cid-v9vOHB7MAU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9vOHChKoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vOHChKoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vOHChKoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vOHChKoP .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vOHChKoP .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vOHChKoP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vOHChKoP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9vOHChKoP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9vOHChKoP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vOHChKoP .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9vOHChKoP .image-wrapper {
    margin-top: 30px;
  }
}
.cid-v9vOHChKoP .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9vOHChKoP .image-wrapper img {
    height: 300px;
  }
}
.cid-v9vOHChKoP .mbr-label {
  color: #000000;
}
.cid-v9vOHChKoP .mbr-section-title {
  color: #000000;
}
.cid-v9vOHChKoP .mbr-text {
  color: #000000;
}
.cid-v9vOHD2v2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9vOHD2v2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vOHD2v2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vOHD2v2N .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vOHD2v2N .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v9vOHD2v2N .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9vOHD2v2N .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v9vOHD2v2N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vOHD2v2N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9vOHD2v2N .mbr-label {
  color: #000000;
}
.cid-v9vOHD2v2N .mbr-section-title {
  color: #000000;
}
.cid-v9vOHD2v2N .mbr-text {
  color: #000000;
}
.cid-v9vOHDMEnU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18406e;
}
.cid-v9vOHDMEnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vOHDMEnU .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-v9vOHDMEnU .container {
    padding: 0 15px;
  }
}
.cid-v9vOHDMEnU .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v9vOHDMEnU .content-wrapper {
    display: block;
  }
}
.cid-v9vOHDMEnU .content-wrapper .list-wrapper,
.cid-v9vOHDMEnU .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vOHDMEnU .content-wrapper .list-wrapper,
  .cid-v9vOHDMEnU .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vOHDMEnU .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v9vOHDMEnU .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vOHDMEnU .content-wrapper .list-wrapper .list,
.cid-v9vOHDMEnU .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9vOHDMEnU .content-wrapper .list-wrapper .list .item-wrap,
.cid-v9vOHDMEnU .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v9vOHDMEnU .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v9vOHDMEnU .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v9vOHDMEnU .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v9vOHDMEnU .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v9vOHDMEnU .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v9vOHDMEnU .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v9vOHDMEnU .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v9vOHDMEnU .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vOHDMEnU .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9vOHDMEnU .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v9vOHDMEnU .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v9vOHDMEnU .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v9vOHDMEnU .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v9vOHDMEnU .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9vOHDMEnU .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v9vOHDMEnU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vOHDMEnU .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9vOHDMEnU .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9vOHDMEnU .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v9vOHDMEnU .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9vOHDMEnU .mbr-section-title {
  color: #131c28;
}
.cid-v9vOHDMEnU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9vOHDMEnU .list {
  color: #131c28;
}
.cid-v9vOHDMEnU .mbr-copy {
  color: #ffffff;
}
