.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #191c25 !important;
}
.bg-success {
  background-color: #baace7 !important;
}
.bg-info {
  background-color: #01dc94 !important;
}
.bg-warning {
  background-color: #f9da58 !important;
}
.bg-danger {
  background-color: #f96458 !important;
}
.btn-primary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #191c25 !important;
  border-color: #191c25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #272c3a !important;
  border-color: #272c3a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #272c3a !important;
  border-color: #272c3a !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 1px solid #333e06;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cfef54 !important;
  border-color: #cfef54 !important;
  color: #333e06 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d8f275 !important;
  border-color: #d8f275 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333e06 !important;
  background-color: #d8f275 !important;
  border-color: #d8f275 !important;
}
.btn-info .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #01dc94 !important;
  border-color: #01dc94 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #03feab !important;
  border-color: #03feab !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #03feab !important;
  border-color: #03feab !important;
}
.btn-success .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #baace7 !important;
  border-color: #baace7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1c8ef !important;
  border-color: #d1c8ef !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1c8ef !important;
  border-color: #d1c8ef !important;
}
.btn-warning .mbr-iconfont::after {
  border: 1px solid #4f4003;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9da58 !important;
  border-color: #f9da58 !important;
  color: #4f4003 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fae27a !important;
  border-color: #fae27a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4f4003 !important;
  background-color: #fae27a !important;
  border-color: #fae27a !important;
}
.btn-danger .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #f96458 !important;
  border-color: #f96458 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa847a !important;
  border-color: #fa847a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa847a !important;
  border-color: #fa847a !important;
}
.btn-white .mbr-iconfont::after {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #353535 !important;
  border-color: #353535 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 1px solid #191c25;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #191c25;
  color: #191c25;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191c25 !important;
  border-color: #191c25 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 1px solid #cfef54;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cfef54;
  color: #cfef54;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b0d814 !important;
  background-color: transparent !important;
  border-color: #b0d814 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #333e06 !important;
  background-color: #cfef54 !important;
  border-color: #cfef54 !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 1px solid #01dc94;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01dc94;
  color: #01dc94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #01865a !important;
  background-color: transparent !important;
  border-color: #01865a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01dc94 !important;
  border-color: #01dc94 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 1px solid #baace7;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #baace7;
  color: #baace7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8269d4 !important;
  background-color: transparent !important;
  border-color: #8269d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #baace7 !important;
  border-color: #baace7 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 1px solid #f9da58;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9da58;
  color: #f9da58;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f2c509 !important;
  background-color: transparent !important;
  border-color: #f2c509 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4f4003 !important;
  background-color: #f9da58 !important;
  border-color: #f9da58 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 1px solid #f96458;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f96458;
  color: #f96458;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f21a09 !important;
  background-color: transparent !important;
  border-color: #f21a09 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f96458 !important;
  border-color: #f96458 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #191c25 !important;
}
.text-secondary {
  color: #cfef54 !important;
}
.text-success {
  color: #baace7 !important;
}
.text-info {
  color: #01dc94 !important;
}
.text-warning {
  color: #f9da58 !important;
}
.text-danger {
  color: #f96458 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a4ca13 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #785dd0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #017650 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e3b908 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e31808 !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: #191c25;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01dc94;
}
.alert-warning {
  background-color: #f9da58;
}
.alert-danger {
  background-color: #f96458;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191c25;
  border-color: #191c25;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #191c25;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9cdda;
}
.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: #aaffe3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #191c25 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #191c25;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191c25;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191c25;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #191c25;
  border-bottom-color: #191c25;
}
.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: #191c25 !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: #cfef54 !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='%23191c25' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 17px 22px;
  font-weight: 400 !important;
  border-width: 1px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 22.5px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after,
