.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.438rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5475rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.438rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.0475rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.812rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.265rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.188rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.485rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.5504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.1066rem;
    font-size: calc( 2.2033rem + (4.438 - 2.2033) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.2033rem + (4.438 - 2.2033) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9504rem;
    font-size: calc( 1.5033rem + (2.438 - 1.5033) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5033rem + (2.438 - 1.5033) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4496rem;
    font-size: calc( 1.2842rem + (1.812 - 1.2842) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2842rem + (1.812 - 1.2842) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9504rem;
    font-size: calc( 1.0657999999999999rem + (1.188 - 1.0657999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0657999999999999rem + (1.188 - 1.0657999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e5e7ee !important;
}
.bg-success {
  background-color: #060046 !important;
}
.bg-info {
  background-color: #5d95fb !important;
}
.bg-warning {
  background-color: #e5e7ee !important;
}
.bg-danger {
  background-color: #ff4712 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e5e7ee !important;
  border-color: #e5e7ee !important;
  color: #545e80 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #545e80 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #5d95fb !important;
  border-color: #5d95fb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8fb6fc !important;
  border-color: #8fb6fc !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8fb6fc !important;
  border-color: #8fb6fc !important;
}
.btn-success,
.btn-success:active {
  background-color: #060046 !important;
  border-color: #060046 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0a0079 !important;
  border-color: #0a0079 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0079 !important;
  border-color: #0a0079 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5e7ee !important;
  border-color: #e5e7ee !important;
  color: #545e80 !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: #545e80 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4712 !important;
  border-color: #ff4712 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6f45 !important;
  border-color: #ff6f45 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6f45 !important;
  border-color: #ff6f45 !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: #e5e7ee;
  color: #e5e7ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b1b7cc !important;
  background-color: transparent !important;
  border-color: #b1b7cc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #545e80 !important;
  background-color: #e5e7ee !important;
  border-color: #e5e7ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #5d95fb;
  color: #5d95fb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #085ef9 !important;
  background-color: transparent !important;
  border-color: #085ef9 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5d95fb !important;
  border-color: #5d95fb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #060046;
  color: #060046;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #060046 !important;
  border-color: #060046 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e5e7ee;
  color: #e5e7ee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1b7cc !important;
  background-color: transparent !important;
  border-color: #b1b7cc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #545e80 !important;
  background-color: #e5e7ee !important;
  border-color: #e5e7ee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4712;
  color: #ff4712;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ba2a00 !important;
  background-color: transparent !important;
  border-color: #ba2a00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4712 !important;
  border-color: #ff4712 !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: #e5e7ee !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #060046 !important;
}
.text-info {
  color: #5d95fb !important;
}
.text-warning {
  color: #e5e7ee !important;
}
.text-danger {
  color: #ff4712 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a7aec6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0657ec !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7aec6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab2600 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e5e7ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5d95fb;
}
.alert-warning {
  background-color: #e5e7ee;
}
.alert-danger {
  background-color: #ff4712;
}
.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: #e5e7ee;
  border-color: #e5e7ee;
  color: #5e6990;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5d95fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3f2dff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe5de;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.188rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.485rem;
}
.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: #e5e7ee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.188rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.485rem;
}
blockquote {
  border-color: #e5e7ee;
}
/* 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: #e5e7ee;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e5e7ee;
}
.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: #e5e7ee;
  border-bottom-color: #e5e7ee;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e5e7ee !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23e5e7ee' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #e5e7ee;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #060046;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #5d95fb;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #e5e7ee;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #ff4712;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-uFMHDbDt4P .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMHDbDt4P .nav-item:focus,
.cid-uFMHDbDt4P .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFMHDbDt4P .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uFMHDbDt4P .nav-item .nav-link {
    position: relative;
  }
  .cid-uFMHDbDt4P .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e5e7ee, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uFMHDbDt4P .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uFMHDbDt4P .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMHDbDt4P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMHDbDt4P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMHDbDt4P .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uFMHDbDt4P .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-uFMHDbDt4P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMHDbDt4P .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060046;
}
.cid-uFMHDbDt4P .navbar.opened {
  transition: all .3s;
  background: #060046 !important;
}
.cid-uFMHDbDt4P .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uFMHDbDt4P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMHDbDt4P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMHDbDt4P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFMHDbDt4P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFMHDbDt4P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFMHDbDt4P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMHDbDt4P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMHDbDt4P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFMHDbDt4P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMHDbDt4P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFMHDbDt4P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFMHDbDt4P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMHDbDt4P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMHDbDt4P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFMHDbDt4P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMHDbDt4P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFMHDbDt4P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFMHDbDt4P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFMHDbDt4P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFMHDbDt4P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFMHDbDt4P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFMHDbDt4P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFMHDbDt4P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFMHDbDt4P .navbar.navbar-short {
  background: #060046 !important;
  min-height: 60px;
}
.cid-uFMHDbDt4P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFMHDbDt4P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFMHDbDt4P .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFMHDbDt4P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFMHDbDt4P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMHDbDt4P .dropdown-item.active,
.cid-uFMHDbDt4P .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMHDbDt4P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFMHDbDt4P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMHDbDt4P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMHDbDt4P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060046;
}
.cid-uFMHDbDt4P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMHDbDt4P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMHDbDt4P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFMHDbDt4P .navbar-buttons {
  text-align: center;
}
.cid-uFMHDbDt4P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFMHDbDt4P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFMHDbDt4P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFMHDbDt4P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMHDbDt4P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFMHDbDt4P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFMHDbDt4P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMHDbDt4P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFMHDbDt4P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFMHDbDt4P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFMHDbDt4P .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uFMHDbDt4P a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFMHDbDt4P .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFMHDbDt4P .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFMHDbDt4P .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFMHDbDt4P .navbar {
    height: 77px;
  }
  .cid-uFMHDbDt4P .navbar.opened {
    height: auto;
  }
  .cid-uFMHDbDt4P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMHF6RKqL {
  display: flex;
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/male-electrician-works-switchboard-with-electrical-connecting-cable-2000x847.jpg");
}
.cid-uFMHF6RKqL .mbr-overlay {
  background-color: #060046;
  opacity: 0.4;
}
.cid-uFMHF6RKqL .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uFMHF6RKqL {
    align-items: center;
  }
  .cid-uFMHF6RKqL .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFMHF6RKqL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFMHF6RKqL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFMHF6RKqL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFMHF6RKqL .content-wrap {
    width: 100%;
  }
}
.cid-uFMHF6RKqL .mbr-section-title {
  text-align: left;
}
.cid-uFMHF6RKqL .mbr-text,
.cid-uFMHF6RKqL .mbr-section-btn {
  text-align: left;
}
.cid-uFN8wt9Jna {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFN8wt9Jna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN8wt9Jna .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-uFN8wt9Jna .container {
    padding: 0 22px;
  }
}
.cid-uFN8wt9Jna .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFN8wt9Jna .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFN8wt9Jna .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uFN8wt9Jna .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFN8wt9Jna .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFN8wt9Jna .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFN8wt9Jna .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFN8wt9Jna .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uFN8wt9Jna .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uFN8wt9Jna .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uFN8wt9Jna .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-uFN8wt9Jna .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uFN8wt9Jna .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
}
.cid-uFN8wt9Jna .mbr-desc {
  color: #5d95fb;
}
.cid-uFN8wt9Jna .mbr-section-title {
  color: #000000;
}
.cid-uFN8wt9Jna .card-title {
  color: #060046;
}
.cid-uFN8wt9Jna .card-text {
  color: #060046;
}
.cid-uFN8wt9Jna .mbr-section-title,
.cid-uFN8wt9Jna .mbr-section-btn {
  color: #060046;
}
.cid-uFSnajqeIt {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFSnajqeIt .card-box {
  width: fit-content;
}
.cid-uFSnajqeIt .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-uFSnajqeIt .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uFSnajqeIt .card-title {
  padding: 0;
  margin: 0;
}
.cid-uFSnajqeIt .card-wrapper {
  border: 1px solid #ffffff;
  padding: 0.6rem;
  background: #ffffff;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFSnajqeIt .card-wrapper {
    width: 100%;
  }
}
.cid-uFSnajqeIt .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-uFSnajqeIt .card-title,
.cid-uFSnajqeIt .card-icon {
  color: #060046;
  text-align: left;
}
.cid-uFSnajqeIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSnajqeIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNcLcClCr {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #e5e7ee;
}
.cid-uFNcLcClCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNcLcClCr .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-uFNcLcClCr .container {
    padding: 0 22px;
  }
}
.cid-uFNcLcClCr .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uFNcLcClCr .row .card {
  justify-content: center;
}
.cid-uFNcLcClCr .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uFNcLcClCr .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uFNcLcClCr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFNcLcClCr .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFNcLcClCr .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uFNcLcClCr .item:hover .item-wrapper .item-content .card-title,
.cid-uFNcLcClCr .item:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-uFNcLcClCr .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uFNcLcClCr .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-uFNcLcClCr .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uFNcLcClCr .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uFNcLcClCr .item a {
  display: block;
}
.cid-uFNcLcClCr .mbr-section-title {
  color: #000000;
}
.cid-uFNcLcClCr .mbr-text {
  color: #060046;
}
.cid-uFNcLcClCr .card-title {
  color: #060046;
}
.cid-uFNcLcClCr .card-desc {
  color: #060046;
}
.cid-uFNcLcClCr .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFNcLcClCr .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uFNcLcClCr .mbr-section-title,
.cid-uFNcLcClCr .mbr-section-btn {
  color: #060046;
}
.cid-uFNOVfaeIt {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #e5e7ee;
}
.cid-uFNOVfaeIt .justify-content-center {
  align-items: center;
}
.cid-uFNOVfaeIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNOVfaeIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNOVfaeIt .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uFNOVfaeIt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFNOVfaeIt .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFNOVfaeIt .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uFNOVfaeIt .row {
  align-items: center;
}
.cid-uFNOVfaeIt .card-text {
  color: #060046;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNOVfaeIt .card-text {
    text-align: center;
  }
}
.cid-uFNo8Zqixl {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFNo8Zqixl .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uFNo8Zqixl .row {
    padding: 0 0.75rem;
  }
}
.cid-uFNo8Zqixl .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-uFNo8Zqixl .label-text {
  color: #5d95fb;
  text-align: left;
}
.cid-uFNo8Zqixl .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFNo8Zqixl .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uFNo8Zqixl .card {
    padding: 0;
  }
}
.cid-uFNo8Zqixl .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-uFNo8Zqixl .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-uFNo8Zqixl .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-uFNo8Zqixl .card-text {
  color: #060046;
}
.cid-uFNo8Zqixl .mbr-iconfont {
  font-size: 25px;
  color: #5d95fb;
}
.cid-uFNo8Zqixl .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-uFNo8Zqixl .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uFNo8Zqixl .card-box {
    text-align: center;
  }
}
.cid-uFNo8Zqixl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNo8Zqixl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNo8Zqixl .mbr-section-title {
  text-align: left;
  color: #060046;
}
.cid-uFNo8Zqixl .card-title {
  color: #060046;
}
.cid-uFNS4aAEjK {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uFNS4aAEjK {
    align-items: center;
  }
  .cid-uFNS4aAEjK .row {
    justify-content: center;
  }
}
.cid-uFNS4aAEjK p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFNS4aAEjK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFNS4aAEjK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFNS4aAEjK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFNS4aAEjK .content-wrap {
    width: 100%;
  }
}
.cid-uFNS4aAEjK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uFNS4aAEjK .mbr-text,
.cid-uFNS4aAEjK .mbr-section-btn {
  text-align: left;
  color: #060046;
}
.cid-uFNS4aAEjK .mbr-section-subtitle {
  color: #060046;
  text-align: left;
}
.cid-uFNS3cKdGk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFNS3cKdGk img {
  width: 120px;
  margin: auto;
}
.cid-uFNS3cKdGk .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFNS3cKdGk .card {
    max-width: 12.5%;
  }
}
.cid-uFNS3cKdGk .container-fluid {
  margin: auto;
}
.cid-uFSvVqmRqW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFSvVqmRqW .justify-content-center {
  align-items: center;
}
.cid-uFSvVqmRqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSvVqmRqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSvVqmRqW .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uFSvVqmRqW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSvVqmRqW .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFSvVqmRqW .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uFSvVqmRqW .row {
  align-items: center;
}
.cid-uFSvVqmRqW .card-text {
  color: #060046;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFSvVqmRqW .card-text {
    text-align: center;
  }
}
.cid-uFSvhzM9ob {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFSvhzM9ob .item:focus,
.cid-uFSvhzM9ob span:focus {
  outline: none;
}
.cid-uFSvhzM9ob .item {
  cursor: pointer;
}
.cid-uFSvhzM9ob .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 767px) {
  .cid-uFSvhzM9ob .grid-container {
    grid-row-gap: 12px;
  }
}
.cid-uFSvhzM9ob .grid-container-1,
.cid-uFSvhzM9ob .grid-container-2,
.cid-uFSvhzM9ob .grid-container-3 {
  gap: 0 12px;
}
@media (max-width: 767px) {
  .cid-uFSvhzM9ob .grid-container-1,
  .cid-uFSvhzM9ob .grid-container-2,
  .cid-uFSvhzM9ob .grid-container-3 {
    gap: 0 12px;
  }
}
.cid-uFSvhzM9ob .mbr-section-title {
  margin-bottom: 55px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFSvhzM9ob .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFSvhzM9ob .mbr-text,
.cid-uFSvhzM9ob .mbr-section-btn {
  color: #000000;
}
.cid-uFSvhzM9ob .content-head {
  max-width: 800px;
}
.cid-uFSvhzM9ob .container,
.cid-uFSvhzM9ob .container-fluid {
  overflow: hidden;
}
.cid-uFSvhzM9ob .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFSvhzM9ob .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFSvhzM9ob .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 415px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 1200px) {
  .cid-uFSvhzM9ob .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uFSvhzM9ob .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uFSvhzM9ob .grid-container-1,
.cid-uFSvhzM9ob .grid-container-2,
.cid-uFSvhzM9ob .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFSvhzM9ob .grid-container-1 {
  align-items: flex-end;
}
.cid-uFSvhzM9ob .grid-container-2 {
  align-items: flex-start;
}
.cid-uFSlEfU92R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #060046;
}
.cid-uFSlEfU92R .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFSlEfU92R .social-row {
    justify-content: center;
  }
  .cid-uFSlEfU92R .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-uFSlEfU92R .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uFSlEfU92R a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFSlEfU92R .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uFSlEfU92R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uFSlEfU92R .soc-item:hover .mbr-iconfont {
  color: #e5e7ee;
}
.cid-uFSlEfU92R .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFSlEfU92R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSlEfU92R .list {
    margin-bottom: 0rem;
  }
}
.cid-uFSlEfU92R .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uFSlEfU92R .addres-list {
  text-align: left;
}
.cid-uFSlEfU92R li {
  margin-bottom: .5rem;
}
.cid-uFSlEfU92R li:hover {
  opacity: .75;
}
.cid-uFSlEfU92R .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-uFSlEfU92R SPAN {
  text-align: left;
}
.cid-uFSlEfU92R .privacy-text {
  text-align: left;
}
.cid-uFSlEfU92R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSlEfU92R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGm1RcJCzB .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGm1RcJCzB .nav-item:focus,
.cid-uGm1RcJCzB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uGm1RcJCzB .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uGm1RcJCzB .nav-item .nav-link {
    position: relative;
  }
  .cid-uGm1RcJCzB .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e5e7ee, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uGm1RcJCzB .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uGm1RcJCzB .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGm1RcJCzB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGm1RcJCzB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGm1RcJCzB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uGm1RcJCzB .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-uGm1RcJCzB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGm1RcJCzB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060046;
}
.cid-uGm1RcJCzB .navbar.opened {
  transition: all .3s;
  background: #060046 !important;
}
.cid-uGm1RcJCzB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uGm1RcJCzB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGm1RcJCzB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGm1RcJCzB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGm1RcJCzB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGm1RcJCzB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGm1RcJCzB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGm1RcJCzB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGm1RcJCzB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGm1RcJCzB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGm1RcJCzB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uGm1RcJCzB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uGm1RcJCzB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGm1RcJCzB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGm1RcJCzB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGm1RcJCzB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGm1RcJCzB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGm1RcJCzB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGm1RcJCzB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGm1RcJCzB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGm1RcJCzB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGm1RcJCzB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGm1RcJCzB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGm1RcJCzB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uGm1RcJCzB .navbar.navbar-short {
  background: #060046 !important;
  min-height: 60px;
}
.cid-uGm1RcJCzB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGm1RcJCzB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGm1RcJCzB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGm1RcJCzB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGm1RcJCzB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGm1RcJCzB .dropdown-item.active,
.cid-uGm1RcJCzB .dropdown-item:active {
  background-color: transparent;
}
.cid-uGm1RcJCzB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGm1RcJCzB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGm1RcJCzB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGm1RcJCzB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060046;
}
.cid-uGm1RcJCzB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGm1RcJCzB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGm1RcJCzB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGm1RcJCzB .navbar-buttons {
  text-align: center;
}
.cid-uGm1RcJCzB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGm1RcJCzB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uGm1RcJCzB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGm1RcJCzB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGm1RcJCzB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGm1RcJCzB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGm1RcJCzB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGm1RcJCzB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGm1RcJCzB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGm1RcJCzB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGm1RcJCzB .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uGm1RcJCzB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGm1RcJCzB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uGm1RcJCzB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGm1RcJCzB .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGm1RcJCzB .navbar {
    height: 77px;
  }
  .cid-uGm1RcJCzB .navbar.opened {
    height: auto;
  }
  .cid-uGm1RcJCzB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGm1Rd6pbs {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/16570-1000x667.jpg");
}
.cid-uGm1Rd6pbs .mbr-overlay {
  background-color: #060046;
  opacity: 0.8;
}
.cid-uGm1Rd6pbs .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uGm1Rd6pbs {
    align-items: center;
  }
  .cid-uGm1Rd6pbs .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGm1Rd6pbs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGm1Rd6pbs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGm1Rd6pbs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGm1Rd6pbs .content-wrap {
    width: 100%;
  }
}
.cid-uGm1Rd6pbs .mbr-section-title {
  text-align: left;
}
.cid-uGm1Rd6pbs .mbr-text,
.cid-uGm1Rd6pbs .mbr-section-btn {
  text-align: left;
}
.cid-uGm1RdIWh9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5d95fb;
}
.cid-uGm1RdIWh9 .card-box {
  width: fit-content;
}
.cid-uGm1RdIWh9 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-uGm1RdIWh9 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uGm1RdIWh9 .card-title {
  padding: 0;
  margin: 0;
}
.cid-uGm1RdIWh9 .card-wrapper {
  border: 1px solid #5d95fb;
  padding: 0.6rem;
  background: #5d95fb;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGm1RdIWh9 .card-wrapper {
    width: 100%;
  }
}
.cid-uGm1RdIWh9 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-uGm1RdIWh9 .card-title,
.cid-uGm1RdIWh9 .card-icon {
  color: #ffffff;
  text-align: left;
}
.cid-uGm1RdIWh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGm1RdIWh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmc1Hhssc {
  padding-top: 150px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uGmc1Hhssc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmc1Hhssc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmc1Hhssc img {
  object-fit: cover;
}
.cid-uGmc1Hhssc .mbr-text,
.cid-uGmc1Hhssc .mbr-section-btn {
  color: #060046;
}
.cid-uGmc1Hhssc .mbr-section-title {
  color: #060046;
}
.cid-uGmc1Hhssc .mbr-section-subtitle {
  color: #060046;
}
.cid-uGm7gG00gb {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #e5e7ee;
}
.cid-uGm7gG00gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGm7gG00gb .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-uGm7gG00gb .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGm7gG00gb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGm7gG00gb .row {
  justify-content: space-between;
}
.cid-uGm7gG00gb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uGm7gG00gb .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uGm7gG00gb .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGm7gG00gb .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uGm7gG00gb .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uGm7gG00gb .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uGm7gG00gb .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #5d95fb;
  border: 1px solid #5d95fb;
  border-radius: 100%;
}
.cid-uGm7gG00gb .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uGm7gG00gb .mbr-section-title {
  color: #000000;
}
.cid-uGm7gG00gb .card-title {
  color: #060046;
}
.cid-uGm7gG00gb .mbr-section-title,
.cid-uGm7gG00gb .mbr-section-btn {
  color: #060046;
}
.cid-uGm1ReoUdF {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #e5e7ee;
}
.cid-uGm1ReoUdF .justify-content-center {
  align-items: center;
}
.cid-uGm1ReoUdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGm1ReoUdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGm1ReoUdF .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uGm1ReoUdF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGm1ReoUdF .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uGm1ReoUdF .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uGm1ReoUdF .row {
  align-items: center;
}
.cid-uGm1ReoUdF .card-text {
  color: #060046;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGm1ReoUdF .card-text {
    text-align: center;
  }
}
.cid-uGm1RfKzjV {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGm1RfKzjV .justify-content-center {
  align-items: center;
}
.cid-uGm1RfKzjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGm1RfKzjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGm1RfKzjV .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uGm1RfKzjV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGm1RfKzjV .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uGm1RfKzjV .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uGm1RfKzjV .row {
  align-items: center;
}
.cid-uGm1RfKzjV .card-text {
  color: #060046;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGm1RfKzjV .card-text {
    text-align: center;
  }
}
.cid-uGm1Rg0bfv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGm1Rg0bfv .item:focus,
.cid-uGm1Rg0bfv span:focus {
  outline: none;
}
.cid-uGm1Rg0bfv .item {
  cursor: pointer;
}
.cid-uGm1Rg0bfv .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 767px) {
  .cid-uGm1Rg0bfv .grid-container {
    grid-row-gap: 12px;
  }
}
.cid-uGm1Rg0bfv .grid-container-1,
.cid-uGm1Rg0bfv .grid-container-2,
.cid-uGm1Rg0bfv .grid-container-3 {
  gap: 0 12px;
}
@media (max-width: 767px) {
  .cid-uGm1Rg0bfv .grid-container-1,
  .cid-uGm1Rg0bfv .grid-container-2,
  .cid-uGm1Rg0bfv .grid-container-3 {
    gap: 0 12px;
  }
}
.cid-uGm1Rg0bfv .mbr-section-title {
  margin-bottom: 55px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGm1Rg0bfv .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGm1Rg0bfv .mbr-text,
.cid-uGm1Rg0bfv .mbr-section-btn {
  color: #000000;
}
.cid-uGm1Rg0bfv .content-head {
  max-width: 800px;
}
.cid-uGm1Rg0bfv .container,
.cid-uGm1Rg0bfv .container-fluid {
  overflow: hidden;
}
.cid-uGm1Rg0bfv .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGm1Rg0bfv .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGm1Rg0bfv .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 415px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 1200px) {
  .cid-uGm1Rg0bfv .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uGm1Rg0bfv .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGm1Rg0bfv .grid-container-1,
.cid-uGm1Rg0bfv .grid-container-2,
.cid-uGm1Rg0bfv .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGm1Rg0bfv .grid-container-1 {
  align-items: flex-end;
}
.cid-uGm1Rg0bfv .grid-container-2 {
  align-items: flex-start;
}
.cid-uGm1Rghb2G {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #060046;
}
.cid-uGm1Rghb2G .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uGm1Rghb2G .social-row {
    justify-content: center;
  }
  .cid-uGm1Rghb2G .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-uGm1Rghb2G .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uGm1Rghb2G a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGm1Rghb2G .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uGm1Rghb2G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uGm1Rghb2G .soc-item:hover .mbr-iconfont {
  color: #e5e7ee;
}
.cid-uGm1Rghb2G .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGm1Rghb2G .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGm1Rghb2G .list {
    margin-bottom: 0rem;
  }
}
.cid-uGm1Rghb2G .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uGm1Rghb2G .addres-list {
  text-align: left;
}
.cid-uGm1Rghb2G li {
  margin-bottom: .5rem;
}
.cid-uGm1Rghb2G li:hover {
  opacity: .75;
}
.cid-uGm1Rghb2G .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-uGm1Rghb2G SPAN {
  text-align: left;
}
.cid-uGm1Rghb2G .privacy-text {
  text-align: left;
}
.cid-uGm1Rghb2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGm1Rghb2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmgqH2asl .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGmgqH2asl .nav-item:focus,
.cid-uGmgqH2asl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uGmgqH2asl .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uGmgqH2asl .nav-item .nav-link {
    position: relative;
  }
  .cid-uGmgqH2asl .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e5e7ee, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uGmgqH2asl .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uGmgqH2asl .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGmgqH2asl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGmgqH2asl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGmgqH2asl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uGmgqH2asl .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-uGmgqH2asl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGmgqH2asl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060046;
}
.cid-uGmgqH2asl .navbar.opened {
  transition: all .3s;
  background: #060046 !important;
}
.cid-uGmgqH2asl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uGmgqH2asl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGmgqH2asl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGmgqH2asl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGmgqH2asl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGmgqH2asl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGmgqH2asl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGmgqH2asl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGmgqH2asl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGmgqH2asl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGmgqH2asl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uGmgqH2asl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uGmgqH2asl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGmgqH2asl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGmgqH2asl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGmgqH2asl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGmgqH2asl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGmgqH2asl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGmgqH2asl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGmgqH2asl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGmgqH2asl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGmgqH2asl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGmgqH2asl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGmgqH2asl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uGmgqH2asl .navbar.navbar-short {
  background: #060046 !important;
  min-height: 60px;
}
.cid-uGmgqH2asl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGmgqH2asl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGmgqH2asl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGmgqH2asl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGmgqH2asl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGmgqH2asl .dropdown-item.active,
.cid-uGmgqH2asl .dropdown-item:active {
  background-color: transparent;
}
.cid-uGmgqH2asl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGmgqH2asl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGmgqH2asl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGmgqH2asl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060046;
}
.cid-uGmgqH2asl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGmgqH2asl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGmgqH2asl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGmgqH2asl .navbar-buttons {
  text-align: center;
}
.cid-uGmgqH2asl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGmgqH2asl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uGmgqH2asl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGmgqH2asl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGmgqH2asl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGmgqH2asl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGmgqH2asl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGmgqH2asl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGmgqH2asl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGmgqH2asl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGmgqH2asl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uGmgqH2asl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGmgqH2asl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uGmgqH2asl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGmgqH2asl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGmgqH2asl .navbar {
    height: 77px;
  }
  .cid-uGmgqH2asl .navbar.opened {
    height: auto;
  }
  .cid-uGmgqH2asl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGmgqHp6uZ {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/16570-1000x667.jpg");
}
.cid-uGmgqHp6uZ .mbr-overlay {
  background-color: #060046;
  opacity: 0.8;
}
.cid-uGmgqHp6uZ .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uGmgqHp6uZ {
    align-items: center;
  }
  .cid-uGmgqHp6uZ .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGmgqHp6uZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGmgqHp6uZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGmgqHp6uZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGmgqHp6uZ .content-wrap {
    width: 100%;
  }
}
.cid-uGmgqHp6uZ .mbr-section-title {
  text-align: left;
}
.cid-uGmgqHp6uZ .mbr-text,
.cid-uGmgqHp6uZ .mbr-section-btn {
  text-align: left;
}
.cid-uGmgqHKGAY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5d95fb;
}
.cid-uGmgqHKGAY .card-box {
  width: fit-content;
}
.cid-uGmgqHKGAY .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-uGmgqHKGAY .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uGmgqHKGAY .card-title {
  padding: 0;
  margin: 0;
}
.cid-uGmgqHKGAY .card-wrapper {
  border: 1px solid #5d95fb;
  padding: 0.6rem;
  background: #5d95fb;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGmgqHKGAY .card-wrapper {
    width: 100%;
  }
}
.cid-uGmgqHKGAY .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-uGmgqHKGAY .card-title,
.cid-uGmgqHKGAY .card-icon {
  color: #ffffff;
  text-align: left;
}
.cid-uGmgqHKGAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmgqHKGAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmgFWyYPy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGmgFWyYPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmgFWyYPy .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-uGmgFWyYPy .container {
    padding: 0 22px;
  }
}
.cid-uGmgFWyYPy .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uGmgFWyYPy .row .card {
  justify-content: center;
}
.cid-uGmgFWyYPy .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uGmgFWyYPy .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uGmgFWyYPy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGmgFWyYPy .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uGmgFWyYPy .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uGmgFWyYPy .item:hover .item-wrapper .item-content .card-title,
.cid-uGmgFWyYPy .item:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-uGmgFWyYPy .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uGmgFWyYPy .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-uGmgFWyYPy .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uGmgFWyYPy .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uGmgFWyYPy .item a {
  display: block;
}
.cid-uGmgFWyYPy .mbr-section-title {
  color: #000000;
}
.cid-uGmgFWyYPy .mbr-text {
  color: #060046;
}
.cid-uGmgFWyYPy .card-title {
  color: #060046;
}
.cid-uGmgFWyYPy .card-desc {
  color: #060046;
}
.cid-uGmgFWyYPy .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGmgFWyYPy .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uGmgFWyYPy .mbr-section-title,
.cid-uGmgFWyYPy .mbr-section-btn {
  color: #060046;
}
.cid-uGmgP554bo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGmgP554bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmgP554bo .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-uGmgP554bo .container {
    padding: 0 22px;
  }
}
.cid-uGmgP554bo .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uGmgP554bo .row .card {
  justify-content: center;
}
.cid-uGmgP554bo .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uGmgP554bo .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uGmgP554bo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGmgP554bo .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uGmgP554bo .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uGmgP554bo .item:hover .item-wrapper .item-content .card-title,
.cid-uGmgP554bo .item:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-uGmgP554bo .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uGmgP554bo .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-uGmgP554bo .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uGmgP554bo .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uGmgP554bo .item a {
  display: block;
}
.cid-uGmgP554bo .mbr-section-title {
  color: #000000;
}
.cid-uGmgP554bo .mbr-text {
  color: #060046;
}
.cid-uGmgP554bo .card-title {
  color: #060046;
}
.cid-uGmgP554bo .card-desc {
  color: #060046;
}
.cid-uGmgP554bo .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGmgP554bo .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uGmgP554bo .mbr-section-title,
.cid-uGmgP554bo .mbr-section-btn {
  color: #060046;
}
.cid-uGmkafFCQr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGmkafFCQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmkafFCQr .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-uGmkafFCQr .container {
    padding: 0 22px;
  }
}
.cid-uGmkafFCQr .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uGmkafFCQr .row .card {
  justify-content: center;
}
.cid-uGmkafFCQr .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uGmkafFCQr .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uGmkafFCQr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGmkafFCQr .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uGmkafFCQr .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uGmkafFCQr .item:hover .item-wrapper .item-content .card-title,
.cid-uGmkafFCQr .item:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-uGmkafFCQr .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uGmkafFCQr .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-uGmkafFCQr .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uGmkafFCQr .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uGmkafFCQr .item a {
  display: block;
}
.cid-uGmkafFCQr .mbr-section-title {
  color: #000000;
}
.cid-uGmkafFCQr .mbr-text {
  color: #060046;
}
.cid-uGmkafFCQr .card-title {
  color: #060046;
}
.cid-uGmkafFCQr .card-desc {
  color: #060046;
}
.cid-uGmkafFCQr .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGmkafFCQr .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uGmkafFCQr .mbr-section-title,
.cid-uGmkafFCQr .mbr-section-btn {
  color: #060046;
}
.cid-uGmgqJafGl {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGmgqJafGl .justify-content-center {
  align-items: center;
}
.cid-uGmgqJafGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmgqJafGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGmgqJafGl .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uGmgqJafGl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGmgqJafGl .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uGmgqJafGl .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uGmgqJafGl .row {
  align-items: center;
}
.cid-uGmgqJafGl .card-text {
  color: #060046;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGmgqJafGl .card-text {
    text-align: center;
  }
}
.cid-uGmgqJuyr8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGmgqJuyr8 .item:focus,
.cid-uGmgqJuyr8 span:focus {
  outline: none;
}
.cid-uGmgqJuyr8 .item {
  cursor: pointer;
}
.cid-uGmgqJuyr8 .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 767px) {
  .cid-uGmgqJuyr8 .grid-container {
    grid-row-gap: 12px;
  }
}
.cid-uGmgqJuyr8 .grid-container-1,
.cid-uGmgqJuyr8 .grid-container-2,
.cid-uGmgqJuyr8 .grid-container-3 {
  gap: 0 12px;
}
@media (max-width: 767px) {
  .cid-uGmgqJuyr8 .grid-container-1,
  .cid-uGmgqJuyr8 .grid-container-2,
  .cid-uGmgqJuyr8 .grid-container-3 {
    gap: 0 12px;
  }
}
.cid-uGmgqJuyr8 .mbr-section-title {
  margin-bottom: 55px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGmgqJuyr8 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGmgqJuyr8 .mbr-text,
.cid-uGmgqJuyr8 .mbr-section-btn {
  color: #000000;
}
.cid-uGmgqJuyr8 .content-head {
  max-width: 800px;
}
.cid-uGmgqJuyr8 .container,
.cid-uGmgqJuyr8 .container-fluid {
  overflow: hidden;
}
.cid-uGmgqJuyr8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGmgqJuyr8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGmgqJuyr8 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 415px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 1200px) {
  .cid-uGmgqJuyr8 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uGmgqJuyr8 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGmgqJuyr8 .grid-container-1,
.cid-uGmgqJuyr8 .grid-container-2,
.cid-uGmgqJuyr8 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGmgqJuyr8 .grid-container-1 {
  align-items: flex-end;
}
.cid-uGmgqJuyr8 .grid-container-2 {
  align-items: flex-start;
}
.cid-uGmgqJOZy3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #060046;
}
.cid-uGmgqJOZy3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uGmgqJOZy3 .social-row {
    justify-content: center;
  }
  .cid-uGmgqJOZy3 .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-uGmgqJOZy3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uGmgqJOZy3 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGmgqJOZy3 .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uGmgqJOZy3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uGmgqJOZy3 .soc-item:hover .mbr-iconfont {
  color: #e5e7ee;
}
.cid-uGmgqJOZy3 .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGmgqJOZy3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGmgqJOZy3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uGmgqJOZy3 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uGmgqJOZy3 .addres-list {
  text-align: left;
}
.cid-uGmgqJOZy3 li {
  margin-bottom: .5rem;
}
.cid-uGmgqJOZy3 li:hover {
  opacity: .75;
}
.cid-uGmgqJOZy3 .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-uGmgqJOZy3 SPAN {
  text-align: left;
}
.cid-uGmgqJOZy3 .privacy-text {
  text-align: left;
}
.cid-uGmgqJOZy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGmgqJOZy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0VYRGEyF .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH0VYRGEyF .nav-item:focus,
.cid-uH0VYRGEyF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uH0VYRGEyF .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uH0VYRGEyF .nav-item .nav-link {
    position: relative;
  }
  .cid-uH0VYRGEyF .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e5e7ee, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uH0VYRGEyF .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uH0VYRGEyF .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH0VYRGEyF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH0VYRGEyF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH0VYRGEyF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-uH0VYRGEyF .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-uH0VYRGEyF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH0VYRGEyF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #060046;
}
.cid-uH0VYRGEyF .navbar.opened {
  transition: all .3s;
  background: #060046 !important;
}
.cid-uH0VYRGEyF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-uH0VYRGEyF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH0VYRGEyF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH0VYRGEyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH0VYRGEyF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uH0VYRGEyF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uH0VYRGEyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH0VYRGEyF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH0VYRGEyF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uH0VYRGEyF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH0VYRGEyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uH0VYRGEyF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uH0VYRGEyF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH0VYRGEyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH0VYRGEyF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uH0VYRGEyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH0VYRGEyF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH0VYRGEyF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uH0VYRGEyF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uH0VYRGEyF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH0VYRGEyF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH0VYRGEyF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uH0VYRGEyF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uH0VYRGEyF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uH0VYRGEyF .navbar.navbar-short {
  background: #060046 !important;
  min-height: 60px;
}
.cid-uH0VYRGEyF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uH0VYRGEyF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uH0VYRGEyF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH0VYRGEyF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH0VYRGEyF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH0VYRGEyF .dropdown-item.active,
.cid-uH0VYRGEyF .dropdown-item:active {
  background-color: transparent;
}
.cid-uH0VYRGEyF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH0VYRGEyF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH0VYRGEyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH0VYRGEyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060046;
}
.cid-uH0VYRGEyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH0VYRGEyF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH0VYRGEyF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uH0VYRGEyF .navbar-buttons {
  text-align: center;
}
.cid-uH0VYRGEyF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uH0VYRGEyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uH0VYRGEyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uH0VYRGEyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uH0VYRGEyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uH0VYRGEyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uH0VYRGEyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH0VYRGEyF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uH0VYRGEyF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uH0VYRGEyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uH0VYRGEyF .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uH0VYRGEyF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uH0VYRGEyF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uH0VYRGEyF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uH0VYRGEyF .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH0VYRGEyF .navbar {
    height: 77px;
  }
  .cid-uH0VYRGEyF .navbar.opened {
    height: auto;
  }
  .cid-uH0VYRGEyF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH0VYS7zA5 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/16570-1000x667.jpg");
}
.cid-uH0VYS7zA5 .mbr-overlay {
  background-color: #060046;
  opacity: 0.8;
}
.cid-uH0VYS7zA5 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uH0VYS7zA5 {
    align-items: center;
  }
  .cid-uH0VYS7zA5 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH0VYS7zA5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH0VYS7zA5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uH0VYS7zA5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH0VYS7zA5 .content-wrap {
    width: 100%;
  }
}
.cid-uH0VYS7zA5 .mbr-section-title {
  text-align: left;
}
.cid-uH0VYS7zA5 .mbr-text,
.cid-uH0VYS7zA5 .mbr-section-btn {
  text-align: left;
}
.cid-uH0VYSmEst {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5d95fb;
}
.cid-uH0VYSmEst .card-box {
  width: fit-content;
}
.cid-uH0VYSmEst .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-uH0VYSmEst .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uH0VYSmEst .card-title {
  padding: 0;
  margin: 0;
}
.cid-uH0VYSmEst .card-wrapper {
  border: 1px solid #5d95fb;
  padding: 0.6rem;
  background: #5d95fb;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uH0VYSmEst .card-wrapper {
    width: 100%;
  }
}
.cid-uH0VYSmEst .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-uH0VYSmEst .card-title,
.cid-uH0VYSmEst .card-icon {
  color: #ffffff;
  text-align: left;
}
.cid-uH0VYSmEst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0VYSmEst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0WfOHfO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uH0WfOHfO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0WfOHfO8 .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-uH0WfOHfO8 .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uH0WfOHfO8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH0WfOHfO8 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uH0WfOHfO8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uH0WfOHfO8 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uH0WfOHfO8 .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uH0WfOHfO8 .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uH0WfOHfO8 .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uH0WfOHfO8 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uH0WfOHfO8 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uH0WfOHfO8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uH0WfOHfO8 .mbr-section-title {
  color: #000000;
}
.cid-uH0WfOHfO8 .card-title {
  color: #000000;
}
.cid-uH0W8SDrVg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e7ee;
}
.cid-uH0W8SDrVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0W8SDrVg .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-uH0W8SDrVg .container {
    padding: 0 22px;
  }
}
.cid-uH0W8SDrVg .row {
  justify-content: space-between;
}
.cid-uH0W8SDrVg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uH0W8SDrVg .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #060046 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #060046;
  border-radius: 0;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #060046;
}
.cid-uH0W8SDrVg .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uH0W8SDrVg .mbr-section-title {
  color: #000000;
}
.cid-uH0W8SDrVg .mbr-text {
  color: #000000;
}
.cid-uH0W8SDrVg label {
  color: #000000;
}
.cid-uH0VYTqBDZ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uH0VYTqBDZ .justify-content-center {
  align-items: center;
}
.cid-uH0VYTqBDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0VYTqBDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0VYTqBDZ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uH0VYTqBDZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH0VYTqBDZ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uH0VYTqBDZ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uH0VYTqBDZ .row {
  align-items: center;
}
.cid-uH0VYTqBDZ .card-text {
  color: #060046;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uH0VYTqBDZ .card-text {
    text-align: center;
  }
}
.cid-uH0VYTFJRq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uH0VYTFJRq .item:focus,
.cid-uH0VYTFJRq span:focus {
  outline: none;
}
.cid-uH0VYTFJRq .item {
  cursor: pointer;
}
.cid-uH0VYTFJRq .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 767px) {
  .cid-uH0VYTFJRq .grid-container {
    grid-row-gap: 12px;
  }
}
.cid-uH0VYTFJRq .grid-container-1,
.cid-uH0VYTFJRq .grid-container-2,
.cid-uH0VYTFJRq .grid-container-3 {
  gap: 0 12px;
}
@media (max-width: 767px) {
  .cid-uH0VYTFJRq .grid-container-1,
  .cid-uH0VYTFJRq .grid-container-2,
  .cid-uH0VYTFJRq .grid-container-3 {
    gap: 0 12px;
  }
}
.cid-uH0VYTFJRq .mbr-section-title {
  margin-bottom: 55px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH0VYTFJRq .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH0VYTFJRq .mbr-text,
.cid-uH0VYTFJRq .mbr-section-btn {
  color: #000000;
}
.cid-uH0VYTFJRq .content-head {
  max-width: 800px;
}
.cid-uH0VYTFJRq .container,
.cid-uH0VYTFJRq .container-fluid {
  overflow: hidden;
}
.cid-uH0VYTFJRq .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uH0VYTFJRq .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uH0VYTFJRq .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 415px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 1200px) {
  .cid-uH0VYTFJRq .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uH0VYTFJRq .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uH0VYTFJRq .grid-container-1,
.cid-uH0VYTFJRq .grid-container-2,
.cid-uH0VYTFJRq .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uH0VYTFJRq .grid-container-1 {
  align-items: flex-end;
}
.cid-uH0VYTFJRq .grid-container-2 {
  align-items: flex-start;
}
.cid-uH0VYTUYhg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #060046;
}
.cid-uH0VYTUYhg .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uH0VYTUYhg .social-row {
    justify-content: center;
  }
  .cid-uH0VYTUYhg .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-uH0VYTUYhg .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uH0VYTUYhg .soc-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uH0VYTUYhg a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cid-uH0VYTUYhg .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uH0VYTUYhg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-uH0VYTUYhg .soc-item:hover .mbr-iconfont {
  color: #e5e7ee;
}
.cid-uH0VYTUYhg .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uH0VYTUYhg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uH0VYTUYhg .list {
    margin-bottom: 0rem;
  }
}
.cid-uH0VYTUYhg .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uH0VYTUYhg .addres-list {
  text-align: left;
}
.cid-uH0VYTUYhg li {
  margin-bottom: .5rem;
}
.cid-uH0VYTUYhg li:hover {
  opacity: .75;
}
.cid-uH0VYTUYhg .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-uH0VYTUYhg SPAN {
  text-align: left;
}
.cid-uH0VYTUYhg .privacy-text {
  text-align: left;
}
.cid-uH0VYTUYhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0VYTUYhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.itemBlogList{
	padding-bottom:20px;
}
.itemBlogList .item-wrapper{
	padding:10px;
	border:1px solid #060046;
	height:100%;
}
.itemBlogList .item-wrapper:hover{
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 1);
-moz-box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 1);
box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 1);
}
.itemBlogList .item-wrapper .post-thumbnail{
	margin:0;
	padding-bottom:20px;
}
.itemBlogList .item-wrapper .post-thumbnail img{
	margin:0;
}