.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: Inter Tight;
}
.display-1 {
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-size: 2.5rem !important;
  line-height: 1 !important;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem  !important;
}
.display-2 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 1.75rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-4 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 0.875rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-size: 1rem !important;
  line-height: 1.3 !important;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1d147b !important;
}
.bg-success {
  background-color: #f7f7f7 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d147b !important;
  border-color: #1d147b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #271ba7 !important;
  border-color: #271ba7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #271ba7 !important;
  border-color: #271ba7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d147b;
  color: #1d147b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b0830 !important;
  background-color: transparent !important;
  border-color: #0b0830 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d147b !important;
  border-color: #1d147b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #093e9f !important;
}
.text-secondary {
  color: #ff9900 !important;
}
.text-success {
  color: #f7f7f7 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #fafafa !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
.text-dark {
  color: #000000 !important;
}




a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #080623 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4c4c4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7c7c7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d147b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #fafafa;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d147b;
  border-color: #1d147b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d147b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4031de;
}
.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: #b3b3b3;
}
.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: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 15px !important;
  padding-left:10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #1d147b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1d147b;
}
/* 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: #1d147b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d147b;
}
.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: #1d147b;
  border-bottom-color: #1d147b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1d147b !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: #ffa600 !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='%231d147b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u7n4h7yYDc {
  z-index: 1000;
  width: 100%;
}
.cid-u7n4h7yYDc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u7n4h7yYDc .menu_box .navbar.opened,
  .cid-u7n4h7yYDc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7n4h7yYDc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u7n4h7yYDc nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u7n4h7yYDc .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u7n4h7yYDc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7n4h7yYDc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7n4h7yYDc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7n4h7yYDc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7n4h7yYDc .offcanvas-body .mbr-text,
  .cid-u7n4h7yYDc .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u7n4h7yYDc .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u7n4h7yYDc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u7n4h7yYDc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u7n4h7yYDc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7n4h7yYDc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7n4h7yYDc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7n4h7yYDc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7n4h7yYDc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7n4h7yYDc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7n4h7yYDc .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-u7n4h7yYDc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7n4h7yYDc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u7n4h7yYDc li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u7n4h7yYDc li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u7n4h7yYDc .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u7n4h7yYDc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7n4h7yYDc .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u7n4h7yYDc .nav-item {
    margin: 0 !important;
  }
}
.cid-u7n4h7yYDc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7n4h7yYDc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u7n4h7yYDc .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7n4h7yYDc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7n4h7yYDc .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-u7n4h7yYDc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7n4h7yYDc .offcanvas_box {
    display: none;
  }
}
.cid-u7n4h7yYDc .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u7n4h7yYDc .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7n4h7yYDc .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u7n4h7yYDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7n4h7yYDc .nav-link {
  position: relative;
}
.cid-u7n4h7yYDc .container {
  display: flex;
  margin: auto;
}
.cid-u7n4h7yYDc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7n4h7yYDc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7n4h7yYDc .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u7n4h7yYDc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u7n4h7yYDc .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u7n4h7yYDc .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u7n4h7yYDc .dropdown-menu,
.cid-u7n4h7yYDc .navbar.opened {
  background: #ffffff !important;
}
.cid-u7n4h7yYDc .nav-item:focus,
.cid-u7n4h7yYDc .nav-link:focus {
  outline: none;
}
.cid-u7n4h7yYDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7n4h7yYDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7n4h7yYDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7n4h7yYDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7n4h7yYDc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7n4h7yYDc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7n4h7yYDc .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u7n4h7yYDc .navbar.opened {
  transition: all 0.3s;
}
.cid-u7n4h7yYDc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7n4h7yYDc .navbar .navbar-logo img {
  width: auto;
}
.cid-u7n4h7yYDc .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u7n4h7yYDc .navbar.collapsed {
  justify-content: center;
}
.cid-u7n4h7yYDc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7n4h7yYDc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7n4h7yYDc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7n4h7yYDc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7n4h7yYDc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7n4h7yYDc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7n4h7yYDc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7n4h7yYDc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7n4h7yYDc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7n4h7yYDc .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u7n4h7yYDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7n4h7yYDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7n4h7yYDc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7n4h7yYDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7n4h7yYDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7n4h7yYDc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7n4h7yYDc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7n4h7yYDc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7n4h7yYDc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7n4h7yYDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7n4h7yYDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7n4h7yYDc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7n4h7yYDc .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7n4h7yYDc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7n4h7yYDc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7n4h7yYDc .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-u7n4h7yYDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7n4h7yYDc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7n4h7yYDc .dropdown-item.active,
.cid-u7n4h7yYDc .dropdown-item:active {
  background-color: transparent;
}
.cid-u7n4h7yYDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7n4h7yYDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7n4h7yYDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7n4h7yYDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7n4h7yYDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7n4h7yYDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7n4h7yYDc ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u7n4h7yYDc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7n4h7yYDc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u7n4h7yYDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u7n4h7yYDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7n4h7yYDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7n4h7yYDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7n4h7yYDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7n4h7yYDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7n4h7yYDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7n4h7yYDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7n4h7yYDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7n4h7yYDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7n4h7yYDc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7n4h7yYDc .navbar {
    height: 70px;
  }
  .cid-u7n4h7yYDc .navbar.opened {
    height: auto;
  }
  .cid-u7n4h7yYDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7n4h7yYDc .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u7n4h7yYDc .mbr-text {
  color: #000000;
}
.cid-u7n4h7yYDc .text_widget {
  color: #000000;
}
.cid-udj7f34hnT {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udj7f34hnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj7f34hnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udj7f34hnT .mbr-section-title {
  color: #ffa600;
}
.cid-udj7f34hnT .mbr-section-subtitle {
  color: #1d147b;
}
.cid-udiQWKP8DU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udiQWKP8DU .content-head {
  max-width: 800px;
}
.cid-udiQWKP8DU .mbr-section-title {
  color: #1d147b;
}
.cid-udiw3NMkUg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/web_img/vedant_img (12).jpg");
  background-attachment:fixed;
}
.cid-udiw3NMkUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udiw3NMkUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udiw3NMkUg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udiw3NMkUg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-udiw3NMkUg .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udiw3NMkUg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-udiw3NMkUg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-udiw3NMkUg .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 60px;
  border-radius: 50%;
}
.cid-udiw3NMkUg .mbr-section-title {
  color: #ffffff;
}
.cid-udiw3NMkUg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udiw3NMkUg .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-udiw3NMkUg .card-box .item-footer {
  margin-top: auto;
}
.cid-udiw3NMkUg .content-head {
  max-width: 800px;
}
.cid-udiw3NMkUg .card-title,
.cid-udiw3NMkUg .iconfont-wrapper {
  color: #1d147b;
}
.cid-udjbC28A2s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udjbC28A2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjbC28A2s .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-udjbC28A2s .container {
    padding: 0 20px;
  }
}
.cid-udjbC28A2s .row {
  justify-content: center;
}
.cid-udjbC28A2s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-udjbC28A2s .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udjbC28A2s .item {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-udjbC28A2s .item {
    margin-bottom: 20px;
  }
}
.cid-udjbC28A2s .item .item-wrapper {
  background-color: #f7f7f7;
  padding: 62px 20px 62px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udjbC28A2s .item .item-wrapper {
    padding: 34px 15px 30px;
  }
}
.cid-udjbC28A2s .item .item-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  margin: 0 auto 26px;
}
@media (max-width: 992px) {
  .cid-udjbC28A2s .item .item-wrapper .item-img img {
    margin-bottom: 16px;
    width: 95px;
    height: 95px;
  }
}
.cid-udjbC28A2s .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-udjbC28A2s .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-udjbC28A2s .mbr-section-title {
  color: #1d147b;
  text-align: center;
}
.cid-udjbC28A2s .item-title {
  color: #000000;
  text-align: center;
}
.cid-udjbC28A2s .item-desc {
  color: #6a6e71;
  text-align: center;
}
.cid-udjpy4onrz {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udjpy4onrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjpy4onrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udjpy4onrz .mbr-description {
  text-align: left;
}
.cid-udjpy4onrz .item-wrapper {
  background: #0d3d5a;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-udjpy4onrz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udjpy4onrz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-udjpy4onrz .card-title,
.cid-udjpy4onrz .iconfont-wrapper {
  color: #000000;
}
.cid-udjpy4onrz .card-text {
  color: #000000;
}
.cid-udjpy4onrz .mbr-section-title {
  color: #1d147b;
  text-align: center;
}
.cid-udjpy4onrz .mbr-number {
  color: #9fe870;
}
.cid-udjpy4onrz .mbr-text,
.cid-udjpy4onrz .mbr-section-btn {
  text-align: center;
}
.cid-udjpy4onrz .card-text,
.cid-udjpy4onrz .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-udjpy4onrz .card-title {
  color: #ffffff;
}
.cid-udjhqIyl2n {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-udjhqIyl2n .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-udjhqIyl2n img,
.cid-udjhqIyl2n .item-img {
  width: 100%;
}
.cid-udjhqIyl2n .item:focus,
.cid-udjhqIyl2n span:focus {
  outline: none;
}
.cid-udjhqIyl2n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udjhqIyl2n .item {
    margin-bottom: 1rem;
  }
}
.cid-udjhqIyl2n .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udjhqIyl2n .mbr-section-title {
  color: #1d147b;
}
.cid-udjhqIyl2n .mbr-text,
.cid-udjhqIyl2n .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-udjhqIyl2n .item-title {
  color: #1d147b;
  text-align: center;
}
.cid-udjhqIyl2n .content-head {
  max-width: 800px;
}
.cid-udjtuF7iII {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpeg");
  background-attachment:fixed;
}
.cid-udjtuF7iII h3 {
  background: linear-gradient(to left, #ffa600, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-udjtuF7iII .count,
.cid-udjtuF7iII .card-img {
  color: #ffa600;
}
.cid-udjtuF7iII .mbr-subtitle {
  color: #ffffff;
}
.cid-udjtuF7iII .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjtuF7iII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udjE9IZOh5 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udjE9IZOh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjE9IZOh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udjE9IZOh5 .mbr-section-title {
  color: #1d147b;
}
.cid-udjAyXyzZr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udjAyXyzZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjAyXyzZr .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-udjAyXyzZr .container {
    padding: 0 24px;
  }
}
.cid-udjAyXyzZr .row {
  justify-content: center;
}
.cid-udjAyXyzZr .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udjAyXyzZr .item {
    margin-bottom: 32px;
  }
}
.cid-udjAyXyzZr .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ffa600;
}
.cid-udjAyXyzZr .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ffa600;
}
.cid-udjAyXyzZr .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udjAyXyzZr .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-udjAyXyzZr .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  font-size: 40px;
  color: #ffffff;
  background-color: #ffa600;
}
.cid-udjAyXyzZr .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-udjAyXyzZr .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-udjAyXyzZr .card-title {
  color: #262642;
}
.cid-udjAyXyzZr .card-text {
  color: #000000;
}
.cid-udjAyXyzZr .card-title,
.cid-udjAyXyzZr .iconfont-wrapper {
  color: #1d147b;
}
.cid-udjBnNKG5j {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udjBnNKG5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjBnNKG5j .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-udjBnNKG5j .container {
    padding: 0 24px;
  }
}
.cid-udjBnNKG5j .row {
  justify-content: center;
}
.cid-udjBnNKG5j .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udjBnNKG5j .item {
    margin-bottom: 32px;
  }
}
.cid-udjBnNKG5j .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ffa600;
}
.cid-udjBnNKG5j .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ffa600;
}
.cid-udjBnNKG5j .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udjBnNKG5j .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-udjBnNKG5j .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  font-size: 40px;
  color: #ffffff;
  background-color: #ffa600;
}
.cid-udjBnNKG5j .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-udjBnNKG5j .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-udjBnNKG5j .card-title {
  color: #262642;
}
.cid-udjBnNKG5j .card-text {
  color: #000000;
}
.cid-udjBnNKG5j .card-title,
.cid-udjBnNKG5j .iconfont-wrapper {
  color: #1d147b;
}
.cid-udjlQSNEnp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #0d3d5a;
}
.cid-udjlQSNEnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjlQSNEnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udjlQSNEnp .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-udjlQSNEnp .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-udjlQSNEnp .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-udjlQSNEnp .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-udjlQSNEnp .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-udjlQSNEnp .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-udjlQSNEnp .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-udjlQSNEnp .cards-wrap {
    gap: 12px;
  }
}
.cid-udjlQSNEnp .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-udjlQSNEnp .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-udjlQSNEnp .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-udjlQSNEnp .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-udjlQSNEnp .card {
    width: 100%;
  }
}
.cid-udjlQSNEnp .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-udjlQSNEnp .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-udjlQSNEnp .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-udjlQSNEnp .img-wrapper img {
    height: 80px;
  }
}
.cid-udjlQSNEnp .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-udjlQSNEnp .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-udjlQSNEnp .card-title {
  color: #1a1e21;
}
.cid-u7E4jdNhTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u7E4jdNhTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7E4jdNhTC .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-u7E4jdNhTC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7E4jdNhTC .container {
    padding: 0 12px;
  }
}
.cid-u7E4jdNhTC .title-wrapper a {
  display: block;
}
.cid-u7E4jdNhTC .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7E4jdNhTC .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u7E4jdNhTC .list-wrapper .list,
.cid-u7E4jdNhTC .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .list-wrapper .list,
  .cid-u7E4jdNhTC .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:focus,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .social-row .soc-item {
  margin-right: 24px;
}
.cid-u7E4jdNhTC .social-row .soc-item a:hover .mbr-iconfont,
.cid-u7E4jdNhTC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u7E4jdNhTC .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .mbr-section-title {
  color: #1d147b;
}
.cid-u7E4jdNhTC .mbr-list-title {
  color: #000000;
}
.cid-u7E4jdNhTC .list {
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .list_main {
  color: #000000;
}
.cid-u7sBauzuNZ {
  z-index: 1000;
  width: 100%;
}
.cid-u7sBauzuNZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u7sBauzuNZ .menu_box .navbar.opened,
  .cid-u7sBauzuNZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7sBauzuNZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u7sBauzuNZ nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u7sBauzuNZ .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u7sBauzuNZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7sBauzuNZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7sBauzuNZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7sBauzuNZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7sBauzuNZ .offcanvas-body .mbr-text,
  .cid-u7sBauzuNZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u7sBauzuNZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u7sBauzuNZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u7sBauzuNZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u7sBauzuNZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7sBauzuNZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7sBauzuNZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7sBauzuNZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7sBauzuNZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7sBauzuNZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7sBauzuNZ .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-u7sBauzuNZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7sBauzuNZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u7sBauzuNZ li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u7sBauzuNZ li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u7sBauzuNZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u7sBauzuNZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7sBauzuNZ .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u7sBauzuNZ .nav-item {
    margin: 0 !important;
  }
}
.cid-u7sBauzuNZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7sBauzuNZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u7sBauzuNZ .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7sBauzuNZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7sBauzuNZ .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-u7sBauzuNZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7sBauzuNZ .offcanvas_box {
    display: none;
  }
}
.cid-u7sBauzuNZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u7sBauzuNZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7sBauzuNZ .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u7sBauzuNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7sBauzuNZ .nav-link {
  position: relative;
}
.cid-u7sBauzuNZ .container {
  display: flex;
  margin: auto;
}
.cid-u7sBauzuNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7sBauzuNZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7sBauzuNZ .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u7sBauzuNZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u7sBauzuNZ .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u7sBauzuNZ .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u7sBauzuNZ .dropdown-menu,
.cid-u7sBauzuNZ .navbar.opened {
  background: #ffffff !important;
}
.cid-u7sBauzuNZ .nav-item:focus,
.cid-u7sBauzuNZ .nav-link:focus {
  outline: none;
}
.cid-u7sBauzuNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7sBauzuNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7sBauzuNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7sBauzuNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7sBauzuNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7sBauzuNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7sBauzuNZ .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u7sBauzuNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u7sBauzuNZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7sBauzuNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u7sBauzuNZ .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u7sBauzuNZ .navbar.collapsed {
  justify-content: center;
}
.cid-u7sBauzuNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7sBauzuNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7sBauzuNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7sBauzuNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7sBauzuNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7sBauzuNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7sBauzuNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7sBauzuNZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7sBauzuNZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7sBauzuNZ .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u7sBauzuNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7sBauzuNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7sBauzuNZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7sBauzuNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7sBauzuNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7sBauzuNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7sBauzuNZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7sBauzuNZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7sBauzuNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7sBauzuNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7sBauzuNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7sBauzuNZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7sBauzuNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7sBauzuNZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7sBauzuNZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7sBauzuNZ .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-u7sBauzuNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7sBauzuNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7sBauzuNZ .dropdown-item.active,
.cid-u7sBauzuNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u7sBauzuNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7sBauzuNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7sBauzuNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7sBauzuNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7sBauzuNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7sBauzuNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7sBauzuNZ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u7sBauzuNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7sBauzuNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u7sBauzuNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u7sBauzuNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7sBauzuNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7sBauzuNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7sBauzuNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7sBauzuNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7sBauzuNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7sBauzuNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7sBauzuNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7sBauzuNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7sBauzuNZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7sBauzuNZ .navbar {
    height: 70px;
  }
  .cid-u7sBauzuNZ .navbar.opened {
    height: auto;
  }
  .cid-u7sBauzuNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7sBauzuNZ .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u7sBauzuNZ .mbr-text {
  color: #000000;
}
.cid-u7sBauzuNZ .text_widget {
  color: #000000;
}
.cid-u7sC55smIw {
  background-color: #f7f7f7;
}
.cid-u7sC55smIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sC55smIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sC55smIw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7sC55smIw .container-fluid {
    padding: 0 30px;
  }
}
.cid-u7sC55smIw .container-fluid .row {
  padding: 0;
}
.cid-u7sC55smIw .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-u7sC55smIw .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7sC55smIw .title-wrapper {
    padding: 80px 0;
  }
}
.cid-u7sC55smIw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7sC55smIw .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u7sC55smIw .image-wrapper {
  position: relative;
}
.cid-u7sC55smIw .image-wrapper img {
  object-fit: cover;
}
.cid-u7sC55smIw .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-u7sC55smIw .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-u7sC55smIw .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-u7sC55smIw .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-u7sC55smIw .image-wrapper img:last-child {
    display: none;
  }
}
.cid-u7sC55smIw .mbr-section-title {
  color: #000000;
}
.cid-u7sC55smIw .mbr-text {
  color: #000000;
}
.cid-u7sC55smIw .mbr-section-title,
.cid-u7sC55smIw .mbr-section-btn {
  color: #1d147b;
}
.cid-u7sCH9QqKC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7sCH9QqKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sCH9QqKC .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-u7sCH9QqKC .container {
    padding: 0 30px;
  }
}
.cid-u7sCH9QqKC .row {
  justify-content: center;
}
.cid-u7sCH9QqKC .item {
  margin-bottom: 70px;
}
.cid-u7sCH9QqKC .item .item-wrapper {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-u7sCH9QqKC .item .item-wrapper {
    margin: 0;
  }
}
.cid-u7sCH9QqKC .item .item-wrapper .item-img {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .cid-u7sCH9QqKC .item .item-wrapper .item-img {
    padding: 60px 40px;
  }
}
.cid-u7sCH9QqKC .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-u7sCH9QqKC .item:nth-child(2) .item-wrapper .item-img {
  background-color: #f7f7f7;
}
.cid-u7sCH9QqKC .item .item-content {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-u7sCH9QqKC .item .item-content {
    margin: 0;
  }
}
.cid-u7sCH9QqKC .item .item-content .mbr-card-title {
  margin-bottom: 22px;
}
.cid-u7sCH9QqKC .mbr-card-title {
  color: #000000;
}
.cid-u7sCH9QqKC .mbr-card-title,
.cid-u7sCH9QqKC .mbr-section-btn {
  color: #1d147b;
  text-align: center;
}
.cid-u7E4jdNhTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u7E4jdNhTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7E4jdNhTC .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-u7E4jdNhTC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7E4jdNhTC .container {
    padding: 0 12px;
  }
}
.cid-u7E4jdNhTC .title-wrapper a {
  display: block;
}
.cid-u7E4jdNhTC .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7E4jdNhTC .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u7E4jdNhTC .list-wrapper .list,
.cid-u7E4jdNhTC .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .list-wrapper .list,
  .cid-u7E4jdNhTC .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:focus,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .social-row .soc-item {
  margin-right: 24px;
}
.cid-u7E4jdNhTC .social-row .soc-item a:hover .mbr-iconfont,
.cid-u7E4jdNhTC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u7E4jdNhTC .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .mbr-section-title {
  color: #1d147b;
}
.cid-u7E4jdNhTC .mbr-list-title {
  color: #000000;
}
.cid-u7E4jdNhTC .list {
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .list_main {
  color: #000000;
}
.cid-u7sQsofJvi {
  z-index: 1000;
  width: 100%;
}
.cid-u7sQsofJvi .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u7sQsofJvi .menu_box .navbar.opened,
  .cid-u7sQsofJvi .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7sQsofJvi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u7sQsofJvi nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u7sQsofJvi .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u7sQsofJvi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7sQsofJvi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7sQsofJvi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7sQsofJvi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7sQsofJvi .offcanvas-body .mbr-text,
  .cid-u7sQsofJvi .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u7sQsofJvi .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u7sQsofJvi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u7sQsofJvi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u7sQsofJvi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7sQsofJvi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7sQsofJvi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7sQsofJvi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7sQsofJvi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7sQsofJvi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7sQsofJvi .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-u7sQsofJvi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7sQsofJvi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u7sQsofJvi li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u7sQsofJvi li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u7sQsofJvi .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u7sQsofJvi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7sQsofJvi .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u7sQsofJvi .nav-item {
    margin: 0 !important;
  }
}
.cid-u7sQsofJvi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7sQsofJvi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u7sQsofJvi .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7sQsofJvi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7sQsofJvi .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-u7sQsofJvi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7sQsofJvi .offcanvas_box {
    display: none;
  }
}
.cid-u7sQsofJvi .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u7sQsofJvi .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7sQsofJvi .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u7sQsofJvi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7sQsofJvi .nav-link {
  position: relative;
}
.cid-u7sQsofJvi .container {
  display: flex;
  margin: auto;
}
.cid-u7sQsofJvi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7sQsofJvi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7sQsofJvi .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u7sQsofJvi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u7sQsofJvi .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u7sQsofJvi .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u7sQsofJvi .dropdown-menu,
.cid-u7sQsofJvi .navbar.opened {
  background: #ffffff !important;
}
.cid-u7sQsofJvi .nav-item:focus,
.cid-u7sQsofJvi .nav-link:focus {
  outline: none;
}
.cid-u7sQsofJvi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7sQsofJvi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7sQsofJvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7sQsofJvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7sQsofJvi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7sQsofJvi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7sQsofJvi .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u7sQsofJvi .navbar.opened {
  transition: all 0.3s;
}
.cid-u7sQsofJvi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7sQsofJvi .navbar .navbar-logo img {
  width: auto;
}
.cid-u7sQsofJvi .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u7sQsofJvi .navbar.collapsed {
  justify-content: center;
}
.cid-u7sQsofJvi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7sQsofJvi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7sQsofJvi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7sQsofJvi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7sQsofJvi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7sQsofJvi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7sQsofJvi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7sQsofJvi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7sQsofJvi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7sQsofJvi .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u7sQsofJvi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7sQsofJvi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7sQsofJvi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7sQsofJvi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7sQsofJvi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7sQsofJvi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7sQsofJvi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7sQsofJvi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7sQsofJvi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7sQsofJvi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7sQsofJvi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7sQsofJvi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7sQsofJvi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7sQsofJvi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7sQsofJvi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7sQsofJvi .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-u7sQsofJvi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7sQsofJvi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7sQsofJvi .dropdown-item.active,
.cid-u7sQsofJvi .dropdown-item:active {
  background-color: transparent;
}
.cid-u7sQsofJvi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7sQsofJvi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7sQsofJvi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7sQsofJvi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7sQsofJvi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7sQsofJvi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7sQsofJvi ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u7sQsofJvi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7sQsofJvi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u7sQsofJvi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u7sQsofJvi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7sQsofJvi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7sQsofJvi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7sQsofJvi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7sQsofJvi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7sQsofJvi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7sQsofJvi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7sQsofJvi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7sQsofJvi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7sQsofJvi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7sQsofJvi .navbar {
    height: 70px;
  }
  .cid-u7sQsofJvi .navbar.opened {
    height: auto;
  }
  .cid-u7sQsofJvi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7sQsofJvi .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u7sQsofJvi .mbr-text {
  color: #000000;
}
.cid-u7sQsofJvi .text_widget {
  color: #000000;
}
.cid-u7sW1aap7H {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7sW1aap7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sW1aap7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sW1aap7H .row {
  flex-direction: row-reverse;
}
.cid-u7sW1aap7H .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7sW1aap7H .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u7sW1aap7H .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7sW1aap7H .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-u7sW1aap7H .col-img {
    padding-left: 60px !important;
  }
}
.cid-u7sW1aap7H .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u7sW1aap7H .col-text {
    order: 2;
  }
}
.cid-u7sW1aap7H .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u7sW1aap7H .text-wrapper {
    margin-top: 20px;
  }
}
.cid-u7sW1aap7H .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-u7sW1aap7H .mbr-section-subtitle {
  color: #1d147b;
  margin-bottom: 22px;
}
.cid-u7sW1aap7H .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u7sW1aap7H .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-u7sW1aap7H .mbr-text {
    padding-right: 0;
  }
}
.cid-u7sW1aap7H .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7sW1aap7H .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-u7sW1aap7H .social-container {
    padding-top: 40px;
  }
}
.cid-u7sW1aap7H .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-u7sW1aap7H .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-u7sW1aap7H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u7sW1aap7H .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u7sW1aap7H .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u7sW1aap7H .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u7sW1aap7H .soc-item:hover:before {
  opacity: 1;
}
.cid-u7sW1aap7H .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.cid-u7sW1aap7H .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-u7sW1aap7H .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-u7sW1aap7H .mbr-text,
.cid-u7sW1aap7H .mbr-section-btn {
  color: #000000;
}
.cid-u7sQspyOnI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7sQspyOnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sQspyOnI .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-u7sQspyOnI .container {
    padding: 0 30px;
  }
}
.cid-u7sQspyOnI .row {
  justify-content: center;
}
.cid-u7sQspyOnI .item {
  margin-bottom: 70px;
}
.cid-u7sQspyOnI .item .item-wrapper {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-u7sQspyOnI .item .item-wrapper {
    margin: 0;
  }
}
.cid-u7sQspyOnI .item .item-wrapper .item-img {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .cid-u7sQspyOnI .item .item-wrapper .item-img {
    padding: 60px 40px;
  }
}
.cid-u7sQspyOnI .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-u7sQspyOnI .item:nth-child(2) .item-wrapper .item-img {
  background-color: #f7f7f7;
}
.cid-u7sQspyOnI .item .item-content {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-u7sQspyOnI .item .item-content {
    margin: 0;
  }
}
.cid-u7sQspyOnI .item .item-content .mbr-card-title {
  margin-bottom: 22px;
}
.cid-u7sQspyOnI .mbr-card-title {
  color: #000000;
}
.cid-u7sQspyOnI .mbr-card-title,
.cid-u7sQspyOnI .mbr-section-btn {
  color: #1d147b;
  text-align: center;
}
.cid-u7E4jdNhTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u7E4jdNhTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7E4jdNhTC .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-u7E4jdNhTC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7E4jdNhTC .container {
    padding: 0 12px;
  }
}
.cid-u7E4jdNhTC .title-wrapper a {
  display: block;
}
.cid-u7E4jdNhTC .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7E4jdNhTC .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u7E4jdNhTC .list-wrapper .list,
.cid-u7E4jdNhTC .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .list-wrapper .list,
  .cid-u7E4jdNhTC .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:focus,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .social-row .soc-item {
  margin-right: 24px;
}
.cid-u7E4jdNhTC .social-row .soc-item a:hover .mbr-iconfont,
.cid-u7E4jdNhTC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u7E4jdNhTC .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .mbr-section-title {
  color: #1d147b;
}
.cid-u7E4jdNhTC .mbr-list-title {
  color: #000000;
}
.cid-u7E4jdNhTC .list {
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .list_main {
  color: #000000;
}
.cid-u7t7IfuOVe {
  z-index: 1000;
  width: 100%;
}
.cid-u7t7IfuOVe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u7t7IfuOVe .menu_box .navbar.opened,
  .cid-u7t7IfuOVe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7t7IfuOVe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u7t7IfuOVe nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u7t7IfuOVe .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u7t7IfuOVe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7t7IfuOVe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7t7IfuOVe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7t7IfuOVe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7t7IfuOVe .offcanvas-body .mbr-text,
  .cid-u7t7IfuOVe .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u7t7IfuOVe .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u7t7IfuOVe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u7t7IfuOVe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u7t7IfuOVe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7t7IfuOVe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7t7IfuOVe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7t7IfuOVe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7t7IfuOVe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7t7IfuOVe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7t7IfuOVe .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-u7t7IfuOVe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7t7IfuOVe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u7t7IfuOVe li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u7t7IfuOVe li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u7t7IfuOVe .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u7t7IfuOVe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7t7IfuOVe .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u7t7IfuOVe .nav-item {
    margin: 0 !important;
  }
}
.cid-u7t7IfuOVe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7t7IfuOVe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u7t7IfuOVe .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7t7IfuOVe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7t7IfuOVe .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-u7t7IfuOVe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7t7IfuOVe .offcanvas_box {
    display: none;
  }
}
.cid-u7t7IfuOVe .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u7t7IfuOVe .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7t7IfuOVe .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u7t7IfuOVe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7t7IfuOVe .nav-link {
  position: relative;
}
.cid-u7t7IfuOVe .container {
  display: flex;
  margin: auto;
}
.cid-u7t7IfuOVe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7t7IfuOVe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7t7IfuOVe .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u7t7IfuOVe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u7t7IfuOVe .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u7t7IfuOVe .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u7t7IfuOVe .dropdown-menu,
.cid-u7t7IfuOVe .navbar.opened {
  background: #ffffff !important;
}
.cid-u7t7IfuOVe .nav-item:focus,
.cid-u7t7IfuOVe .nav-link:focus {
  outline: none;
}
.cid-u7t7IfuOVe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7t7IfuOVe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7t7IfuOVe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7t7IfuOVe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7t7IfuOVe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7t7IfuOVe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7t7IfuOVe .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u7t7IfuOVe .navbar.opened {
  transition: all 0.3s;
}
.cid-u7t7IfuOVe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7t7IfuOVe .navbar .navbar-logo img {
  width: auto;
}
.cid-u7t7IfuOVe .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u7t7IfuOVe .navbar.collapsed {
  justify-content: center;
}
.cid-u7t7IfuOVe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7t7IfuOVe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7t7IfuOVe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7t7IfuOVe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7t7IfuOVe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7t7IfuOVe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7t7IfuOVe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7t7IfuOVe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7t7IfuOVe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7t7IfuOVe .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u7t7IfuOVe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7t7IfuOVe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7t7IfuOVe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7t7IfuOVe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7t7IfuOVe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7t7IfuOVe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7t7IfuOVe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7t7IfuOVe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7t7IfuOVe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7t7IfuOVe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7t7IfuOVe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7t7IfuOVe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7t7IfuOVe .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7t7IfuOVe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7t7IfuOVe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7t7IfuOVe .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-u7t7IfuOVe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7t7IfuOVe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7t7IfuOVe .dropdown-item.active,
.cid-u7t7IfuOVe .dropdown-item:active {
  background-color: transparent;
}
.cid-u7t7IfuOVe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7t7IfuOVe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7t7IfuOVe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7t7IfuOVe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7t7IfuOVe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7t7IfuOVe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7t7IfuOVe ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u7t7IfuOVe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7t7IfuOVe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u7t7IfuOVe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u7t7IfuOVe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7t7IfuOVe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7t7IfuOVe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7t7IfuOVe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7t7IfuOVe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7t7IfuOVe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7t7IfuOVe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7t7IfuOVe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7t7IfuOVe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7t7IfuOVe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7t7IfuOVe .navbar {
    height: 70px;
  }
  .cid-u7t7IfuOVe .navbar.opened {
    height: auto;
  }
  .cid-u7t7IfuOVe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7t7IfuOVe .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u7t7IfuOVe .mbr-text {
  color: #000000;
}
.cid-u7t7IfuOVe .text_widget {
  color: #000000;
}
.cid-u7tcexooxe {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u7tcexooxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7tcexooxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7tcexooxe .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u7tcexooxe .mbr-section-title {
  color: #24262b;
}
.cid-u7tcexooxe .mbr-section-subtitle {
  color: #24262b;
}
.cid-u7tcexooxe .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-u7tcexooxe .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-u7tcexooxe .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u7tcexooxe .card-title {
  margin-bottom: 16px;
  color: #e59d16;
}
.cid-u7tcexooxe .card-subtitle {
  color: #1d147b;
}
.cid-u7tcexooxe .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u7tcexooxe .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7tcexooxe .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u7tcexooxe .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u7tcexooxe .card-text,
.cid-u7tcexooxe .mbr-section-btn {
  color: #000000;
}
.cid-u7tb9AduOi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #0d3d5a;
}
.cid-u7tb9AduOi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u7tb9AduOi .mbr-section-subtitle {
  color: #838383;
}
.cid-u7tb9AduOi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7tb9AduOi .mbr-card-title {
  color: #ffffff;
}
.cid-u7tb9AduOi .mbr-card-title,
.cid-u7tb9AduOi .line {
  color: #ffffff;
  text-align: left;
}
.cid-u7tb9AduOi .mbr-text1 {
  color: #000000;
}
.cid-u7tb9AduOi h4 {
  line-height: 1.2;
}
.cid-u7yDMpWQ2L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-u7yDMpWQ2L .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7yDMpWQ2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7yDMpWQ2L .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #e59d16;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-u7yDMpWQ2L .row {
  justify-content: center;
}
.cid-u7yDMpWQ2L .card-box {
  display: flex;
  align-items: center;
}
.cid-u7yDMpWQ2L .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u7yDMpWQ2L .card-box {
    flex-direction: column;
  }
  .cid-u7yDMpWQ2L .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-u7yDMpWQ2L .card-link:hover a {
  background-image: none !important;
}
.cid-u7yDMpWQ2L .mbr-section-subtitle {
  color: #777777;
}
.cid-u7yDMpWQ2L .card-text {
  color: #000000;
  text-align: left;
}
.cid-u7yDMpWQ2L .card-title,
.cid-u7yDMpWQ2L .iconfont-wrapper {
  color: #000000;
  text-align: left;
}
.cid-u7DSXkjMC0 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u7DSXkjMC0 .container-fluid {
  padding: 0 3rem;
}
.cid-u7DSXkjMC0 .mbr-section-subtitle {
  color: #1d147b;
  text-align: center;
}
.cid-u7DSXkjMC0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7DSXkjMC0 .table-wrapper {
  margin: 0 auto;
}
.cid-u7DSXkjMC0 .head-item {
  min-width: 70px;
}
.cid-u7DSXkjMC0 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7DSXkjMC0 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0d3d5a;
  color: white;
  vertical-align: middle;
}
.cid-u7DSXkjMC0 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u7DSXkjMC0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u7DSXkjMC0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u7DSXkjMC0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u7DSXkjMC0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u7DSXkjMC0 .dataTables_wrapper {
  display: block;
}
.cid-u7DSXkjMC0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u7DSXkjMC0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u7DSXkjMC0 .head-item:after,
.cid-u7DSXkjMC0 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u7DSXkjMC0 .dataTables_filter {
    text-align: center;
  }
  .cid-u7DSXkjMC0 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u7DSXkjMC0 .dataTables_filter {
    text-align: center;
  }
  .cid-u7DSXkjMC0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u7DSXkjMC0 .table-wrapper {
    width: 100% !important;
  }
  .cid-u7DSXkjMC0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7DSXkjMC0 table th,
  .cid-u7DSXkjMC0 table td {
    padding: 0.75rem;
  }
}
.cid-u7DSXkjMC0 .body-item {
  color: #000000;
}
.cid-u7DSXkjMC0 .mbr-section-title,
.cid-u7DSXkjMC0 .underline {
  color: #1d147b;
}
.cid-u7DSXkjMC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7DSXkjMC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7yEV25EKe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u7yEV25EKe .mbr-section-title {
  color: #1d147b;
}
.cid-u7yEV25EKe .mbr-text {
  color: #1d147b;
}
.cid-u7yEV25EKe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-u7yEV25EKe .mbr-iconfont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #e59d16 !important;
  font-size: 2rem !important;
  font-weight: bold;
}
.cid-u7yEV25EKe .card {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-u7yEV25EKe .card-outer-wrap {
  padding-left: 14.1px;
  padding-right: 14.1px;
}
.cid-u7yEV25EKe .card-wrap {
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  padding-top: 2.9rem !important;
  padding-bottom: 2.8rem !important;
}
.cid-u7yEV25EKe .card-wrap .card-box {
  padding-top: 27px;
}
.cid-u7yEV25EKe .card-wrap:hover {
  background-color: #f2fafd;
  cursor: crosshair;
  box-shadow: 0px 5px 20px 1px #f2fafd;
}
.cid-u7yEV25EKe .card-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #e59d16;
}
.cid-u7yEV25EKe .row:nth-child(2) {
  margin-top: 35px !important;
}
@media (max-width: 767px) {
  .cid-u7yEV25EKe .row:nth-child(2) {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .cid-u7yEV25EKe h1,
  .cid-u7yEV25EKe p,
  .cid-u7yEV25EKe .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-u7yEV25EKe .card {
    padding: 2rem !important;
  }
}
.cid-u7yEV25EKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7yEV25EKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ygi5ETR6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0d3d5a;
}
.cid-u7ygi5ETR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ygi5ETR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ygi5ETR6 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u7ygi5ETR6 .mbr-section-title {
  color: #24262b;
}
.cid-u7ygi5ETR6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u7ygi5ETR6 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-u7ygi5ETR6 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
  min-height: 380px;
}
.cid-u7ygi5ETR6 .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
.cid-u7ygi5ETR6 .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7ygi5ETR6 .item-content {
    text-align: center;
  }
}
.cid-u7ygi5ETR6 .card-title-1 {
  color: #1d147b;
}
.cid-u7ygi5ETR6 .card-title-2 {
  color: #1d147b;
}
.cid-u7ygi5ETR6 .card-subtitle-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-u7ygi5ETR6 .card-subtitle-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-u7ygi5ETR6 .card-text-1 {
  color: #24262b;
}
.cid-u7ygi5ETR6 .card-text-2 {
  color: #24262b;
}
.cid-u7ygi5ETR6 .mbr-section-btn {
  margin-top: auto;
  padding-top: 14px;
}
.cid-u7ygi5ETR6 .card-1 .card-wrap {
  background-image: url("../../../assets/images/5360-1500x1124.jpeg");
}
.cid-u7ygi5ETR6 .card-2 .card-wrap {
  background-image: url("../../../assets/images/5360-1500x1124.jpeg");
}
.cid-u7yD3wdsHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7yD3wdsHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7yD3wdsHL .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-u7yD3wdsHL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u7yD3wdsHL .container {
    padding: 0 12px;
  }
}
.cid-u7yD3wdsHL .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7yD3wdsHL .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u7yD3wdsHL .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u7yD3wdsHL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7yD3wdsHL .item {
  margin-bottom: 32px;
}
.cid-u7yD3wdsHL .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u7yD3wdsHL .item .item-wrapper a {
  display: block;
}
.cid-u7yD3wdsHL .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u7yD3wdsHL .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u7yD3wdsHL .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u7yD3wdsHL .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u7yD3wdsHL .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #e59d16;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u7yD3wdsHL .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u7yD3wdsHL .mbr-section-title {
  color: #1d147b;
  text-align: center;
}
.cid-u7yD3wdsHL .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u7yD3wdsHL .item-title {
  color: #1D1D1F;
}
.cid-u7E4jdNhTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u7E4jdNhTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7E4jdNhTC .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-u7E4jdNhTC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7E4jdNhTC .container {
    padding: 0 12px;
  }
}
.cid-u7E4jdNhTC .title-wrapper a {
  display: block;
}
.cid-u7E4jdNhTC .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7E4jdNhTC .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u7E4jdNhTC .list-wrapper .list,
.cid-u7E4jdNhTC .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .list-wrapper .list,
  .cid-u7E4jdNhTC .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:hover,
.cid-u7E4jdNhTC .list-wrapper .list .item-wrap:focus,
.cid-u7E4jdNhTC .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:hover,
.cid-u7E4jdNhTC .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u7E4jdNhTC .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7E4jdNhTC .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u7E4jdNhTC .social-row .soc-item {
  margin-right: 24px;
}
.cid-u7E4jdNhTC .social-row .soc-item a:hover .mbr-iconfont,
.cid-u7E4jdNhTC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u7E4jdNhTC .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u7E4jdNhTC .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .mbr-section-title {
  color: #1d147b;
}
.cid-u7E4jdNhTC .mbr-list-title {
  color: #000000;
}
.cid-u7E4jdNhTC .list {
  color: #000000;
  text-align: center;
}
.cid-u7E4jdNhTC .list_main {
  color: #000000;
}
.cid-u8GpHi9tRi {
  z-index: 1000;
  width: 100%;
}
.cid-u8GpHi9tRi .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u8GpHi9tRi .menu_box .navbar.opened,
  .cid-u8GpHi9tRi .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8GpHi9tRi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8GpHi9tRi nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u8GpHi9tRi .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u8GpHi9tRi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8GpHi9tRi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8GpHi9tRi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8GpHi9tRi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8GpHi9tRi .offcanvas-body .mbr-text,
  .cid-u8GpHi9tRi .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u8GpHi9tRi .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u8GpHi9tRi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u8GpHi9tRi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u8GpHi9tRi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8GpHi9tRi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8GpHi9tRi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8GpHi9tRi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8GpHi9tRi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8GpHi9tRi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8GpHi9tRi .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-u8GpHi9tRi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8GpHi9tRi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u8GpHi9tRi li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u8GpHi9tRi li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u8GpHi9tRi .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u8GpHi9tRi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8GpHi9tRi .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u8GpHi9tRi .nav-item {
    margin: 0 !important;
  }
}
.cid-u8GpHi9tRi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8GpHi9tRi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u8GpHi9tRi .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8GpHi9tRi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8GpHi9tRi .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-u8GpHi9tRi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8GpHi9tRi .offcanvas_box {
    display: none;
  }
}
.cid-u8GpHi9tRi .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u8GpHi9tRi .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8GpHi9tRi .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u8GpHi9tRi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8GpHi9tRi .nav-link {
  position: relative;
}
.cid-u8GpHi9tRi .container {
  display: flex;
  margin: auto;
}
.cid-u8GpHi9tRi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8GpHi9tRi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8GpHi9tRi .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u8GpHi9tRi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u8GpHi9tRi .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u8GpHi9tRi .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u8GpHi9tRi .dropdown-menu,
.cid-u8GpHi9tRi .navbar.opened {
  background: #ffffff !important;
}
.cid-u8GpHi9tRi .nav-item:focus,
.cid-u8GpHi9tRi .nav-link:focus {
  outline: none;
}
.cid-u8GpHi9tRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8GpHi9tRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8GpHi9tRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8GpHi9tRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8GpHi9tRi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8GpHi9tRi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8GpHi9tRi .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u8GpHi9tRi .navbar.opened {
  transition: all 0.3s;
}
.cid-u8GpHi9tRi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8GpHi9tRi .navbar .navbar-logo img {
  width: auto;
}
.cid-u8GpHi9tRi .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u8GpHi9tRi .navbar.collapsed {
  justify-content: center;
}
.cid-u8GpHi9tRi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8GpHi9tRi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8GpHi9tRi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8GpHi9tRi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8GpHi9tRi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8GpHi9tRi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8GpHi9tRi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8GpHi9tRi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8GpHi9tRi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8GpHi9tRi .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u8GpHi9tRi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8GpHi9tRi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8GpHi9tRi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8GpHi9tRi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8GpHi9tRi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8GpHi9tRi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8GpHi9tRi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8GpHi9tRi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8GpHi9tRi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8GpHi9tRi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8GpHi9tRi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8GpHi9tRi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8GpHi9tRi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8GpHi9tRi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8GpHi9tRi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8GpHi9tRi .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-u8GpHi9tRi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8GpHi9tRi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8GpHi9tRi .dropdown-item.active,
.cid-u8GpHi9tRi .dropdown-item:active {
  background-color: transparent;
}
.cid-u8GpHi9tRi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8GpHi9tRi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8GpHi9tRi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8GpHi9tRi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8GpHi9tRi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8GpHi9tRi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8GpHi9tRi ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u8GpHi9tRi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8GpHi9tRi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u8GpHi9tRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u8GpHi9tRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8GpHi9tRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8GpHi9tRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8GpHi9tRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8GpHi9tRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8GpHi9tRi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8GpHi9tRi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8GpHi9tRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8GpHi9tRi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8GpHi9tRi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8GpHi9tRi .navbar {
    height: 70px;
  }
  .cid-u8GpHi9tRi .navbar.opened {
    height: auto;
  }
  .cid-u8GpHi9tRi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8GpHi9tRi .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u8GpHi9tRi .mbr-text {
  color: #000000;
}
.cid-u8GpHi9tRi .text_widget {
  color: #000000;
}
.cid-u8GqYBYnwO {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1374.jpeg");
}
.cid-u8GqYBYnwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8GqYBYnwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u8GqYBYnwO .container {
    padding: 0 24px;
  }
}
.cid-u8GqYBYnwO .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-u8GqYBYnwO .content-wrapper {
    padding: 24px;
  }
}
.cid-u8GqYBYnwO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u8GqYBYnwO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8GqYBYnwO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u8GqYBYnwO .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u8GqYBYnwO .mbr-section-title {
  color: #F9F6E0;
}
.cid-u8GqYBYnwO .mbr-text {
  color: #ffffff;
}
.cid-u8GqYBYnwO .mbr-section-title,
.cid-u8GqYBYnwO .mbr-section-btn {
  color: #ffffff;
}
.cid-u8GsCXZHCz {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8GsCXZHCz li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-u8GsCXZHCz li:last-child {
  margin-bottom: 0;
}
.cid-u8GsCXZHCz .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-u8GsCXZHCz .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u8GsCXZHCz .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u8GsCXZHCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8GsCXZHCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8GsCXZHCz .list {
  text-align: left;
}
.cid-u8GsCXZHCz .mbr-section-title {
  color: #1d147b;
}
.cid-u8GsCXZHCz .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u8GsCXZHCz .text1 {
  color: #000000;
}
.cid-u8GsCXZHCz .addr {
  color: #000000;
}
.cid-u8GFjkKo6n {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8GFjkKo6n .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
}
.cid-u8GFjkKo6n .item:focus,
.cid-u8GFjkKo6n span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8GFjkKo6n .align-right {
    text-align: center;
  }
}
.cid-u8GFjkKo6n .card-wrapper {
  background: #f7f7f7;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8GFjkKo6n .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-u8GFjkKo6n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u8GFjkKo6n .item {
    margin-bottom: 1rem;
  }
}
.cid-u8GFjkKo6n .mbr-card-title {
  background: #fff8ec;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-u8GFjkKo6n .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u8GFjkKo6n .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8GFjkKo6n .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-u8GFjkKo6n .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8GFjkKo6n .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8GFjkKo6n .mbr-section-title {
  color: #1d147b;
  text-align: left;
}
.cid-u8GFjkKo6n .mbr-text,
.cid-u8GFjkKo6n .item .mbr-section-btn {
  text-align: center;
}
.cid-u8GFjkKo6n .mbr-number {
  color: #1d147b;
}
.cid-u8GFjkKo6n .mbr-section-subtitle,
.cid-u8GFjkKo6n .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u8GFjkKo6n .mbr-text {
  text-align: left;
}
.cid-u8GFjkKo6n .mbr-text,
.cid-u8GFjkKo6n .mbr-card-btn {
  text-align: left;
}
.cid-u8GFjkKo6n .mbr-text,
.cid-u8GFjkKo6n .mbr-section-btn {
  text-align: left;
}
.cid-u8GFjkKo6n .mbr-text,
.cid-u8GFjkKo6n .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-u8GFjkKo6n .card-text,
.cid-u8GFjkKo6n .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u8GFjkKo6n .card-title {
  text-align: left;
  color: #1d147b;
}
.cid-u8GQSedv06 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0d3d5a;
}
.cid-u8GQSedv06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8GQSedv06 .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-u8GQSedv06 .container {
    padding: 0 22px;
  }
}
.cid-u8GQSedv06 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8GQSedv06 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8GQSedv06 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8GQSedv06 .mbr-section-title {
  color: #ffffff;
}
.cid-u8GQSedv06 .mbr-text {
  color: #ffffff;
}
.cid-u8GNegYv32 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8GNegYv32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8GNegYv32 .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-u8GNegYv32 .container {
    padding: 0 22px;
  }
}
.cid-u8GNegYv32 .row {
  justify-content: center;
}
.cid-u8GNegYv32 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8GNegYv32 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8GNegYv32 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8GNegYv32 .item {
    margin-bottom: 20px;
  }
}
.cid-u8GNegYv32 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-u8GNegYv32 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffa600;
}
@media (max-width: 992px) {
  .cid-u8GNegYv32 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-u8GNegYv32 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u8GNegYv32 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u8GNegYv32 .mbr-section-title {
  color: #ffffff;
}
.cid-u8GNegYv32 .card-title {
  color: #ffffff;
}
.cid-u8GNegYv32 .card-text {
  color: #000000;
  text-align: left;
}
.cid-u8GNegYv32 .mbr-section-title,
.cid-u8GNegYv32 .mbr-section-btn {
  text-align: center;
}
.cid-u8GNegYv32 .card-title,
.cid-u8GNegYv32 .icon-wrapper {
  color: #1d147b;
  text-align: left;
}
.cid-u8GJTKMvpV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8GJTKMvpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8GJTKMvpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8GJTKMvpV .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-u8GJTKMvpV .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u8GJTKMvpV .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-u8GJTKMvpV .google-map {
  height: 600px;
  position: relative;
}
.cid-u8GJTKMvpV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8GJTKMvpV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8GJTKMvpV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8GJTKMvpV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8GJTKMvpV .mbr-section-title {
  color: #1d147b;
}
.cid-u8GS78Czdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8GS78Czdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8GS78Czdo .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-u8GS78Czdo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8GS78Czdo .container {
    padding: 0 12px;
  }
}
.cid-u8GS78Czdo .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #0d3d5a;
}
@media (max-width: 992px) {
  .cid-u8GS78Czdo .content-wrapper {
    display: block;
  }
}
.cid-u8GS78Czdo .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8GS78Czdo .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u8GS78Czdo .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-u8GS78Czdo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u8GS78Czdo .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u8GS78Czdo .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #064264;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-u8GS78Czdo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u8GS78Czdo .mbr-section-title {
  color: #ffffff;
}
.cid-u8GS78Czdo .mbr-text {
  color: #ffffff;
}
.cid-u8GS78Czdo label {
  color: #ffffff;
}
.cid-u8GS78Czdo H3 {
  text-align: center;
}
.cid-u8GpHjnXVM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u8GpHjnXVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8GpHjnXVM .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-u8GpHjnXVM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8GpHjnXVM .container {
    padding: 0 12px;
  }
}
.cid-u8GpHjnXVM .title-wrapper a {
  display: block;
}
.cid-u8GpHjnXVM .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8GpHjnXVM .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8GpHjnXVM .list-wrapper .list,
.cid-u8GpHjnXVM .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8GpHjnXVM .list-wrapper .list,
  .cid-u8GpHjnXVM .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8GpHjnXVM .list-wrapper .list .item-wrap,
.cid-u8GpHjnXVM .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8GpHjnXVM .list-wrapper .list .item-wrap:hover,
.cid-u8GpHjnXVM .list-wrapper .list_main .item-wrap:hover,
.cid-u8GpHjnXVM .list-wrapper .list .item-wrap:focus,
.cid-u8GpHjnXVM .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8GpHjnXVM .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8GpHjnXVM .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8GpHjnXVM .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8GpHjnXVM .contacts-wrapper .list .item-wrap:hover,
.cid-u8GpHjnXVM .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8GpHjnXVM .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8GpHjnXVM .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8GpHjnXVM .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8GpHjnXVM .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8GpHjnXVM .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u8GpHjnXVM .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u8GpHjnXVM .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u8GpHjnXVM .mbr-section-title {
  color: #1d147b;
}
.cid-u8GpHjnXVM .mbr-list-title {
  color: #000000;
}
.cid-u8GpHjnXVM .list {
  color: #000000;
  text-align: center;
}
.cid-u8GpHjnXVM .list_main {
  color: #000000;
}
.cid-u8LAZuO6he {
  z-index: 1000;
  width: 100%;
}
.cid-u8LAZuO6he .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u8LAZuO6he .menu_box .navbar.opened,
  .cid-u8LAZuO6he .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8LAZuO6he nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8LAZuO6he nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u8LAZuO6he .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u8LAZuO6he .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8LAZuO6he .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8LAZuO6he .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8LAZuO6he .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8LAZuO6he .offcanvas-body .mbr-text,
  .cid-u8LAZuO6he .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u8LAZuO6he .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u8LAZuO6he .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u8LAZuO6he .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u8LAZuO6he .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8LAZuO6he .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8LAZuO6he .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8LAZuO6he .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8LAZuO6he ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8LAZuO6he .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8LAZuO6he .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-u8LAZuO6he .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8LAZuO6he li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u8LAZuO6he li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u8LAZuO6he li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u8LAZuO6he .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u8LAZuO6he .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8LAZuO6he .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u8LAZuO6he .nav-item {
    margin: 0 !important;
  }
}
.cid-u8LAZuO6he .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8LAZuO6he .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u8LAZuO6he .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8LAZuO6he .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8LAZuO6he .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-u8LAZuO6he .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8LAZuO6he .offcanvas_box {
    display: none;
  }
}
.cid-u8LAZuO6he .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u8LAZuO6he .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8LAZuO6he .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u8LAZuO6he .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8LAZuO6he .nav-link {
  position: relative;
}
.cid-u8LAZuO6he .container {
  display: flex;
  margin: auto;
}
.cid-u8LAZuO6he .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8LAZuO6he .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8LAZuO6he .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u8LAZuO6he .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u8LAZuO6he .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u8LAZuO6he .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u8LAZuO6he .dropdown-menu,
.cid-u8LAZuO6he .navbar.opened {
  background: #ffffff !important;
}
.cid-u8LAZuO6he .nav-item:focus,
.cid-u8LAZuO6he .nav-link:focus {
  outline: none;
}
.cid-u8LAZuO6he .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8LAZuO6he .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8LAZuO6he .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8LAZuO6he .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8LAZuO6he .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8LAZuO6he .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8LAZuO6he .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u8LAZuO6he .navbar.opened {
  transition: all 0.3s;
}
.cid-u8LAZuO6he .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8LAZuO6he .navbar .navbar-logo img {
  width: auto;
}
.cid-u8LAZuO6he .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u8LAZuO6he .navbar.collapsed {
  justify-content: center;
}
.cid-u8LAZuO6he .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8LAZuO6he .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8LAZuO6he .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8LAZuO6he .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8LAZuO6he .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8LAZuO6he .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8LAZuO6he .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8LAZuO6he .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8LAZuO6he .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8LAZuO6he .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u8LAZuO6he .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8LAZuO6he .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8LAZuO6he .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8LAZuO6he .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8LAZuO6he .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8LAZuO6he .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8LAZuO6he .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8LAZuO6he .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8LAZuO6he .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8LAZuO6he .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8LAZuO6he .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8LAZuO6he .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8LAZuO6he .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8LAZuO6he .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8LAZuO6he .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8LAZuO6he .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-u8LAZuO6he .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8LAZuO6he .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8LAZuO6he .dropdown-item.active,
.cid-u8LAZuO6he .dropdown-item:active {
  background-color: transparent;
}
.cid-u8LAZuO6he .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8LAZuO6he .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8LAZuO6he .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8LAZuO6he .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8LAZuO6he .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8LAZuO6he .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8LAZuO6he ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u8LAZuO6he .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8LAZuO6he button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u8LAZuO6he button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u8LAZuO6he button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8LAZuO6he button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8LAZuO6he button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8LAZuO6he button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8LAZuO6he nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8LAZuO6he nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8LAZuO6he nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8LAZuO6he nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8LAZuO6he a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8LAZuO6he .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8LAZuO6he .navbar {
    height: 70px;
  }
  .cid-u8LAZuO6he .navbar.opened {
    height: auto;
  }
  .cid-u8LAZuO6he .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8LAZuO6he .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u8LAZuO6he .mbr-text {
  color: #000000;
}
.cid-u8LAZuO6he .text_widget {
  color: #000000;
}
.cid-u8LBnHFFq8 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpeg");
}
.cid-u8LBnHFFq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LBnHFFq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u8LBnHFFq8 .container {
    padding: 0 24px;
  }
}
.cid-u8LBnHFFq8 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-u8LBnHFFq8 .content-wrapper {
    padding: 24px;
  }
}
.cid-u8LBnHFFq8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u8LBnHFFq8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8LBnHFFq8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u8LBnHFFq8 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u8LBnHFFq8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u8LBnHFFq8 .mbr-text {
  color: #F9F6E0;
}
.cid-u8LBnHFFq8 .mbr-section-title,
.cid-u8LBnHFFq8 .mbr-section-btn {
  color: #ffffff;
}
.cid-u8LAZvLlsw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u8LAZvLlsw .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-u8LAZvLlsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LAZvLlsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8LAZvLlsw .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8LAZvLlsw .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u8LAZvLlsw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u8LAZvLlsw .card-title,
.cid-u8LAZvLlsw .iconfont-wrapper {
  color: #1d147b;
  text-align: left;
}
.cid-u8LAZvLlsw .content-head {
  max-width: 800px;
}
.cid-u8LAZvLlsw .mbr-section-title {
  color: #1d147b;
}
.cid-u8LAZvLlsw .mbr-section-subtitle {
  color: #000000;
}
.cid-u8LAZvLlsw .card-text {
  color: #000000;
  text-align: left;
}
.cid-u8LAZvLlsw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u8LAZvLlsw .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u8LCNFRCfN {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u8LCNFRCfN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8LCNFRCfN .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u8LCNFRCfN textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u8LCNFRCfN .form-row {
    flex-direction: column;
  }
}
.cid-u8LCNFRCfN h4 {
  margin-bottom: 2rem;
}
.cid-u8LCNFRCfN .form-control,
.cid-u8LCNFRCfN .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u8LCNFRCfN .form-control,
.cid-u8LCNFRCfN .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f7f7f7;
  border-color: #f0f2f5;
  color: #000000;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8LCNFRCfN .form-control::-webkit-input-placeholder,
.cid-u8LCNFRCfN .field-input::-webkit-input-placeholder,
.cid-u8LCNFRCfN .form-control::-webkit-input-placeholder,
.cid-u8LCNFRCfN .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8LCNFRCfN .form-control:-moz-placeholder,
.cid-u8LCNFRCfN .field-input:-moz-placeholder,
.cid-u8LCNFRCfN .form-control:-moz-placeholder,
.cid-u8LCNFRCfN .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8LCNFRCfN .form-control:hover,
.cid-u8LCNFRCfN .field-input:hover,
.cid-u8LCNFRCfN .form-control:focus,
.cid-u8LCNFRCfN .field-input:focus {
  background-color: #ffffff;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u8LCNFRCfN .form-control:hover::-webkit-input-placeholder,
.cid-u8LCNFRCfN .field-input:hover::-webkit-input-placeholder,
.cid-u8LCNFRCfN .form-control:focus::-webkit-input-placeholder,
.cid-u8LCNFRCfN .field-input:focus::-webkit-input-placeholder,
.cid-u8LCNFRCfN .form-control:hover::-webkit-input-placeholder,
.cid-u8LCNFRCfN .field-input:hover::-webkit-input-placeholder,
.cid-u8LCNFRCfN .form-control:focus::-webkit-input-placeholder,
.cid-u8LCNFRCfN .field-input:focus::-webkit-input-placeholder {
  color: #1d147b;
}
.cid-u8LCNFRCfN .form-control:hover:-moz-placeholder,
.cid-u8LCNFRCfN .field-input:hover:-moz-placeholder,
.cid-u8LCNFRCfN .form-control:focus:-moz-placeholder,
.cid-u8LCNFRCfN .field-input:focus:-moz-placeholder,
.cid-u8LCNFRCfN .form-control:hover:-moz-placeholder,
.cid-u8LCNFRCfN .field-input:hover:-moz-placeholder,
.cid-u8LCNFRCfN .form-control:focus:-moz-placeholder,
.cid-u8LCNFRCfN .field-input:focus:-moz-placeholder {
  color: #1d147b;
}
.cid-u8LCNFRCfN .jq-number__spin:hover,
.cid-u8LCNFRCfN .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8LCNFRCfN .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #f0f2f5;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8LCNFRCfN .jq-selectbox li,
.cid-u8LCNFRCfN .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u8LCNFRCfN .jq-selectbox li:hover,
.cid-u8LCNFRCfN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8LCNFRCfN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8LCNFRCfN .jq-number__spin.minus:hover:after,
.cid-u8LCNFRCfN .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u8LCNFRCfN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8LCNFRCfN .jq-number__spin.minus:after,
.cid-u8LCNFRCfN .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8LCNFRCfN input::-webkit-clear-button {
  display: none;
}
.cid-u8LCNFRCfN input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8LCNFRCfN input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8LCNFRCfN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8LCNFRCfN H4 {
  color: #103178;
  text-align: left;
}
.cid-u8LHQc2PgQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0d3d5a;
}
.cid-u8LHQc2PgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LHQc2PgQ .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-u8LHQc2PgQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8LHQc2PgQ .container {
    padding: 0 12px;
  }
}
.cid-u8LHQc2PgQ .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8LHQc2PgQ .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8LHQc2PgQ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-u8LHQc2PgQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8LHQc2PgQ .item {
  margin-bottom: 32px;
}
.cid-u8LHQc2PgQ .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-u8LHQc2PgQ .item .item-wrapper a {
  display: block;
}
.cid-u8LHQc2PgQ .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-u8LHQc2PgQ .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-u8LHQc2PgQ .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u8LHQc2PgQ .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u8LHQc2PgQ .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  color: #ffa600;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-u8LHQc2PgQ .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-u8LHQc2PgQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8LHQc2PgQ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u8LHQc2PgQ .item-title {
  color: #1d1d1f;
}
.cid-u8LAZwb1bB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u8LAZwb1bB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LAZwb1bB .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-u8LAZwb1bB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8LAZwb1bB .container {
    padding: 0 12px;
  }
}
.cid-u8LAZwb1bB .title-wrapper a {
  display: block;
}
.cid-u8LAZwb1bB .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8LAZwb1bB .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8LAZwb1bB .list-wrapper .list,
.cid-u8LAZwb1bB .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8LAZwb1bB .list-wrapper .list,
  .cid-u8LAZwb1bB .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8LAZwb1bB .list-wrapper .list .item-wrap,
.cid-u8LAZwb1bB .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8LAZwb1bB .list-wrapper .list .item-wrap:hover,
.cid-u8LAZwb1bB .list-wrapper .list_main .item-wrap:hover,
.cid-u8LAZwb1bB .list-wrapper .list .item-wrap:focus,
.cid-u8LAZwb1bB .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8LAZwb1bB .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8LAZwb1bB .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8LAZwb1bB .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8LAZwb1bB .contacts-wrapper .list .item-wrap:hover,
.cid-u8LAZwb1bB .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8LAZwb1bB .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8LAZwb1bB .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8LAZwb1bB .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8LAZwb1bB .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8LAZwb1bB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u8LAZwb1bB .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u8LAZwb1bB .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u8LAZwb1bB .mbr-section-title {
  color: #1d147b;
}
.cid-u8LAZwb1bB .mbr-list-title {
  color: #000000;
}
.cid-u8LAZwb1bB .list {
  color: #000000;
  text-align: center;
}
.cid-u8LAZwb1bB .list_main {
  color: #000000;
}
.cid-u8LJXxGrDr {
  z-index: 1000;
  width: 100%;
}
.cid-u8LJXxGrDr .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u8LJXxGrDr .menu_box .navbar.opened,
  .cid-u8LJXxGrDr .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8LJXxGrDr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8LJXxGrDr nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u8LJXxGrDr .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u8LJXxGrDr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8LJXxGrDr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8LJXxGrDr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8LJXxGrDr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8LJXxGrDr .offcanvas-body .mbr-text,
  .cid-u8LJXxGrDr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u8LJXxGrDr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u8LJXxGrDr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u8LJXxGrDr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u8LJXxGrDr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8LJXxGrDr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8LJXxGrDr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8LJXxGrDr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8LJXxGrDr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8LJXxGrDr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8LJXxGrDr .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-u8LJXxGrDr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8LJXxGrDr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u8LJXxGrDr li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u8LJXxGrDr li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u8LJXxGrDr .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u8LJXxGrDr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8LJXxGrDr .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u8LJXxGrDr .nav-item {
    margin: 0 !important;
  }
}
.cid-u8LJXxGrDr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8LJXxGrDr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u8LJXxGrDr .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8LJXxGrDr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8LJXxGrDr .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-u8LJXxGrDr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8LJXxGrDr .offcanvas_box {
    display: none;
  }
}
.cid-u8LJXxGrDr .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u8LJXxGrDr .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8LJXxGrDr .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u8LJXxGrDr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8LJXxGrDr .nav-link {
  position: relative;
}
.cid-u8LJXxGrDr .container {
  display: flex;
  margin: auto;
}
.cid-u8LJXxGrDr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8LJXxGrDr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8LJXxGrDr .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u8LJXxGrDr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u8LJXxGrDr .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u8LJXxGrDr .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u8LJXxGrDr .dropdown-menu,
.cid-u8LJXxGrDr .navbar.opened {
  background: #ffffff !important;
}
.cid-u8LJXxGrDr .nav-item:focus,
.cid-u8LJXxGrDr .nav-link:focus {
  outline: none;
}
.cid-u8LJXxGrDr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8LJXxGrDr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8LJXxGrDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8LJXxGrDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8LJXxGrDr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8LJXxGrDr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8LJXxGrDr .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u8LJXxGrDr .navbar.opened {
  transition: all 0.3s;
}
.cid-u8LJXxGrDr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8LJXxGrDr .navbar .navbar-logo img {
  width: auto;
}
.cid-u8LJXxGrDr .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u8LJXxGrDr .navbar.collapsed {
  justify-content: center;
}
.cid-u8LJXxGrDr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8LJXxGrDr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8LJXxGrDr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8LJXxGrDr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8LJXxGrDr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8LJXxGrDr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8LJXxGrDr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8LJXxGrDr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8LJXxGrDr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8LJXxGrDr .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u8LJXxGrDr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8LJXxGrDr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8LJXxGrDr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8LJXxGrDr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8LJXxGrDr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8LJXxGrDr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8LJXxGrDr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8LJXxGrDr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8LJXxGrDr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8LJXxGrDr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8LJXxGrDr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8LJXxGrDr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8LJXxGrDr .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8LJXxGrDr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8LJXxGrDr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8LJXxGrDr .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-u8LJXxGrDr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8LJXxGrDr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8LJXxGrDr .dropdown-item.active,
.cid-u8LJXxGrDr .dropdown-item:active {
  background-color: transparent;
}
.cid-u8LJXxGrDr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8LJXxGrDr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8LJXxGrDr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8LJXxGrDr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8LJXxGrDr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8LJXxGrDr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8LJXxGrDr ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u8LJXxGrDr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8LJXxGrDr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u8LJXxGrDr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u8LJXxGrDr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8LJXxGrDr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8LJXxGrDr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8LJXxGrDr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8LJXxGrDr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8LJXxGrDr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8LJXxGrDr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8LJXxGrDr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8LJXxGrDr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8LJXxGrDr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8LJXxGrDr .navbar {
    height: 70px;
  }
  .cid-u8LJXxGrDr .navbar.opened {
    height: auto;
  }
  .cid-u8LJXxGrDr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8LJXxGrDr .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u8LJXxGrDr .mbr-text {
  color: #000000;
}
.cid-u8LJXxGrDr .text_widget {
  color: #000000;
}
.cid-u8LKclwYgN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-u8LKclwYgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LKclwYgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u8LKclwYgN .container {
    padding: 0 24px;
  }
}
.cid-u8LKclwYgN .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-u8LKclwYgN .content-wrapper {
    padding: 24px;
  }
}
.cid-u8LKclwYgN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u8LKclwYgN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8LKclwYgN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u8LKclwYgN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u8LKclwYgN .mbr-section-title {
  color: #F9F6E0;
}
.cid-u8LKclwYgN .mbr-text {
  color: #F9F6E0;
}
.cid-u8LKclwYgN .mbr-section-title,
.cid-u8LKclwYgN .mbr-section-btn {
  color: #ffffff;
}
.cid-u8LNmj03MN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u8LNmj03MN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LNmj03MN .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-u8LNmj03MN .container {
    padding: 0 20px;
  }
}
.cid-u8LNmj03MN .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u8LNmj03MN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-u8LNmj03MN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u8LNmj03MN .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8LNmj03MN .image-wrapper img {
    height: 350px;
  }
}
.cid-u8LNmj03MN .mbr-section-title {
  color: #ffffff;
}
.cid-u8LNmj03MN .mbr-text {
  color: #ffffff;
}
.cid-u8LNmj03MN .mbr-section-title,
.cid-u8LNmj03MN .mbr-section-btn {
  color: #1d147b;
}
.cid-u8LNmj03MN .mbr-text,
.cid-u8LNmj03MN .text-wrapper {
  color: #000000;
}
.cid-u8M9TmjL9i {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8M9TmjL9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M9TmjL9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8M9TmjL9i .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-u8M9TmjL9i .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-u8M9TmjL9i .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-u8M9TmjL9i .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-u8M9TmjL9i .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u8M9TmjL9i .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u8M9TmjL9i .mbr-section-head {
  width: 100%;
}
.cid-u8M9TmjL9i .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-u8M9TmjL9i .mbr-section-title {
    text-align: center;
  }
}
.cid-u8M9TmjL9i .mbr-section-subtitle {
  color: #1d147b;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u8M9TmjL9i .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-u8M9TmjL9i .card-row {
  align-items: stretch;
}
.cid-u8M9TmjL9i .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8M9TmjL9i .card {
    margin-top: 30px;
  }
}
.cid-u8M9TmjL9i .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #f7f7f7, -10px -10px 19px #f7f7f7;
}
@media (max-width: 1199px) {
  .cid-u8M9TmjL9i .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-u8M9TmjL9i .card-wrapper {
    padding: 20px;
  }
}
.cid-u8M9TmjL9i .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u8M9TmjL9i .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-u8M9TmjL9i .card-wrapper:hover .card-title {
  color: #0d3d5a  !important;
}
.cid-u8M9TmjL9i .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u8M9TmjL9i .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-u8M9TmjL9i .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #0d3d5a, #0d3d5a);
  opacity: 0;
  transition: .5s all;
}
.cid-u8M9TmjL9i .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-u8M9TmjL9i .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u8M9TmjL9i .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-u8M9TmjL9i .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ffa600;
}
.cid-u8M9TmjL9i .card-title {
  color: #1d147b;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-u8M9TmjL9i .card-title {
    margin-bottom: 15px;
  }
}
.cid-u8M9TmjL9i .card-text {
  color: #000000;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-u8M9TmjL9i .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-u8M9TmjL9i .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-u8LJXAbgli {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u8LJXAbgli .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LJXAbgli .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-u8LJXAbgli .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8LJXAbgli .container {
    padding: 0 12px;
  }
}
.cid-u8LJXAbgli .title-wrapper a {
  display: block;
}
.cid-u8LJXAbgli .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8LJXAbgli .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8LJXAbgli .list-wrapper .list,
.cid-u8LJXAbgli .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8LJXAbgli .list-wrapper .list,
  .cid-u8LJXAbgli .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8LJXAbgli .list-wrapper .list .item-wrap,
.cid-u8LJXAbgli .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8LJXAbgli .list-wrapper .list .item-wrap:hover,
.cid-u8LJXAbgli .list-wrapper .list_main .item-wrap:hover,
.cid-u8LJXAbgli .list-wrapper .list .item-wrap:focus,
.cid-u8LJXAbgli .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8LJXAbgli .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8LJXAbgli .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8LJXAbgli .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8LJXAbgli .contacts-wrapper .list .item-wrap:hover,
.cid-u8LJXAbgli .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8LJXAbgli .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8LJXAbgli .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8LJXAbgli .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8LJXAbgli .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8LJXAbgli .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u8LJXAbgli .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u8LJXAbgli .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u8LJXAbgli .mbr-section-title {
  color: #1d147b;
}
.cid-u8LJXAbgli .mbr-list-title {
  color: #000000;
}
.cid-u8LJXAbgli .list {
  color: #000000;
  text-align: center;
}
.cid-u8LJXAbgli .list_main {
  color: #000000;
}
.cid-u8Mbo36YUW {
  z-index: 1000;
  width: 100%;
}
.cid-u8Mbo36YUW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u8Mbo36YUW .menu_box .navbar.opened,
  .cid-u8Mbo36YUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8Mbo36YUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8Mbo36YUW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-u8Mbo36YUW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-u8Mbo36YUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8Mbo36YUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8Mbo36YUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8Mbo36YUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8Mbo36YUW .offcanvas-body .mbr-text,
  .cid-u8Mbo36YUW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u8Mbo36YUW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u8Mbo36YUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-u8Mbo36YUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-u8Mbo36YUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8Mbo36YUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8Mbo36YUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8Mbo36YUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8Mbo36YUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8Mbo36YUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8Mbo36YUW .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-u8Mbo36YUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8Mbo36YUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-u8Mbo36YUW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-u8Mbo36YUW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-u8Mbo36YUW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u8Mbo36YUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8Mbo36YUW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-u8Mbo36YUW .nav-item {
    margin: 0 !important;
  }
}
.cid-u8Mbo36YUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8Mbo36YUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-u8Mbo36YUW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8Mbo36YUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8Mbo36YUW .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-u8Mbo36YUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8Mbo36YUW .offcanvas_box {
    display: none;
  }
}
.cid-u8Mbo36YUW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u8Mbo36YUW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8Mbo36YUW .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-u8Mbo36YUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8Mbo36YUW .nav-link {
  position: relative;
}
.cid-u8Mbo36YUW .container {
  display: flex;
  margin: auto;
}
.cid-u8Mbo36YUW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8Mbo36YUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8Mbo36YUW .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-u8Mbo36YUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u8Mbo36YUW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-u8Mbo36YUW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-u8Mbo36YUW .dropdown-menu,
.cid-u8Mbo36YUW .navbar.opened {
  background: #ffffff !important;
}
.cid-u8Mbo36YUW .nav-item:focus,
.cid-u8Mbo36YUW .nav-link:focus {
  outline: none;
}
.cid-u8Mbo36YUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8Mbo36YUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8Mbo36YUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8Mbo36YUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8Mbo36YUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8Mbo36YUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8Mbo36YUW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-u8Mbo36YUW .navbar.opened {
  transition: all 0.3s;
}
.cid-u8Mbo36YUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8Mbo36YUW .navbar .navbar-logo img {
  width: auto;
}
.cid-u8Mbo36YUW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-u8Mbo36YUW .navbar.collapsed {
  justify-content: center;
}
.cid-u8Mbo36YUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8Mbo36YUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8Mbo36YUW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u8Mbo36YUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8Mbo36YUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8Mbo36YUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8Mbo36YUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8Mbo36YUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8Mbo36YUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8Mbo36YUW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-u8Mbo36YUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8Mbo36YUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8Mbo36YUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8Mbo36YUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8Mbo36YUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8Mbo36YUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8Mbo36YUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8Mbo36YUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8Mbo36YUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8Mbo36YUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8Mbo36YUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8Mbo36YUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8Mbo36YUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8Mbo36YUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8Mbo36YUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8Mbo36YUW .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-u8Mbo36YUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8Mbo36YUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8Mbo36YUW .dropdown-item.active,
.cid-u8Mbo36YUW .dropdown-item:active {
  background-color: transparent;
}
.cid-u8Mbo36YUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8Mbo36YUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8Mbo36YUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8Mbo36YUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8Mbo36YUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8Mbo36YUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8Mbo36YUW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u8Mbo36YUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8Mbo36YUW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u8Mbo36YUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-u8Mbo36YUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8Mbo36YUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Mbo36YUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Mbo36YUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8Mbo36YUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Mbo36YUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8Mbo36YUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8Mbo36YUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Mbo36YUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8Mbo36YUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8Mbo36YUW .navbar {
    height: 70px;
  }
  .cid-u8Mbo36YUW .navbar.opened {
    height: auto;
  }
  .cid-u8Mbo36YUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8Mbo36YUW .mbr-section-subtitle {
  color: #1d147b;
}
.cid-u8Mbo36YUW .mbr-text {
  color: #000000;
}
.cid-u8Mbo36YUW .text_widget {
  color: #000000;
}
.cid-u8MbFx78NT {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-u8MbFx78NT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MbFx78NT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u8MbFx78NT .container {
    padding: 0 24px;
  }
}
.cid-u8MbFx78NT .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-u8MbFx78NT .content-wrapper {
    padding: 24px;
  }
}
.cid-u8MbFx78NT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u8MbFx78NT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8MbFx78NT .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u8MbFx78NT .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u8MbFx78NT .mbr-section-title {
  color: #F9F6E0;
}
.cid-u8MbFx78NT .mbr-text {
  color: #F9F6E0;
}
.cid-u8MbFx78NT .mbr-section-title,
.cid-u8MbFx78NT .mbr-section-btn {
  color: #ffffff;
}
.cid-u8Mbo56Tnn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8Mbo56Tnn .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-u8Mbo56Tnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Mbo56Tnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Mbo56Tnn .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8Mbo56Tnn .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u8Mbo56Tnn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u8Mbo56Tnn .card-title,
.cid-u8Mbo56Tnn .iconfont-wrapper {
  color: #000000;
}
.cid-u8Mbo56Tnn .content-head {
  max-width: 800px;
}
.cid-u8Mbo56Tnn .mbr-section-title {
  color: #1d147b;
}
.cid-u8Mbo56Tnn .mbr-section-subtitle {
  color: #000000;
}
.cid-u8Mbo56Tnn .card-text {
  color: #000000;
}
.cid-u8Mbo56Tnn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u8Mbo56Tnn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u8Mbo61Mp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-u8Mbo61Mp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Mbo61Mp1 .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-u8Mbo61Mp1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8Mbo61Mp1 .container {
    padding: 0 12px;
  }
}
.cid-u8Mbo61Mp1 .title-wrapper a {
  display: block;
}
.cid-u8Mbo61Mp1 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8Mbo61Mp1 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8Mbo61Mp1 .list-wrapper .list,
.cid-u8Mbo61Mp1 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8Mbo61Mp1 .list-wrapper .list,
  .cid-u8Mbo61Mp1 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8Mbo61Mp1 .list-wrapper .list .item-wrap,
.cid-u8Mbo61Mp1 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8Mbo61Mp1 .list-wrapper .list .item-wrap:hover,
.cid-u8Mbo61Mp1 .list-wrapper .list_main .item-wrap:hover,
.cid-u8Mbo61Mp1 .list-wrapper .list .item-wrap:focus,
.cid-u8Mbo61Mp1 .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8Mbo61Mp1 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8Mbo61Mp1 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8Mbo61Mp1 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8Mbo61Mp1 .contacts-wrapper .list .item-wrap:hover,
.cid-u8Mbo61Mp1 .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-u8Mbo61Mp1 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8Mbo61Mp1 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8Mbo61Mp1 .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8Mbo61Mp1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8Mbo61Mp1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-u8Mbo61Mp1 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-u8Mbo61Mp1 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-u8Mbo61Mp1 .mbr-section-title {
  color: #1d147b;
}
.cid-u8Mbo61Mp1 .mbr-list-title {
  color: #000000;
}
.cid-u8Mbo61Mp1 .list {
  color: #000000;
  text-align: center;
}
.cid-u8Mbo61Mp1 .list_main {
  color: #000000;
}
.cid-ucyZm8mFoh {
  z-index: 1000;
  width: 100%;
}
.cid-ucyZm8mFoh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ucyZm8mFoh .menu_box .navbar.opened,
  .cid-ucyZm8mFoh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ucyZm8mFoh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ucyZm8mFoh nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-ucyZm8mFoh .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-ucyZm8mFoh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucyZm8mFoh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucyZm8mFoh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucyZm8mFoh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucyZm8mFoh .offcanvas-body .mbr-text,
  .cid-ucyZm8mFoh .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ucyZm8mFoh .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ucyZm8mFoh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ucyZm8mFoh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-ucyZm8mFoh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucyZm8mFoh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucyZm8mFoh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucyZm8mFoh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucyZm8mFoh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucyZm8mFoh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucyZm8mFoh .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-ucyZm8mFoh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucyZm8mFoh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-ucyZm8mFoh li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-ucyZm8mFoh li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-ucyZm8mFoh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ucyZm8mFoh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucyZm8mFoh .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-ucyZm8mFoh .nav-item {
    margin: 0 !important;
  }
}
.cid-ucyZm8mFoh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucyZm8mFoh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ucyZm8mFoh .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucyZm8mFoh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucyZm8mFoh .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-ucyZm8mFoh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucyZm8mFoh .offcanvas_box {
    display: none;
  }
}
.cid-ucyZm8mFoh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ucyZm8mFoh .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucyZm8mFoh .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-ucyZm8mFoh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucyZm8mFoh .nav-link {
  position: relative;
}
.cid-ucyZm8mFoh .container {
  display: flex;
  margin: auto;
}
.cid-ucyZm8mFoh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucyZm8mFoh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucyZm8mFoh .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-ucyZm8mFoh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ucyZm8mFoh .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-ucyZm8mFoh .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ucyZm8mFoh .dropdown-menu,
.cid-ucyZm8mFoh .navbar.opened {
  background: #ffffff !important;
}
.cid-ucyZm8mFoh .nav-item:focus,
.cid-ucyZm8mFoh .nav-link:focus {
  outline: none;
}
.cid-ucyZm8mFoh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucyZm8mFoh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucyZm8mFoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucyZm8mFoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucyZm8mFoh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucyZm8mFoh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucyZm8mFoh .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-ucyZm8mFoh .navbar.opened {
  transition: all 0.3s;
}
.cid-ucyZm8mFoh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucyZm8mFoh .navbar .navbar-logo img {
  width: auto;
}
.cid-ucyZm8mFoh .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-ucyZm8mFoh .navbar.collapsed {
  justify-content: center;
}
.cid-ucyZm8mFoh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucyZm8mFoh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucyZm8mFoh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ucyZm8mFoh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucyZm8mFoh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucyZm8mFoh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucyZm8mFoh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucyZm8mFoh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucyZm8mFoh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucyZm8mFoh .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-ucyZm8mFoh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucyZm8mFoh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucyZm8mFoh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucyZm8mFoh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucyZm8mFoh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucyZm8mFoh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucyZm8mFoh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucyZm8mFoh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucyZm8mFoh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucyZm8mFoh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucyZm8mFoh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucyZm8mFoh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucyZm8mFoh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucyZm8mFoh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucyZm8mFoh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucyZm8mFoh .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-ucyZm8mFoh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucyZm8mFoh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucyZm8mFoh .dropdown-item.active,
.cid-ucyZm8mFoh .dropdown-item:active {
  background-color: transparent;
}
.cid-ucyZm8mFoh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucyZm8mFoh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucyZm8mFoh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucyZm8mFoh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucyZm8mFoh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucyZm8mFoh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucyZm8mFoh ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ucyZm8mFoh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucyZm8mFoh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ucyZm8mFoh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ucyZm8mFoh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucyZm8mFoh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucyZm8mFoh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucyZm8mFoh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucyZm8mFoh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucyZm8mFoh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucyZm8mFoh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucyZm8mFoh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucyZm8mFoh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucyZm8mFoh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucyZm8mFoh .navbar {
    height: 70px;
  }
  .cid-ucyZm8mFoh .navbar.opened {
    height: auto;
  }
  .cid-ucyZm8mFoh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucyZm8mFoh .mbr-section-subtitle {
  color: #1d147b;
}
.cid-ucyZm8mFoh .mbr-text {
  color: #000000;
}
.cid-ucyZm8mFoh .text_widget {
  color: #000000;
}
.cid-ucyZI6aqZi {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/web_img/v12.jpg");
}
.cid-ucyZI6aqZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucyZI6aqZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ucyZI6aqZi .container {
    padding: 0 24px;
  }
}
.cid-ucyZI6aqZi .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-ucyZI6aqZi .content-wrapper {
    padding: 24px;
  }
}
.cid-ucyZI6aqZi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucyZI6aqZi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucyZI6aqZi .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ucyZI6aqZi .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ucyZI6aqZi .mbr-section-title {
  color: #F9F6E0;
}
.cid-ucyZI6aqZi .mbr-text {
  color: #F9F6E0;
}
.cid-ucyZI6aqZi .mbr-section-title,
.cid-ucyZI6aqZi .mbr-section-btn {
  color: #ffffff;
}
.cid-ucEzFuBpLJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ucEzFuBpLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEzFuBpLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEzFuBpLJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucEzFuBpLJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ucEzFuBpLJ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucEzFuBpLJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEzFuBpLJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucEzFuBpLJ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 60px;
  border-radius: 50%;
}
.cid-ucEzFuBpLJ .mbr-section-title {
  color: #1d147b;
}
.cid-ucEzFuBpLJ .mbr-section-subtitle {
  color: #000000;
}
.cid-ucEzFuBpLJ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucEzFuBpLJ .card-box .item-footer {
  margin-top: auto;
}
.cid-ucEzFuBpLJ .content-head {
  max-width: 800px;
}
.cid-udcWgOcJ9P {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udcWgOcJ9P .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-udcWgOcJ9P .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-udcXbUGNKb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udcXbUGNKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcXbUGNKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcXbUGNKb .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udcXbUGNKb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udcXbUGNKb .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-udcXbUGNKb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udcXbUGNKb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udcXbUGNKb .mbr-section-title {
  color: #103178;
}
.cid-udcXbUGNKb .mbr-text,
.cid-udcXbUGNKb .mbr-section-btn {
  color: #000000;
}
.cid-udcXbUGNKb img {
  width: 100%;
  height: 100%;
}
.cid-udcXAb5ggg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udcXAb5ggg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcXAb5ggg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcXAb5ggg .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udcXAb5ggg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udcXAb5ggg .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-udcXAb5ggg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udcXAb5ggg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udcXAb5ggg .mbr-section-title {
  color: #103178;
}
.cid-udcXAb5ggg .mbr-text,
.cid-udcXAb5ggg .mbr-section-btn {
  color: #000000;
}
.cid-udcXAb5ggg img {
  width: 100%;
  height: 100%;
}
.cid-ucEyNVW0PT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucEyNVW0PT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEyNVW0PT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEyNVW0PT .content-wrapper {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-ucEyNVW0PT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ucEyNVW0PT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEyNVW0PT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucEyNVW0PT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucEyNVW0PT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucEyNVW0PT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ucEyNVW0PT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucEyNVW0PT .card-title {
  color: #1d147b;
}
.cid-ucE517DZO3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpeg");
}
.cid-ucE517DZO3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucE517DZO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucE517DZO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucE517DZO3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ucE517DZO3 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucE517DZO3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucE517DZO3 .card-title,
.cid-ucE517DZO3 .iconfont-wrapper {
  color: #1d147b;
  text-align: center;
}
.cid-ucE517DZO3 .content-head {
  max-width: 800px;
}
.cid-ucE517DZO3 .mbr-section-title {
  color: #ffffff;
}
.cid-ucE517DZO3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucE517DZO3 .card-text {
  color: #000000;
}
.cid-ucE517DZO3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucE517DZO3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ucECxv7ABB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucECxv7ABB .mbr-section-subtitle {
  color: #1d147b;
  text-align: center;
}
.cid-ucECxv7ABB .mbr-text {
  text-align: left;
}
.cid-ucEFF76Tm6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucEFF76Tm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEFF76Tm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucEFF76Tm6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucEFF76Tm6 .row {
  flex-direction: row-reverse;
}
.cid-ucEFF76Tm6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucEFF76Tm6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucEFF76Tm6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucEFF76Tm6 .mbr-section-title {
  color: #1d147b;
}
.cid-ucEFF76Tm6 .mbr-text,
.cid-ucEFF76Tm6 .mbr-section-btn {
  color: #000000;
}
.cid-ucEFFQKiEM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucEFFQKiEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEFFQKiEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucEFFQKiEM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucEFFQKiEM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucEFFQKiEM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucEFFQKiEM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucEFFQKiEM .mbr-section-title {
  color: #1d147b;
}
.cid-ucEFFQKiEM .mbr-text,
.cid-ucEFFQKiEM .mbr-section-btn {
  color: #000000;
}
.cid-ucEFGqfBpi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucEFGqfBpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEFGqfBpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucEFGqfBpi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucEFGqfBpi .row {
  flex-direction: row-reverse;
}
.cid-ucEFGqfBpi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucEFGqfBpi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucEFGqfBpi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucEFGqfBpi .mbr-section-title {
  color: #1d147b;
}
.cid-ucEFGqfBpi .mbr-text,
.cid-ucEFGqfBpi .mbr-section-btn {
  color: #000000;
}
.cid-udd13jvnnT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udd13jvnnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-udd13jvnnT .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-udd13jvnnT .container {
    padding: 0 20px;
  }
}
.cid-udd13jvnnT .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-udd13jvnnT .row {
    padding: 46px 4px 46px;
  }
}
.cid-udd13jvnnT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-udd13jvnnT .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-udd13jvnnT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-udd13jvnnT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udd13jvnnT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udd13jvnnT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-udd13jvnnT .item {
  margin-bottom: 40px;
}
.cid-udd13jvnnT .item:first-child {
  margin-bottom: 0;
}
.cid-udd13jvnnT .item:hover .item-wrapper .item-img img,
.cid-udd13jvnnT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-udd13jvnnT .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-udd13jvnnT .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-udd13jvnnT .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-udd13jvnnT .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-udd13jvnnT .item a {
  display: block;
}
.cid-udd13jvnnT .mbr-section-title {
  color: #1d147b;
  text-align: center;
}
.cid-udd13jvnnT .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-udd13jvnnT .mbr-text,
.cid-udd13jvnnT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-udd13jvnnT .card-title {
  color: #000000;
}
.cid-udd13jvnnT .card-desc {
  color: #616161;
}
.cid-udd13jvnnT .card-title,
.cid-udd13jvnnT .icon-wrapper {
  color: #1d147b;
}
.cid-ucyZm9VGh5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ucyZm9VGh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucyZm9VGh5 .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-ucyZm9VGh5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucyZm9VGh5 .container {
    padding: 0 12px;
  }
}
.cid-ucyZm9VGh5 .title-wrapper a {
  display: block;
}
.cid-ucyZm9VGh5 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucyZm9VGh5 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-ucyZm9VGh5 .list-wrapper .list,
.cid-ucyZm9VGh5 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ucyZm9VGh5 .list-wrapper .list,
  .cid-ucyZm9VGh5 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-ucyZm9VGh5 .list-wrapper .list .item-wrap,
.cid-ucyZm9VGh5 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucyZm9VGh5 .list-wrapper .list .item-wrap:hover,
.cid-ucyZm9VGh5 .list-wrapper .list_main .item-wrap:hover,
.cid-ucyZm9VGh5 .list-wrapper .list .item-wrap:focus,
.cid-ucyZm9VGh5 .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-ucyZm9VGh5 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ucyZm9VGh5 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-ucyZm9VGh5 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucyZm9VGh5 .contacts-wrapper .list .item-wrap:hover,
.cid-ucyZm9VGh5 .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-ucyZm9VGh5 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucyZm9VGh5 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-ucyZm9VGh5 .social-row .soc-item {
  margin-right: 24px;
}
.cid-ucyZm9VGh5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucyZm9VGh5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-ucyZm9VGh5 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-ucyZm9VGh5 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-ucyZm9VGh5 .mbr-section-title {
  color: #1d147b;
}
.cid-ucyZm9VGh5 .mbr-list-title {
  color: #000000;
}
.cid-ucyZm9VGh5 .list {
  color: #000000;
  text-align: center;
}
.cid-ucyZm9VGh5 .list_main {
  color: #000000;
}
.cid-ucEJ7N4g2O {
  z-index: 1000;
  width: 100%;
}
.cid-ucEJ7N4g2O .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ucEJ7N4g2O .menu_box .navbar.opened,
  .cid-ucEJ7N4g2O .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ucEJ7N4g2O nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ucEJ7N4g2O nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-ucEJ7N4g2O .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-ucEJ7N4g2O .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucEJ7N4g2O .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucEJ7N4g2O .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucEJ7N4g2O .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucEJ7N4g2O .offcanvas-body .mbr-text,
  .cid-ucEJ7N4g2O .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ucEJ7N4g2O .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ucEJ7N4g2O .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ucEJ7N4g2O .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-ucEJ7N4g2O .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucEJ7N4g2O .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucEJ7N4g2O .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucEJ7N4g2O .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucEJ7N4g2O ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucEJ7N4g2O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucEJ7N4g2O .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-ucEJ7N4g2O .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucEJ7N4g2O li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-ucEJ7N4g2O li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-ucEJ7N4g2O li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-ucEJ7N4g2O .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ucEJ7N4g2O .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucEJ7N4g2O .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-ucEJ7N4g2O .nav-item {
    margin: 0 !important;
  }
}
.cid-ucEJ7N4g2O .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucEJ7N4g2O .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ucEJ7N4g2O .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucEJ7N4g2O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucEJ7N4g2O .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-ucEJ7N4g2O .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucEJ7N4g2O .offcanvas_box {
    display: none;
  }
}
.cid-ucEJ7N4g2O .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ucEJ7N4g2O .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucEJ7N4g2O .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-ucEJ7N4g2O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucEJ7N4g2O .nav-link {
  position: relative;
}
.cid-ucEJ7N4g2O .container {
  display: flex;
  margin: auto;
}
.cid-ucEJ7N4g2O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucEJ7N4g2O .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucEJ7N4g2O .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-ucEJ7N4g2O .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ucEJ7N4g2O .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-ucEJ7N4g2O .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ucEJ7N4g2O .dropdown-menu,
.cid-ucEJ7N4g2O .navbar.opened {
  background: #ffffff !important;
}
.cid-ucEJ7N4g2O .nav-item:focus,
.cid-ucEJ7N4g2O .nav-link:focus {
  outline: none;
}
.cid-ucEJ7N4g2O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucEJ7N4g2O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucEJ7N4g2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucEJ7N4g2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucEJ7N4g2O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucEJ7N4g2O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucEJ7N4g2O .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-ucEJ7N4g2O .navbar.opened {
  transition: all 0.3s;
}
.cid-ucEJ7N4g2O .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucEJ7N4g2O .navbar .navbar-logo img {
  width: auto;
}
.cid-ucEJ7N4g2O .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-ucEJ7N4g2O .navbar.collapsed {
  justify-content: center;
}
.cid-ucEJ7N4g2O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucEJ7N4g2O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucEJ7N4g2O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ucEJ7N4g2O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucEJ7N4g2O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucEJ7N4g2O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucEJ7N4g2O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucEJ7N4g2O .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucEJ7N4g2O .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucEJ7N4g2O .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-ucEJ7N4g2O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucEJ7N4g2O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucEJ7N4g2O .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucEJ7N4g2O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucEJ7N4g2O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucEJ7N4g2O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucEJ7N4g2O .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucEJ7N4g2O .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucEJ7N4g2O .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucEJ7N4g2O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucEJ7N4g2O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucEJ7N4g2O .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucEJ7N4g2O .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucEJ7N4g2O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucEJ7N4g2O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucEJ7N4g2O .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-ucEJ7N4g2O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucEJ7N4g2O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucEJ7N4g2O .dropdown-item.active,
.cid-ucEJ7N4g2O .dropdown-item:active {
  background-color: transparent;
}
.cid-ucEJ7N4g2O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucEJ7N4g2O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucEJ7N4g2O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucEJ7N4g2O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucEJ7N4g2O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucEJ7N4g2O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucEJ7N4g2O ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ucEJ7N4g2O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucEJ7N4g2O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ucEJ7N4g2O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ucEJ7N4g2O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucEJ7N4g2O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucEJ7N4g2O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucEJ7N4g2O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucEJ7N4g2O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucEJ7N4g2O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucEJ7N4g2O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucEJ7N4g2O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucEJ7N4g2O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucEJ7N4g2O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucEJ7N4g2O .navbar {
    height: 70px;
  }
  .cid-ucEJ7N4g2O .navbar.opened {
    height: auto;
  }
  .cid-ucEJ7N4g2O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucEJ7N4g2O .mbr-section-subtitle {
  color: #1d147b;
}
.cid-ucEJ7N4g2O .mbr-text {
  color: #000000;
}
.cid-ucEJ7N4g2O .text_widget {
  color: #000000;
}
.cid-ucEJwxXMO6 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-ucEJwxXMO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEJwxXMO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ucEJwxXMO6 .container {
    padding: 0 24px;
  }
}
.cid-ucEJwxXMO6 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-ucEJwxXMO6 .content-wrapper {
    padding: 24px;
  }
}
.cid-ucEJwxXMO6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucEJwxXMO6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucEJwxXMO6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ucEJwxXMO6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ucEJwxXMO6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ucEJwxXMO6 .mbr-text {
  color: #F9F6E0;
}
.cid-ucEJwxXMO6 .mbr-section-title,
.cid-ucEJwxXMO6 .mbr-section-btn {
  color: #ffffff;
}
.cid-udcP9uWGPK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udcP9uWGPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcP9uWGPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcP9uWGPK .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-udcP9uWGPK .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-udcP9uWGPK .row {
  align-items: center;
}
.cid-udcP9uWGPK img {
  border-radius: 2rem;
}
.cid-udcP9uWGPK .image-wrapper {
  background: #ffffff;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udcP9uWGPK .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udcP9uWGPK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udcP9uWGPK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udcP9uWGPK .mbr-section-title {
  color: #103178;
}
.cid-udcP9uWGPK .mbr-text,
.cid-udcP9uWGPK .mbr-section-btn {
  color: #000000;
}
.cid-udcRcBZEt6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udcRcBZEt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcRcBZEt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcRcBZEt6 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udcRcBZEt6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udcRcBZEt6 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-udcRcBZEt6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udcRcBZEt6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udcRcBZEt6 .mbr-section-title {
  color: #000000;
}
.cid-udcRcBZEt6 .mbr-text,
.cid-udcRcBZEt6 .mbr-section-btn {
  color: #000000;
}
.cid-udcRcBZEt6 img {
  width: 100%;
  height: 100%;
}
.cid-udcPeaMPwf {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udcPeaMPwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcPeaMPwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcPeaMPwf .content-wrapper {
  background: #0d3d5a;
}
@media (max-width: 991px) {
  .cid-udcPeaMPwf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-udcPeaMPwf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udcPeaMPwf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udcPeaMPwf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udcPeaMPwf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-udcPeaMPwf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-udcPeaMPwf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udcPeaMPwf .card-title {
  color: #ffffff;
}
.cid-udcPeaMPwf .mbr-text,
.cid-udcPeaMPwf .mbr-section-btn {
  color: #ffffff;
}
.cid-ucEQ37f5yR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1282.jpeg");
  background-attachment:fixed;
    
}
.cid-ucEQ37f5yR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEQ37f5yR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEQ37f5yR .content-wrapper {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-ucEQ37f5yR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEQ37f5yR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucEQ37f5yR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucEQ37f5yR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucEQ37f5yR .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ucEQ37f5yR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucEQ37f5yR .card-title {
  color: #1d147b;
}
.cid-ucEQXftyQM {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ucEQXftyQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEQXftyQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEQXftyQM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ucEQXftyQM .team-card:hover {
  transform: translateY(-10px);
}
.cid-ucEQXftyQM .item-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ucEQXftyQM .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucEQXftyQM .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ucEQXftyQM .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEQXftyQM .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-ucEQXftyQM .social-row {
  text-align: center;
}
.cid-ucEQXftyQM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ucEQXftyQM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ucEQXftyQM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ucEQXftyQM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ucEQXftyQM .mbr-section-title {
  color: #1d147b;
}
.cid-ucEUK6dLlP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpeg");
}
.cid-ucEUK6dLlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEUK6dLlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEUK6dLlP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucEUK6dLlP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ucEUK6dLlP .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucEUK6dLlP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEUK6dLlP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucEUK6dLlP .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-ucEUK6dLlP .mbr-section-title {
  color: #ffffff;
}
.cid-ucEUK6dLlP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucEUK6dLlP .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucEUK6dLlP .card-box .item-footer {
  margin-top: auto;
}
.cid-ucEUK6dLlP .content-head {
  max-width: 800px;
}
.cid-ucEUK6dLlP .card-title,
.cid-ucEUK6dLlP .iconfont-wrapper {
  color: #1d147b;
}
.cid-udcQYkl7Vp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udcQYkl7Vp img,
.cid-udcQYkl7Vp .item-img {
  width: 100%;
}
.cid-udcQYkl7Vp .item:focus,
.cid-udcQYkl7Vp span:focus {
  outline: none;
}
.cid-udcQYkl7Vp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udcQYkl7Vp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udcQYkl7Vp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udcQYkl7Vp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udcQYkl7Vp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udcQYkl7Vp .mbr-section-title {
  color: #1d147b;
}
.cid-udcQYkl7Vp .mbr-text,
.cid-udcQYkl7Vp .mbr-section-btn {
  text-align: left;
}
.cid-udcQYkl7Vp .item-title {
  text-align: left;
}
.cid-udcQYkl7Vp .item-subtitle {
  text-align: left;
}
.cid-udcSBe62ew {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udcSBe62ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcSBe62ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcSBe62ew .mbr-section-head {
  margin-bottom: 32px;
}
.cid-udcSBe62ew .mbr-section-title {
  color: #24262b;
}
.cid-udcSBe62ew .mbr-section-subtitle {
  color: #24262b;
}
.cid-udcSBe62ew .cards-row {
  row-gap: 32px;
}
.cid-udcSBe62ew .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-udcSBe62ew .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-udcSBe62ew .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-udcSBe62ew .card-subtitle {
  color: #1d147b;
}
.cid-udcSBe62ew .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-udcSBe62ew .mbr-section-btn {
  margin-top: 20px;
}
.cid-udcSBe62ew .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-udcSBe62ew .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-udcSBe62ew .card-text,
.cid-udcSBe62ew .mbr-section-btn {
  color: #000000;
}
.cid-udcLVgDQqD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udcLVgDQqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcLVgDQqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcLVgDQqD .mbr-section-title {
  color: #103178;
}
.cid-udcKUAVVA0 {
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-udcKUAVVA0 .wrapper {
    padding: 0 28px;
  }
}
.cid-udcKUAVVA0 .mbr-section-head {
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .cid-udcKUAVVA0 .mbr-section-head {
    margin-bottom: 268px;
  }
}
@media (min-width: 1400px) {
  .cid-udcKUAVVA0 .image-wrapper {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .cid-udcKUAVVA0 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-udcKUAVVA0 .image-wrapper img {
  max-height: 385px;
  width: 100%;
  object-fit: cover;
}
.cid-udcKUAVVA0 .timeline-element {
  position: relative;
}
.cid-udcKUAVVA0 .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #ffa600;
  width: 3px;
}
@media (max-width: 767px) {
  .cid-udcKUAVVA0 .timeline-element:after {
    height: calc(100% + 40px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-udcKUAVVA0 .timeline-element:after {
    height: calc(100% + 35px);
    top: 28px;
    left: 50%;
  }
}
.cid-udcKUAVVA0 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-udcKUAVVA0 .reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-udcKUAVVA0 .right {
    margin-right: 4rem;
  }
  .cid-udcKUAVVA0 .left {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-udcKUAVVA0 .image-wrapper,
  .cid-udcKUAVVA0 .timeline-text-wrapper {
    margin-left: 4rem;
  }
}
.cid-udcKUAVVA0 .iconBackground {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #ffa600;
  background-color: #ffa600;
  margin-left: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-udcKUAVVA0 .iconBackground {
    left: 15px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .cid-udcKUAVVA0 .iconBackground {
    top: 15px;
    left: 50%;
  }
}
.cid-udcKUAVVA0 .timeline-text-wrapper {
  padding-top: 20px;
}
.cid-udcKUAVVA0 .mbr-timeline-title {
  text-align: left;
}
.cid-udcKUAVVA0 .mbr-timeline-date {
  color: #ffa600;
}
.cid-ucEJ7QLDhB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ucEJ7QLDhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEJ7QLDhB .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-ucEJ7QLDhB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucEJ7QLDhB .container {
    padding: 0 12px;
  }
}
.cid-ucEJ7QLDhB .title-wrapper a {
  display: block;
}
.cid-ucEJ7QLDhB .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucEJ7QLDhB .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-ucEJ7QLDhB .list-wrapper .list,
.cid-ucEJ7QLDhB .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ucEJ7QLDhB .list-wrapper .list,
  .cid-ucEJ7QLDhB .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-ucEJ7QLDhB .list-wrapper .list .item-wrap,
.cid-ucEJ7QLDhB .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucEJ7QLDhB .list-wrapper .list .item-wrap:hover,
.cid-ucEJ7QLDhB .list-wrapper .list_main .item-wrap:hover,
.cid-ucEJ7QLDhB .list-wrapper .list .item-wrap:focus,
.cid-ucEJ7QLDhB .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-ucEJ7QLDhB .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ucEJ7QLDhB .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-ucEJ7QLDhB .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ucEJ7QLDhB .contacts-wrapper .list .item-wrap:hover,
.cid-ucEJ7QLDhB .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-ucEJ7QLDhB .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucEJ7QLDhB .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-ucEJ7QLDhB .social-row .soc-item {
  margin-right: 24px;
}
.cid-ucEJ7QLDhB .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucEJ7QLDhB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-ucEJ7QLDhB .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-ucEJ7QLDhB .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-ucEJ7QLDhB .mbr-section-title {
  color: #1d147b;
}
.cid-ucEJ7QLDhB .mbr-list-title {
  color: #000000;
}
.cid-ucEJ7QLDhB .list {
  color: #000000;
  text-align: center;
}
.cid-ucEJ7QLDhB .list_main {
  color: #000000;
}
.cid-udd3EnGtaN {
  z-index: 1000;
  width: 100%;
}
.cid-udd3EnGtaN .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-udd3EnGtaN .menu_box .navbar.opened,
  .cid-udd3EnGtaN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udd3EnGtaN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udd3EnGtaN nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-udd3EnGtaN .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f7f7f7;
  }
  .cid-udd3EnGtaN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udd3EnGtaN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udd3EnGtaN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udd3EnGtaN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udd3EnGtaN .offcanvas-body .mbr-text,
  .cid-udd3EnGtaN .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-udd3EnGtaN .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-udd3EnGtaN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-udd3EnGtaN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-udd3EnGtaN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udd3EnGtaN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udd3EnGtaN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udd3EnGtaN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udd3EnGtaN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udd3EnGtaN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udd3EnGtaN .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-udd3EnGtaN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udd3EnGtaN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-udd3EnGtaN li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-udd3EnGtaN li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-udd3EnGtaN .lg_brand {
    margin: 0 1rem;
  }
}
.cid-udd3EnGtaN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udd3EnGtaN .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-udd3EnGtaN .nav-item {
    margin: 0 !important;
  }
}
.cid-udd3EnGtaN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udd3EnGtaN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-udd3EnGtaN .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udd3EnGtaN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udd3EnGtaN .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-udd3EnGtaN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udd3EnGtaN .offcanvas_box {
    display: none;
  }
}
.cid-udd3EnGtaN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-udd3EnGtaN .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udd3EnGtaN .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-udd3EnGtaN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udd3EnGtaN .nav-link {
  position: relative;
}
.cid-udd3EnGtaN .container {
  display: flex;
  margin: auto;
}
.cid-udd3EnGtaN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffa600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udd3EnGtaN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udd3EnGtaN .iconfont-wrapper:hover {
  background-color: #e69500;
}
.cid-udd3EnGtaN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-udd3EnGtaN .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-udd3EnGtaN .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-udd3EnGtaN .dropdown-menu,
.cid-udd3EnGtaN .navbar.opened {
  background: #ffffff !important;
}
.cid-udd3EnGtaN .nav-item:focus,
.cid-udd3EnGtaN .nav-link:focus {
  outline: none;
}
.cid-udd3EnGtaN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udd3EnGtaN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udd3EnGtaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udd3EnGtaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udd3EnGtaN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udd3EnGtaN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udd3EnGtaN .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-udd3EnGtaN .navbar.opened {
  transition: all 0.3s;
}
.cid-udd3EnGtaN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udd3EnGtaN .navbar .navbar-logo img {
  width: auto;
}
.cid-udd3EnGtaN .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-udd3EnGtaN .navbar.collapsed {
  justify-content: center;
}
.cid-udd3EnGtaN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udd3EnGtaN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udd3EnGtaN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udd3EnGtaN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udd3EnGtaN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udd3EnGtaN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udd3EnGtaN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udd3EnGtaN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udd3EnGtaN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udd3EnGtaN .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-udd3EnGtaN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udd3EnGtaN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udd3EnGtaN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udd3EnGtaN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udd3EnGtaN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udd3EnGtaN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udd3EnGtaN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udd3EnGtaN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udd3EnGtaN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udd3EnGtaN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udd3EnGtaN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udd3EnGtaN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udd3EnGtaN .navbar.navbar-short {
  min-height: 60px;
}
.cid-udd3EnGtaN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udd3EnGtaN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udd3EnGtaN .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-udd3EnGtaN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udd3EnGtaN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udd3EnGtaN .dropdown-item.active,
.cid-udd3EnGtaN .dropdown-item:active {
  background-color: transparent;
}
.cid-udd3EnGtaN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udd3EnGtaN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udd3EnGtaN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udd3EnGtaN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udd3EnGtaN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udd3EnGtaN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udd3EnGtaN ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-udd3EnGtaN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udd3EnGtaN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-udd3EnGtaN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-udd3EnGtaN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udd3EnGtaN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udd3EnGtaN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udd3EnGtaN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udd3EnGtaN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udd3EnGtaN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udd3EnGtaN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udd3EnGtaN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udd3EnGtaN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udd3EnGtaN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udd3EnGtaN .navbar {
    height: 70px;
  }
  .cid-udd3EnGtaN .navbar.opened {
    height: auto;
  }
  .cid-udd3EnGtaN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udd3EnGtaN .mbr-section-subtitle {
  color: #1d147b;
}
.cid-udd3EnGtaN .mbr-text {
  color: #000000;
}
.cid-udd3EnGtaN .text_widget {
  color: #000000;
}
.cid-udd3EqYVIn {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-udd3EqYVIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udd3EqYVIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-udd3EqYVIn .container {
    padding: 0 24px;
  }
}
.cid-udd3EqYVIn .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-udd3EqYVIn .content-wrapper {
    padding: 24px;
  }
}
.cid-udd3EqYVIn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udd3EqYVIn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udd3EqYVIn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-udd3EqYVIn .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-udd3EqYVIn .mbr-section-title {
  color: #F9F6E0;
}
.cid-udd3EqYVIn .mbr-text {
  color: #F9F6E0;
}
.cid-udd3EqYVIn .mbr-section-title,
.cid-udd3EqYVIn .mbr-section-btn {
  color: #ffffff;
}
.cid-udd42CcGeQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udd42CcGeQ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffa600 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-udd42CcGeQ .panel-group {
  border: none;
}
.cid-udd42CcGeQ .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-udd42CcGeQ .card-header {
    padding: 1rem 0rem;
  }
}
.cid-udd42CcGeQ .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-udd42CcGeQ .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-udd42CcGeQ .img-col {
  padding: 0;
}
.cid-udd42CcGeQ .img-item {
  height: 100%;
}
.cid-udd42CcGeQ img {
  height: 100%;
  object-fit: cover;
}
.cid-udd42CcGeQ .collapsed span {
  transform: rotate(0deg);
}
.cid-udd42CcGeQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udd42CcGeQ p {
  margin-bottom: 0.3rem;
}
.cid-udd42CcGeQ .panel-title-edit {
  color: #e9c0e9;
}
.cid-udd42CcGeQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-udd42CcGeQ .card {
  background: #f7f7f7;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-udd42CcGeQ .card {
    padding: 1.5rem;
  }
}
.cid-udd42CcGeQ .panel-text {
  color: #320707;
}
.cid-udd42CcGeQ .mbr-section-title {
  text-align: center;
  color: #1d147b;
}
.cid-udd42CcGeQ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-udd42CcGeQ .panel-title-edit,
.cid-udd42CcGeQ .mbr-iconfont {
  color: #000000;
}
.cid-udd3EthLVR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-udd3EthLVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udd3EthLVR .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-udd3EthLVR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udd3EthLVR .container {
    padding: 0 12px;
  }
}
.cid-udd3EthLVR .title-wrapper a {
  display: block;
}
.cid-udd3EthLVR .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-udd3EthLVR .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-udd3EthLVR .list-wrapper .list,
.cid-udd3EthLVR .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-udd3EthLVR .list-wrapper .list,
  .cid-udd3EthLVR .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-udd3EthLVR .list-wrapper .list .item-wrap,
.cid-udd3EthLVR .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udd3EthLVR .list-wrapper .list .item-wrap:hover,
.cid-udd3EthLVR .list-wrapper .list_main .item-wrap:hover,
.cid-udd3EthLVR .list-wrapper .list .item-wrap:focus,
.cid-udd3EthLVR .list-wrapper .list_main .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-udd3EthLVR .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-udd3EthLVR .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-udd3EthLVR .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udd3EthLVR .contacts-wrapper .list .item-wrap:hover,
.cid-udd3EthLVR .contacts-wrapper .list .item-wrap:focus {
  color: #ffa600;
  text-decoration: underline;
}
.cid-udd3EthLVR .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udd3EthLVR .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-udd3EthLVR .social-row .soc-item {
  margin-right: 24px;
}
.cid-udd3EthLVR .social-row .soc-item a:hover .mbr-iconfont,
.cid-udd3EthLVR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffa600;
}
.cid-udd3EthLVR .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a7a7a7;
  transition: all 0.3s ease-in-out;
}
.cid-udd3EthLVR .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-udd3EthLVR .mbr-section-title {
  color: #1d147b;
}
.cid-udd3EthLVR .mbr-list-title {
  color: #000000;
}
.cid-udd3EthLVR .list {
  color: #000000;
  text-align: center;
}
.cid-udd3EthLVR .list_main {
  color: #000000;
}