.mbr-section-btn-main .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 48px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.image-wrapper,
.item-content,
.address-wrapper,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .content-wrapper,
  .image-wrapper,
  .item-content,
  .address-wrapper,
  .form-wrapper {
    border-radius: 35px !important;
  }
}
.tags-wrapper .list .item-wrap {
  border-radius: 100px !important;
}
.content-wrapper .mbr-section-title span {
  border-radius: 100px !important;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 35px !important;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px !important;
}
.form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  .form-wrapper .dragArea.row .form-group textarea {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
.cid-uo4lhMt2Df .navbar-dropdown {
  position: relative !important;
}
.cid-uo4lhMt2Df .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-uo4lhMt2Df .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo4lhMt2Df .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo4lhMt2Df .dropdown-item:hover,
.cid-uo4lhMt2Df .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uo4lhMt2Df .dropdown-item:hover span {
  color: white;
}
.cid-uo4lhMt2Df .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo4lhMt2Df .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo4lhMt2Df .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo4lhMt2Df .nav-link {
  position: relative;
}
.cid-uo4lhMt2Df .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .container {
    flex-wrap: nowrap;
  }
}
.cid-uo4lhMt2Df .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uo4lhMt2Df .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uo4lhMt2Df .dropdown-menu,
.cid-uo4lhMt2Df .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uo4lhMt2Df .nav-item:focus,
.cid-uo4lhMt2Df .nav-link:focus {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo4lhMt2Df .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo4lhMt2Df .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df .navbar.opened {
  transition: all 0.3s;
}
.cid-uo4lhMt2Df .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo4lhMt2Df .navbar .navbar-logo img {
  width: auto;
}
.cid-uo4lhMt2Df .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo4lhMt2Df .navbar.collapsed {
  justify-content: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo4lhMt2Df .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4lhMt2Df .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-uo4lhMt2Df .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo4lhMt2Df .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4lhMt2Df .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-uo4lhMt2Df .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo4lhMt2Df .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo4lhMt2Df .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uo4lhMt2Df .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo4lhMt2Df .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4lhMt2Df .navbar.navbar-short {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown-item.active,
.cid-uo4lhMt2Df .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4lhMt2Df .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo4lhMt2Df .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4lhMt2Df ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uo4lhMt2Df ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uo4lhMt2Df .navbar-buttons {
  text-align: center;
}
.cid-uo4lhMt2Df .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uo4lhMt2Df .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uo4lhMt2Df .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uo4lhMt2Df .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uo4lhMt2Df button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uo4lhMt2Df a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo4lhMt2Df .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-uo4lhMt2Df .navbar {
    height: 70px;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    height: auto;
  }
  .cid-uo4lhMt2Df .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4lhMt2Df .navbar-nav {
  margin: 0 auto;
}
.cid-uo4lhMt2Df .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uo4lhMt2Df .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uo4lhMt2Df .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uo4lhMt2Df .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uo4lhMt2Df .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uo4lhMt2Df .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar {
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uo4lhMt2Df .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uo4lhW8l1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uo4lhW8l1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4lhW8l1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4lhW8l1V .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uo4lhW8l1V .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uo4lhW8l1V .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uo4lhW8l1V .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo4lhW8l1V .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
.cid-uo4lhW8l1V .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uo4lhW8l1V .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uo4lhW8l1V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uo4lhW8l1V .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uo4lhW8l1V .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uo4lhW8l1V .mbr-section-title {
  color: #191c25;
}
.cid-uo4lhW8l1V .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uo4lhW8l1V .mbr-section-title,
.cid-uo4lhW8l1V .mbr-section-btn,
.cid-uo4lhW8l1V .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJsO6rQzRc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsO6rQzRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsO6rQzRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsO6rQzRc .card-wrapper {
  display: flex;
  background-color: #000000;
  justify-content: space-between;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uJsO6rQzRc .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uJsO6rQzRc .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJsO6rQzRc .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJsO6rQzRc .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJsO6rQzRc .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJsO6rQzRc .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJsO6rQzRc .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJsO6rQzRc .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJsO6rQzRc .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJsO6rQzRc .mbr-section-title {
  color: #ffffff;
}
.cid-uJsO6rQzRc .mbr-text {
  color: #ffffff;
}
.cid-uJsO2Fo7bs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsO2Fo7bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsO2Fo7bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsO2Fo7bs .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJsO2Fo7bs .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJsO2Fo7bs .items-wrapper {
  margin: 0 -8px;
}
.cid-uJsO2Fo7bs .items-wrapper .item {
  padding: 0 8px;
}
.cid-uJsO2Fo7bs .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-uJsO2Fo7bs .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uJsO2Fo7bs .item {
  transform: translateY(-8rem);
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uJsO2Fo7bs .item {
    transform: none;
    margin-bottom: 12px;
  }
}
.cid-uJsO2Fo7bs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJsO2Fo7bs .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJsO2Fo7bs .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uJsO2Fo7bs .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uJsO2Fo7bs .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uJsO2Fo7bs .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
@media (max-width: 992px) {
  .cid-uJsO2Fo7bs .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJsO2Fo7bs .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJsO2Fo7bs .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uJsO2Fo7bs .item .item-wrapper .card-box .card-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJsO2Fo7bs .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uJsO2Fo7bs .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJsO2Fo7bs .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJsO2Fo7bs .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJsO2Fo7bs .mbr-section-title {
  color: #8e73fe;
  text-align: center;
}
.cid-uJsO2Fo7bs .card-title {
  color: #2c2c26;
}
.cid-uJsO2Fo7bs .card-text {
  color: #000000;
}
.cid-uJsO2Fo7bs .mbr-section-title,
.cid-uJsO2Fo7bs .mbr-section-btn {
  color: #000000;
}
.cid-uJsO2Fo7bs .card-title,
.cid-uJsO2Fo7bs .iconfont-wrap {
  color: #000000;
}
.cid-uJsO7XSWY1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsO7XSWY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsO7XSWY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsO7XSWY1 .items-wrapper {
  justify-content: flex-end;
}
.cid-uJsO7XSWY1 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJsO7XSWY1 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJsO7XSWY1 .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uJsO7XSWY1 .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uJsO7XSWY1 .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uJsO7XSWY1 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uJsO7XSWY1 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uJsO7XSWY1 .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uJsO7XSWY1 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uJsO7XSWY1 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uJsO7XSWY1 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uJsO7XSWY1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJsO7XSWY1 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uJsO7XSWY1 .mbr-desc {
  color: #272b2e;
}
.cid-uJsO7XSWY1 .mbr-section-title {
  color: #272b2e;
}
.cid-uJsO7XSWY1 .mbr-text,
.cid-uJsO7XSWY1 .text-wrapper {
  color: #272b2e;
}
.cid-uJsO7XSWY1 .mbr-text {
  color: #000000;
}
.cid-uJsO7XSWY1 .mbr-section-title,
.cid-uJsO7XSWY1 .mbr-section-btn {
  color: #000000;
}
.cid-uJsO44HwSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #eeeef7;
}
.cid-uJsO44HwSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsO44HwSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsO44HwSm .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJsO44HwSm .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .content-wrapper {
    padding: 0;
  }
}
.cid-uJsO44HwSm .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJsO44HwSm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJsO44HwSm .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJsO44HwSm .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uJsO44HwSm .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uJsO44HwSm .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uJsO44HwSm .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJsO44HwSm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJsO44HwSm .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uJsO44HwSm .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uJsO44HwSm .mbr-section-title {
  color: #000000;
}
.cid-uJsO44HwSm .item-title {
  color: #ffffff;
}
.cid-uJsO44HwSm .item-text {
  color: #000000;
}
.cid-uJsO44HwSm .item-title,
.cid-uJsO44HwSm .mbr-section-btn {
  color: #000000;
}
.cid-uJsOaoDRz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uJsOaoDRz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsOaoDRz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsOaoDRz5 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uJsOaoDRz5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJsOaoDRz5 .container {
    padding: 0 16px;
  }
}
.cid-uJsOaoDRz5 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uJsOaoDRz5 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uJsOaoDRz5 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uJsOaoDRz5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJsOaoDRz5 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uJsOaoDRz5 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uJsOaoDRz5 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uJsOaoDRz5 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uJsOaoDRz5 .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uJsOaoDRz5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJsOaoDRz5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJsOaoDRz5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJsOaoDRz5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uJsOaoDRz5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uJsOaoDRz5 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uJsOaoDRz5 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uJsOaoDRz5 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uJsOaoDRz5 .mbr-section-title {
  color: #000000;
}
.cid-uJsOaoDRz5 .mbr-text {
  color: #6f6f6f;
}
.cid-uJsOaoDRz5 .panel-title-edit {
  color: #000000;
}
.cid-uJsOaoDRz5 .panel-text {
  color: #000000;
}
.cid-uJsOHFEaz3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsOHFEaz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsOHFEaz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsOHFEaz3 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff398a 30%, #a78aff 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJsOHFEaz3 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uJsOHFEaz3 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uJsOHFEaz3 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJsOHFEaz3 .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uJsOHFEaz3 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uJsOHFEaz3 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff398a 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uJsOHFEaz3 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uJsOHFEaz3 .mbr-section-btn {
  text-align: right;
}
.cid-uJsOHFEaz3 .mbr-title {
  color: #ffffff;
}
.cid-uJsOHFEaz3 .mbr-text {
  color: #ffffff;
}
.cid-uJsOHFEaz3 label {
  color: #ffffff;
}
.cid-uJsOPhsJsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsOPhsJsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsOPhsJsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsOPhsJsP .title-wrapper {
  margin-bottom: 40px;
}
.cid-uJsOPhsJsP .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uJsOPhsJsP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJsOPhsJsP .items-wrapper {
  margin: 0 -20px;
}
.cid-uJsOPhsJsP .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJsOPhsJsP .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uJsOPhsJsP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJsOPhsJsP .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJsOPhsJsP .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJsOPhsJsP .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uJsOPhsJsP .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uJsOPhsJsP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uJsOPhsJsP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uJsOPhsJsP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJsOPhsJsP .mbr-section-title {
  color: #000000;
}
.cid-uJsOPhsJsP .mbr-tag {
  color: #adadad;
}
.cid-uJsOPhsJsP .item-title {
  color: #ffffff;
}
.cid-uJsOPhsJsP .item-title,
.cid-uJsOPhsJsP .item-btn {
  color: #000000;
}
.cid-uJsOGxuiqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJsOGxuiqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsOGxuiqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsOGxuiqT .content-wrap {
  justify-content: center;
}
.cid-uJsOGxuiqT .card {
  justify-content: center;
}
.cid-uJsOGxuiqT .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uJsOGxuiqT .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsOGxuiqT .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJsOGxuiqT .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJsOGxuiqT .nav-wrapper .list .item-wrap:hover,
.cid-uJsOGxuiqT .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uJsOGxuiqT .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uJsOGxuiqT .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uJsOGxuiqT .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uJsOGxuiqT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJsOGxuiqT .mbr-section-title {
  color: #f24d4a;
}
.cid-uJsOGxuiqT .list,
.cid-uJsOGxuiqT .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJsOGxuiqT .mbr-phone {
  color: #f24d4a;
}
.cid-uJsOGxuiqT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJsOGxuiqT .list,
.cid-uJsOGxuiqT .item-wrap,
.cid-uJsOGxuiqT .nav-wrapper {
  color: #ffffff;
}
.cid-uJsRMTGMMy .navbar-dropdown {
  position: relative !important;
}
.cid-uJsRMTGMMy .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-uJsRMTGMMy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJsRMTGMMy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJsRMTGMMy .dropdown-item:hover,
.cid-uJsRMTGMMy .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uJsRMTGMMy .dropdown-item:hover span {
  color: white;
}
.cid-uJsRMTGMMy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJsRMTGMMy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJsRMTGMMy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJsRMTGMMy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJsRMTGMMy .nav-link {
  position: relative;
}
.cid-uJsRMTGMMy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJsRMTGMMy .container {
    flex-wrap: nowrap;
  }
}
.cid-uJsRMTGMMy .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJsRMTGMMy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJsRMTGMMy .dropdown-menu,
.cid-uJsRMTGMMy .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uJsRMTGMMy .nav-item:focus,
.cid-uJsRMTGMMy .nav-link:focus {
  outline: none;
}
.cid-uJsRMTGMMy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMTGMMy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJsRMTGMMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJsRMTGMMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMTGMMy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsRMTGMMy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsRMTGMMy .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJsRMTGMMy .navbar.opened {
  transition: all 0.3s;
}
.cid-uJsRMTGMMy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJsRMTGMMy .navbar .navbar-logo img {
  width: auto;
}
.cid-uJsRMTGMMy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsRMTGMMy .navbar.collapsed {
  justify-content: center;
}
.cid-uJsRMTGMMy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsRMTGMMy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJsRMTGMMy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uJsRMTGMMy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsRMTGMMy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJsRMTGMMy .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-uJsRMTGMMy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsRMTGMMy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJsRMTGMMy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsRMTGMMy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsRMTGMMy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsRMTGMMy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsRMTGMMy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJsRMTGMMy .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-uJsRMTGMMy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJsRMTGMMy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsRMTGMMy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJsRMTGMMy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uJsRMTGMMy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJsRMTGMMy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsRMTGMMy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJsRMTGMMy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJsRMTGMMy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJsRMTGMMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsRMTGMMy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsRMTGMMy .dropdown-item.active,
.cid-uJsRMTGMMy .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsRMTGMMy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJsRMTGMMy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsRMTGMMy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsRMTGMMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uJsRMTGMMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsRMTGMMy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsRMTGMMy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJsRMTGMMy ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uJsRMTGMMy .navbar-buttons {
  text-align: center;
}
.cid-uJsRMTGMMy .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJsRMTGMMy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJsRMTGMMy .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uJsRMTGMMy .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uJsRMTGMMy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uJsRMTGMMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uJsRMTGMMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJsRMTGMMy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMTGMMy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMTGMMy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJsRMTGMMy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMTGMMy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsRMTGMMy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsRMTGMMy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMTGMMy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJsRMTGMMy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJsRMTGMMy .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-uJsRMTGMMy .navbar {
    height: 70px;
  }
  .cid-uJsRMTGMMy .navbar.opened {
    height: auto;
  }
  .cid-uJsRMTGMMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsRMTGMMy .navbar-nav {
  margin: 0 auto;
}
.cid-uJsRMTGMMy .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uJsRMTGMMy .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uJsRMTGMMy .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uJsRMTGMMy .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJsRMTGMMy .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uJsRMTGMMy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJsRMTGMMy .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uJsRMTGMMy .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uJsRMTGMMy .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uJsRMTGMMy .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uJsRMTGMMy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJsRMTGMMy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJsRMTGMMy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJsRMTGMMy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJsRMTGMMy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJsRMTGMMy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJsRMTGMMy .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uJsRMVYDkm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMVYDkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMVYDkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMVYDkm .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJsRMVYDkm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJsRMVYDkm .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJsRMVYDkm .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJsRMVYDkm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJsRMVYDkm .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJsRMVYDkm .image-wrapper img {
    height: 350px;
  }
}
.cid-uJsRMVYDkm .mbr-section-title {
  color: #ffffff;
}
.cid-uJsRMVYDkm .mbr-text {
  color: #ffffff;
}
.cid-uJsRMVYDkm .mbr-text,
.cid-uJsRMVYDkm .text-wrapper {
  color: #000000;
}
.cid-uJsRMVYDkm .mbr-section-title,
.cid-uJsRMVYDkm .mbr-section-btn {
  color: #000000;
}
.cid-uJsRMYJhIg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMYJhIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMYJhIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMYJhIg .title-wrapper {
  margin-bottom: 40px;
}
.cid-uJsRMYJhIg .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uJsRMYJhIg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJsRMYJhIg .items-wrapper {
  margin: 0 -20px;
}
.cid-uJsRMYJhIg .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJsRMYJhIg .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uJsRMYJhIg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJsRMYJhIg .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJsRMYJhIg .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJsRMYJhIg .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uJsRMYJhIg .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uJsRMYJhIg .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uJsRMYJhIg .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uJsRMYJhIg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJsRMYJhIg .mbr-section-title {
  color: #000000;
}
.cid-uJsRMYJhIg .mbr-tag {
  color: #adadad;
}
.cid-uJsRMYJhIg .item-title {
  color: #ffffff;
}
.cid-uJsRMYJhIg .item-title,
.cid-uJsRMYJhIg .item-btn {
  color: #000000;
}
.cid-uJsRMZmLcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJsRMZmLcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMZmLcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMZmLcI .content-wrap {
  justify-content: center;
}
.cid-uJsRMZmLcI .card {
  justify-content: center;
}
.cid-uJsRMZmLcI .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMZmLcI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uJsRMZmLcI .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMZmLcI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMZmLcI .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJsRMZmLcI .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJsRMZmLcI .nav-wrapper .list .item-wrap:hover,
.cid-uJsRMZmLcI .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uJsRMZmLcI .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uJsRMZmLcI .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMZmLcI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMZmLcI .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uJsRMZmLcI .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMZmLcI .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uJsRMZmLcI .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJsRMZmLcI .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJsRMZmLcI .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJsRMZmLcI .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uJsRMZmLcI .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uJsRMZmLcI .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uJsRMZmLcI .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMZmLcI .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uJsRMZmLcI .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uJsRMZmLcI .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uJsRMZmLcI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJsRMZmLcI .mbr-section-title {
  color: #f24d4a;
}
.cid-uJsRMZmLcI .list,
.cid-uJsRMZmLcI .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJsRMZmLcI .mbr-phone {
  color: #f24d4a;
}
.cid-uJsRMZmLcI .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJsRMZmLcI .list,
.cid-uJsRMZmLcI .item-wrap,
.cid-uJsRMZmLcI .nav-wrapper {
  color: #ffffff;
}
.cid-uJsRMHtWqr .navbar-dropdown {
  position: relative !important;
}
.cid-uJsRMHtWqr .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-uJsRMHtWqr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJsRMHtWqr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJsRMHtWqr .dropdown-item:hover,
.cid-uJsRMHtWqr .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uJsRMHtWqr .dropdown-item:hover span {
  color: white;
}
.cid-uJsRMHtWqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJsRMHtWqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJsRMHtWqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJsRMHtWqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJsRMHtWqr .nav-link {
  position: relative;
}
.cid-uJsRMHtWqr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJsRMHtWqr .container {
    flex-wrap: nowrap;
  }
}
.cid-uJsRMHtWqr .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJsRMHtWqr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJsRMHtWqr .dropdown-menu,
.cid-uJsRMHtWqr .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uJsRMHtWqr .nav-item:focus,
.cid-uJsRMHtWqr .nav-link:focus {
  outline: none;
}
.cid-uJsRMHtWqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMHtWqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJsRMHtWqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJsRMHtWqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMHtWqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsRMHtWqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsRMHtWqr .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJsRMHtWqr .navbar.opened {
  transition: all 0.3s;
}
.cid-uJsRMHtWqr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJsRMHtWqr .navbar .navbar-logo img {
  width: auto;
}
.cid-uJsRMHtWqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsRMHtWqr .navbar.collapsed {
  justify-content: center;
}
.cid-uJsRMHtWqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsRMHtWqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJsRMHtWqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uJsRMHtWqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsRMHtWqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJsRMHtWqr .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-uJsRMHtWqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsRMHtWqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJsRMHtWqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsRMHtWqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsRMHtWqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsRMHtWqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsRMHtWqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJsRMHtWqr .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-uJsRMHtWqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJsRMHtWqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsRMHtWqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJsRMHtWqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uJsRMHtWqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJsRMHtWqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsRMHtWqr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJsRMHtWqr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJsRMHtWqr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJsRMHtWqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsRMHtWqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsRMHtWqr .dropdown-item.active,
.cid-uJsRMHtWqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsRMHtWqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJsRMHtWqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsRMHtWqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsRMHtWqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uJsRMHtWqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsRMHtWqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsRMHtWqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJsRMHtWqr ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uJsRMHtWqr .navbar-buttons {
  text-align: center;
}
.cid-uJsRMHtWqr .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJsRMHtWqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJsRMHtWqr .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uJsRMHtWqr .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uJsRMHtWqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uJsRMHtWqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uJsRMHtWqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJsRMHtWqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMHtWqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMHtWqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJsRMHtWqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMHtWqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsRMHtWqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsRMHtWqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMHtWqr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJsRMHtWqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJsRMHtWqr .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-uJsRMHtWqr .navbar {
    height: 70px;
  }
  .cid-uJsRMHtWqr .navbar.opened {
    height: auto;
  }
  .cid-uJsRMHtWqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsRMHtWqr .navbar-nav {
  margin: 0 auto;
}
.cid-uJsRMHtWqr .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uJsRMHtWqr .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uJsRMHtWqr .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uJsRMHtWqr .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJsRMHtWqr .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uJsRMHtWqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJsRMHtWqr .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uJsRMHtWqr .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uJsRMHtWqr .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uJsRMHtWqr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uJsRMHtWqr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJsRMHtWqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJsRMHtWqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJsRMHtWqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJsRMHtWqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJsRMHtWqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJsRMHtWqr .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uJsRMJTiiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMJTiiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMJTiiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMJTiiB .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJsRMJTiiB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJsRMJTiiB .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJsRMJTiiB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJsRMJTiiB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJsRMJTiiB .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJsRMJTiiB .image-wrapper img {
    height: 350px;
  }
}
.cid-uJsRMJTiiB .mbr-section-title {
  color: #ffffff;
}
.cid-uJsRMJTiiB .mbr-text {
  color: #ffffff;
}
.cid-uJsRMJTiiB .mbr-text,
.cid-uJsRMJTiiB .text-wrapper {
  color: #000000;
}
.cid-uJsRMJTiiB .mbr-section-title,
.cid-uJsRMJTiiB .mbr-section-btn {
  color: #000000;
}
.cid-uJsRMMGrDp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMMGrDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMMGrDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMMGrDp .title-wrapper {
  margin-bottom: 40px;
}
.cid-uJsRMMGrDp .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uJsRMMGrDp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJsRMMGrDp .items-wrapper {
  margin: 0 -20px;
}
.cid-uJsRMMGrDp .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJsRMMGrDp .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uJsRMMGrDp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJsRMMGrDp .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJsRMMGrDp .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJsRMMGrDp .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uJsRMMGrDp .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uJsRMMGrDp .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uJsRMMGrDp .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uJsRMMGrDp .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJsRMMGrDp .mbr-section-title {
  color: #000000;
}
.cid-uJsRMMGrDp .mbr-tag {
  color: #adadad;
}
.cid-uJsRMMGrDp .item-title {
  color: #ffffff;
}
.cid-uJsRMMGrDp .item-title,
.cid-uJsRMMGrDp .item-btn {
  color: #000000;
}
.cid-uJsRMNdbaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJsRMNdbaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMNdbaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMNdbaw .content-wrap {
  justify-content: center;
}
.cid-uJsRMNdbaw .card {
  justify-content: center;
}
.cid-uJsRMNdbaw .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMNdbaw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uJsRMNdbaw .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMNdbaw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMNdbaw .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJsRMNdbaw .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJsRMNdbaw .nav-wrapper .list .item-wrap:hover,
.cid-uJsRMNdbaw .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uJsRMNdbaw .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uJsRMNdbaw .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMNdbaw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMNdbaw .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uJsRMNdbaw .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMNdbaw .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uJsRMNdbaw .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJsRMNdbaw .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJsRMNdbaw .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJsRMNdbaw .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uJsRMNdbaw .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uJsRMNdbaw .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uJsRMNdbaw .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMNdbaw .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uJsRMNdbaw .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uJsRMNdbaw .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uJsRMNdbaw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJsRMNdbaw .mbr-section-title {
  color: #f24d4a;
}
.cid-uJsRMNdbaw .list,
.cid-uJsRMNdbaw .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJsRMNdbaw .mbr-phone {
  color: #f24d4a;
}
.cid-uJsRMNdbaw .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJsRMNdbaw .list,
.cid-uJsRMNdbaw .item-wrap,
.cid-uJsRMNdbaw .nav-wrapper {
  color: #ffffff;
}
.cid-uJsRMr45L3 .navbar-dropdown {
  position: relative !important;
}
.cid-uJsRMr45L3 .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-uJsRMr45L3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJsRMr45L3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJsRMr45L3 .dropdown-item:hover,
.cid-uJsRMr45L3 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uJsRMr45L3 .dropdown-item:hover span {
  color: white;
}
.cid-uJsRMr45L3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJsRMr45L3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJsRMr45L3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJsRMr45L3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJsRMr45L3 .nav-link {
  position: relative;
}
.cid-uJsRMr45L3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJsRMr45L3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uJsRMr45L3 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJsRMr45L3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJsRMr45L3 .dropdown-menu,
.cid-uJsRMr45L3 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uJsRMr45L3 .nav-item:focus,
.cid-uJsRMr45L3 .nav-link:focus {
  outline: none;
}
.cid-uJsRMr45L3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMr45L3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJsRMr45L3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJsRMr45L3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMr45L3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsRMr45L3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsRMr45L3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJsRMr45L3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJsRMr45L3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJsRMr45L3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJsRMr45L3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsRMr45L3 .navbar.collapsed {
  justify-content: center;
}
.cid-uJsRMr45L3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsRMr45L3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJsRMr45L3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uJsRMr45L3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsRMr45L3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJsRMr45L3 .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-uJsRMr45L3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsRMr45L3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJsRMr45L3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsRMr45L3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsRMr45L3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsRMr45L3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsRMr45L3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJsRMr45L3 .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-uJsRMr45L3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJsRMr45L3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsRMr45L3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJsRMr45L3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uJsRMr45L3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJsRMr45L3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsRMr45L3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJsRMr45L3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJsRMr45L3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJsRMr45L3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsRMr45L3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsRMr45L3 .dropdown-item.active,
.cid-uJsRMr45L3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsRMr45L3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJsRMr45L3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsRMr45L3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsRMr45L3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uJsRMr45L3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsRMr45L3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsRMr45L3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJsRMr45L3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uJsRMr45L3 .navbar-buttons {
  text-align: center;
}
.cid-uJsRMr45L3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJsRMr45L3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJsRMr45L3 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uJsRMr45L3 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uJsRMr45L3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uJsRMr45L3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uJsRMr45L3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJsRMr45L3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMr45L3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMr45L3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJsRMr45L3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMr45L3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsRMr45L3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsRMr45L3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMr45L3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJsRMr45L3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJsRMr45L3 .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-uJsRMr45L3 .navbar {
    height: 70px;
  }
  .cid-uJsRMr45L3 .navbar.opened {
    height: auto;
  }
  .cid-uJsRMr45L3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsRMr45L3 .navbar-nav {
  margin: 0 auto;
}
.cid-uJsRMr45L3 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uJsRMr45L3 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uJsRMr45L3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uJsRMr45L3 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJsRMr45L3 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uJsRMr45L3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJsRMr45L3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uJsRMr45L3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uJsRMr45L3 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uJsRMr45L3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uJsRMr45L3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJsRMr45L3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJsRMr45L3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJsRMr45L3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJsRMr45L3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJsRMr45L3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJsRMr45L3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uJsRMtTaBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMtTaBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMtTaBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMtTaBT .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJsRMtTaBT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJsRMtTaBT .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJsRMtTaBT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJsRMtTaBT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJsRMtTaBT .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJsRMtTaBT .image-wrapper img {
    height: 350px;
  }
}
.cid-uJsRMtTaBT .mbr-section-title {
  color: #ffffff;
}
.cid-uJsRMtTaBT .mbr-text {
  color: #ffffff;
}
.cid-uJsRMtTaBT .mbr-text,
.cid-uJsRMtTaBT .text-wrapper {
  color: #000000;
}
.cid-uJsRMtTaBT .mbr-section-title,
.cid-uJsRMtTaBT .mbr-section-btn {
  color: #000000;
}
.cid-uJsRMwKCFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMwKCFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMwKCFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMwKCFP .title-wrapper {
  margin-bottom: 40px;
}
.cid-uJsRMwKCFP .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uJsRMwKCFP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJsRMwKCFP .items-wrapper {
  margin: 0 -20px;
}
.cid-uJsRMwKCFP .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJsRMwKCFP .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uJsRMwKCFP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJsRMwKCFP .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJsRMwKCFP .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJsRMwKCFP .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uJsRMwKCFP .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uJsRMwKCFP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uJsRMwKCFP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uJsRMwKCFP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJsRMwKCFP .mbr-section-title {
  color: #000000;
}
.cid-uJsRMwKCFP .mbr-tag {
  color: #adadad;
}
.cid-uJsRMwKCFP .item-title {
  color: #ffffff;
}
.cid-uJsRMwKCFP .item-title,
.cid-uJsRMwKCFP .item-btn {
  color: #000000;
}
.cid-uJsRMxhqj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJsRMxhqj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMxhqj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMxhqj8 .content-wrap {
  justify-content: center;
}
.cid-uJsRMxhqj8 .card {
  justify-content: center;
}
.cid-uJsRMxhqj8 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMxhqj8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uJsRMxhqj8 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMxhqj8 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMxhqj8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJsRMxhqj8 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJsRMxhqj8 .nav-wrapper .list .item-wrap:hover,
.cid-uJsRMxhqj8 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uJsRMxhqj8 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uJsRMxhqj8 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMxhqj8 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uJsRMxhqj8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uJsRMxhqj8 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uJsRMxhqj8 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMxhqj8 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uJsRMxhqj8 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uJsRMxhqj8 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uJsRMxhqj8 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJsRMxhqj8 .mbr-section-title {
  color: #f24d4a;
}
.cid-uJsRMxhqj8 .list,
.cid-uJsRMxhqj8 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJsRMxhqj8 .mbr-phone {
  color: #f24d4a;
}
.cid-uJsRMxhqj8 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJsRMxhqj8 .list,
.cid-uJsRMxhqj8 .item-wrap,
.cid-uJsRMxhqj8 .nav-wrapper {
  color: #ffffff;
}
.cid-uJsRMeW1oK .navbar-dropdown {
  position: relative !important;
}
.cid-uJsRMeW1oK .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-uJsRMeW1oK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJsRMeW1oK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJsRMeW1oK .dropdown-item:hover,
.cid-uJsRMeW1oK .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uJsRMeW1oK .dropdown-item:hover span {
  color: white;
}
.cid-uJsRMeW1oK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJsRMeW1oK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJsRMeW1oK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJsRMeW1oK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJsRMeW1oK .nav-link {
  position: relative;
}
.cid-uJsRMeW1oK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJsRMeW1oK .container {
    flex-wrap: nowrap;
  }
}
.cid-uJsRMeW1oK .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJsRMeW1oK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJsRMeW1oK .dropdown-menu,
.cid-uJsRMeW1oK .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uJsRMeW1oK .nav-item:focus,
.cid-uJsRMeW1oK .nav-link:focus {
  outline: none;
}
.cid-uJsRMeW1oK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMeW1oK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJsRMeW1oK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJsRMeW1oK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJsRMeW1oK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsRMeW1oK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsRMeW1oK .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJsRMeW1oK .navbar.opened {
  transition: all 0.3s;
}
.cid-uJsRMeW1oK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJsRMeW1oK .navbar .navbar-logo img {
  width: auto;
}
.cid-uJsRMeW1oK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsRMeW1oK .navbar.collapsed {
  justify-content: center;
}
.cid-uJsRMeW1oK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsRMeW1oK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJsRMeW1oK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uJsRMeW1oK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsRMeW1oK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJsRMeW1oK .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-uJsRMeW1oK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsRMeW1oK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJsRMeW1oK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsRMeW1oK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsRMeW1oK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsRMeW1oK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsRMeW1oK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJsRMeW1oK .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-uJsRMeW1oK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJsRMeW1oK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsRMeW1oK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJsRMeW1oK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uJsRMeW1oK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJsRMeW1oK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsRMeW1oK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJsRMeW1oK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJsRMeW1oK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJsRMeW1oK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsRMeW1oK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsRMeW1oK .dropdown-item.active,
.cid-uJsRMeW1oK .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsRMeW1oK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJsRMeW1oK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsRMeW1oK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsRMeW1oK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uJsRMeW1oK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsRMeW1oK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsRMeW1oK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJsRMeW1oK ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uJsRMeW1oK .navbar-buttons {
  text-align: center;
}
.cid-uJsRMeW1oK .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJsRMeW1oK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJsRMeW1oK .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uJsRMeW1oK .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uJsRMeW1oK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uJsRMeW1oK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uJsRMeW1oK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJsRMeW1oK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMeW1oK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsRMeW1oK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJsRMeW1oK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMeW1oK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsRMeW1oK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsRMeW1oK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsRMeW1oK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJsRMeW1oK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJsRMeW1oK .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-uJsRMeW1oK .navbar {
    height: 70px;
  }
  .cid-uJsRMeW1oK .navbar.opened {
    height: auto;
  }
  .cid-uJsRMeW1oK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsRMeW1oK .navbar-nav {
  margin: 0 auto;
}
.cid-uJsRMeW1oK .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uJsRMeW1oK .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uJsRMeW1oK .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uJsRMeW1oK .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJsRMeW1oK .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uJsRMeW1oK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJsRMeW1oK .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uJsRMeW1oK .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uJsRMeW1oK .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uJsRMeW1oK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uJsRMeW1oK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJsRMeW1oK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJsRMeW1oK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJsRMeW1oK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJsRMeW1oK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJsRMeW1oK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJsRMeW1oK .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uJsRMhOD8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMhOD8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMhOD8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMhOD8S .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJsRMhOD8S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJsRMhOD8S .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJsRMhOD8S .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJsRMhOD8S .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJsRMhOD8S .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJsRMhOD8S .image-wrapper img {
    height: 350px;
  }
}
.cid-uJsRMhOD8S .mbr-section-title {
  color: #ffffff;
}
.cid-uJsRMhOD8S .mbr-text {
  color: #ffffff;
}
.cid-uJsRMhOD8S .mbr-text,
.cid-uJsRMhOD8S .text-wrapper {
  color: #000000;
}
.cid-uJsRMhOD8S .mbr-section-title,
.cid-uJsRMhOD8S .mbr-section-btn {
  color: #000000;
}
.cid-uJsRMkGKdR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsRMkGKdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMkGKdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMkGKdR .title-wrapper {
  margin-bottom: 40px;
}
.cid-uJsRMkGKdR .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uJsRMkGKdR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJsRMkGKdR .items-wrapper {
  margin: 0 -20px;
}
.cid-uJsRMkGKdR .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJsRMkGKdR .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uJsRMkGKdR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJsRMkGKdR .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJsRMkGKdR .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJsRMkGKdR .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uJsRMkGKdR .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uJsRMkGKdR .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uJsRMkGKdR .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uJsRMkGKdR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJsRMkGKdR .mbr-section-title {
  color: #000000;
}
.cid-uJsRMkGKdR .mbr-tag {
  color: #adadad;
}
.cid-uJsRMkGKdR .item-title {
  color: #ffffff;
}
.cid-uJsRMkGKdR .item-title,
.cid-uJsRMkGKdR .item-btn {
  color: #000000;
}
.cid-uJsRMlm7OO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJsRMlm7OO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsRMlm7OO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsRMlm7OO .content-wrap {
  justify-content: center;
}
.cid-uJsRMlm7OO .card {
  justify-content: center;
}
.cid-uJsRMlm7OO .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMlm7OO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uJsRMlm7OO .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsRMlm7OO .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMlm7OO .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJsRMlm7OO .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJsRMlm7OO .nav-wrapper .list .item-wrap:hover,
.cid-uJsRMlm7OO .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uJsRMlm7OO .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uJsRMlm7OO .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMlm7OO .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsRMlm7OO .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uJsRMlm7OO .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMlm7OO .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uJsRMlm7OO .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJsRMlm7OO .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJsRMlm7OO .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJsRMlm7OO .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uJsRMlm7OO .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uJsRMlm7OO .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uJsRMlm7OO .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsRMlm7OO .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uJsRMlm7OO .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uJsRMlm7OO .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uJsRMlm7OO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJsRMlm7OO .mbr-section-title {
  color: #f24d4a;
}
.cid-uJsRMlm7OO .list,
.cid-uJsRMlm7OO .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJsRMlm7OO .mbr-phone {
  color: #f24d4a;
}
.cid-uJsRMlm7OO .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJsRMlm7OO .list,
.cid-uJsRMlm7OO .item-wrap,
.cid-uJsRMlm7OO .nav-wrapper {
  color: #ffffff;
}
.cid-uo4lhMt2Df .navbar-dropdown {
  position: relative !important;
}
.cid-uo4lhMt2Df .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-uo4lhMt2Df .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo4lhMt2Df .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo4lhMt2Df .dropdown-item:hover,
.cid-uo4lhMt2Df .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uo4lhMt2Df .dropdown-item:hover span {
  color: white;
}
.cid-uo4lhMt2Df .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo4lhMt2Df .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo4lhMt2Df .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo4lhMt2Df .nav-link {
  position: relative;
}
.cid-uo4lhMt2Df .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .container {
    flex-wrap: nowrap;
  }
}
.cid-uo4lhMt2Df .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uo4lhMt2Df .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uo4lhMt2Df .dropdown-menu,
.cid-uo4lhMt2Df .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uo4lhMt2Df .nav-item:focus,
.cid-uo4lhMt2Df .nav-link:focus {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo4lhMt2Df .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo4lhMt2Df .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df .navbar.opened {
  transition: all 0.3s;
}
.cid-uo4lhMt2Df .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo4lhMt2Df .navbar .navbar-logo img {
  width: auto;
}
.cid-uo4lhMt2Df .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo4lhMt2Df .navbar.collapsed {
  justify-content: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo4lhMt2Df .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4lhMt2Df .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-uo4lhMt2Df .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo4lhMt2Df .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4lhMt2Df .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-uo4lhMt2Df .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo4lhMt2Df .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo4lhMt2Df .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uo4lhMt2Df .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo4lhMt2Df .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4lhMt2Df .navbar.navbar-short {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown-item.active,
.cid-uo4lhMt2Df .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4lhMt2Df .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo4lhMt2Df .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4lhMt2Df ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uo4lhMt2Df ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uo4lhMt2Df .navbar-buttons {
  text-align: center;
}
.cid-uo4lhMt2Df .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uo4lhMt2Df .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uo4lhMt2Df .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uo4lhMt2Df .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uo4lhMt2Df button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uo4lhMt2Df a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo4lhMt2Df .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-uo4lhMt2Df .navbar {
    height: 70px;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    height: auto;
  }
  .cid-uo4lhMt2Df .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4lhMt2Df .navbar-nav {
  margin: 0 auto;
}
.cid-uo4lhMt2Df .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uo4lhMt2Df .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uo4lhMt2Df .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uo4lhMt2Df .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uo4lhMt2Df .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uo4lhMt2Df .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar {
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uo4lhMt2Df .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uJsSYWq9DZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsSYWq9DZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsSYWq9DZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsSYWq9DZ .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uJsSYWq9DZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJsSYWq9DZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJsSYWq9DZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJsSYWq9DZ .mbr-text,
.cid-uJsSYWq9DZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uJsSYWq9DZ .card-title,
.cid-uJsSYWq9DZ .card-box {
  text-align: left;
}
.cid-uJsOGxuiqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJsOGxuiqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsOGxuiqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsOGxuiqT .content-wrap {
  justify-content: center;
}
.cid-uJsOGxuiqT .card {
  justify-content: center;
}
.cid-uJsOGxuiqT .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uJsOGxuiqT .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsOGxuiqT .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJsOGxuiqT .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJsOGxuiqT .nav-wrapper .list .item-wrap:hover,
.cid-uJsOGxuiqT .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uJsOGxuiqT .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uJsOGxuiqT .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uJsOGxuiqT .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uJsOGxuiqT .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uJsOGxuiqT .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uJsOGxuiqT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJsOGxuiqT .mbr-section-title {
  color: #f24d4a;
}
.cid-uJsOGxuiqT .list,
.cid-uJsOGxuiqT .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJsOGxuiqT .mbr-phone {
  color: #f24d4a;
}
.cid-uJsOGxuiqT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJsOGxuiqT .list,
.cid-uJsOGxuiqT .item-wrap,
.cid-uJsOGxuiqT .nav-wrapper {
  color: #ffffff;
}
.cid-uJsT5tnK0h .navbar-dropdown {
  position: relative !important;
}
.cid-uJsT5tnK0h .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-uJsT5tnK0h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJsT5tnK0h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJsT5tnK0h .dropdown-item:hover,
.cid-uJsT5tnK0h .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uJsT5tnK0h .dropdown-item:hover span {
  color: white;
}
.cid-uJsT5tnK0h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJsT5tnK0h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJsT5tnK0h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJsT5tnK0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJsT5tnK0h .nav-link {
  position: relative;
}
.cid-uJsT5tnK0h .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJsT5tnK0h .container {
    flex-wrap: nowrap;
  }
}
.cid-uJsT5tnK0h .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJsT5tnK0h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJsT5tnK0h .dropdown-menu,
.cid-uJsT5tnK0h .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uJsT5tnK0h .nav-item:focus,
.cid-uJsT5tnK0h .nav-link:focus {
  outline: none;
}
.cid-uJsT5tnK0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJsT5tnK0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJsT5tnK0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJsT5tnK0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJsT5tnK0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsT5tnK0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsT5tnK0h .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJsT5tnK0h .navbar.opened {
  transition: all 0.3s;
}
.cid-uJsT5tnK0h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJsT5tnK0h .navbar .navbar-logo img {
  width: auto;
}
.cid-uJsT5tnK0h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsT5tnK0h .navbar.collapsed {
  justify-content: center;
}
.cid-uJsT5tnK0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsT5tnK0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJsT5tnK0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uJsT5tnK0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsT5tnK0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJsT5tnK0h .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-uJsT5tnK0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsT5tnK0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJsT5tnK0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsT5tnK0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsT5tnK0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsT5tnK0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsT5tnK0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJsT5tnK0h .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-uJsT5tnK0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJsT5tnK0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsT5tnK0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJsT5tnK0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uJsT5tnK0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJsT5tnK0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsT5tnK0h .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJsT5tnK0h .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJsT5tnK0h .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJsT5tnK0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsT5tnK0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsT5tnK0h .dropdown-item.active,
.cid-uJsT5tnK0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsT5tnK0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJsT5tnK0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsT5tnK0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsT5tnK0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uJsT5tnK0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsT5tnK0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsT5tnK0h ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJsT5tnK0h ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uJsT5tnK0h .navbar-buttons {
  text-align: center;
}
.cid-uJsT5tnK0h .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJsT5tnK0h .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJsT5tnK0h .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uJsT5tnK0h .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uJsT5tnK0h button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uJsT5tnK0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uJsT5tnK0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJsT5tnK0h button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsT5tnK0h button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJsT5tnK0h button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJsT5tnK0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsT5tnK0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsT5tnK0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsT5tnK0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsT5tnK0h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJsT5tnK0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJsT5tnK0h .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-uJsT5tnK0h .navbar {
    height: 70px;
  }
  .cid-uJsT5tnK0h .navbar.opened {
    height: auto;
  }
  .cid-uJsT5tnK0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsT5tnK0h .navbar-nav {
  margin: 0 auto;
}
.cid-uJsT5tnK0h .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uJsT5tnK0h .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uJsT5tnK0h .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uJsT5tnK0h .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJsT5tnK0h .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uJsT5tnK0h .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJsT5tnK0h .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uJsT5tnK0h .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uJsT5tnK0h .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uJsT5tnK0h .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uJsT5tnK0h .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJsT5tnK0h .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJsT5tnK0h .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJsT5tnK0h .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJsT5tnK0h .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJsT5tnK0h .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJsT5tnK0h .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uJsT5u2S8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJsT5u2S8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsT5u2S8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsT5u2S8N .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uJsT5u2S8N .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJsT5u2S8N .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJsT5u2S8N .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJsT5u2S8N .mbr-text,
.cid-uJsT5u2S8N .mbr-section-btn {
  color: #ffffff;
}
.cid-uJsT5u2S8N .card-title,
.cid-uJsT5u2S8N .card-box {
  text-align: left;
}
.cid-uJsT5uuOui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJsT5uuOui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsT5uuOui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsT5uuOui .content-wrap {
  justify-content: center;
}
.cid-uJsT5uuOui .card {
  justify-content: center;
}
.cid-uJsT5uuOui .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsT5uuOui .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uJsT5uuOui .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uJsT5uuOui .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsT5uuOui .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJsT5uuOui .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJsT5uuOui .nav-wrapper .list .item-wrap:hover,
.cid-uJsT5uuOui .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uJsT5uuOui .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uJsT5uuOui .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJsT5uuOui .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJsT5uuOui .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uJsT5uuOui .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsT5uuOui .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uJsT5uuOui .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJsT5uuOui .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJsT5uuOui .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJsT5uuOui .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uJsT5uuOui .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uJsT5uuOui .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uJsT5uuOui .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uJsT5uuOui .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uJsT5uuOui .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uJsT5uuOui .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uJsT5uuOui .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJsT5uuOui .mbr-section-title {
  color: #f24d4a;
}
.cid-uJsT5uuOui .list,
.cid-uJsT5uuOui .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uJsT5uuOui .mbr-phone {
  color: #f24d4a;
}
.cid-uJsT5uuOui .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJsT5uuOui .list,
.cid-uJsT5uuOui .item-wrap,
.cid-uJsT5uuOui .nav-wrapper {
  color: #ffffff;
}
