body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #565add !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #d1d1f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #565add !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #565add !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #565add !important;
  border-color: #565add !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #d1d1f7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  color: #1e1eab !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #d1d1f7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #d1d1f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  color: #000fef !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #d1d1f7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #d1d1f7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #d1d1f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #d1d1f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #565add;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2529b7 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #565add !important;
  border-color: #565add !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1d1f7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8787ea !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #565add !important;
}
.text-secondary {
  color: #d1d1f7 !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2226ab !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7a7ae8 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #565add;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #565add;
  border-color: #565add;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #565add;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #565add !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #565add;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #565add;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #565add;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #565add;
  border-bottom-color: #565add;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #565add !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d1d1f7 !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='%23565add' %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;
}
.cid-u7SdUfrNLz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SdUfrNLz .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SdUfrNLz nav.navbar {
  position: fixed;
}
.cid-u7SdUfrNLz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SdUfrNLz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SdUfrNLz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SdUfrNLz .dropdown-item:hover,
.cid-u7SdUfrNLz .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SdUfrNLz .dropdown-item:hover span {
  color: white;
}
.cid-u7SdUfrNLz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SdUfrNLz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SdUfrNLz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SdUfrNLz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SdUfrNLz .nav-link {
  position: relative;
}
.cid-u7SdUfrNLz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SdUfrNLz .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SdUfrNLz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SdUfrNLz .dropdown-menu,
.cid-u7SdUfrNLz .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SdUfrNLz .nav-item:focus,
.cid-u7SdUfrNLz .nav-link:focus {
  outline: none;
}
.cid-u7SdUfrNLz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SdUfrNLz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SdUfrNLz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SdUfrNLz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SdUfrNLz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SdUfrNLz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SdUfrNLz .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SdUfrNLz .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SdUfrNLz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SdUfrNLz .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SdUfrNLz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SdUfrNLz .navbar.collapsed {
  justify-content: center;
}
.cid-u7SdUfrNLz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SdUfrNLz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SdUfrNLz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SdUfrNLz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SdUfrNLz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SdUfrNLz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SdUfrNLz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SdUfrNLz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SdUfrNLz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SdUfrNLz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SdUfrNLz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SdUfrNLz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SdUfrNLz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SdUfrNLz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SdUfrNLz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SdUfrNLz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SdUfrNLz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SdUfrNLz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SdUfrNLz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SdUfrNLz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SdUfrNLz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SdUfrNLz .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SdUfrNLz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SdUfrNLz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SdUfrNLz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SdUfrNLz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SdUfrNLz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SdUfrNLz .dropdown-item.active,
.cid-u7SdUfrNLz .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SdUfrNLz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SdUfrNLz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SdUfrNLz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SdUfrNLz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SdUfrNLz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SdUfrNLz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SdUfrNLz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SdUfrNLz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SdUfrNLz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SdUfrNLz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SdUfrNLz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SdUfrNLz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SdUfrNLz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SdUfrNLz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SdUfrNLz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SdUfrNLz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SdUfrNLz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SdUfrNLz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SdUfrNLz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SdUfrNLz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SdUfrNLz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SdUfrNLz .navbar {
    height: 70px;
  }
  .cid-u7SdUfrNLz .navbar.opened {
    height: auto;
  }
  .cid-u7SdUfrNLz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SdUh1Tmy {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1483.png");
}
.cid-u7SdUh1Tmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SdUh1Tmy .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-u7SdUh1Tmy .container {
    padding: 0 30px;
  }
}
.cid-u7SdUh1Tmy .card {
  justify-content: center;
}
.cid-u7SdUh1Tmy .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SdUh1Tmy .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SdUh1Tmy .content-wrapper {
    padding: 0;
  }
}
.cid-u7SdUh1Tmy .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SdUh1Tmy .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SdUh1Tmy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SdUh1Tmy .mbr-section-title {
  color: #ffffff;
}
.cid-u7SdUh1Tmy .mbr-text {
  color: #ffffff;
}
.cid-u8dMp0kP6R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u8dMp0kP6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dMp0kP6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dMp0kP6R .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8dMp0kP6R .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-u8dMp0kP6R .row {
  flex-direction: row-reverse;
}
.cid-u8dMp0kP6R .row {
  align-items: center;
}
.cid-u8dMp0kP6R img {
  border-radius: 2rem;
}
.cid-u8dMp0kP6R .image-wrapper {
  background: #1f357f;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-u8dMp0kP6R .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dMp0kP6R .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u8dMp0kP6R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8dMp0kP6R .mbr-section-title {
  color: #2b1c50;
}
.cid-u8dMp0kP6R .mbr-text,
.cid-u8dMp0kP6R .mbr-section-btn {
  color: #3d2e7c;
}
.cid-u7SdUmcztw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
.cid-u7SdUmcztw::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #eff0ff -10%, transparent 80%);
  z-index: 1;
}
.cid-u7SdUmcztw .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7SdUmcztw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7SdUmcztw .container {
    padding: 0 16px;
  }
}
.cid-u7SdUmcztw .row {
  position: relative;
  z-index: 1;
}
.cid-u7SdUmcztw .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7SdUmcztw .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u7SdUmcztw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7SdUmcztw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-u7SdUmcztw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u7SdUmcztw .embla__slide .slide-content {
  width: 100%;
}
.cid-u7SdUmcztw .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SdUmcztw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-u7SdUmcztw .embla__button--next,
.cid-u7SdUmcztw .embla__button--prev {
  display: flex;
}
.cid-u7SdUmcztw .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #565add !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u7SdUmcztw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7SdUmcztw .embla__button:hover {
  opacity: .7 !important;
}
.cid-u7SdUmcztw .embla__button.embla__button--prev {
  left: 0;
}
.cid-u7SdUmcztw .embla__button.embla__button--next {
  right: 0;
}
.cid-u7SdUmcztw .embla {
  position: relative;
  width: 100%;
}
.cid-u7SdUmcztw .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u7SdUmcztw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7SdUmcztw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7SdUmcztw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7SdUmcztw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7SdUmcztw .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u7SdXHK19x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SdXHK19x .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SdXHK19x nav.navbar {
  position: fixed;
}
.cid-u7SdXHK19x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SdXHK19x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SdXHK19x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SdXHK19x .dropdown-item:hover,
.cid-u7SdXHK19x .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SdXHK19x .dropdown-item:hover span {
  color: white;
}
.cid-u7SdXHK19x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SdXHK19x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SdXHK19x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SdXHK19x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SdXHK19x .nav-link {
  position: relative;
}
.cid-u7SdXHK19x .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SdXHK19x .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SdXHK19x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SdXHK19x .dropdown-menu,
.cid-u7SdXHK19x .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SdXHK19x .nav-item:focus,
.cid-u7SdXHK19x .nav-link:focus {
  outline: none;
}
.cid-u7SdXHK19x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SdXHK19x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SdXHK19x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SdXHK19x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SdXHK19x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SdXHK19x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SdXHK19x .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SdXHK19x .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SdXHK19x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SdXHK19x .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SdXHK19x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SdXHK19x .navbar.collapsed {
  justify-content: center;
}
.cid-u7SdXHK19x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SdXHK19x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SdXHK19x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SdXHK19x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SdXHK19x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SdXHK19x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SdXHK19x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SdXHK19x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SdXHK19x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SdXHK19x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SdXHK19x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SdXHK19x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SdXHK19x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SdXHK19x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SdXHK19x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SdXHK19x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SdXHK19x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SdXHK19x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SdXHK19x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SdXHK19x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SdXHK19x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SdXHK19x .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SdXHK19x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SdXHK19x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SdXHK19x .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SdXHK19x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SdXHK19x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SdXHK19x .dropdown-item.active,
.cid-u7SdXHK19x .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SdXHK19x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SdXHK19x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SdXHK19x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SdXHK19x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SdXHK19x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SdXHK19x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SdXHK19x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SdXHK19x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SdXHK19x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SdXHK19x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SdXHK19x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SdXHK19x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SdXHK19x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SdXHK19x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SdXHK19x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SdXHK19x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SdXHK19x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SdXHK19x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SdXHK19x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SdXHK19x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SdXHK19x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SdXHK19x .navbar {
    height: 70px;
  }
  .cid-u7SdXHK19x .navbar.opened {
    height: auto;
  }
  .cid-u7SdXHK19x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SdXIVbjW {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x797.jpg");
}
.cid-u7SdXIVbjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SdXIVbjW .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-u7SdXIVbjW .container {
    padding: 0 30px;
  }
}
.cid-u7SdXIVbjW .card {
  justify-content: center;
}
.cid-u7SdXIVbjW .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SdXIVbjW .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SdXIVbjW .content-wrapper {
    padding: 0;
  }
}
.cid-u7SdXIVbjW .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SdXIVbjW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SdXIVbjW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SdXIVbjW .mbr-section-title {
  color: #ffffff;
}
.cid-u7SdXIVbjW .mbr-text {
  color: #ffffff;
}
.cid-u89qjPrACD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u89qjPrACD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u89qjPrACD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u89qjPrACD .mbr-text,
.cid-u89qjPrACD .mbr-section-btn {
  text-align: center;
}
.cid-u89qjPrACD .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u89qjPrACD .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u89pP7NJAN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u89pP7NJAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u89pP7NJAN .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-u89pP7NJAN .container {
    padding: 0 22px;
  }
}
.cid-u89pP7NJAN .row {
  justify-content: space-between;
}
.cid-u89pP7NJAN .row .card {
  justify-content: center;
}
.cid-u89pP7NJAN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u89pP7NJAN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u89pP7NJAN .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u89pP7NJAN .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u89pP7NJAN .image-wrapper img {
  height: 850px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u89pP7NJAN .image-wrapper img {
    height: 350px;
  }
}
.cid-u89pP7NJAN .mbr-section-title {
  color: #000000;
}
.cid-u89pP7NJAN .mbr-text {
  color: #000000;
}
.cid-u89pP7NJAN .mbr-section-title,
.cid-u89pP7NJAN .mbr-section-btn {
  color: #1f357f;
}
.cid-u89sJrw0LW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u89sJrw0LW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u89sJrw0LW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u89sJrw0LW .mbr-text,
.cid-u89sJrw0LW .mbr-section-btn {
  text-align: center;
}
.cid-u89sJrw0LW .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u89sJrw0LW .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u89spcL3Ly {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-u89spcL3Ly::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #1b224b -10%, transparent 80%);
}
.cid-u89spcL3Ly .mbr-fallback-image.disabled {
  display: none;
}
.cid-u89spcL3Ly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u89spcL3Ly .container {
    padding: 0 16px;
  }
}
.cid-u89spcL3Ly .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u89spcL3Ly .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u89spcL3Ly .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u89spcL3Ly .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u89spcL3Ly .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u89spcL3Ly .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-u89spcL3Ly .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
}
.cid-u89spcL3Ly .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-u89spcL3Ly .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u89spcL3Ly .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f1634f;
  background-color: transparent;
}
.cid-u89spcL3Ly .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-u89spcL3Ly .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u89spcL3Ly .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-u89spcL3Ly .mbr-section-title {
  color: #000000;
}
.cid-u89spcL3Ly .mbr-text {
  color: #6f6f6f;
}
.cid-u8dyhMuSXX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dyhMuSXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dyhMuSXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dyhMuSXX .mbr-text,
.cid-u8dyhMuSXX .mbr-section-btn {
  text-align: center;
}
.cid-u8dyhMuSXX .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8dyhMuSXX .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u8dy0EQpvE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8dy0EQpvE .progress {
  width: 100%;
}
.cid-u8dy0EQpvE .col-lg-6,
.cid-u8dy0EQpvE .col-12 {
  padding: 0 2rem;
}
.cid-u8dy0EQpvE .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-u8dy0EQpvE p {
  margin-bottom: 0.4rem;
}
.cid-u8dy0EQpvE .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u8dy0EQpvE img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-u8dy0EQpvE progress {
  height: 10px;
}
.cid-u8dy0EQpvE .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-u8dy0EQpvE .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u8dy0EQpvE .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u8dy0EQpvE .progress_value {
  position: relative;
}
.cid-u8dy0EQpvE .progress1 .progressbar-number:before,
.cid-u8dy0EQpvE .progress2 .progressbar-number:before,
.cid-u8dy0EQpvE .progress3 .progressbar-number:before,
.cid-u8dy0EQpvE .progress4 .progressbar-number:before,
.cid-u8dy0EQpvE .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-u8dy0EQpvE progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u8dy0EQpvE progress::-webkit-progress-value {
  background: #36187d;
}
.cid-u8dy0EQpvE progress[value]::-moz-progress-bar {
  background: #36187d;
}
.cid-u8dy0EQpvE progress::-ms-fill {
  background: #36187d;
}
.cid-u8dy0EQpvE .progress1 .progressbar-number:before {
  content: '100';
}
.cid-u8dy0EQpvE .progress2 .progressbar-number:before {
  content: '100';
}
.cid-u8dy0EQpvE .progress3 .progressbar-number:before {
  content: '100';
}
.cid-u8dy0EQpvE .progress4 .progressbar-number:before {
  content: '100';
}
.cid-u8dy0EQpvE .progress5 .progressbar-number:before {
  content: '80';
}
.cid-u8dy0EQpvE .section-content-text {
  color: #6c758f;
}
.cid-u8dy0EQpvE .progressbar-title p,
.cid-u8dy0EQpvE .progress_value {
  color: #6c758f;
}
.cid-u8dy0EQpvE .mbr-section-subtitle {
  color: #6c758f;
}
.cid-u8dy0EQpvE .section-content-title {
  color: #36187d;
}
.cid-u8dy0EQpvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy0EQpvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u7SeoHw9Zr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SeoHw9Zr .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SeoHw9Zr nav.navbar {
  position: fixed;
}
.cid-u7SeoHw9Zr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeoHw9Zr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SeoHw9Zr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SeoHw9Zr .dropdown-item:hover,
.cid-u7SeoHw9Zr .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SeoHw9Zr .dropdown-item:hover span {
  color: white;
}
.cid-u7SeoHw9Zr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SeoHw9Zr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SeoHw9Zr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SeoHw9Zr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SeoHw9Zr .nav-link {
  position: relative;
}
.cid-u7SeoHw9Zr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SeoHw9Zr .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SeoHw9Zr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SeoHw9Zr .dropdown-menu,
.cid-u7SeoHw9Zr .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SeoHw9Zr .nav-item:focus,
.cid-u7SeoHw9Zr .nav-link:focus {
  outline: none;
}
.cid-u7SeoHw9Zr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SeoHw9Zr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SeoHw9Zr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SeoHw9Zr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeoHw9Zr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SeoHw9Zr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SeoHw9Zr .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SeoHw9Zr .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SeoHw9Zr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SeoHw9Zr .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SeoHw9Zr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SeoHw9Zr .navbar.collapsed {
  justify-content: center;
}
.cid-u7SeoHw9Zr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SeoHw9Zr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SeoHw9Zr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SeoHw9Zr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SeoHw9Zr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SeoHw9Zr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SeoHw9Zr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SeoHw9Zr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SeoHw9Zr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SeoHw9Zr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SeoHw9Zr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SeoHw9Zr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SeoHw9Zr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SeoHw9Zr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SeoHw9Zr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SeoHw9Zr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SeoHw9Zr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SeoHw9Zr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SeoHw9Zr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SeoHw9Zr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SeoHw9Zr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SeoHw9Zr .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SeoHw9Zr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SeoHw9Zr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SeoHw9Zr .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SeoHw9Zr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SeoHw9Zr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SeoHw9Zr .dropdown-item.active,
.cid-u7SeoHw9Zr .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SeoHw9Zr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SeoHw9Zr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SeoHw9Zr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SeoHw9Zr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SeoHw9Zr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SeoHw9Zr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SeoHw9Zr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SeoHw9Zr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SeoHw9Zr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SeoHw9Zr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SeoHw9Zr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SeoHw9Zr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeoHw9Zr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeoHw9Zr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SeoHw9Zr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeoHw9Zr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SeoHw9Zr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SeoHw9Zr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeoHw9Zr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SeoHw9Zr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SeoHw9Zr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SeoHw9Zr .navbar {
    height: 70px;
  }
  .cid-u7SeoHw9Zr .navbar.opened {
    height: auto;
  }
  .cid-u7SeoHw9Zr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SeoID1bZ {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
}
.cid-u7SeoID1bZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeoID1bZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-u7SeoID1bZ .container {
    padding: 0 30px;
  }
}
.cid-u7SeoID1bZ .card {
  justify-content: center;
}
.cid-u7SeoID1bZ .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SeoID1bZ .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SeoID1bZ .content-wrapper {
    padding: 0;
  }
}
.cid-u7SeoID1bZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SeoID1bZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SeoID1bZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SeoID1bZ .mbr-section-title {
  color: #ffffff;
}
.cid-u7SeoID1bZ .mbr-text {
  color: #ffffff;
}
.cid-u7SeoJzsUM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7SeoJzsUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeoJzsUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7SeoJzsUM img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-u7SeoJzsUM img {
    margin-bottom: 2rem;
  }
}
.cid-u7SeoJzsUM .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-u7SeoJzsUM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-u7SeoJzsUM .card-wrapper {
    max-width: 400px;
  }
}
.cid-u7SeoJzsUM .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u7SeoJzsUM .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-u7SeoJzsUM .card-text {
  color: #726c89;
}
.cid-u7SeoJXmAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7SeoJXmAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeoJXmAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7SeoJXmAQ img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-u7SeoJXmAQ img {
    margin-bottom: 2rem;
  }
}
.cid-u7SeoJXmAQ .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-u7SeoJXmAQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-u7SeoJXmAQ .card-wrapper {
    max-width: 450px;
  }
}
.cid-u7SeoJXmAQ .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u7SeoJXmAQ .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-u7SeoJXmAQ .card-text {
  color: #726c89;
}
.cid-u7SeoKpLuw {
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7SeoKpLuw .title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u7SeoKpLuw .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-u7SeoKpLuw .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7SeoKpLuw .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-u7SeoKpLuw .item-round {
  background: #dcb688;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-u7SeoKpLuw .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-u7SeoKpLuw .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-u7SeoKpLuw p {
  line-height: 1.2;
}
.cid-u7SeoKpLuw .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-u7SeoKpLuw .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7SeoKpLuw .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7SeoKpLuw .link-icon-wrapper2 .icon-wrap2 {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7SeoKpLuw .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7SeoKpLuw .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7SeoKpLuw .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-u7SeoKpLuw .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7SeoKpLuw .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-u7SeoKpLuw .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7SeoKpLuw .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u7SeoKpLuw .image-wrapper {
    min-height: 400px;
  }
}
.cid-u7SeoKpLuw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7SeoKpLuw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7SeoKpLuw .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u7SeoKpLuw .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u7SeoKpLuw .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7SeoKpLuw .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u7SeoKpLuw .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u7SeoKpLuw .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7SeoKpLuw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u7SeoKpLuw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7SeoKpLuw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u7SeoKpLuw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7SeoKpLuw img,
.cid-u7SeoKpLuw .item-img {
  width: 100%;
  height: 100%;
}
.cid-u7SeoKpLuw .item-title2 {
  color: #111019;
}
.cid-u7SeoKpLuw .mbr-text,
.cid-u7SeoKpLuw .item .mbr-section-btn {
  text-align: center;
}
.cid-u7SeoKpLuw .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7SeoKpLuw .item2 img {
  height: 300px;
}
.cid-u7SeoKpLuw .item2:hover {
  cursor: pointer;
}
.cid-u7SeoKpLuw .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7SeoKpLuw .item-title {
  color: #000000;
}
.cid-u7SeoKVpQG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7SeoKVpQG .item-img {
  position: relative;
}
.cid-u7SeoKVpQG .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7SeoKVpQG .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7SeoKVpQG .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u7SeoKVpQG .item1 {
  padding-bottom: 2rem;
}
.cid-u7SeoKVpQG .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7SeoKVpQG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7SeoKVpQG .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7SeoKVpQG .item1,
.cid-u7SeoKVpQG .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7SeoKVpQG .item1 .item:hover,
.cid-u7SeoKVpQG .item .item:hover {
  cursor: pointer;
}
.cid-u7SeoKVpQG .item1:hover .link-icon-wrapper span,
.cid-u7SeoKVpQG .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7SeoKVpQG .item1:hover img,
.cid-u7SeoKVpQG .item:hover img {
  transform: scale(1.05);
}
.cid-u7SeoKVpQG .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7SeoKVpQG .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7SeoKVpQG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7SeoKVpQG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7SeoKVpQG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7SeoKVpQG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7SeoKVpQG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7SeoKVpQG .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7SeoKVpQG .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7SeoKVpQG img,
.cid-u7SeoKVpQG .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-u7SeoKVpQG .item:focus,
.cid-u7SeoKVpQG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7SeoKVpQG .item {
    margin-bottom: 1rem;
  }
}
.cid-u7SeoKVpQG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7SeoKVpQG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7SeoKVpQG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7SeoKVpQG .mbr-section-subtitle,
.cid-u7SeoKVpQG .subtitle-wrap,
.cid-u7SeoKVpQG .mbr-section-btn {
  text-align: left;
}
.cid-u7SeoKVpQG .mbr-text,
.cid-u7SeoKVpQG .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7SeoLvyh5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7SeoLvyh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeoLvyh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7SeoLvyh5 .row {
  flex-direction: row-reverse;
}
.cid-u7SeoLvyh5 .row {
  align-items: center;
}
.cid-u7SeoLvyh5 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u7SeoLvyh5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7SeoLvyh5 .mbr-section-title {
  color: #140b2a;
}
.cid-u7SeoLvyh5 .mbr-text,
.cid-u7SeoLvyh5 .mbr-section-btn {
  color: #232323;
}
.cid-u7SeoM48qn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7SeoM48qn .links {
  color: #1f357f;
}
.cid-u7SeoM48qn .styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #dc0000;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.cid-u7SeoM48qn .styled:hover {
  background-color: #ff0000;
}
.cid-u7SeoM48qn .styled:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.cid-u7SeoM48qn .titre {
  font-weight: bold;
}
.cid-u7SeoM48qn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeoM48qn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7SeoM48qn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7SeoM48qn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7SeoM48qn .container {
    padding: 0 24px;
  }
}
.cid-u7SeoM48qn .row {
  justify-content: center;
}
.cid-u7SeoM48qn .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7SeoM48qn .item {
    margin-bottom: 32px;
  }
}
.cid-u7SeoM48qn .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #00ccbd;
  background-color: #e5faf9;
}
.cid-u7SeoM48qn .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-u7SeoM48qn .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7SeoM48qn .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u7SeoM48qn .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  font-size: 40px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-u7SeoM48qn .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-u7SeoM48qn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u7SeoM48qn .card-title {
  color: #262642;
}
.cid-u7SeoM48qn .card-text {
  color: #8e8ead;
}
.cid-u7SeoM48qn .card-title,
.cid-u7SeoM48qn .iconfont-wrapper {
  color: #000000;
}
.cid-u7SeoMB7iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
.cid-u7SeoMB7iz::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #eff0ff -10%, transparent 80%);
  z-index: 1;
}
.cid-u7SeoMB7iz .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7SeoMB7iz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7SeoMB7iz .container {
    padding: 0 16px;
  }
}
.cid-u7SeoMB7iz .row {
  position: relative;
  z-index: 1;
}
.cid-u7SeoMB7iz .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7SeoMB7iz .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u7SeoMB7iz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7SeoMB7iz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-u7SeoMB7iz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u7SeoMB7iz .embla__slide .slide-content {
  width: 100%;
}
.cid-u7SeoMB7iz .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SeoMB7iz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-u7SeoMB7iz .embla__button--next,
.cid-u7SeoMB7iz .embla__button--prev {
  display: flex;
}
.cid-u7SeoMB7iz .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #565add !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u7SeoMB7iz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7SeoMB7iz .embla__button:hover {
  opacity: .7 !important;
}
.cid-u7SeoMB7iz .embla__button.embla__button--prev {
  left: 0;
}
.cid-u7SeoMB7iz .embla__button.embla__button--next {
  right: 0;
}
.cid-u7SeoMB7iz .embla {
  position: relative;
  width: 100%;
}
.cid-u7SeoMB7iz .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u7SeoMB7iz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7SeoMB7iz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7SeoMB7iz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7SeoMB7iz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7SeoMB7iz .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u7SeLNBaNT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SeLNBaNT .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SeLNBaNT nav.navbar {
  position: fixed;
}
.cid-u7SeLNBaNT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeLNBaNT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SeLNBaNT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SeLNBaNT .dropdown-item:hover,
.cid-u7SeLNBaNT .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SeLNBaNT .dropdown-item:hover span {
  color: white;
}
.cid-u7SeLNBaNT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SeLNBaNT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SeLNBaNT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SeLNBaNT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SeLNBaNT .nav-link {
  position: relative;
}
.cid-u7SeLNBaNT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SeLNBaNT .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SeLNBaNT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SeLNBaNT .dropdown-menu,
.cid-u7SeLNBaNT .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SeLNBaNT .nav-item:focus,
.cid-u7SeLNBaNT .nav-link:focus {
  outline: none;
}
.cid-u7SeLNBaNT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SeLNBaNT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SeLNBaNT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SeLNBaNT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeLNBaNT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SeLNBaNT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SeLNBaNT .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SeLNBaNT .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SeLNBaNT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SeLNBaNT .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SeLNBaNT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SeLNBaNT .navbar.collapsed {
  justify-content: center;
}
.cid-u7SeLNBaNT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SeLNBaNT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SeLNBaNT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SeLNBaNT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SeLNBaNT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SeLNBaNT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SeLNBaNT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SeLNBaNT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SeLNBaNT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SeLNBaNT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SeLNBaNT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SeLNBaNT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SeLNBaNT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SeLNBaNT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SeLNBaNT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SeLNBaNT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SeLNBaNT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SeLNBaNT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SeLNBaNT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SeLNBaNT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SeLNBaNT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SeLNBaNT .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SeLNBaNT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SeLNBaNT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SeLNBaNT .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SeLNBaNT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SeLNBaNT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SeLNBaNT .dropdown-item.active,
.cid-u7SeLNBaNT .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SeLNBaNT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SeLNBaNT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SeLNBaNT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SeLNBaNT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SeLNBaNT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SeLNBaNT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SeLNBaNT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SeLNBaNT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SeLNBaNT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SeLNBaNT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SeLNBaNT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SeLNBaNT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeLNBaNT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeLNBaNT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SeLNBaNT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeLNBaNT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SeLNBaNT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SeLNBaNT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeLNBaNT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SeLNBaNT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SeLNBaNT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SeLNBaNT .navbar {
    height: 70px;
  }
  .cid-u7SeLNBaNT .navbar.opened {
    height: auto;
  }
  .cid-u7SeLNBaNT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SeLPuVbQ {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/istockphoto-1331943958-612x348.jpg");
}
.cid-u7SeLPuVbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeLPuVbQ .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-u7SeLPuVbQ .container {
    padding: 0 30px;
  }
}
.cid-u7SeLPuVbQ .card {
  justify-content: center;
}
.cid-u7SeLPuVbQ .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SeLPuVbQ .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SeLPuVbQ .content-wrapper {
    padding: 0;
  }
}
.cid-u7SeLPuVbQ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SeLPuVbQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SeLPuVbQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SeLPuVbQ .mbr-section-title {
  color: #ffffff;
}
.cid-u7SeLPuVbQ .mbr-text {
  color: #ffffff;
}
.cid-u8oLkvKeMc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8oLkvKeMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oLkvKeMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oLkvKeMc .mbr-text,
.cid-u8oLkvKeMc .mbr-section-btn {
  text-align: center;
}
.cid-u8oLkvKeMc .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8oLkvKeMc .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u8oN7VfW3q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u8oN7VfW3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oN7VfW3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oN7VfW3q .mbr-text,
.cid-u8oN7VfW3q .mbr-section-btn {
  text-align: center;
}
.cid-u8oN7VfW3q .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8oN7VfW3q .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u8oPqOQYov {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8oPqOQYov .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oPqOQYov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oPqOQYov .mbr-text,
.cid-u8oPqOQYov .mbr-section-btn {
  text-align: center;
}
.cid-u8oPqOQYov .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8oPqOQYov .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u8oOWfxzyh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8oOWfxzyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oOWfxzyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oOWfxzyh .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8oOWfxzyh .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8oOWfxzyh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8oOWfxzyh .container {
    padding: 0 20px;
  }
}
.cid-u8oOWfxzyh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8oOWfxzyh .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8oOWfxzyh .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8oOWfxzyh .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #1b224b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8oOWfxzyh .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8oOWfxzyh .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8oOWfxzyh .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8oOWfxzyh .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8oOWfxzyh .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8oOWfxzyh .mbr-desc {
  color: #000000;
}
.cid-u8oOWfxzyh .panel-number {
  color: #000000;
}
.cid-u8oOWfxzyh .panel-title-edit {
  color: #000000;
}
.cid-u8oOWfxzyh .panel-text {
  color: #9a9a9a;
}
.cid-u8oMUzRz78 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u8oMUzRz78 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u8oMUzRz78 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u8oMUzRz78 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u8oMUzRz78 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8oMUzRz78 .mbr-text {
  color: #3d5943;
}
.cid-u8p1cpYPFs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8p1cpYPFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8p1cpYPFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8p1cpYPFs .mbr-text,
.cid-u8p1cpYPFs .mbr-section-btn {
  text-align: center;
}
.cid-u8p1cpYPFs .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8p1cpYPFs .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u7SeSpgt0Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SeSpgt0Y .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SeSpgt0Y nav.navbar {
  position: fixed;
}
.cid-u7SeSpgt0Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeSpgt0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SeSpgt0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SeSpgt0Y .dropdown-item:hover,
.cid-u7SeSpgt0Y .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SeSpgt0Y .dropdown-item:hover span {
  color: white;
}
.cid-u7SeSpgt0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SeSpgt0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SeSpgt0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SeSpgt0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SeSpgt0Y .nav-link {
  position: relative;
}
.cid-u7SeSpgt0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SeSpgt0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SeSpgt0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SeSpgt0Y .dropdown-menu,
.cid-u7SeSpgt0Y .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SeSpgt0Y .nav-item:focus,
.cid-u7SeSpgt0Y .nav-link:focus {
  outline: none;
}
.cid-u7SeSpgt0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SeSpgt0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SeSpgt0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SeSpgt0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeSpgt0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SeSpgt0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SeSpgt0Y .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SeSpgt0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SeSpgt0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SeSpgt0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SeSpgt0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SeSpgt0Y .navbar.collapsed {
  justify-content: center;
}
.cid-u7SeSpgt0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SeSpgt0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SeSpgt0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SeSpgt0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SeSpgt0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SeSpgt0Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SeSpgt0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SeSpgt0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SeSpgt0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SeSpgt0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SeSpgt0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SeSpgt0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SeSpgt0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SeSpgt0Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SeSpgt0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SeSpgt0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SeSpgt0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SeSpgt0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SeSpgt0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SeSpgt0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SeSpgt0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SeSpgt0Y .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SeSpgt0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SeSpgt0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SeSpgt0Y .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SeSpgt0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SeSpgt0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SeSpgt0Y .dropdown-item.active,
.cid-u7SeSpgt0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SeSpgt0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SeSpgt0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SeSpgt0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SeSpgt0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SeSpgt0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SeSpgt0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SeSpgt0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SeSpgt0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SeSpgt0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SeSpgt0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SeSpgt0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SeSpgt0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeSpgt0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeSpgt0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SeSpgt0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeSpgt0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SeSpgt0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SeSpgt0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeSpgt0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SeSpgt0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SeSpgt0Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SeSpgt0Y .navbar {
    height: 70px;
  }
  .cid-u7SeSpgt0Y .navbar.opened {
    height: auto;
  }
  .cid-u7SeSpgt0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SeSszQ6U {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/3110-sponsor-1200x800.jpg");
}
.cid-u7SeSszQ6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeSszQ6U .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-u7SeSszQ6U .container {
    padding: 0 30px;
  }
}
.cid-u7SeSszQ6U .card {
  justify-content: center;
}
.cid-u7SeSszQ6U .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SeSszQ6U .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SeSszQ6U .content-wrapper {
    padding: 0;
  }
}
.cid-u7SeSszQ6U .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SeSszQ6U .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SeSszQ6U .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SeSszQ6U .mbr-section-title {
  color: #ffffff;
}
.cid-u7SeSszQ6U .mbr-text {
  color: #ffffff;
}
.cid-u8p4gzJJth {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8p4gzJJth .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8p4gzJJth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8p4gzJJth .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8p4gzJJth .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8p4gzJJth .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8p4gzJJth .container {
    padding: 0 16px;
  }
}
.cid-u8p4gzJJth .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8p4gzJJth .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u8p4gzJJth .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-u8p4gzJJth .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-u8p4gzJJth .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-u8p4gzJJth .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-u8p4gzJJth .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-u8p4gzJJth .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8p4gzJJth .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u8p4gzJJth .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8p4gzJJth .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-u8p4gzJJth .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8p4gzJJth .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u8p4gzJJth .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8p4gzJJth .mbr-desc {
  color: #1c1c1c;
}
.cid-u8p4gzJJth .mbr-text {
  color: #1c1c1c;
}
.cid-u8paKv8crP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-u8paKv8crP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8paKv8crP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8paKv8crP .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-u8paKv8crP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8paKv8crP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8paKv8crP .container {
    padding: 0 16px;
  }
}
.cid-u8paKv8crP .image-wrapper {
  height: 100%;
}
.cid-u8paKv8crP .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u8paKv8crP .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-u8paKv8crP .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-u8paKv8crP .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-u8paKv8crP .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-u8paKv8crP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8paKv8crP .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u8paKv8crP .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u8paKv8crP .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u8paKv8crP .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8paKv8crP .mbr-text {
  color: #1c1c1c;
}
.cid-u8pdcVuzci {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u8pdcVuzci .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pdcVuzci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pdcVuzci .mbr-text,
.cid-u8pdcVuzci .mbr-section-btn {
  text-align: center;
}
.cid-u8pdcVuzci .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8pdcVuzci .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u8pdagNXYZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8pdagNXYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pdagNXYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pdagNXYZ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8pdagNXYZ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8pdagNXYZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8pdagNXYZ .container {
    padding: 0 20px;
  }
}
.cid-u8pdagNXYZ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8pdagNXYZ .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8pdagNXYZ .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8pdagNXYZ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #1b224b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8pdagNXYZ .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8pdagNXYZ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8pdagNXYZ .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8pdagNXYZ .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8pdagNXYZ .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8pdagNXYZ .mbr-desc {
  color: #000000;
}
.cid-u8pdagNXYZ .panel-number {
  color: #000000;
}
.cid-u8pdagNXYZ .panel-title-edit {
  color: #000000;
}
.cid-u8pdagNXYZ .panel-text {
  color: #9a9a9a;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u7SeVJMdcn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SeVJMdcn .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SeVJMdcn nav.navbar {
  position: fixed;
}
.cid-u7SeVJMdcn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeVJMdcn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SeVJMdcn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SeVJMdcn .dropdown-item:hover,
.cid-u7SeVJMdcn .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SeVJMdcn .dropdown-item:hover span {
  color: white;
}
.cid-u7SeVJMdcn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SeVJMdcn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SeVJMdcn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SeVJMdcn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SeVJMdcn .nav-link {
  position: relative;
}
.cid-u7SeVJMdcn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SeVJMdcn .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SeVJMdcn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SeVJMdcn .dropdown-menu,
.cid-u7SeVJMdcn .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SeVJMdcn .nav-item:focus,
.cid-u7SeVJMdcn .nav-link:focus {
  outline: none;
}
.cid-u7SeVJMdcn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SeVJMdcn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SeVJMdcn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SeVJMdcn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeVJMdcn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SeVJMdcn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SeVJMdcn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SeVJMdcn .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SeVJMdcn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SeVJMdcn .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SeVJMdcn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SeVJMdcn .navbar.collapsed {
  justify-content: center;
}
.cid-u7SeVJMdcn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SeVJMdcn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SeVJMdcn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SeVJMdcn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SeVJMdcn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SeVJMdcn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SeVJMdcn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SeVJMdcn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SeVJMdcn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SeVJMdcn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SeVJMdcn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SeVJMdcn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SeVJMdcn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SeVJMdcn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SeVJMdcn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SeVJMdcn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SeVJMdcn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SeVJMdcn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SeVJMdcn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SeVJMdcn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SeVJMdcn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SeVJMdcn .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SeVJMdcn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SeVJMdcn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SeVJMdcn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SeVJMdcn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SeVJMdcn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SeVJMdcn .dropdown-item.active,
.cid-u7SeVJMdcn .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SeVJMdcn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SeVJMdcn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SeVJMdcn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SeVJMdcn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SeVJMdcn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SeVJMdcn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SeVJMdcn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SeVJMdcn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SeVJMdcn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SeVJMdcn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SeVJMdcn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SeVJMdcn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeVJMdcn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeVJMdcn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SeVJMdcn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeVJMdcn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SeVJMdcn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SeVJMdcn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeVJMdcn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SeVJMdcn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SeVJMdcn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SeVJMdcn .navbar {
    height: 70px;
  }
  .cid-u7SeVJMdcn .navbar.opened {
    height: auto;
  }
  .cid-u7SeVJMdcn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SeVKWPlH {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/48543-1000x667.jpg");
}
.cid-u7SeVKWPlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeVKWPlH .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-u7SeVKWPlH .container {
    padding: 0 30px;
  }
}
.cid-u7SeVKWPlH .card {
  justify-content: center;
}
.cid-u7SeVKWPlH .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SeVKWPlH .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SeVKWPlH .content-wrapper {
    padding: 0;
  }
}
.cid-u7SeVKWPlH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SeVKWPlH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SeVKWPlH .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SeVKWPlH .mbr-section-title {
  color: #ffffff;
}
.cid-u7SeVKWPlH .mbr-text {
  color: #ffffff;
}
.cid-u9aAyFXvcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9aAyFXvcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aAyFXvcF .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-u9aAyFXvcF .container {
    padding: 0 22px;
  }
}
.cid-u9aAyFXvcF .card {
  justify-content: center;
}
.cid-u9aAyFXvcF .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u9aAyFXvcF .content-wrapper {
    padding: 0;
  }
}
.cid-u9aAyFXvcF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9aAyFXvcF .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u9aAyFXvcF .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-u9aAyFXvcF .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u9aAyFXvcF .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9aAyFXvcF .image-wrapper img {
    height: 350px;
  }
}
.cid-u9aAyFXvcF .mbr-section-title {
  color: #ffffff;
}
.cid-u9aAyFXvcF .mbr-text {
  color: #111019;
}
.cid-u9aAyFXvcF .mbr-section-title,
.cid-u9aAyFXvcF .mbr-section-btn {
  color: #140b2a;
}
.cid-u9aBibSJyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9aBibSJyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aBibSJyO .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-u9aBibSJyO .container {
    padding: 0 22px;
  }
}
.cid-u9aBibSJyO .card {
  justify-content: center;
}
.cid-u9aBibSJyO .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9aBibSJyO .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9aBibSJyO .content-wrapper {
    padding: 0;
  }
}
.cid-u9aBibSJyO .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9aBibSJyO .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u9aBibSJyO .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-u9aBibSJyO .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9aBibSJyO .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u9aBibSJyO .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9aBibSJyO .image-wrapper img {
    height: 350px;
  }
}
.cid-u9aBibSJyO .mbr-section-title {
  color: #ffffff;
}
.cid-u9aBibSJyO .mbr-text {
  color: #111019;
}
.cid-u9aBibSJyO .mbr-section-title,
.cid-u9aBibSJyO .mbr-section-btn {
  color: #140b2a;
}
.cid-u9aCMgpdkO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9aCMgpdkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aCMgpdkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9aCMgpdkO .mbr-text,
.cid-u9aCMgpdkO .mbr-section-btn {
  text-align: center;
}
.cid-u9aCMgpdkO .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9aCMgpdkO .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9aDmL5hO6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9aDmL5hO6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u9aDmL5hO6 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u9aDmL5hO6 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #eff0ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u9aDmL5hO6 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9aDmL5hO6 .mbr-text {
  color: #3d5943;
}
.cid-u9aE86MGvh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .container {
    padding: 0 22px;
  }
}
.cid-u9aE86MGvh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9aE86MGvh .content-wrapper {
  padding: 40px 0;
  display: flex;
  align-items: center;
  min-height: 455px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .content-wrapper {
    display: block;
  }
}
.cid-u9aE86MGvh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u9aE86MGvh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9aE86MGvh .embla__slide .slide-content {
  width: 100%;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .rating-wrapper {
  margin-bottom: 20px;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 30px;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap .item-desc {
  padding-right: 10px;
  margin-bottom: 0;
}
.cid-u9aE86MGvh .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap .item-date {
  padding-left: 10px;
  border-left: 1px solid #dadada;
  margin-bottom: 0;
}
.cid-u9aE86MGvh .embla__button--next,
.cid-u9aE86MGvh .embla__button--prev {
  display: flex;
}
.cid-u9aE86MGvh .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #000305 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u9aE86MGvh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9aE86MGvh .embla__button:hover {
  opacity: 1 !important;
}
.cid-u9aE86MGvh .embla__button.embla__button--prev {
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-u9aE86MGvh .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9aE86MGvh .card {
  justify-content: center;
}
.cid-u9aE86MGvh .embla {
  position: relative;
  width: 60%;
  padding: 0 104px;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .embla {
    width: 100%;
    padding: 0 20px 4rem;
  }
}
.cid-u9aE86MGvh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9aE86MGvh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9aE86MGvh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9aE86MGvh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9aE86MGvh .image-wrapper {
  width: 40%;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .image-wrapper {
    width: 100%;
  }
}
.cid-u9aE86MGvh .image-wrapper img {
  position: absolute;
  top: -5rem;
  right: -2rem;
  height: 400px;
  width: 80%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9aE86MGvh .image-wrapper img {
    position: static;
    width: 100%;
  }
}
.cid-u9aE86MGvh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9aE86MGvh .item-text {
  color: #000305;
}
.cid-u9aE86MGvh .item-desc {
  color: #000305;
}
.cid-u9aE86MGvh .item-date {
  color: #b0b0b0;
}
.cid-u9aE86MGvh .mbr-rating {
  color: #000305;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u7SeXwftvg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SeXwftvg .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SeXwftvg nav.navbar {
  position: fixed;
}
.cid-u7SeXwftvg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeXwftvg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SeXwftvg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SeXwftvg .dropdown-item:hover,
.cid-u7SeXwftvg .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SeXwftvg .dropdown-item:hover span {
  color: white;
}
.cid-u7SeXwftvg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SeXwftvg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SeXwftvg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SeXwftvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SeXwftvg .nav-link {
  position: relative;
}
.cid-u7SeXwftvg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SeXwftvg .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SeXwftvg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SeXwftvg .dropdown-menu,
.cid-u7SeXwftvg .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SeXwftvg .nav-item:focus,
.cid-u7SeXwftvg .nav-link:focus {
  outline: none;
}
.cid-u7SeXwftvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SeXwftvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SeXwftvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SeXwftvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SeXwftvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SeXwftvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SeXwftvg .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SeXwftvg .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SeXwftvg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SeXwftvg .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SeXwftvg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SeXwftvg .navbar.collapsed {
  justify-content: center;
}
.cid-u7SeXwftvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SeXwftvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SeXwftvg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SeXwftvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SeXwftvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SeXwftvg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SeXwftvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SeXwftvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SeXwftvg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SeXwftvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SeXwftvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SeXwftvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SeXwftvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SeXwftvg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SeXwftvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SeXwftvg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SeXwftvg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SeXwftvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SeXwftvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SeXwftvg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SeXwftvg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SeXwftvg .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SeXwftvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SeXwftvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SeXwftvg .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SeXwftvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SeXwftvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SeXwftvg .dropdown-item.active,
.cid-u7SeXwftvg .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SeXwftvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SeXwftvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SeXwftvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SeXwftvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SeXwftvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SeXwftvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SeXwftvg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SeXwftvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SeXwftvg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SeXwftvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SeXwftvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SeXwftvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeXwftvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SeXwftvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SeXwftvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeXwftvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SeXwftvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SeXwftvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SeXwftvg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SeXwftvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SeXwftvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SeXwftvg .navbar {
    height: 70px;
  }
  .cid-u7SeXwftvg .navbar.opened {
    height: auto;
  }
  .cid-u7SeXwftvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SeXy8EQi {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/108506-1000x667.jpg");
}
.cid-u7SeXy8EQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SeXy8EQi .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-u7SeXy8EQi .container {
    padding: 0 30px;
  }
}
.cid-u7SeXy8EQi .card {
  justify-content: center;
}
.cid-u7SeXy8EQi .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SeXy8EQi .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SeXy8EQi .content-wrapper {
    padding: 0;
  }
}
.cid-u7SeXy8EQi .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SeXy8EQi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SeXy8EQi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SeXy8EQi .mbr-section-title {
  color: #ffffff;
}
.cid-u7SeXy8EQi .mbr-text {
  color: #ffffff;
}
.cid-u9aLPUTepH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9aLPUTepH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aLPUTepH .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-u9aLPUTepH .container {
    padding: 0 22px;
  }
}
.cid-u9aLPUTepH .card {
  justify-content: center;
}
.cid-u9aLPUTepH .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u9aLPUTepH .content-wrapper {
    padding: 0;
  }
}
.cid-u9aLPUTepH .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9aLPUTepH .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u9aLPUTepH .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-u9aLPUTepH .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u9aLPUTepH .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9aLPUTepH .image-wrapper img {
    height: 350px;
  }
}
.cid-u9aLPUTepH .mbr-section-title {
  color: #ffffff;
}
.cid-u9aLPUTepH .mbr-text {
  color: #111019;
}
.cid-u9aLPUTepH .mbr-section-title,
.cid-u9aLPUTepH .mbr-section-btn {
  color: #140b2a;
}
.cid-u9aM4AJgxY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9aM4AJgxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aM4AJgxY .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-u9aM4AJgxY .container {
    padding: 0 22px;
  }
}
.cid-u9aM4AJgxY .card {
  justify-content: center;
}
.cid-u9aM4AJgxY .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9aM4AJgxY .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9aM4AJgxY .content-wrapper {
    padding: 0;
  }
}
.cid-u9aM4AJgxY .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9aM4AJgxY .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u9aM4AJgxY .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-u9aM4AJgxY .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9aM4AJgxY .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u9aM4AJgxY .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9aM4AJgxY .image-wrapper img {
    height: 350px;
  }
}
.cid-u9aM4AJgxY .mbr-section-title {
  color: #ffffff;
}
.cid-u9aM4AJgxY .mbr-text {
  color: #111019;
}
.cid-u9aM4AJgxY .mbr-section-title,
.cid-u9aM4AJgxY .mbr-section-btn {
  color: #140b2a;
}
.cid-u9aMQNaCKo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9aMQNaCKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aMQNaCKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9aMQNaCKo .mbr-text,
.cid-u9aMQNaCKo .mbr-section-btn {
  text-align: center;
}
.cid-u9aMQNaCKo .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9aMQNaCKo .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9aN2Qo4Wn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9aN2Qo4Wn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u9aN2Qo4Wn .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u9aN2Qo4Wn .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u9aN2Qo4Wn .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9aN2Qo4Wn .mbr-text {
  color: #3d5943;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u7Sf67Taa5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7Sf67Taa5 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7Sf67Taa5 nav.navbar {
  position: fixed;
}
.cid-u7Sf67Taa5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7Sf67Taa5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7Sf67Taa5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7Sf67Taa5 .dropdown-item:hover,
.cid-u7Sf67Taa5 .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7Sf67Taa5 .dropdown-item:hover span {
  color: white;
}
.cid-u7Sf67Taa5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7Sf67Taa5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7Sf67Taa5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7Sf67Taa5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7Sf67Taa5 .nav-link {
  position: relative;
}
.cid-u7Sf67Taa5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7Sf67Taa5 .container {
    flex-wrap: nowrap;
  }
}
.cid-u7Sf67Taa5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7Sf67Taa5 .dropdown-menu,
.cid-u7Sf67Taa5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u7Sf67Taa5 .nav-item:focus,
.cid-u7Sf67Taa5 .nav-link:focus {
  outline: none;
}
.cid-u7Sf67Taa5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7Sf67Taa5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7Sf67Taa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7Sf67Taa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7Sf67Taa5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7Sf67Taa5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7Sf67Taa5 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7Sf67Taa5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7Sf67Taa5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7Sf67Taa5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u7Sf67Taa5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7Sf67Taa5 .navbar.collapsed {
  justify-content: center;
}
.cid-u7Sf67Taa5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7Sf67Taa5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7Sf67Taa5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7Sf67Taa5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7Sf67Taa5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7Sf67Taa5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7Sf67Taa5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7Sf67Taa5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7Sf67Taa5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7Sf67Taa5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7Sf67Taa5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7Sf67Taa5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7Sf67Taa5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7Sf67Taa5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7Sf67Taa5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7Sf67Taa5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7Sf67Taa5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7Sf67Taa5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7Sf67Taa5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7Sf67Taa5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7Sf67Taa5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7Sf67Taa5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7Sf67Taa5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7Sf67Taa5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7Sf67Taa5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7Sf67Taa5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7Sf67Taa5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7Sf67Taa5 .dropdown-item.active,
.cid-u7Sf67Taa5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7Sf67Taa5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7Sf67Taa5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7Sf67Taa5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7Sf67Taa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7Sf67Taa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7Sf67Taa5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7Sf67Taa5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7Sf67Taa5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7Sf67Taa5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7Sf67Taa5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7Sf67Taa5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7Sf67Taa5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Sf67Taa5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Sf67Taa5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7Sf67Taa5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Sf67Taa5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7Sf67Taa5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7Sf67Taa5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Sf67Taa5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7Sf67Taa5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7Sf67Taa5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7Sf67Taa5 .navbar {
    height: 70px;
  }
  .cid-u7Sf67Taa5 .navbar.opened {
    height: auto;
  }
  .cid-u7Sf67Taa5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7Sf69BFau {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/2147626523-1000x668.jpg");
}
.cid-u7Sf69BFau .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Sf69BFau .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-u7Sf69BFau .container {
    padding: 0 30px;
  }
}
.cid-u7Sf69BFau .card {
  justify-content: center;
}
.cid-u7Sf69BFau .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7Sf69BFau .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7Sf69BFau .content-wrapper {
    padding: 0;
  }
}
.cid-u7Sf69BFau .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7Sf69BFau .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7Sf69BFau .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7Sf69BFau .mbr-section-title {
  color: #ffffff;
}
.cid-u7Sf69BFau .mbr-text {
  color: #ffffff;
}
.cid-u9aWFT7w4m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9aWFT7w4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aWFT7w4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9aWFT7w4m .mbr-text,
.cid-u9aWFT7w4m .mbr-section-btn {
  text-align: center;
}
.cid-u9aWFT7w4m .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9aWFT7w4m .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9aXmQ3RM4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9aXmQ3RM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aXmQ3RM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9aXmQ3RM4 .mbr-text,
.cid-u9aXmQ3RM4 .mbr-section-btn {
  text-align: center;
}
.cid-u9aXmQ3RM4 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9aXmQ3RM4 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9aYhKxoIE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9aYhKxoIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9aYhKxoIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9aYhKxoIE .mbr-text,
.cid-u9aYhKxoIE .mbr-section-btn {
  text-align: center;
}
.cid-u9aYhKxoIE .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9aYhKxoIE .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b0tN8wGg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9b0tN8wGg .item-subtitle a {
  font-weight: 600;
}
.cid-u9b0tN8wGg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9b0tN8wGg .item:hover img {
  transform: scale(1.05);
}
.cid-u9b0tN8wGg .item-img {
  overflow: hidden;
}
.cid-u9b0tN8wGg img,
.cid-u9b0tN8wGg .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u9b0tN8wGg h5 {
  margin: 0;
}
.cid-u9b0tN8wGg .item:focus,
.cid-u9b0tN8wGg span:focus {
  outline: none;
}
.cid-u9b0tN8wGg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9b0tN8wGg .item-content {
  padding-top: 2rem;
}
.cid-u9b0tN8wGg .mbr-section-title {
  color: #232323;
}
.cid-u9b0tN8wGg .item-title {
  color: #666666;
}
.cid-u9b29eecRy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9b29eecRy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u9b29eecRy .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u9b29eecRy .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #eff0ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u9b29eecRy .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b29eecRy .mbr-text {
  color: #3d5943;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u898jaKl5E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u898jaKl5E .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u898jaKl5E nav.navbar {
  position: fixed;
}
.cid-u898jaKl5E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u898jaKl5E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u898jaKl5E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u898jaKl5E .dropdown-item:hover,
.cid-u898jaKl5E .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u898jaKl5E .dropdown-item:hover span {
  color: white;
}
.cid-u898jaKl5E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u898jaKl5E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u898jaKl5E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u898jaKl5E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u898jaKl5E .nav-link {
  position: relative;
}
.cid-u898jaKl5E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u898jaKl5E .container {
    flex-wrap: nowrap;
  }
}
.cid-u898jaKl5E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u898jaKl5E .dropdown-menu,
.cid-u898jaKl5E .navbar.opened {
  background: #ffffff !important;
}
.cid-u898jaKl5E .nav-item:focus,
.cid-u898jaKl5E .nav-link:focus {
  outline: none;
}
.cid-u898jaKl5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u898jaKl5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u898jaKl5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u898jaKl5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u898jaKl5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u898jaKl5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u898jaKl5E .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u898jaKl5E .navbar.opened {
  transition: all 0.3s;
}
.cid-u898jaKl5E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u898jaKl5E .navbar .navbar-logo img {
  width: auto;
}
.cid-u898jaKl5E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u898jaKl5E .navbar.collapsed {
  justify-content: center;
}
.cid-u898jaKl5E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u898jaKl5E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u898jaKl5E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u898jaKl5E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u898jaKl5E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u898jaKl5E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u898jaKl5E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u898jaKl5E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u898jaKl5E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u898jaKl5E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u898jaKl5E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u898jaKl5E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u898jaKl5E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u898jaKl5E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u898jaKl5E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u898jaKl5E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u898jaKl5E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u898jaKl5E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u898jaKl5E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u898jaKl5E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u898jaKl5E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u898jaKl5E .navbar.navbar-short {
  min-height: 80px;
}
.cid-u898jaKl5E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u898jaKl5E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u898jaKl5E .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u898jaKl5E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u898jaKl5E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u898jaKl5E .dropdown-item.active,
.cid-u898jaKl5E .dropdown-item:active {
  background-color: transparent;
}
.cid-u898jaKl5E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u898jaKl5E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u898jaKl5E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u898jaKl5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u898jaKl5E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u898jaKl5E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u898jaKl5E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u898jaKl5E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u898jaKl5E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u898jaKl5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u898jaKl5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u898jaKl5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u898jaKl5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u898jaKl5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u898jaKl5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u898jaKl5E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u898jaKl5E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u898jaKl5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u898jaKl5E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u898jaKl5E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u898jaKl5E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u898jaKl5E .navbar {
    height: 70px;
  }
  .cid-u898jaKl5E .navbar.opened {
    height: auto;
  }
  .cid-u898jaKl5E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u898jbXax6 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/customer-service-business-contact-concept-wooden-cube-block-which-print-screen-letter-telephone-email-address-message-2000x1333.jpg");
}
.cid-u898jbXax6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u898jbXax6 .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-u898jbXax6 .container {
    padding: 0 30px;
  }
}
.cid-u898jbXax6 .card {
  justify-content: center;
}
.cid-u898jbXax6 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u898jbXax6 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u898jbXax6 .content-wrapper {
    padding: 0;
  }
}
.cid-u898jbXax6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u898jbXax6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u898jbXax6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u898jbXax6 .mbr-section-title {
  color: #ffffff;
}
.cid-u898jbXax6 .mbr-text {
  color: #ffffff;
}
.cid-u899JfBJCf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u899JfBJCf .google-map {
  height: 25rem;
  position: relative;
}
.cid-u899JfBJCf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u899JfBJCf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u899JfBJCf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u899JfBJCf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u899JfBJCf .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-u899JfBJCf .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-u899JfBJCf .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-u899JfBJCf .wrapper .row .title {
  color: #565add;
}
.cid-u899JfBJCf .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-u899JfBJCf .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #1f357f, #133996);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-u899JfBJCf .mbr-text {
  color: #efefef;
}
.cid-u899JfBJCf .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-u899JfBJCf textarea.form-control {
  min-height: 170px;
}
.cid-u899JfBJCf .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-u899JfBJCf .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-u899JfBJCf .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-u899JfBJCf .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-u899JfBJCf .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u899JfBJCf .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u899JfBJCf .container {
    max-width: 80% !important;
  }
  .cid-u899JfBJCf .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-u899JfBJCf .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u899JfBJCf .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-u899JfBJCf .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-u899JfBJCf .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-u899JfBJCf .wrapper .row .title {
  color: #1f357f;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u9b3gsI9wr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u9b3gsI9wr .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u9b3gsI9wr nav.navbar {
  position: fixed;
}
.cid-u9b3gsI9wr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9b3gsI9wr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9b3gsI9wr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9b3gsI9wr .dropdown-item:hover,
.cid-u9b3gsI9wr .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u9b3gsI9wr .dropdown-item:hover span {
  color: white;
}
.cid-u9b3gsI9wr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9b3gsI9wr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9b3gsI9wr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9b3gsI9wr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9b3gsI9wr .nav-link {
  position: relative;
}
.cid-u9b3gsI9wr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9b3gsI9wr .container {
    flex-wrap: nowrap;
  }
}
.cid-u9b3gsI9wr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9b3gsI9wr .dropdown-menu,
.cid-u9b3gsI9wr .navbar.opened {
  background: #ffffff !important;
}
.cid-u9b3gsI9wr .nav-item:focus,
.cid-u9b3gsI9wr .nav-link:focus {
  outline: none;
}
.cid-u9b3gsI9wr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9b3gsI9wr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9b3gsI9wr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9b3gsI9wr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9b3gsI9wr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9b3gsI9wr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9b3gsI9wr .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u9b3gsI9wr .navbar.opened {
  transition: all 0.3s;
}
.cid-u9b3gsI9wr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9b3gsI9wr .navbar .navbar-logo img {
  width: auto;
}
.cid-u9b3gsI9wr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9b3gsI9wr .navbar.collapsed {
  justify-content: center;
}
.cid-u9b3gsI9wr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9b3gsI9wr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9b3gsI9wr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u9b3gsI9wr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9b3gsI9wr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9b3gsI9wr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9b3gsI9wr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9b3gsI9wr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9b3gsI9wr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9b3gsI9wr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9b3gsI9wr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9b3gsI9wr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9b3gsI9wr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9b3gsI9wr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9b3gsI9wr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9b3gsI9wr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9b3gsI9wr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9b3gsI9wr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9b3gsI9wr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9b3gsI9wr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9b3gsI9wr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9b3gsI9wr .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9b3gsI9wr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9b3gsI9wr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9b3gsI9wr .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9b3gsI9wr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9b3gsI9wr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9b3gsI9wr .dropdown-item.active,
.cid-u9b3gsI9wr .dropdown-item:active {
  background-color: transparent;
}
.cid-u9b3gsI9wr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9b3gsI9wr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9b3gsI9wr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9b3gsI9wr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9b3gsI9wr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9b3gsI9wr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9b3gsI9wr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9b3gsI9wr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9b3gsI9wr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9b3gsI9wr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9b3gsI9wr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9b3gsI9wr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9b3gsI9wr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9b3gsI9wr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9b3gsI9wr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9b3gsI9wr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9b3gsI9wr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9b3gsI9wr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9b3gsI9wr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9b3gsI9wr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9b3gsI9wr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9b3gsI9wr .navbar {
    height: 70px;
  }
  .cid-u9b3gsI9wr .navbar.opened {
    height: auto;
  }
  .cid-u9b3gsI9wr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9b3gtTykB {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/584-1000x667.jpg");
}
.cid-u9b3gtTykB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b3gtTykB .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-u9b3gtTykB .container {
    padding: 0 30px;
  }
}
.cid-u9b3gtTykB .card {
  justify-content: center;
}
.cid-u9b3gtTykB .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u9b3gtTykB .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9b3gtTykB .content-wrapper {
    padding: 0;
  }
}
.cid-u9b3gtTykB .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9b3gtTykB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9b3gtTykB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u9b3gtTykB .mbr-section-title {
  color: #ffffff;
}
.cid-u9b3gtTykB .mbr-text {
  color: #ffffff;
}
.cid-u9b3gvW5r1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9b3gvW5r1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b3gvW5r1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b3gvW5r1 .mbr-text,
.cid-u9b3gvW5r1 .mbr-section-btn {
  text-align: center;
}
.cid-u9b3gvW5r1 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b3gvW5r1 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b3gx0lkB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9b3gx0lkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b3gx0lkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b3gx0lkB .mbr-text,
.cid-u9b3gx0lkB .mbr-section-btn {
  text-align: center;
}
.cid-u9b3gx0lkB .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b3gx0lkB .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b3gz2fTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u9b3gz2fTf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u9b3gz2fTf .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u9b3gz2fTf .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #eff0ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u9b3gz2fTf .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b3gz2fTf .mbr-text {
  color: #3d5943;
}
.cid-u9b5khJe7l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9b5khJe7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b5khJe7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b5khJe7l .mbr-text,
.cid-u9b5khJe7l .mbr-section-btn {
  text-align: center;
}
.cid-u9b5khJe7l .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b5khJe7l .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b5gc5TSb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9b5gc5TSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b5gc5TSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b5gc5TSb .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9b5gc5TSb .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9b5gc5TSb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9b5gc5TSb .container {
    padding: 0 20px;
  }
}
.cid-u9b5gc5TSb .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u9b5gc5TSb .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u9b5gc5TSb .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u9b5gc5TSb .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #1b224b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9b5gc5TSb .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u9b5gc5TSb .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u9b5gc5TSb .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u9b5gc5TSb .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u9b5gc5TSb .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u9b5gc5TSb .mbr-desc {
  color: #000000;
}
.cid-u9b5gc5TSb .panel-number {
  color: #000000;
}
.cid-u9b5gc5TSb .panel-title-edit {
  color: #000000;
}
.cid-u9b5gc5TSb .panel-text {
  color: #9a9a9a;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u9b6rV9MOB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u9b6rV9MOB .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u9b6rV9MOB nav.navbar {
  position: fixed;
}
.cid-u9b6rV9MOB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9b6rV9MOB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9b6rV9MOB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9b6rV9MOB .dropdown-item:hover,
.cid-u9b6rV9MOB .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u9b6rV9MOB .dropdown-item:hover span {
  color: white;
}
.cid-u9b6rV9MOB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9b6rV9MOB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9b6rV9MOB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9b6rV9MOB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9b6rV9MOB .nav-link {
  position: relative;
}
.cid-u9b6rV9MOB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9b6rV9MOB .container {
    flex-wrap: nowrap;
  }
}
.cid-u9b6rV9MOB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9b6rV9MOB .dropdown-menu,
.cid-u9b6rV9MOB .navbar.opened {
  background: #ffffff !important;
}
.cid-u9b6rV9MOB .nav-item:focus,
.cid-u9b6rV9MOB .nav-link:focus {
  outline: none;
}
.cid-u9b6rV9MOB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9b6rV9MOB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9b6rV9MOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9b6rV9MOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9b6rV9MOB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9b6rV9MOB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9b6rV9MOB .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u9b6rV9MOB .navbar.opened {
  transition: all 0.3s;
}
.cid-u9b6rV9MOB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9b6rV9MOB .navbar .navbar-logo img {
  width: auto;
}
.cid-u9b6rV9MOB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9b6rV9MOB .navbar.collapsed {
  justify-content: center;
}
.cid-u9b6rV9MOB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9b6rV9MOB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9b6rV9MOB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u9b6rV9MOB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9b6rV9MOB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9b6rV9MOB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9b6rV9MOB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9b6rV9MOB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9b6rV9MOB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9b6rV9MOB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9b6rV9MOB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9b6rV9MOB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9b6rV9MOB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9b6rV9MOB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9b6rV9MOB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9b6rV9MOB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9b6rV9MOB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9b6rV9MOB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9b6rV9MOB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9b6rV9MOB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9b6rV9MOB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9b6rV9MOB .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9b6rV9MOB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9b6rV9MOB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9b6rV9MOB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9b6rV9MOB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9b6rV9MOB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9b6rV9MOB .dropdown-item.active,
.cid-u9b6rV9MOB .dropdown-item:active {
  background-color: transparent;
}
.cid-u9b6rV9MOB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9b6rV9MOB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9b6rV9MOB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9b6rV9MOB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9b6rV9MOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9b6rV9MOB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9b6rV9MOB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9b6rV9MOB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9b6rV9MOB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9b6rV9MOB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9b6rV9MOB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9b6rV9MOB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9b6rV9MOB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9b6rV9MOB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9b6rV9MOB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9b6rV9MOB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9b6rV9MOB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9b6rV9MOB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9b6rV9MOB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9b6rV9MOB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9b6rV9MOB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9b6rV9MOB .navbar {
    height: 70px;
  }
  .cid-u9b6rV9MOB .navbar.opened {
    height: auto;
  }
  .cid-u9b6rV9MOB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9b6rWEbCq {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/2149192120-1000x667.jpg");
}
.cid-u9b6rWEbCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b6rWEbCq .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-u9b6rWEbCq .container {
    padding: 0 30px;
  }
}
.cid-u9b6rWEbCq .card {
  justify-content: center;
}
.cid-u9b6rWEbCq .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u9b6rWEbCq .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9b6rWEbCq .content-wrapper {
    padding: 0;
  }
}
.cid-u9b6rWEbCq .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9b6rWEbCq .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9b6rWEbCq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u9b6rWEbCq .mbr-section-title {
  color: #ffffff;
}
.cid-u9b6rWEbCq .mbr-text {
  color: #ffffff;
}
.cid-u9b6rXtFyQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9b6rXtFyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b6rXtFyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b6rXtFyQ .mbr-text,
.cid-u9b6rXtFyQ .mbr-section-btn {
  text-align: center;
}
.cid-u9b6rXtFyQ .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b6rXtFyQ .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b6rYmiAJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9b6rYmiAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b6rYmiAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b6rYmiAJ .mbr-text,
.cid-u9b6rYmiAJ .mbr-section-btn {
  text-align: center;
}
.cid-u9b6rYmiAJ .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b6rYmiAJ .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b6rZUYmH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9b6rZUYmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b6rZUYmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b6rZUYmH .mbr-text,
.cid-u9b6rZUYmH .mbr-section-btn {
  text-align: center;
}
.cid-u9b6rZUYmH .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b6rZUYmH .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b8mA1PpI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9b8mA1PpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b8mA1PpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b8mA1PpI .mbr-text,
.cid-u9b8mA1PpI .mbr-section-btn {
  text-align: center;
}
.cid-u9b8mA1PpI .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b8mA1PpI .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b6s0NETi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9b6s0NETi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b6s0NETi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b6s0NETi .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9b6s0NETi .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9b6s0NETi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9b6s0NETi .container {
    padding: 0 20px;
  }
}
.cid-u9b6s0NETi .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u9b6s0NETi .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u9b6s0NETi .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u9b6s0NETi .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u9b6s0NETi .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9b6s0NETi .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #1b224b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9b6s0NETi .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u9b6s0NETi .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u9b6s0NETi .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u9b6s0NETi .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u9b6s0NETi .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u9b6s0NETi .mbr-desc {
  color: #000000;
}
.cid-u9b6s0NETi .panel-number {
  color: #000000;
}
.cid-u9b6s0NETi .panel-title-edit {
  color: #000000;
}
.cid-u9b6s0NETi .panel-text {
  color: #9a9a9a;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-u9b9j1VoJX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u9b9j1VoJX .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u9b9j1VoJX nav.navbar {
  position: fixed;
}
.cid-u9b9j1VoJX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9b9j1VoJX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9b9j1VoJX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9b9j1VoJX .dropdown-item:hover,
.cid-u9b9j1VoJX .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u9b9j1VoJX .dropdown-item:hover span {
  color: white;
}
.cid-u9b9j1VoJX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9b9j1VoJX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9b9j1VoJX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9b9j1VoJX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9b9j1VoJX .nav-link {
  position: relative;
}
.cid-u9b9j1VoJX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9b9j1VoJX .container {
    flex-wrap: nowrap;
  }
}
.cid-u9b9j1VoJX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9b9j1VoJX .dropdown-menu,
.cid-u9b9j1VoJX .navbar.opened {
  background: #ffffff !important;
}
.cid-u9b9j1VoJX .nav-item:focus,
.cid-u9b9j1VoJX .nav-link:focus {
  outline: none;
}
.cid-u9b9j1VoJX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9b9j1VoJX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9b9j1VoJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9b9j1VoJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9b9j1VoJX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9b9j1VoJX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9b9j1VoJX .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u9b9j1VoJX .navbar.opened {
  transition: all 0.3s;
}
.cid-u9b9j1VoJX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9b9j1VoJX .navbar .navbar-logo img {
  width: auto;
}
.cid-u9b9j1VoJX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9b9j1VoJX .navbar.collapsed {
  justify-content: center;
}
.cid-u9b9j1VoJX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9b9j1VoJX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9b9j1VoJX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u9b9j1VoJX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9b9j1VoJX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9b9j1VoJX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9b9j1VoJX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9b9j1VoJX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9b9j1VoJX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9b9j1VoJX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9b9j1VoJX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9b9j1VoJX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9b9j1VoJX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9b9j1VoJX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9b9j1VoJX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9b9j1VoJX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9b9j1VoJX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9b9j1VoJX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9b9j1VoJX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9b9j1VoJX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9b9j1VoJX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9b9j1VoJX .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9b9j1VoJX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9b9j1VoJX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9b9j1VoJX .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9b9j1VoJX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9b9j1VoJX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9b9j1VoJX .dropdown-item.active,
.cid-u9b9j1VoJX .dropdown-item:active {
  background-color: transparent;
}
.cid-u9b9j1VoJX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9b9j1VoJX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9b9j1VoJX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9b9j1VoJX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9b9j1VoJX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9b9j1VoJX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9b9j1VoJX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9b9j1VoJX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9b9j1VoJX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9b9j1VoJX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9b9j1VoJX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9b9j1VoJX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9b9j1VoJX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9b9j1VoJX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9b9j1VoJX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9b9j1VoJX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9b9j1VoJX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9b9j1VoJX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9b9j1VoJX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9b9j1VoJX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9b9j1VoJX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9b9j1VoJX .navbar {
    height: 70px;
  }
  .cid-u9b9j1VoJX .navbar.opened {
    height: auto;
  }
  .cid-u9b9j1VoJX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9b9j3gXJW {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/493-1000x667.jpg");
}
.cid-u9b9j3gXJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b9j3gXJW .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-u9b9j3gXJW .container {
    padding: 0 30px;
  }
}
.cid-u9b9j3gXJW .card {
  justify-content: center;
}
.cid-u9b9j3gXJW .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u9b9j3gXJW .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9b9j3gXJW .content-wrapper {
    padding: 0;
  }
}
.cid-u9b9j3gXJW .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9b9j3gXJW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9b9j3gXJW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u9b9j3gXJW .mbr-section-title {
  color: #ffffff;
}
.cid-u9b9j3gXJW .mbr-text {
  color: #ffffff;
}
.cid-u9b9j4MVG7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9b9j4MVG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b9j4MVG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b9j4MVG7 .mbr-text,
.cid-u9b9j4MVG7 .mbr-section-btn {
  text-align: center;
}
.cid-u9b9j4MVG7 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b9j4MVG7 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b9j5QM6K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9b9j5QM6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b9j5QM6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b9j5QM6K .mbr-text,
.cid-u9b9j5QM6K .mbr-section-btn {
  text-align: center;
}
.cid-u9b9j5QM6K .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b9j5QM6K .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b9j6M6xK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9b9j6M6xK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b9j6M6xK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b9j6M6xK .mbr-text,
.cid-u9b9j6M6xK .mbr-section-btn {
  text-align: center;
}
.cid-u9b9j6M6xK .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b9j6M6xK .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b9j7NOqN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9b9j7NOqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b9j7NOqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b9j7NOqN .mbr-text,
.cid-u9b9j7NOqN .mbr-section-btn {
  text-align: center;
}
.cid-u9b9j7NOqN .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9b9j7NOqN .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9b9j8JOEC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9b9j8JOEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b9j8JOEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b9j8JOEC .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9b9j8JOEC .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9b9j8JOEC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9b9j8JOEC .container {
    padding: 0 20px;
  }
}
.cid-u9b9j8JOEC .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u9b9j8JOEC .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u9b9j8JOEC .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u9b9j8JOEC .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #1b224b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9b9j8JOEC .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u9b9j8JOEC .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u9b9j8JOEC .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u9b9j8JOEC .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u9b9j8JOEC .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u9b9j8JOEC .mbr-desc {
  color: #000000;
}
.cid-u9b9j8JOEC .panel-number {
  color: #000000;
}
.cid-u9b9j8JOEC .panel-title-edit {
  color: #000000;
}
.cid-u9b9j8JOEC .panel-text {
  color: #9a9a9a;
}
.cid-u9bcD7dZ55 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u9bcD7dZ55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcD7dZ55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bcD7dZ55 .mbr-text,
.cid-u9bcD7dZ55 .mbr-section-btn {
  text-align: center;
}
.cid-u9bcD7dZ55 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u9bcD7dZ55 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-ud92d1Bryp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ud92d1Bryp .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ud92d1Bryp nav.navbar {
  position: fixed;
}
.cid-ud92d1Bryp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud92d1Bryp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ud92d1Bryp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ud92d1Bryp .dropdown-item:hover,
.cid-ud92d1Bryp .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-ud92d1Bryp .dropdown-item:hover span {
  color: white;
}
.cid-ud92d1Bryp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ud92d1Bryp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ud92d1Bryp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud92d1Bryp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud92d1Bryp .nav-link {
  position: relative;
}
.cid-ud92d1Bryp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ud92d1Bryp .container {
    flex-wrap: nowrap;
  }
}
.cid-ud92d1Bryp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud92d1Bryp .dropdown-menu,
.cid-ud92d1Bryp .navbar.opened {
  background: #ffffff !important;
}
.cid-ud92d1Bryp .nav-item:focus,
.cid-ud92d1Bryp .nav-link:focus {
  outline: none;
}
.cid-ud92d1Bryp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud92d1Bryp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud92d1Bryp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud92d1Bryp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud92d1Bryp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud92d1Bryp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud92d1Bryp .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ud92d1Bryp .navbar.opened {
  transition: all 0.3s;
}
.cid-ud92d1Bryp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud92d1Bryp .navbar .navbar-logo img {
  width: auto;
}
.cid-ud92d1Bryp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud92d1Bryp .navbar.collapsed {
  justify-content: center;
}
.cid-ud92d1Bryp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud92d1Bryp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud92d1Bryp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ud92d1Bryp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud92d1Bryp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud92d1Bryp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ud92d1Bryp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud92d1Bryp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud92d1Bryp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud92d1Bryp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud92d1Bryp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud92d1Bryp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud92d1Bryp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud92d1Bryp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ud92d1Bryp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ud92d1Bryp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud92d1Bryp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud92d1Bryp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud92d1Bryp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud92d1Bryp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ud92d1Bryp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ud92d1Bryp .navbar.navbar-short {
  min-height: 80px;
}
.cid-ud92d1Bryp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ud92d1Bryp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ud92d1Bryp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud92d1Bryp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud92d1Bryp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud92d1Bryp .dropdown-item.active,
.cid-ud92d1Bryp .dropdown-item:active {
  background-color: transparent;
}
.cid-ud92d1Bryp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud92d1Bryp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud92d1Bryp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud92d1Bryp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud92d1Bryp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud92d1Bryp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud92d1Bryp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud92d1Bryp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ud92d1Bryp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud92d1Bryp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud92d1Bryp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud92d1Bryp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud92d1Bryp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud92d1Bryp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud92d1Bryp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud92d1Bryp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud92d1Bryp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud92d1Bryp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud92d1Bryp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ud92d1Bryp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud92d1Bryp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud92d1Bryp .navbar {
    height: 70px;
  }
  .cid-ud92d1Bryp .navbar.opened {
    height: auto;
  }
  .cid-ud92d1Bryp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud92d28ogp {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/cisco-728x380.png");
}
.cid-ud92d28ogp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud92d28ogp .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-ud92d28ogp .container {
    padding: 0 30px;
  }
}
.cid-ud92d28ogp .card {
  justify-content: center;
}
.cid-ud92d28ogp .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ud92d28ogp .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ud92d28ogp .content-wrapper {
    padding: 0;
  }
}
.cid-ud92d28ogp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ud92d28ogp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ud92d28ogp .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ud92d28ogp .mbr-section-title {
  color: #ffffff;
}
.cid-ud92d28ogp .mbr-text {
  color: #ffffff;
}
.cid-udNifsSS0T {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udNifsSS0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNifsSS0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNifsSS0T .mbr-text,
.cid-udNifsSS0T .mbr-section-btn {
  text-align: center;
}
.cid-udNifsSS0T .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-udNifsSS0T .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-udNietZJwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNietZJwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNietZJwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNietZJwE img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNietZJwE img {
    margin-bottom: 2rem;
  }
}
.cid-udNietZJwE .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNietZJwE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNietZJwE .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNietZJwE .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNietZJwE .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNietZJwE .card-text {
  color: #726c89;
}
.cid-udNih0Gjpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udNih0Gjpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNih0Gjpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNih0Gjpj img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNih0Gjpj img {
    margin-bottom: 2rem;
  }
}
.cid-udNih0Gjpj .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNih0Gjpj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNih0Gjpj .card-wrapper {
    max-width: 400px;
  }
}
.cid-udNih0Gjpj .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNih0Gjpj .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-udNih0Gjpj .card-text {
  color: #726c89;
}
.cid-udNlgyg5rG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNlgyg5rG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNlgyg5rG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNlgyg5rG img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNlgyg5rG img {
    margin-bottom: 2rem;
  }
}
.cid-udNlgyg5rG .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNlgyg5rG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNlgyg5rG .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNlgyg5rG .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNlgyg5rG .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNlgyg5rG .card-text {
  color: #726c89;
}
.cid-ud92d5hJQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ud92d5hJQg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ud92d5hJQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud92d5hJQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud92d5hJQg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ud92d5hJQg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .container {
    padding: 0 22px;
  }
}
.cid-ud92d5hJQg .row {
  position: relative;
  z-index: 1;
}
.cid-ud92d5hJQg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ud92d5hJQg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ud92d5hJQg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ud92d5hJQg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ud92d5hJQg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ud92d5hJQg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud92d5hJQg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ud92d5hJQg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ud92d5hJQg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ud92d5hJQg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ud92d5hJQg .nav-wrapper .list .item-wrap:hover,
.cid-ud92d5hJQg .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ud92d5hJQg .nav-wrapper .list .item-wrap:hover::before,
.cid-ud92d5hJQg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ud92d5hJQg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ud92d5hJQg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ud92d5hJQg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ud92d5hJQg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ud92d5hJQg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ud92d5hJQg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ud92d5hJQg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ud92d5hJQg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ud92d5hJQg .mbr-section-title {
  color: #1f357f;
}
.cid-ud92d5hJQg .mbr-text {
  color: #ffffff;
}
.cid-ud92d5hJQg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ud92d5hJQg .list {
  color: #ffffff;
}
.cid-ud92d5hJQg .mbr-contact {
  color: #ffffff;
}
.cid-ud92d5hJQg .mbr-desc {
  color: #ffffff;
}
.cid-udNmqfZSja {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udNmqfZSja .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-udNmqfZSja nav.navbar {
  position: fixed;
}
.cid-udNmqfZSja .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNmqfZSja .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udNmqfZSja .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udNmqfZSja .dropdown-item:hover,
.cid-udNmqfZSja .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-udNmqfZSja .dropdown-item:hover span {
  color: white;
}
.cid-udNmqfZSja .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udNmqfZSja .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udNmqfZSja .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udNmqfZSja .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udNmqfZSja .nav-link {
  position: relative;
}
.cid-udNmqfZSja .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udNmqfZSja .container {
    flex-wrap: nowrap;
  }
}
.cid-udNmqfZSja .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udNmqfZSja .dropdown-menu,
.cid-udNmqfZSja .navbar.opened {
  background: #ffffff !important;
}
.cid-udNmqfZSja .nav-item:focus,
.cid-udNmqfZSja .nav-link:focus {
  outline: none;
}
.cid-udNmqfZSja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udNmqfZSja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udNmqfZSja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udNmqfZSja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNmqfZSja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udNmqfZSja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udNmqfZSja .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udNmqfZSja .navbar.opened {
  transition: all 0.3s;
}
.cid-udNmqfZSja .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udNmqfZSja .navbar .navbar-logo img {
  width: auto;
}
.cid-udNmqfZSja .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udNmqfZSja .navbar.collapsed {
  justify-content: center;
}
.cid-udNmqfZSja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udNmqfZSja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udNmqfZSja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-udNmqfZSja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udNmqfZSja .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udNmqfZSja .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udNmqfZSja .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udNmqfZSja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udNmqfZSja .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udNmqfZSja .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udNmqfZSja .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udNmqfZSja .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udNmqfZSja .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udNmqfZSja .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udNmqfZSja .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udNmqfZSja .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udNmqfZSja .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udNmqfZSja .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udNmqfZSja .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udNmqfZSja .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udNmqfZSja .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udNmqfZSja .navbar.navbar-short {
  min-height: 80px;
}
.cid-udNmqfZSja .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udNmqfZSja .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udNmqfZSja .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udNmqfZSja .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udNmqfZSja .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udNmqfZSja .dropdown-item.active,
.cid-udNmqfZSja .dropdown-item:active {
  background-color: transparent;
}
.cid-udNmqfZSja .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udNmqfZSja .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udNmqfZSja .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udNmqfZSja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udNmqfZSja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udNmqfZSja .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udNmqfZSja ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udNmqfZSja .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udNmqfZSja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udNmqfZSja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udNmqfZSja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udNmqfZSja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNmqfZSja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNmqfZSja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udNmqfZSja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNmqfZSja nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udNmqfZSja nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udNmqfZSja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNmqfZSja .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udNmqfZSja a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udNmqfZSja .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udNmqfZSja .navbar {
    height: 70px;
  }
  .cid-udNmqfZSja .navbar.opened {
    height: auto;
  }
  .cid-udNmqfZSja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udNmqgxgr2 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/aruba-networks-logo.svg-1200x586.png");
}
.cid-udNmqgxgr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNmqgxgr2 .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-udNmqgxgr2 .container {
    padding: 0 30px;
  }
}
.cid-udNmqgxgr2 .card {
  justify-content: center;
}
.cid-udNmqgxgr2 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-udNmqgxgr2 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udNmqgxgr2 .content-wrapper {
    padding: 0;
  }
}
.cid-udNmqgxgr2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNmqgxgr2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udNmqgxgr2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-udNmqgxgr2 .mbr-section-title {
  color: #ffffff;
}
.cid-udNmqgxgr2 .mbr-text {
  color: #ffffff;
}
.cid-udNmqgQRUm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udNmqgQRUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNmqgQRUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNmqgQRUm .mbr-text,
.cid-udNmqgQRUm .mbr-section-btn {
  text-align: center;
}
.cid-udNmqgQRUm .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-udNmqgQRUm .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-udNmqh8miD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNmqh8miD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNmqh8miD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNmqh8miD img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNmqh8miD img {
    margin-bottom: 2rem;
  }
}
.cid-udNmqh8miD .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNmqh8miD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNmqh8miD .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNmqh8miD .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNmqh8miD .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNmqh8miD .card-text {
  color: #726c89;
}
.cid-udNmqi9b69 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-udNmqi9b69::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udNmqi9b69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNmqi9b69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNmqi9b69 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udNmqi9b69 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .container {
    padding: 0 22px;
  }
}
.cid-udNmqi9b69 .row {
  position: relative;
  z-index: 1;
}
.cid-udNmqi9b69 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udNmqi9b69 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNmqi9b69 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNmqi9b69 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNmqi9b69 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udNmqi9b69 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udNmqi9b69 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udNmqi9b69 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udNmqi9b69 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udNmqi9b69 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNmqi9b69 .nav-wrapper .list .item-wrap:hover,
.cid-udNmqi9b69 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udNmqi9b69 .nav-wrapper .list .item-wrap:hover::before,
.cid-udNmqi9b69 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udNmqi9b69 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNmqi9b69 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNmqi9b69 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNmqi9b69 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNmqi9b69 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udNmqi9b69 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udNmqi9b69 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udNmqi9b69 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udNmqi9b69 .mbr-section-title {
  color: #1f357f;
}
.cid-udNmqi9b69 .mbr-text {
  color: #ffffff;
}
.cid-udNmqi9b69 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udNmqi9b69 .list {
  color: #ffffff;
}
.cid-udNmqi9b69 .mbr-contact {
  color: #ffffff;
}
.cid-udNmqi9b69 .mbr-desc {
  color: #ffffff;
}
.cid-udNostIv9l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udNostIv9l .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-udNostIv9l nav.navbar {
  position: fixed;
}
.cid-udNostIv9l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNostIv9l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udNostIv9l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udNostIv9l .dropdown-item:hover,
.cid-udNostIv9l .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-udNostIv9l .dropdown-item:hover span {
  color: white;
}
.cid-udNostIv9l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udNostIv9l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udNostIv9l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udNostIv9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udNostIv9l .nav-link {
  position: relative;
}
.cid-udNostIv9l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udNostIv9l .container {
    flex-wrap: nowrap;
  }
}
.cid-udNostIv9l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udNostIv9l .dropdown-menu,
.cid-udNostIv9l .navbar.opened {
  background: #ffffff !important;
}
.cid-udNostIv9l .nav-item:focus,
.cid-udNostIv9l .nav-link:focus {
  outline: none;
}
.cid-udNostIv9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udNostIv9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udNostIv9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udNostIv9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNostIv9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udNostIv9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udNostIv9l .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udNostIv9l .navbar.opened {
  transition: all 0.3s;
}
.cid-udNostIv9l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udNostIv9l .navbar .navbar-logo img {
  width: auto;
}
.cid-udNostIv9l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udNostIv9l .navbar.collapsed {
  justify-content: center;
}
.cid-udNostIv9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udNostIv9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udNostIv9l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-udNostIv9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udNostIv9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udNostIv9l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udNostIv9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udNostIv9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udNostIv9l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udNostIv9l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udNostIv9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udNostIv9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udNostIv9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udNostIv9l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udNostIv9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udNostIv9l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udNostIv9l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udNostIv9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udNostIv9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udNostIv9l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udNostIv9l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udNostIv9l .navbar.navbar-short {
  min-height: 80px;
}
.cid-udNostIv9l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udNostIv9l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udNostIv9l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udNostIv9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udNostIv9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udNostIv9l .dropdown-item.active,
.cid-udNostIv9l .dropdown-item:active {
  background-color: transparent;
}
.cid-udNostIv9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udNostIv9l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udNostIv9l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udNostIv9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udNostIv9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udNostIv9l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udNostIv9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udNostIv9l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udNostIv9l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udNostIv9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udNostIv9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udNostIv9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNostIv9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNostIv9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udNostIv9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNostIv9l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udNostIv9l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udNostIv9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNostIv9l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udNostIv9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udNostIv9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udNostIv9l .navbar {
    height: 70px;
  }
  .cid-udNostIv9l .navbar.opened {
    height: auto;
  }
  .cid-udNostIv9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udNosu9HHs {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/1izqgzkxtu1msh1ca4r3x-bprtqa-fru1-1-featured-1024x572.jpg");
}
.cid-udNosu9HHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNosu9HHs .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-udNosu9HHs .container {
    padding: 0 30px;
  }
}
.cid-udNosu9HHs .card {
  justify-content: center;
}
.cid-udNosu9HHs .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-udNosu9HHs .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udNosu9HHs .content-wrapper {
    padding: 0;
  }
}
.cid-udNosu9HHs .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNosu9HHs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udNosu9HHs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-udNosu9HHs .mbr-section-title {
  color: #ffffff;
}
.cid-udNosu9HHs .mbr-text {
  color: #ffffff;
}
.cid-udNosuvHYH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udNosuvHYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNosuvHYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNosuvHYH .mbr-text,
.cid-udNosuvHYH .mbr-section-btn {
  text-align: center;
}
.cid-udNosuvHYH .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-udNosuvHYH .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-udNosuPAiv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNosuPAiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNosuPAiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNosuPAiv img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNosuPAiv img {
    margin-bottom: 2rem;
  }
}
.cid-udNosuPAiv .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNosuPAiv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNosuPAiv .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNosuPAiv .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNosuPAiv .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNosuPAiv .card-text {
  color: #726c89;
}
.cid-udNosvaYDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udNosvaYDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNosvaYDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNosvaYDo img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNosvaYDo img {
    margin-bottom: 2rem;
  }
}
.cid-udNosvaYDo .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNosvaYDo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNosvaYDo .card-wrapper {
    max-width: 400px;
  }
}
.cid-udNosvaYDo .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNosvaYDo .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-udNosvaYDo .card-text {
  color: #726c89;
}
.cid-udNosvvDMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNosvvDMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNosvvDMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNosvvDMF img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNosvvDMF img {
    margin-bottom: 2rem;
  }
}
.cid-udNosvvDMF .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNosvvDMF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNosvvDMF .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNosvvDMF .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNosvvDMF .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNosvvDMF .card-text {
  color: #726c89;
}
.cid-udNosvRLKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-udNosvRLKy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udNosvRLKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNosvRLKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNosvRLKy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udNosvRLKy .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .container {
    padding: 0 22px;
  }
}
.cid-udNosvRLKy .row {
  position: relative;
  z-index: 1;
}
.cid-udNosvRLKy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udNosvRLKy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNosvRLKy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNosvRLKy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNosvRLKy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udNosvRLKy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udNosvRLKy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udNosvRLKy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udNosvRLKy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udNosvRLKy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNosvRLKy .nav-wrapper .list .item-wrap:hover,
.cid-udNosvRLKy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udNosvRLKy .nav-wrapper .list .item-wrap:hover::before,
.cid-udNosvRLKy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udNosvRLKy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNosvRLKy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNosvRLKy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNosvRLKy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNosvRLKy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udNosvRLKy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udNosvRLKy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udNosvRLKy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udNosvRLKy .mbr-section-title {
  color: #1f357f;
}
.cid-udNosvRLKy .mbr-text {
  color: #ffffff;
}
.cid-udNosvRLKy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udNosvRLKy .list {
  color: #ffffff;
}
.cid-udNosvRLKy .mbr-contact {
  color: #ffffff;
}
.cid-udNosvRLKy .mbr-desc {
  color: #ffffff;
}
.cid-udNucTV3v9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udNucTV3v9 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-udNucTV3v9 nav.navbar {
  position: fixed;
}
.cid-udNucTV3v9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNucTV3v9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udNucTV3v9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udNucTV3v9 .dropdown-item:hover,
.cid-udNucTV3v9 .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-udNucTV3v9 .dropdown-item:hover span {
  color: white;
}
.cid-udNucTV3v9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udNucTV3v9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udNucTV3v9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udNucTV3v9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udNucTV3v9 .nav-link {
  position: relative;
}
.cid-udNucTV3v9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udNucTV3v9 .container {
    flex-wrap: nowrap;
  }
}
.cid-udNucTV3v9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udNucTV3v9 .dropdown-menu,
.cid-udNucTV3v9 .navbar.opened {
  background: #ffffff !important;
}
.cid-udNucTV3v9 .nav-item:focus,
.cid-udNucTV3v9 .nav-link:focus {
  outline: none;
}
.cid-udNucTV3v9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udNucTV3v9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udNucTV3v9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udNucTV3v9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNucTV3v9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udNucTV3v9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udNucTV3v9 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udNucTV3v9 .navbar.opened {
  transition: all 0.3s;
}
.cid-udNucTV3v9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udNucTV3v9 .navbar .navbar-logo img {
  width: auto;
}
.cid-udNucTV3v9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udNucTV3v9 .navbar.collapsed {
  justify-content: center;
}
.cid-udNucTV3v9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udNucTV3v9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udNucTV3v9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-udNucTV3v9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udNucTV3v9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udNucTV3v9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udNucTV3v9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udNucTV3v9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udNucTV3v9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udNucTV3v9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udNucTV3v9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udNucTV3v9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udNucTV3v9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udNucTV3v9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udNucTV3v9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udNucTV3v9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udNucTV3v9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udNucTV3v9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udNucTV3v9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udNucTV3v9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udNucTV3v9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udNucTV3v9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-udNucTV3v9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udNucTV3v9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udNucTV3v9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udNucTV3v9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udNucTV3v9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udNucTV3v9 .dropdown-item.active,
.cid-udNucTV3v9 .dropdown-item:active {
  background-color: transparent;
}
.cid-udNucTV3v9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udNucTV3v9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udNucTV3v9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udNucTV3v9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udNucTV3v9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udNucTV3v9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udNucTV3v9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udNucTV3v9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udNucTV3v9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udNucTV3v9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udNucTV3v9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udNucTV3v9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNucTV3v9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNucTV3v9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udNucTV3v9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNucTV3v9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udNucTV3v9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udNucTV3v9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNucTV3v9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udNucTV3v9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udNucTV3v9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udNucTV3v9 .navbar {
    height: 70px;
  }
  .cid-udNucTV3v9 .navbar.opened {
    height: auto;
  }
  .cid-udNucTV3v9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udNucUpDSw {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/sophos-mobile-1200x630.png");
}
.cid-udNucUpDSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNucUpDSw .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-udNucUpDSw .container {
    padding: 0 30px;
  }
}
.cid-udNucUpDSw .card {
  justify-content: center;
}
.cid-udNucUpDSw .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-udNucUpDSw .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udNucUpDSw .content-wrapper {
    padding: 0;
  }
}
.cid-udNucUpDSw .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNucUpDSw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udNucUpDSw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-udNucUpDSw .mbr-section-title {
  color: #ffffff;
}
.cid-udNucUpDSw .mbr-text {
  color: #ffffff;
}
.cid-udNucUX8WM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udNucUX8WM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNucUX8WM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNucUX8WM .mbr-text,
.cid-udNucUX8WM .mbr-section-btn {
  text-align: center;
}
.cid-udNucUX8WM .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-udNucUX8WM .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-udNucVgnaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNucVgnaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNucVgnaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNucVgnaE img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNucVgnaE img {
    margin-bottom: 2rem;
  }
}
.cid-udNucVgnaE .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNucVgnaE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNucVgnaE .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNucVgnaE .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNucVgnaE .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNucVgnaE .card-text {
  color: #726c89;
}
.cid-udNucVyWtF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udNucVyWtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNucVyWtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNucVyWtF img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNucVyWtF img {
    margin-bottom: 2rem;
  }
}
.cid-udNucVyWtF .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNucVyWtF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNucVyWtF .card-wrapper {
    max-width: 400px;
  }
}
.cid-udNucVyWtF .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNucVyWtF .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-udNucVyWtF .card-text {
  color: #726c89;
}
.cid-udNucVR3N9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNucVR3N9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNucVR3N9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNucVR3N9 img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNucVR3N9 img {
    margin-bottom: 2rem;
  }
}
.cid-udNucVR3N9 .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNucVR3N9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNucVR3N9 .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNucVR3N9 .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNucVR3N9 .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNucVR3N9 .card-text {
  color: #726c89;
}
.cid-udNucWbZ22 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-udNucWbZ22::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udNucWbZ22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNucWbZ22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNucWbZ22 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udNucWbZ22 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .container {
    padding: 0 22px;
  }
}
.cid-udNucWbZ22 .row {
  position: relative;
  z-index: 1;
}
.cid-udNucWbZ22 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udNucWbZ22 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNucWbZ22 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNucWbZ22 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNucWbZ22 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udNucWbZ22 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udNucWbZ22 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udNucWbZ22 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udNucWbZ22 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udNucWbZ22 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNucWbZ22 .nav-wrapper .list .item-wrap:hover,
.cid-udNucWbZ22 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udNucWbZ22 .nav-wrapper .list .item-wrap:hover::before,
.cid-udNucWbZ22 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udNucWbZ22 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNucWbZ22 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNucWbZ22 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNucWbZ22 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNucWbZ22 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udNucWbZ22 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udNucWbZ22 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udNucWbZ22 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udNucWbZ22 .mbr-section-title {
  color: #1f357f;
}
.cid-udNucWbZ22 .mbr-text {
  color: #ffffff;
}
.cid-udNucWbZ22 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udNucWbZ22 .list {
  color: #ffffff;
}
.cid-udNucWbZ22 .mbr-contact {
  color: #ffffff;
}
.cid-udNucWbZ22 .mbr-desc {
  color: #ffffff;
}
.cid-udNzHT3JOF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udNzHT3JOF .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-udNzHT3JOF nav.navbar {
  position: fixed;
}
.cid-udNzHT3JOF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNzHT3JOF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udNzHT3JOF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udNzHT3JOF .dropdown-item:hover,
.cid-udNzHT3JOF .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-udNzHT3JOF .dropdown-item:hover span {
  color: white;
}
.cid-udNzHT3JOF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udNzHT3JOF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udNzHT3JOF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udNzHT3JOF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udNzHT3JOF .nav-link {
  position: relative;
}
.cid-udNzHT3JOF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udNzHT3JOF .container {
    flex-wrap: nowrap;
  }
}
.cid-udNzHT3JOF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udNzHT3JOF .dropdown-menu,
.cid-udNzHT3JOF .navbar.opened {
  background: #ffffff !important;
}
.cid-udNzHT3JOF .nav-item:focus,
.cid-udNzHT3JOF .nav-link:focus {
  outline: none;
}
.cid-udNzHT3JOF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udNzHT3JOF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udNzHT3JOF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udNzHT3JOF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udNzHT3JOF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udNzHT3JOF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udNzHT3JOF .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udNzHT3JOF .navbar.opened {
  transition: all 0.3s;
}
.cid-udNzHT3JOF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udNzHT3JOF .navbar .navbar-logo img {
  width: auto;
}
.cid-udNzHT3JOF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udNzHT3JOF .navbar.collapsed {
  justify-content: center;
}
.cid-udNzHT3JOF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udNzHT3JOF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udNzHT3JOF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-udNzHT3JOF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udNzHT3JOF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udNzHT3JOF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udNzHT3JOF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udNzHT3JOF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udNzHT3JOF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udNzHT3JOF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udNzHT3JOF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udNzHT3JOF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udNzHT3JOF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udNzHT3JOF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udNzHT3JOF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udNzHT3JOF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udNzHT3JOF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udNzHT3JOF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udNzHT3JOF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udNzHT3JOF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udNzHT3JOF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udNzHT3JOF .navbar.navbar-short {
  min-height: 80px;
}
.cid-udNzHT3JOF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udNzHT3JOF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udNzHT3JOF .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udNzHT3JOF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udNzHT3JOF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udNzHT3JOF .dropdown-item.active,
.cid-udNzHT3JOF .dropdown-item:active {
  background-color: transparent;
}
.cid-udNzHT3JOF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udNzHT3JOF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udNzHT3JOF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udNzHT3JOF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udNzHT3JOF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udNzHT3JOF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udNzHT3JOF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udNzHT3JOF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udNzHT3JOF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udNzHT3JOF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udNzHT3JOF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udNzHT3JOF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNzHT3JOF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNzHT3JOF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udNzHT3JOF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNzHT3JOF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udNzHT3JOF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udNzHT3JOF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNzHT3JOF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udNzHT3JOF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udNzHT3JOF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udNzHT3JOF .navbar {
    height: 70px;
  }
  .cid-udNzHT3JOF .navbar.opened {
    height: auto;
  }
  .cid-udNzHT3JOF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udNzHTv3OZ {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/360-f-605634520-lklbmsewwdjgh8eaag8iwwaojuwgtxek-480x360.jpg");
}
.cid-udNzHTv3OZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNzHTv3OZ .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-udNzHTv3OZ .container {
    padding: 0 30px;
  }
}
.cid-udNzHTv3OZ .card {
  justify-content: center;
}
.cid-udNzHTv3OZ .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-udNzHTv3OZ .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udNzHTv3OZ .content-wrapper {
    padding: 0;
  }
}
.cid-udNzHTv3OZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udNzHTv3OZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udNzHTv3OZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-udNzHTv3OZ .mbr-section-title {
  color: #ffffff;
}
.cid-udNzHTv3OZ .mbr-text {
  color: #ffffff;
}
.cid-udNzHTSXcN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udNzHTSXcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNzHTSXcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNzHTSXcN .mbr-text,
.cid-udNzHTSXcN .mbr-section-btn {
  text-align: center;
}
.cid-udNzHTSXcN .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-udNzHTSXcN .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-udNzHUfjjT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNzHUfjjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNzHUfjjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNzHUfjjT img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNzHUfjjT img {
    margin-bottom: 2rem;
  }
}
.cid-udNzHUfjjT .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNzHUfjjT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNzHUfjjT .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNzHUfjjT .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNzHUfjjT .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNzHUfjjT .card-text {
  color: #726c89;
}
.cid-udNzHUDros {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udNzHUDros .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNzHUDros .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNzHUDros img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNzHUDros img {
    margin-bottom: 2rem;
  }
}
.cid-udNzHUDros .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNzHUDros .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNzHUDros .card-wrapper {
    max-width: 400px;
  }
}
.cid-udNzHUDros .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNzHUDros .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-udNzHUDros .card-text {
  color: #726c89;
}
.cid-udNzHUZctd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udNzHUZctd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNzHUZctd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNzHUZctd img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udNzHUZctd img {
    margin-bottom: 2rem;
  }
}
.cid-udNzHUZctd .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udNzHUZctd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udNzHUZctd .card-wrapper {
    max-width: 450px;
  }
}
.cid-udNzHUZctd .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udNzHUZctd .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udNzHUZctd .card-text {
  color: #726c89;
}
.cid-udNzHVynT2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-udNzHVynT2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udNzHVynT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNzHVynT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNzHVynT2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udNzHVynT2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .container {
    padding: 0 22px;
  }
}
.cid-udNzHVynT2 .row {
  position: relative;
  z-index: 1;
}
.cid-udNzHVynT2 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udNzHVynT2 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNzHVynT2 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udNzHVynT2 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNzHVynT2 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udNzHVynT2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udNzHVynT2 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udNzHVynT2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udNzHVynT2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udNzHVynT2 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNzHVynT2 .nav-wrapper .list .item-wrap:hover,
.cid-udNzHVynT2 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udNzHVynT2 .nav-wrapper .list .item-wrap:hover::before,
.cid-udNzHVynT2 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udNzHVynT2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNzHVynT2 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udNzHVynT2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udNzHVynT2 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udNzHVynT2 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udNzHVynT2 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udNzHVynT2 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udNzHVynT2 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udNzHVynT2 .mbr-section-title {
  color: #1f357f;
}
.cid-udNzHVynT2 .mbr-text {
  color: #ffffff;
}
.cid-udNzHVynT2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udNzHVynT2 .list {
  color: #ffffff;
}
.cid-udNzHVynT2 .mbr-contact {
  color: #ffffff;
}
.cid-udNzHVynT2 .mbr-desc {
  color: #ffffff;
}
.cid-udOzSErClO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udOzSErClO .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-udOzSErClO nav.navbar {
  position: fixed;
}
.cid-udOzSErClO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udOzSErClO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udOzSErClO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udOzSErClO .dropdown-item:hover,
.cid-udOzSErClO .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-udOzSErClO .dropdown-item:hover span {
  color: white;
}
.cid-udOzSErClO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udOzSErClO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udOzSErClO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udOzSErClO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udOzSErClO .nav-link {
  position: relative;
}
.cid-udOzSErClO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udOzSErClO .container {
    flex-wrap: nowrap;
  }
}
.cid-udOzSErClO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udOzSErClO .dropdown-menu,
.cid-udOzSErClO .navbar.opened {
  background: #ffffff !important;
}
.cid-udOzSErClO .nav-item:focus,
.cid-udOzSErClO .nav-link:focus {
  outline: none;
}
.cid-udOzSErClO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udOzSErClO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udOzSErClO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udOzSErClO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udOzSErClO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udOzSErClO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udOzSErClO .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udOzSErClO .navbar.opened {
  transition: all 0.3s;
}
.cid-udOzSErClO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udOzSErClO .navbar .navbar-logo img {
  width: auto;
}
.cid-udOzSErClO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udOzSErClO .navbar.collapsed {
  justify-content: center;
}
.cid-udOzSErClO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udOzSErClO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udOzSErClO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-udOzSErClO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udOzSErClO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udOzSErClO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udOzSErClO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udOzSErClO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udOzSErClO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udOzSErClO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udOzSErClO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udOzSErClO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udOzSErClO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udOzSErClO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udOzSErClO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udOzSErClO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udOzSErClO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udOzSErClO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udOzSErClO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udOzSErClO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udOzSErClO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udOzSErClO .navbar.navbar-short {
  min-height: 80px;
}
.cid-udOzSErClO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udOzSErClO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udOzSErClO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udOzSErClO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udOzSErClO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udOzSErClO .dropdown-item.active,
.cid-udOzSErClO .dropdown-item:active {
  background-color: transparent;
}
.cid-udOzSErClO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udOzSErClO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udOzSErClO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udOzSErClO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udOzSErClO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udOzSErClO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udOzSErClO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udOzSErClO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udOzSErClO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udOzSErClO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udOzSErClO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udOzSErClO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udOzSErClO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udOzSErClO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udOzSErClO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udOzSErClO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udOzSErClO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udOzSErClO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udOzSErClO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udOzSErClO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udOzSErClO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udOzSErClO .navbar {
    height: 70px;
  }
  .cid-udOzSErClO .navbar.opened {
    height: auto;
  }
  .cid-udOzSErClO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udOzSEYla0 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/yealink-logov1.20090601-843x238.jpg");
}
.cid-udOzSEYla0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzSEYla0 .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-udOzSEYla0 .container {
    padding: 0 30px;
  }
}
.cid-udOzSEYla0 .card {
  justify-content: center;
}
.cid-udOzSEYla0 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-udOzSEYla0 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udOzSEYla0 .content-wrapper {
    padding: 0;
  }
}
.cid-udOzSEYla0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udOzSEYla0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udOzSEYla0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-udOzSEYla0 .mbr-section-title {
  color: #ffffff;
}
.cid-udOzSEYla0 .mbr-text {
  color: #ffffff;
}
.cid-udOzSFfHM6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udOzSFfHM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzSFfHM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzSFfHM6 .mbr-text,
.cid-udOzSFfHM6 .mbr-section-btn {
  text-align: center;
}
.cid-udOzSFfHM6 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-udOzSFfHM6 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-udOzSFw4UR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udOzSFw4UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzSFw4UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzSFw4UR img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udOzSFw4UR img {
    margin-bottom: 2rem;
  }
}
.cid-udOzSFw4UR .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udOzSFw4UR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udOzSFw4UR .card-wrapper {
    max-width: 450px;
  }
}
.cid-udOzSFw4UR .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udOzSFw4UR .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udOzSFw4UR .card-text {
  color: #726c89;
}
.cid-udOzSFNLWG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udOzSFNLWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzSFNLWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzSFNLWG img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udOzSFNLWG img {
    margin-bottom: 2rem;
  }
}
.cid-udOzSFNLWG .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udOzSFNLWG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udOzSFNLWG .card-wrapper {
    max-width: 400px;
  }
}
.cid-udOzSFNLWG .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udOzSFNLWG .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-udOzSFNLWG .card-text {
  color: #726c89;
}
.cid-udOzSG5DAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udOzSG5DAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzSG5DAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzSG5DAh img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udOzSG5DAh img {
    margin-bottom: 2rem;
  }
}
.cid-udOzSG5DAh .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udOzSG5DAh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udOzSG5DAh .card-wrapper {
    max-width: 450px;
  }
}
.cid-udOzSG5DAh .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udOzSG5DAh .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udOzSG5DAh .card-text {
  color: #726c89;
}
.cid-udOzSGplHr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-udOzSGplHr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udOzSGplHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzSGplHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzSGplHr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udOzSGplHr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .container {
    padding: 0 22px;
  }
}
.cid-udOzSGplHr .row {
  position: relative;
  z-index: 1;
}
.cid-udOzSGplHr .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udOzSGplHr .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udOzSGplHr .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udOzSGplHr .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udOzSGplHr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udOzSGplHr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udOzSGplHr .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udOzSGplHr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udOzSGplHr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udOzSGplHr .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udOzSGplHr .nav-wrapper .list .item-wrap:hover,
.cid-udOzSGplHr .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udOzSGplHr .nav-wrapper .list .item-wrap:hover::before,
.cid-udOzSGplHr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udOzSGplHr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udOzSGplHr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udOzSGplHr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udOzSGplHr .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udOzSGplHr .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udOzSGplHr .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udOzSGplHr .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udOzSGplHr .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udOzSGplHr .mbr-section-title {
  color: #1f357f;
}
.cid-udOzSGplHr .mbr-text {
  color: #ffffff;
}
.cid-udOzSGplHr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udOzSGplHr .list {
  color: #ffffff;
}
.cid-udOzSGplHr .mbr-contact {
  color: #ffffff;
}
.cid-udOzSGplHr .mbr-desc {
  color: #ffffff;
}
.cid-udOzVEuons {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udOzVEuons .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-udOzVEuons nav.navbar {
  position: fixed;
}
.cid-udOzVEuons .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udOzVEuons .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udOzVEuons .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udOzVEuons .dropdown-item:hover,
.cid-udOzVEuons .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-udOzVEuons .dropdown-item:hover span {
  color: white;
}
.cid-udOzVEuons .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udOzVEuons .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udOzVEuons .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udOzVEuons .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udOzVEuons .nav-link {
  position: relative;
}
.cid-udOzVEuons .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udOzVEuons .container {
    flex-wrap: nowrap;
  }
}
.cid-udOzVEuons .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udOzVEuons .dropdown-menu,
.cid-udOzVEuons .navbar.opened {
  background: #ffffff !important;
}
.cid-udOzVEuons .nav-item:focus,
.cid-udOzVEuons .nav-link:focus {
  outline: none;
}
.cid-udOzVEuons .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udOzVEuons .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udOzVEuons .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udOzVEuons .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udOzVEuons .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udOzVEuons .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udOzVEuons .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udOzVEuons .navbar.opened {
  transition: all 0.3s;
}
.cid-udOzVEuons .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udOzVEuons .navbar .navbar-logo img {
  width: auto;
}
.cid-udOzVEuons .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udOzVEuons .navbar.collapsed {
  justify-content: center;
}
.cid-udOzVEuons .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udOzVEuons .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udOzVEuons .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-udOzVEuons .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udOzVEuons .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udOzVEuons .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udOzVEuons .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udOzVEuons .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udOzVEuons .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udOzVEuons .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udOzVEuons .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udOzVEuons .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udOzVEuons .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udOzVEuons .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udOzVEuons .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udOzVEuons .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udOzVEuons .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udOzVEuons .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udOzVEuons .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udOzVEuons .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udOzVEuons .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udOzVEuons .navbar.navbar-short {
  min-height: 80px;
}
.cid-udOzVEuons .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udOzVEuons .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udOzVEuons .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udOzVEuons .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udOzVEuons .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udOzVEuons .dropdown-item.active,
.cid-udOzVEuons .dropdown-item:active {
  background-color: transparent;
}
.cid-udOzVEuons .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udOzVEuons .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udOzVEuons .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udOzVEuons .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udOzVEuons .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udOzVEuons .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udOzVEuons ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udOzVEuons .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udOzVEuons button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udOzVEuons button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udOzVEuons button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udOzVEuons button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udOzVEuons button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udOzVEuons button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udOzVEuons nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udOzVEuons nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udOzVEuons nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udOzVEuons nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udOzVEuons .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udOzVEuons a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udOzVEuons .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udOzVEuons .navbar {
    height: 70px;
  }
  .cid-udOzVEuons .navbar.opened {
    height: auto;
  }
  .cid-udOzVEuons .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udOzVEWkVg {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/yeastar-logo-797x419.jpg");
}
.cid-udOzVEWkVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzVEWkVg .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-udOzVEWkVg .container {
    padding: 0 30px;
  }
}
.cid-udOzVEWkVg .card {
  justify-content: center;
}
.cid-udOzVEWkVg .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-udOzVEWkVg .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udOzVEWkVg .content-wrapper {
    padding: 0;
  }
}
.cid-udOzVEWkVg .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udOzVEWkVg .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udOzVEWkVg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-udOzVEWkVg .mbr-section-title {
  color: #ffffff;
}
.cid-udOzVEWkVg .mbr-text {
  color: #ffffff;
}
.cid-udOzVFcqW9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udOzVFcqW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzVFcqW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzVFcqW9 .mbr-text,
.cid-udOzVFcqW9 .mbr-section-btn {
  text-align: center;
}
.cid-udOzVFcqW9 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-udOzVFcqW9 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-udOzVFuwoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udOzVFuwoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzVFuwoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzVFuwoS img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udOzVFuwoS img {
    margin-bottom: 2rem;
  }
}
.cid-udOzVFuwoS .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udOzVFuwoS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udOzVFuwoS .card-wrapper {
    max-width: 450px;
  }
}
.cid-udOzVFuwoS .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udOzVFuwoS .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udOzVFuwoS .card-text {
  color: #726c89;
}
.cid-udOzVFNUXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udOzVFNUXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzVFNUXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzVFNUXX img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udOzVFNUXX img {
    margin-bottom: 2rem;
  }
}
.cid-udOzVFNUXX .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udOzVFNUXX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udOzVFNUXX .card-wrapper {
    max-width: 400px;
  }
}
.cid-udOzVFNUXX .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udOzVFNUXX .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-udOzVFNUXX .card-text {
  color: #726c89;
}
.cid-udOzVG6Ea7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-udOzVG6Ea7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzVG6Ea7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzVG6Ea7 img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-udOzVG6Ea7 img {
    margin-bottom: 2rem;
  }
}
.cid-udOzVG6Ea7 .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-udOzVG6Ea7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-udOzVG6Ea7 .card-wrapper {
    max-width: 450px;
  }
}
.cid-udOzVG6Ea7 .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-udOzVG6Ea7 .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-udOzVG6Ea7 .card-text {
  color: #726c89;
}
.cid-udOzVGr3Sw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-udOzVGr3Sw::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-udOzVGr3Sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOzVGr3Sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOzVGr3Sw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udOzVGr3Sw .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .container {
    padding: 0 22px;
  }
}
.cid-udOzVGr3Sw .row {
  position: relative;
  z-index: 1;
}
.cid-udOzVGr3Sw .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-udOzVGr3Sw .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udOzVGr3Sw .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-udOzVGr3Sw .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udOzVGr3Sw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udOzVGr3Sw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udOzVGr3Sw .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-udOzVGr3Sw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-udOzVGr3Sw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-udOzVGr3Sw .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udOzVGr3Sw .nav-wrapper .list .item-wrap:hover,
.cid-udOzVGr3Sw .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-udOzVGr3Sw .nav-wrapper .list .item-wrap:hover::before,
.cid-udOzVGr3Sw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-udOzVGr3Sw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udOzVGr3Sw .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udOzVGr3Sw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-udOzVGr3Sw .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-udOzVGr3Sw .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-udOzVGr3Sw .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udOzVGr3Sw .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-udOzVGr3Sw .mbr-section-title {
  color: #1f357f;
}
.cid-udOzVGr3Sw .mbr-text {
  color: #ffffff;
}
.cid-udOzVGr3Sw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udOzVGr3Sw .list {
  color: #ffffff;
}
.cid-udOzVGr3Sw .mbr-contact {
  color: #ffffff;
}
.cid-udOzVGr3Sw .mbr-desc {
  color: #ffffff;
}
.cid-u7SdRpVJ9v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u7SdRpVJ9v .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u7SdRpVJ9v nav.navbar {
  position: fixed;
}
.cid-u7SdRpVJ9v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SdRpVJ9v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7SdRpVJ9v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7SdRpVJ9v .dropdown-item:hover,
.cid-u7SdRpVJ9v .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-u7SdRpVJ9v .dropdown-item:hover span {
  color: white;
}
.cid-u7SdRpVJ9v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7SdRpVJ9v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7SdRpVJ9v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7SdRpVJ9v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7SdRpVJ9v .nav-link {
  position: relative;
}
.cid-u7SdRpVJ9v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7SdRpVJ9v .container {
    flex-wrap: nowrap;
  }
}
.cid-u7SdRpVJ9v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7SdRpVJ9v .dropdown-menu,
.cid-u7SdRpVJ9v .navbar.opened {
  background: #ffffff !important;
}
.cid-u7SdRpVJ9v .nav-item:focus,
.cid-u7SdRpVJ9v .nav-link:focus {
  outline: none;
}
.cid-u7SdRpVJ9v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7SdRpVJ9v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7SdRpVJ9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7SdRpVJ9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7SdRpVJ9v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7SdRpVJ9v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7SdRpVJ9v .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7SdRpVJ9v .navbar.opened {
  transition: all 0.3s;
}
.cid-u7SdRpVJ9v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7SdRpVJ9v .navbar .navbar-logo img {
  width: auto;
}
.cid-u7SdRpVJ9v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7SdRpVJ9v .navbar.collapsed {
  justify-content: center;
}
.cid-u7SdRpVJ9v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7SdRpVJ9v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7SdRpVJ9v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7SdRpVJ9v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7SdRpVJ9v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7SdRpVJ9v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7SdRpVJ9v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7SdRpVJ9v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7SdRpVJ9v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7SdRpVJ9v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7SdRpVJ9v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7SdRpVJ9v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7SdRpVJ9v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7SdRpVJ9v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7SdRpVJ9v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7SdRpVJ9v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7SdRpVJ9v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7SdRpVJ9v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7SdRpVJ9v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7SdRpVJ9v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7SdRpVJ9v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7SdRpVJ9v .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7SdRpVJ9v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7SdRpVJ9v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7SdRpVJ9v .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7SdRpVJ9v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7SdRpVJ9v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7SdRpVJ9v .dropdown-item.active,
.cid-u7SdRpVJ9v .dropdown-item:active {
  background-color: transparent;
}
.cid-u7SdRpVJ9v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7SdRpVJ9v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7SdRpVJ9v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7SdRpVJ9v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7SdRpVJ9v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7SdRpVJ9v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7SdRpVJ9v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7SdRpVJ9v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7SdRpVJ9v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7SdRpVJ9v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7SdRpVJ9v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7SdRpVJ9v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SdRpVJ9v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7SdRpVJ9v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7SdRpVJ9v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SdRpVJ9v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7SdRpVJ9v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7SdRpVJ9v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7SdRpVJ9v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7SdRpVJ9v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7SdRpVJ9v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7SdRpVJ9v .navbar {
    height: 70px;
  }
  .cid-u7SdRpVJ9v .navbar.opened {
    height: auto;
  }
  .cid-u7SdRpVJ9v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7SdRr9m6H {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-u7SdRr9m6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7SdRr9m6H .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-u7SdRr9m6H .container {
    padding: 0 30px;
  }
}
.cid-u7SdRr9m6H .card {
  justify-content: center;
}
.cid-u7SdRr9m6H .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7SdRr9m6H .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7SdRr9m6H .content-wrapper {
    padding: 0;
  }
}
.cid-u7SdRr9m6H .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7SdRr9m6H .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7SdRr9m6H .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7SdRr9m6H .mbr-section-title {
  color: #ffffff;
}
.cid-u7SdRr9m6H .mbr-text {
  color: #ffffff;
}
.cid-u8dXaPKEAi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dXaPKEAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dXaPKEAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dXaPKEAi .mbr-text,
.cid-u8dXaPKEAi .mbr-section-btn {
  text-align: center;
}
.cid-u8dXaPKEAi .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u8dXaPKEAi .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u8dSIM1VpC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u8dSIM1VpC .item-img {
  position: relative;
}
.cid-u8dSIM1VpC .item-img img {
  transition: all 0.2s;
}
.cid-u8dSIM1VpC .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u8dSIM1VpC .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-u8dSIM1VpC .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8dSIM1VpC .item:hover img {
  transform: scale(1.05);
}
.cid-u8dSIM1VpC .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8dSIM1VpC .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u8dSIM1VpC .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8dSIM1VpC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8dSIM1VpC .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #3d2e7c;
  text-align: center;
}
.cid-u8dSIM1VpC .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8dSIM1VpC .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8dSIM1VpC .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8dSIM1VpC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8dSIM1VpC .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8dSIM1VpC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8dSIM1VpC .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8dSIM1VpC .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8dSIM1VpC .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8dSIM1VpC img,
.cid-u8dSIM1VpC .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u8dSIM1VpC .item:focus,
.cid-u8dSIM1VpC span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8dSIM1VpC .item {
    margin-bottom: 1rem;
  }
}
.cid-u8dSIM1VpC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8dSIM1VpC .item-title {
  text-align: left;
  color: #ff8a8a;
}
.cid-u8dSIM1VpC .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8dSIM1VpC .mbr-section-subtitle,
.cid-u8dSIM1VpC .subtitle-wrap,
.cid-u8dSIM1VpC .mbr-section-btn {
  text-align: left;
}
.cid-u8dSIM1VpC .mbr-text,
.cid-u8dSIM1VpC .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #565add !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7QRLPsviv {
  padding-top: 7rem;
  padding-bottom: 4rem;
  align-items: flex-end;
}
.cid-u7QRLPsviv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7QRLPsviv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-u7QRLPsviv .container {
    padding: 0 30px;
  }
}
.cid-u7QRLPsviv .card {
  justify-content: center;
}
.cid-u7QRLPsviv .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u7QRLPsviv .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u7QRLPsviv .content-wrapper {
    padding: 0;
  }
}
.cid-u7QRLPsviv .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7QRLPsviv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7QRLPsviv .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u7QRLPsviv .mbr-section-title {
  color: #ffffff;
}
.cid-u7QRLPsviv .mbr-text {
  color: #ffffff;
}
.cid-tjRueDYDTq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjRueDYDTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRueDYDTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRueDYDTq img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tjRueDYDTq img {
    margin-bottom: 2rem;
  }
}
.cid-tjRueDYDTq .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tjRueDYDTq .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tjRueDYDTq .card-wrapper {
    max-width: 400px;
  }
}
.cid-tjRueDYDTq .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRueDYDTq .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-tjRueDYDTq .card-text {
  color: #726c89;
}
.cid-tjRueNf95w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjRueNf95w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRueNf95w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRueNf95w img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tjRueNf95w img {
    margin-bottom: 2rem;
  }
}
.cid-tjRueNf95w .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tjRueNf95w .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tjRueNf95w .card-wrapper {
    max-width: 450px;
  }
}
.cid-tjRueNf95w .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRueNf95w .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-tjRueNf95w .card-text {
  color: #726c89;
}
.cid-u7RbL0oV3G {
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7RbL0oV3G .title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u7RbL0oV3G .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-u7RbL0oV3G .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7RbL0oV3G .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-u7RbL0oV3G .item-round {
  background: #dcb688;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-u7RbL0oV3G .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-u7RbL0oV3G .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-u7RbL0oV3G p {
  line-height: 1.2;
}
.cid-u7RbL0oV3G .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-u7RbL0oV3G .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7RbL0oV3G .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7RbL0oV3G .link-icon-wrapper2 .icon-wrap2 {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7RbL0oV3G .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7RbL0oV3G .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7RbL0oV3G .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-u7RbL0oV3G .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7RbL0oV3G .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-u7RbL0oV3G .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7RbL0oV3G .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u7RbL0oV3G .image-wrapper {
    min-height: 400px;
  }
}
.cid-u7RbL0oV3G .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7RbL0oV3G .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7RbL0oV3G .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u7RbL0oV3G .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u7RbL0oV3G .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7RbL0oV3G .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u7RbL0oV3G .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u7RbL0oV3G .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7RbL0oV3G .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u7RbL0oV3G .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7RbL0oV3G .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u7RbL0oV3G .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7RbL0oV3G img,
.cid-u7RbL0oV3G .item-img {
  width: 100%;
  height: 100%;
}
.cid-u7RbL0oV3G .item-title2 {
  color: #111019;
}
.cid-u7RbL0oV3G .mbr-text,
.cid-u7RbL0oV3G .item .mbr-section-btn {
  text-align: center;
}
.cid-u7RbL0oV3G .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7RbL0oV3G .item2 img {
  height: 300px;
}
.cid-u7RbL0oV3G .item2:hover {
  cursor: pointer;
}
.cid-u7RbL0oV3G .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7RbL0oV3G .item-title {
  color: #000000;
}
.cid-u7RkWOiyGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7RkWOiyGZ .item-img {
  position: relative;
}
.cid-u7RkWOiyGZ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7RkWOiyGZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7RkWOiyGZ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u7RkWOiyGZ .item1 {
  padding-bottom: 2rem;
}
.cid-u7RkWOiyGZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7RkWOiyGZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7RkWOiyGZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7RkWOiyGZ .item1,
.cid-u7RkWOiyGZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7RkWOiyGZ .item1 .item:hover,
.cid-u7RkWOiyGZ .item .item:hover {
  cursor: pointer;
}
.cid-u7RkWOiyGZ .item1:hover .link-icon-wrapper span,
.cid-u7RkWOiyGZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7RkWOiyGZ .item1:hover img,
.cid-u7RkWOiyGZ .item:hover img {
  transform: scale(1.05);
}
.cid-u7RkWOiyGZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7RkWOiyGZ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7RkWOiyGZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7RkWOiyGZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7RkWOiyGZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7RkWOiyGZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7RkWOiyGZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7RkWOiyGZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7RkWOiyGZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7RkWOiyGZ img,
.cid-u7RkWOiyGZ .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-u7RkWOiyGZ .item:focus,
.cid-u7RkWOiyGZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7RkWOiyGZ .item {
    margin-bottom: 1rem;
  }
}
.cid-u7RkWOiyGZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7RkWOiyGZ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7RkWOiyGZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7RkWOiyGZ .mbr-section-subtitle,
.cid-u7RkWOiyGZ .subtitle-wrap,
.cid-u7RkWOiyGZ .mbr-section-btn {
  text-align: left;
}
.cid-u7RkWOiyGZ .mbr-text,
.cid-u7RkWOiyGZ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tjRvyqD2tZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tjRvyqD2tZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRvyqD2tZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRvyqD2tZ .row {
  flex-direction: row-reverse;
}
.cid-tjRvyqD2tZ .row {
  align-items: center;
}
.cid-tjRvyqD2tZ img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tjRvyqD2tZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tjRvyqD2tZ .mbr-section-title {
  color: #140b2a;
}
.cid-tjRvyqD2tZ .mbr-text,
.cid-tjRvyqD2tZ .mbr-section-btn {
  color: #232323;
}
.cid-u7Rlj9iDI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Rlj9iDI0 .links {
  color: #1f357f;
}
.cid-u7Rlj9iDI0 .styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #dc0000;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.cid-u7Rlj9iDI0 .styled:hover {
  background-color: #ff0000;
}
.cid-u7Rlj9iDI0 .styled:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.cid-u7Rlj9iDI0 .titre {
  font-weight: bold;
}
.cid-u7Rlj9iDI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Rlj9iDI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Rlj9iDI0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7Rlj9iDI0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7Rlj9iDI0 .container {
    padding: 0 24px;
  }
}
.cid-u7Rlj9iDI0 .row {
  justify-content: center;
}
.cid-u7Rlj9iDI0 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7Rlj9iDI0 .item {
    margin-bottom: 32px;
  }
}
.cid-u7Rlj9iDI0 .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #00ccbd;
  background-color: #e5faf9;
}
.cid-u7Rlj9iDI0 .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-u7Rlj9iDI0 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7Rlj9iDI0 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u7Rlj9iDI0 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  font-size: 40px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-u7Rlj9iDI0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-u7Rlj9iDI0 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u7Rlj9iDI0 .card-title {
  color: #262642;
}
.cid-u7Rlj9iDI0 .card-text {
  color: #8e8ead;
}
.cid-u7Rlj9iDI0 .card-title,
.cid-u7Rlj9iDI0 .iconfont-wrapper {
  color: #000000;
}
.cid-u7QVKAeSGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
.cid-u7QVKAeSGN::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #eff0ff -10%, transparent 80%);
  z-index: 1;
}
.cid-u7QVKAeSGN .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7QVKAeSGN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7QVKAeSGN .container {
    padding: 0 16px;
  }
}
.cid-u7QVKAeSGN .row {
  position: relative;
  z-index: 1;
}
.cid-u7QVKAeSGN .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7QVKAeSGN .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u7QVKAeSGN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7QVKAeSGN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-u7QVKAeSGN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u7QVKAeSGN .embla__slide .slide-content {
  width: 100%;
}
.cid-u7QVKAeSGN .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7QVKAeSGN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-u7QVKAeSGN .embla__button--next,
.cid-u7QVKAeSGN .embla__button--prev {
  display: flex;
}
.cid-u7QVKAeSGN .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #565add !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u7QVKAeSGN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7QVKAeSGN .embla__button:hover {
  opacity: .7 !important;
}
.cid-u7QVKAeSGN .embla__button.embla__button--prev {
  left: 0;
}
.cid-u7QVKAeSGN .embla__button.embla__button--next {
  right: 0;
}
.cid-u7QVKAeSGN .embla {
  position: relative;
  width: 100%;
}
.cid-u7QVKAeSGN .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u7QVKAeSGN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7QVKAeSGN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7QVKAeSGN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7QVKAeSGN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7QVKAeSGN .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u9biwwEPeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9biwwEPeB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u9biwwEPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9biwwEPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9biwwEPeB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .container {
    padding: 0 22px;
  }
}
.cid-u9biwwEPeB .row {
  position: relative;
  z-index: 1;
}
.cid-u9biwwEPeB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-u9biwwEPeB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-u9biwwEPeB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9biwwEPeB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u9biwwEPeB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before,
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u9biwwEPeB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9biwwEPeB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-u9biwwEPeB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u9biwwEPeB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-u9biwwEPeB .mbr-section-title {
  color: #1f357f;
}
.cid-u9biwwEPeB .mbr-text {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9biwwEPeB .list {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-contact {
  color: #ffffff;
}
.cid-u9biwwEPeB .mbr-desc {
  color: #ffffff;
}
