.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: .02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ec111a !important;
}
.bg-success {
  background-color: #eaf1e4 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fff0f1 !important;
}
.bg-danger {
  background-color: #3f1819 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec111a !important;
  border-color: #ec111a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f13f46 !important;
  border-color: #f13f46 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f13f46 !important;
  border-color: #f13f46 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #131c28 !important;
  border-color: #131c28 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #23344b !important;
  border-color: #23344b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #23344b !important;
  border-color: #23344b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
  color: #688d49 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #688d49 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
  color: #f00010 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f00010 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3f1819 !important;
  border-color: #3f1819 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #642628 !important;
  border-color: #642628 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #642628 !important;
  border-color: #642628 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ec111a;
  color: #ec111a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9b0b11 !important;
  background-color: transparent !important;
  border-color: #9b0b11 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec111a !important;
  border-color: #ec111a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #131c28;
  color: #131c28;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #131c28 !important;
  border-color: #131c28 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eaf1e4;
  color: #eaf1e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bed3ab !important;
  background-color: transparent !important;
  border-color: #bed3ab !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #688d49 !important;
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff0f1;
  color: #fff0f1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff99a0 !important;
  background-color: transparent !important;
  border-color: #ff99a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f00010 !important;
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3f1819;
  color: #3f1819;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3f1819 !important;
  border-color: #3f1819 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ec111a !important;
}
.text-secondary {
  color: #131c28 !important;
}
.text-success {
  color: #eaf1e4 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fff0f1 !important;
}
.text-danger {
  color: #3f1819 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8d0a10 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b6cea1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff8a92 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ec111a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fff0f1;
}
.alert-danger {
  background-color: #3f1819;
}
.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: #ec111a;
  border-color: #ec111a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ec111a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbcecf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ca7375;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ec111a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ec111a;
}
/* 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: #ec111a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ec111a;
}
.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: #ec111a;
  border-bottom-color: #ec111a;
}
.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: #ec111a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #131c28 !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='%23ec111a' %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: 15px 55px;
  border-radius: 0 !important;
  font-weight: 400 !important;
  position: relative;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 55px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  padding: 15px 80px 15px 30px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0) rotate(-45deg);
  margin-left: 30px;
  opacity: 1;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  position: absolute;
  right: 30px;
  transform: translate(-30px, 70%) rotate(-45deg);
  opacity: 0;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
img {
  border-radius: 0 !important;
}
.cid-v3QGObZoKI .navbar-dropdown {
  position: relative !important;
}
.cid-v3QGObZoKI .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-v3QGObZoKI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3QGObZoKI .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3QGObZoKI .dropdown-item:hover,
.cid-v3QGObZoKI .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3QGObZoKI .dropdown-item:hover span {
  color: white;
}
.cid-v3QGObZoKI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3QGObZoKI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3QGObZoKI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3QGObZoKI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3QGObZoKI .nav-link {
  position: relative;
}
.cid-v3QGObZoKI .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3QGObZoKI .container {
    flex-wrap: nowrap;
  }
}
.cid-v3QGObZoKI .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3QGObZoKI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3QGObZoKI .dropdown-menu,
.cid-v3QGObZoKI .navbar.opened {
  background: #ffffff !important;
}
.cid-v3QGObZoKI .nav-item:focus,
.cid-v3QGObZoKI .nav-link:focus {
  outline: none;
}
.cid-v3QGObZoKI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3QGObZoKI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3QGObZoKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3QGObZoKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3QGObZoKI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3QGObZoKI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3QGObZoKI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3QGObZoKI .navbar.opened {
  transition: all 0.3s;
}
.cid-v3QGObZoKI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3QGObZoKI .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3QGObZoKI .navbar .navbar-logo img {
  width: auto;
}
.cid-v3QGObZoKI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3QGObZoKI .navbar.collapsed {
  justify-content: center;
}
.cid-v3QGObZoKI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3QGObZoKI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3QGObZoKI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3QGObZoKI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3QGObZoKI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3QGObZoKI .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-v3QGObZoKI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3QGObZoKI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3QGObZoKI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3QGObZoKI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3QGObZoKI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3QGObZoKI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3QGObZoKI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3QGObZoKI .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-v3QGObZoKI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3QGObZoKI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3QGObZoKI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3QGObZoKI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3QGObZoKI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3QGObZoKI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3QGObZoKI .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3QGObZoKI .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3QGObZoKI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3QGObZoKI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3QGObZoKI .navbar-brand .navbar-caption:hover,
.cid-v3QGObZoKI .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QGObZoKI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3QGObZoKI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3QGObZoKI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QGObZoKI .dropdown-item.active,
.cid-v3QGObZoKI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3QGObZoKI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3QGObZoKI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3QGObZoKI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3QGObZoKI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3QGObZoKI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3QGObZoKI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3QGObZoKI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3QGObZoKI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3QGObZoKI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3QGObZoKI .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3QGObZoKI .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3QGObZoKI .navbar-buttons {
    text-align: left;
  }
}
.cid-v3QGObZoKI .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3QGObZoKI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3QGObZoKI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3QGObZoKI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3QGObZoKI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3QGObZoKI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QGObZoKI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QGObZoKI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3QGObZoKI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QGObZoKI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3QGObZoKI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3QGObZoKI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QGObZoKI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3QGObZoKI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3QGObZoKI .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-v3QGObZoKI .navbar {
    height: 70px;
  }
  .cid-v3QGObZoKI .navbar.opened {
    height: auto;
  }
  .cid-v3QGObZoKI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3QGObZoKI .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3QGObZoKI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3QGObZoKI .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3QGObZoKI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3QGObZoKI .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3QGObZoKI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3QGObZoKI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3QGObZoKI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3QGObZoKI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3QGObZoKI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3QGObZoKI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3QGObZoKI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3QGObZoKI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3QGObZoKI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3QGObZoKI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3QGObZoKI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3QGObZoKI .content-wrap {
  min-height: 70px;
}
.cid-u5tmMJmbH1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efebed;
}
.cid-u5tmMJmbH1 .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f7f5f6;
}
.cid-u5tmMJmbH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tmMJmbH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5tmMJmbH1 .container {
    padding: 0 15px;
  }
}
.cid-u5tmMJmbH1 .row {
  position: relative;
  z-index: 1;
}
.cid-u5tmMJmbH1 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5tmMJmbH1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5tmMJmbH1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5tmMJmbH1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u5tmMJmbH1 .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-u5tmMJmbH1 .image-wrapper {
    padding: 0;
  }
}
.cid-u5tmMJmbH1 .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-u5tmMJmbH1 .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-u5tmMJmbH1 .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-u5tmMJmbH1 .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-u5tmMJmbH1 .mbr-section-title {
  color: #30262b;
}
.cid-u5tmMJmbH1 .mbr-text {
  color: #30262b;
}
.cid-v3QDUZXjMN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-v3QDUZXjMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QDUZXjMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QDUZXjMN .container {
    padding: 0 15px;
  }
}
.cid-v3QDUZXjMN .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v3QDUZXjMN .desc-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QDUZXjMN .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QDUZXjMN .desc-wrapper .mbr-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.cid-v3QDUZXjMN .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #30262b;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .cid-v3QDUZXjMN .desc-wrapper .mbr-desc::before {
    display: none;
  }
}
.cid-v3QDUZXjMN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3QDUZXjMN .mbr-desc {
  color: #30262b;
}
.cid-v3QDUZXjMN .mbr-text {
  color: #30262b;
}
.cid-u5tmZt07zh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5tmZt07zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tmZt07zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5tmZt07zh .container {
    padding: 0 15px;
  }
}
.cid-u5tmZt07zh .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-u5tmZt07zh .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-u5tmZt07zh .content-wrapper {
    padding-right: 0;
  }
}
.cid-u5tmZt07zh .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5tmZt07zh .content-wrap {
    display: block;
  }
}
.cid-u5tmZt07zh .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5tmZt07zh .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-u5tmZt07zh .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5tmZt07zh .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-u5tmZt07zh .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-u5tmZt07zh .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-u5tmZt07zh .mbr-section-title {
  color: #3f1819;
}
.cid-u5tmZt07zh .mbr-desc,
.cid-u5tmZt07zh .desc-wrapper {
  color: #3f1819;
}
.cid-u5tmYynH6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u5tmYynH6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tmYynH6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5tmYynH6A .container {
    padding: 0 15px;
  }
}
.cid-u5tmYynH6A .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u5tmYynH6A .row .card {
  justify-content: center;
}
.cid-u5tmYynH6A .image-wrapper {
  position: relative;
}
.cid-u5tmYynH6A .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-u5tmYynH6A .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-u5tmYynH6A .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-u5tmYynH6A .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5tmYynH6A .image-wrapper img {
    height: 350px;
  }
}
.cid-u5tmYynH6A .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-u5tmYynH6A .text-wrapper {
    padding: 0;
  }
}
.cid-u5tmYynH6A .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5tmYynH6A .mbr-text {
  color: #131c28;
}
.cid-u5tmV6Suvl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5tmV6Suvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tmV6Suvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5tmV6Suvl .container {
    padding: 0 15px;
  }
}
.cid-u5tmV6Suvl .row {
  justify-content: center;
}
.cid-u5tmV6Suvl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px 60px;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .cid-u5tmV6Suvl .items-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-u5tmV6Suvl .items-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5tmV6Suvl .items-wrapper {
    grid-template-columns: 1fr;
    gap: 100px 40px;
  }
}
.cid-u5tmV6Suvl .items-wrapper .item:nth-child(2n) {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-u5tmV6Suvl .items-wrapper .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding: 50px;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box {
    padding: 40px 20px;
  }
}
.cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box .item-number {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box .item-number {
    top: -4.5rem;
  }
}
.cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
  color: #30262b;
}
.cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-u5tmV6Suvl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u5tmV6Suvl .item-title {
  color: #30262b;
}
.cid-u5tmV6Suvl .item-text {
  color: #30262b;
}
.cid-u5tmV6Suvl .item-number {
  color: #b3b6bb;
}
.cid-u5tnhOrnXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-u5tnhOrnXF .container {
    padding: 0 15px;
  }
}
.cid-u5tnhOrnXF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5tnhOrnXF .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u5tnhOrnXF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-u5tnhOrnXF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u5tnhOrnXF .embla__slide .slide-content {
  width: 100%;
}
.cid-u5tnhOrnXF .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-u5tnhOrnXF .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-u5tnhOrnXF .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-u5tnhOrnXF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-u5tnhOrnXF .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-u5tnhOrnXF .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-u5tnhOrnXF .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u5tnhOrnXF .embla__slide .slide-content .item-content .item-text:hover,
.cid-u5tnhOrnXF .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-u5tnhOrnXF .embla__button--next,
.cid-u5tnhOrnXF .embla__button--prev {
  display: flex;
}
.cid-u5tnhOrnXF .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u5tnhOrnXF .embla__button:hover {
  opacity: .5 !important;
}
.cid-u5tnhOrnXF .embla__button.embla__button--prev {
  left: 0;
}
.cid-u5tnhOrnXF .embla__button.embla__button--next {
  right: 0;
}
.cid-u5tnhOrnXF .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-u5tnhOrnXF .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u5tnhOrnXF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5tnhOrnXF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5tnhOrnXF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5tnhOrnXF .mbr-section-title {
  color: #30262b;
}
.cid-u5tnhOrnXF .mbr-text {
  color: #3f1819;
}
.cid-u5tnhOrnXF .item-desc {
  color: #e10a14;
}
.cid-u5tnhOrnXF .item-text {
  color: #3f1819;
}
.cid-u5tnimrr4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
.cid-u5tnimrr4V .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u5tnimrr4V .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u5tnimrr4V .container {
    padding: 0 15px;
  }
}
.cid-u5tnimrr4V .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-u5tnimrr4V .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-u5tnimrr4V .content-wrapper {
    padding-left: 0;
  }
}
.cid-u5tnimrr4V .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5tnimrr4V .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u5tnimrr4V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 395px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .cid-u5tnimrr4V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u5tnimrr4V .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 290px;
}
.cid-u5tnimrr4V .embla__slide .slide-content {
  width: 100%;
}
.cid-u5tnimrr4V .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-u5tnimrr4V .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-u5tnimrr4V .embla__slide .slide-content .item-wrapper .item-img img {
  height: 390px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-u5tnimrr4V .embla__button--next,
.cid-u5tnimrr4V .embla__button--prev {
  display: flex;
}
.cid-u5tnimrr4V .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u5tnimrr4V .embla__button {
    display: none;
  }
}
.cid-u5tnimrr4V .embla__button:hover {
  opacity: .5 !important;
}
.cid-u5tnimrr4V .embla__button.embla__button--prev {
  left: 0;
}
.cid-u5tnimrr4V .embla__button.embla__button--next {
  right: 0;
}
.cid-u5tnimrr4V .embla {
  position: relative;
  width: 100%;
}
.cid-u5tnimrr4V .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u5tnimrr4V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5tnimrr4V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5tnimrr4V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3QnYI4XLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v3QnYI4XLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QnYI4XLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3QnYI4XLl .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3QnYI4XLl .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3QnYI4XLl .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3QnYI4XLl .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3QnYI4XLl .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3QnYI4XLl .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #ffffff;
  border: none;
  margin-top: 16px;
}
.cid-v3QnYI4XLl .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3QnYI4XLl .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3QnYI4XLl .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3QnYI4XLl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3QnYI4XLl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3QnYI4XLl .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3QnYI4XLl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3QnYI4XLl .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3QnYI4XLl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3QnYI4XLl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3QnYI4XLl .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3QnYI4XLl .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3QnYI4XLl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3QnYI4XLl .mbr-label {
  color: #be0000;
}
.cid-v3QnYI4XLl .mbr-section-title {
  color: #30262b;
}
.cid-v3QnYI4XLl .mbr-text,
.cid-v3QnYI4XLl .text-wrapper {
  color: #6c7179;
}
.cid-v3QnYI4XLl .panel-title-edit {
  color: #000000;
  text-align: right;
}
.cid-v3QnYI4XLl .panel-text {
  color: #6c7179;
}
.cid-v3QmHzs9Wf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QmHzs9Wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QmHzs9Wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QmHzs9Wf .container {
    padding: 0 15px;
  }
}
.cid-v3QmHzs9Wf .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3QmHzs9Wf .content-wrapper {
    display: block;
  }
}
.cid-v3QmHzs9Wf .content-wrapper .list-wrapper,
.cid-v3QmHzs9Wf .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QmHzs9Wf .content-wrapper .list-wrapper,
  .cid-v3QmHzs9Wf .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QmHzs9Wf .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3QmHzs9Wf .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QmHzs9Wf .content-wrapper .list-wrapper .list,
.cid-v3QmHzs9Wf .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3QmHzs9Wf .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3QmHzs9Wf .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3QmHzs9Wf .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3QmHzs9Wf .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3QmHzs9Wf .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3QmHzs9Wf .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3QmHzs9Wf .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3QmHzs9Wf .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3QmHzs9Wf .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QmHzs9Wf .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QmHzs9Wf .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QmHzs9Wf .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3QmHzs9Wf .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3QmHzs9Wf .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3QmHzs9Wf .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3QmHzs9Wf .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3QmHzs9Wf .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3QmHzs9Wf .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QmHzs9Wf .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QmHzs9Wf .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3QmHzs9Wf .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3QmHzs9Wf .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3QmHzs9Wf .mbr-section-title {
  color: #131c28;
}
.cid-v3QmHzs9Wf .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QmHzs9Wf .list {
  color: #131c28;
}
.cid-v3QmHzs9Wf .mbr-copy {
  color: #131c28;
}
.cid-v3QR5fahDk .navbar-dropdown {
  position: relative !important;
}
.cid-v3QR5fahDk .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-v3QR5fahDk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3QR5fahDk .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3QR5fahDk .dropdown-item:hover,
.cid-v3QR5fahDk .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3QR5fahDk .dropdown-item:hover span {
  color: white;
}
.cid-v3QR5fahDk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3QR5fahDk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3QR5fahDk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3QR5fahDk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3QR5fahDk .nav-link {
  position: relative;
}
.cid-v3QR5fahDk .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3QR5fahDk .container {
    flex-wrap: nowrap;
  }
}
.cid-v3QR5fahDk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3QR5fahDk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3QR5fahDk .dropdown-menu,
.cid-v3QR5fahDk .navbar.opened {
  background: #ffffff !important;
}
.cid-v3QR5fahDk .nav-item:focus,
.cid-v3QR5fahDk .nav-link:focus {
  outline: none;
}
.cid-v3QR5fahDk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3QR5fahDk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3QR5fahDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3QR5fahDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3QR5fahDk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3QR5fahDk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3QR5fahDk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3QR5fahDk .navbar.opened {
  transition: all 0.3s;
}
.cid-v3QR5fahDk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3QR5fahDk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3QR5fahDk .navbar .navbar-logo img {
  width: auto;
}
.cid-v3QR5fahDk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3QR5fahDk .navbar.collapsed {
  justify-content: center;
}
.cid-v3QR5fahDk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3QR5fahDk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3QR5fahDk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3QR5fahDk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3QR5fahDk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3QR5fahDk .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-v3QR5fahDk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3QR5fahDk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3QR5fahDk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3QR5fahDk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3QR5fahDk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3QR5fahDk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3QR5fahDk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3QR5fahDk .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-v3QR5fahDk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3QR5fahDk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3QR5fahDk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3QR5fahDk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3QR5fahDk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3QR5fahDk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3QR5fahDk .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3QR5fahDk .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3QR5fahDk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3QR5fahDk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3QR5fahDk .navbar-brand .navbar-caption:hover,
.cid-v3QR5fahDk .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QR5fahDk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3QR5fahDk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3QR5fahDk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QR5fahDk .dropdown-item.active,
.cid-v3QR5fahDk .dropdown-item:active {
  background-color: transparent;
}
.cid-v3QR5fahDk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3QR5fahDk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3QR5fahDk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3QR5fahDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3QR5fahDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3QR5fahDk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3QR5fahDk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3QR5fahDk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3QR5fahDk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3QR5fahDk .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3QR5fahDk .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3QR5fahDk .navbar-buttons {
    text-align: left;
  }
}
.cid-v3QR5fahDk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3QR5fahDk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3QR5fahDk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3QR5fahDk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3QR5fahDk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3QR5fahDk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QR5fahDk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QR5fahDk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3QR5fahDk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QR5fahDk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3QR5fahDk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3QR5fahDk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QR5fahDk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3QR5fahDk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3QR5fahDk .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-v3QR5fahDk .navbar {
    height: 70px;
  }
  .cid-v3QR5fahDk .navbar.opened {
    height: auto;
  }
  .cid-v3QR5fahDk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3QR5fahDk .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3QR5fahDk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3QR5fahDk .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3QR5fahDk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3QR5fahDk .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3QR5fahDk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3QR5fahDk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3QR5fahDk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3QR5fahDk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3QR5fahDk .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3QR5fahDk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3QR5fahDk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3QR5fahDk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3QR5fahDk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3QR5fahDk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3QR5fahDk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3QR5fahDk .content-wrap {
  min-height: 70px;
}
.cid-v3QR5hnaTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QR5hnaTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QR5hnaTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QR5hnaTc .container {
    padding: 0 15px;
  }
}
.cid-v3QR5hnaTc .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3QR5hnaTc .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3QR5hnaTc .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3QR5hnaTc .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QR5hnaTc .content-wrap {
    display: block;
  }
}
.cid-v3QR5hnaTc .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QR5hnaTc .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QR5hnaTc .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QR5hnaTc .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QR5hnaTc .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QR5hnaTc .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3QR5hnaTc .mbr-section-title {
  color: #3f1819;
}
.cid-v3QR5hnaTc .mbr-desc,
.cid-v3QR5hnaTc .desc-wrapper {
  color: #3f1819;
}
.cid-v3QR5igQ9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3QR5igQ9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QR5igQ9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QR5igQ9G .container {
    padding: 0 15px;
  }
}
.cid-v3QR5igQ9G .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3QR5igQ9G .row .card {
  justify-content: center;
}
.cid-v3QR5igQ9G .image-wrapper {
  position: relative;
}
.cid-v3QR5igQ9G .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3QR5igQ9G .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3QR5igQ9G .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3QR5igQ9G .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3QR5igQ9G .image-wrapper img {
    height: 350px;
  }
}
.cid-v3QR5igQ9G .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3QR5igQ9G .text-wrapper {
    padding: 0;
  }
}
.cid-v3QR5igQ9G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3QR5igQ9G .mbr-text {
  color: #131c28;
}
.cid-v3QSR0hsrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3QSR0hsrw .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #f7f5f6;
  opacity: .6;
}
.cid-v3QSR0hsrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QSR0hsrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .container {
    padding: 0 15px;
  }
}
.cid-v3QSR0hsrw .row {
  position: relative;
  z-index: 1;
}
.cid-v3QSR0hsrw .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v3QSR0hsrw .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QSR0hsrw .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-v3QSR0hsrw .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-v3QSR0hsrw .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-v3QSR0hsrw .mbr-section-title {
  color: #30262b;
}
.cid-v3QSR0hsrw .item-title {
  color: #30262b;
}
.cid-v3QSR0hsrw .item-text {
  color: #30262b;
}
.cid-v3QR5kPcpD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v3QR5kPcpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QR5kPcpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3QR5kPcpD .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3QR5kPcpD .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3QR5kPcpD .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3QR5kPcpD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3QR5kPcpD .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3QR5kPcpD .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #ffffff;
  border: none;
  margin-top: 16px;
}
.cid-v3QR5kPcpD .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3QR5kPcpD .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3QR5kPcpD .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3QR5kPcpD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3QR5kPcpD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3QR5kPcpD .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3QR5kPcpD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3QR5kPcpD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3QR5kPcpD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3QR5kPcpD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3QR5kPcpD .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3QR5kPcpD .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3QR5kPcpD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3QR5kPcpD .mbr-label {
  color: #be0000;
}
.cid-v3QR5kPcpD .mbr-section-title {
  color: #30262b;
}
.cid-v3QR5kPcpD .mbr-text,
.cid-v3QR5kPcpD .text-wrapper {
  color: #6c7179;
}
.cid-v3QR5kPcpD .panel-title-edit {
  color: #000000;
  text-align: right;
}
.cid-v3QR5kPcpD .panel-text {
  color: #6c7179;
}
.cid-v3QR5ll9v3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QR5ll9v3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QR5ll9v3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QR5ll9v3 .container {
    padding: 0 15px;
  }
}
.cid-v3QR5ll9v3 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3QR5ll9v3 .content-wrapper {
    display: block;
  }
}
.cid-v3QR5ll9v3 .content-wrapper .list-wrapper,
.cid-v3QR5ll9v3 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QR5ll9v3 .content-wrapper .list-wrapper,
  .cid-v3QR5ll9v3 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QR5ll9v3 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3QR5ll9v3 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QR5ll9v3 .content-wrapper .list-wrapper .list,
.cid-v3QR5ll9v3 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3QR5ll9v3 .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3QR5ll9v3 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3QR5ll9v3 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3QR5ll9v3 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3QR5ll9v3 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3QR5ll9v3 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3QR5ll9v3 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3QR5ll9v3 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3QR5ll9v3 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QR5ll9v3 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QR5ll9v3 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QR5ll9v3 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3QR5ll9v3 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3QR5ll9v3 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3QR5ll9v3 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3QR5ll9v3 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3QR5ll9v3 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3QR5ll9v3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QR5ll9v3 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QR5ll9v3 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3QR5ll9v3 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3QR5ll9v3 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3QR5ll9v3 .mbr-section-title {
  color: #131c28;
}
.cid-v3QR5ll9v3 .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QR5ll9v3 .list {
  color: #131c28;
}
.cid-v3QR5ll9v3 .mbr-copy {
  color: #131c28;
}
.cid-v3QVqHKjPD .navbar-dropdown {
  position: relative !important;
}
.cid-v3QVqHKjPD .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-v3QVqHKjPD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3QVqHKjPD .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3QVqHKjPD .dropdown-item:hover,
.cid-v3QVqHKjPD .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3QVqHKjPD .dropdown-item:hover span {
  color: white;
}
.cid-v3QVqHKjPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3QVqHKjPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3QVqHKjPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3QVqHKjPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3QVqHKjPD .nav-link {
  position: relative;
}
.cid-v3QVqHKjPD .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3QVqHKjPD .container {
    flex-wrap: nowrap;
  }
}
.cid-v3QVqHKjPD .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3QVqHKjPD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3QVqHKjPD .dropdown-menu,
.cid-v3QVqHKjPD .navbar.opened {
  background: #ffffff !important;
}
.cid-v3QVqHKjPD .nav-item:focus,
.cid-v3QVqHKjPD .nav-link:focus {
  outline: none;
}
.cid-v3QVqHKjPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3QVqHKjPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3QVqHKjPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3QVqHKjPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3QVqHKjPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3QVqHKjPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3QVqHKjPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3QVqHKjPD .navbar.opened {
  transition: all 0.3s;
}
.cid-v3QVqHKjPD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3QVqHKjPD .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3QVqHKjPD .navbar .navbar-logo img {
  width: auto;
}
.cid-v3QVqHKjPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3QVqHKjPD .navbar.collapsed {
  justify-content: center;
}
.cid-v3QVqHKjPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3QVqHKjPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3QVqHKjPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3QVqHKjPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3QVqHKjPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3QVqHKjPD .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-v3QVqHKjPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3QVqHKjPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3QVqHKjPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3QVqHKjPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3QVqHKjPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3QVqHKjPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3QVqHKjPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3QVqHKjPD .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-v3QVqHKjPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3QVqHKjPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3QVqHKjPD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3QVqHKjPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3QVqHKjPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3QVqHKjPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3QVqHKjPD .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3QVqHKjPD .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3QVqHKjPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3QVqHKjPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3QVqHKjPD .navbar-brand .navbar-caption:hover,
.cid-v3QVqHKjPD .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QVqHKjPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3QVqHKjPD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3QVqHKjPD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QVqHKjPD .dropdown-item.active,
.cid-v3QVqHKjPD .dropdown-item:active {
  background-color: transparent;
}
.cid-v3QVqHKjPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3QVqHKjPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3QVqHKjPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3QVqHKjPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3QVqHKjPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3QVqHKjPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3QVqHKjPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3QVqHKjPD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3QVqHKjPD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3QVqHKjPD .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3QVqHKjPD .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3QVqHKjPD .navbar-buttons {
    text-align: left;
  }
}
.cid-v3QVqHKjPD .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3QVqHKjPD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3QVqHKjPD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3QVqHKjPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3QVqHKjPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3QVqHKjPD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QVqHKjPD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QVqHKjPD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3QVqHKjPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QVqHKjPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3QVqHKjPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3QVqHKjPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QVqHKjPD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3QVqHKjPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3QVqHKjPD .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-v3QVqHKjPD .navbar {
    height: 70px;
  }
  .cid-v3QVqHKjPD .navbar.opened {
    height: auto;
  }
  .cid-v3QVqHKjPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3QVqHKjPD .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3QVqHKjPD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3QVqHKjPD .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3QVqHKjPD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3QVqHKjPD .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3QVqHKjPD .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3QVqHKjPD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3QVqHKjPD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3QVqHKjPD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3QVqHKjPD .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3QVqHKjPD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3QVqHKjPD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3QVqHKjPD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3QVqHKjPD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3QVqHKjPD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3QVqHKjPD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3QVqHKjPD .content-wrap {
  min-height: 70px;
}
.cid-v3QVqIKetn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f6;
}
.cid-v3QVqIKetn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QVqIKetn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QVqIKetn .container {
    padding: 0 15px;
  }
}
.cid-v3QVqIKetn .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3QVqIKetn .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3QVqIKetn .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3QVqIKetn .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QVqIKetn .content-wrap {
    display: block;
  }
}
.cid-v3QVqIKetn .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QVqIKetn .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QVqIKetn .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QVqIKetn .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QVqIKetn .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QVqIKetn .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3QVqIKetn .mbr-section-title {
  color: #3f1819;
}
.cid-v3QVqIKetn .mbr-desc,
.cid-v3QVqIKetn .desc-wrapper {
  color: #3f1819;
}
.cid-v3QVLObRjI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
.cid-v3QVLObRjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QVLObRjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .container {
    padding: 0 15px;
  }
}
.cid-v3QVLObRjI .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3QVLObRjI .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-v3QVLObRjI .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #ec111a;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-v3QVLObRjI .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-v3QVLObRjI .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v3QVLObRjI .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QVLObRjI .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3QVLObRjI .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QVLObRjI .list {
  color: #30262b;
}
.cid-v3QVLObRjI .mbr-address {
  color: #30262b;
}
.cid-v3QVqK74bM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QVqK74bM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QVqK74bM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QVqK74bM .container {
    padding: 0 15px;
  }
}
.cid-v3QVqK74bM .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3QVqK74bM .content-wrapper {
    display: block;
  }
}
.cid-v3QVqK74bM .content-wrapper .list-wrapper,
.cid-v3QVqK74bM .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QVqK74bM .content-wrapper .list-wrapper,
  .cid-v3QVqK74bM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QVqK74bM .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3QVqK74bM .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QVqK74bM .content-wrapper .list-wrapper .list,
.cid-v3QVqK74bM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3QVqK74bM .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3QVqK74bM .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3QVqK74bM .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3QVqK74bM .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3QVqK74bM .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3QVqK74bM .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3QVqK74bM .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3QVqK74bM .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3QVqK74bM .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QVqK74bM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QVqK74bM .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QVqK74bM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3QVqK74bM .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3QVqK74bM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3QVqK74bM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3QVqK74bM .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3QVqK74bM .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3QVqK74bM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QVqK74bM .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QVqK74bM .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3QVqK74bM .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3QVqK74bM .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3QVqK74bM .mbr-section-title {
  color: #131c28;
}
.cid-v3QVqK74bM .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QVqK74bM .list {
  color: #131c28;
}
.cid-v3QVqK74bM .mbr-copy {
  color: #131c28;
}
.cid-v3QWWnspuO .navbar-dropdown {
  position: relative !important;
}
.cid-v3QWWnspuO .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-v3QWWnspuO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3QWWnspuO .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3QWWnspuO .dropdown-item:hover,
.cid-v3QWWnspuO .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3QWWnspuO .dropdown-item:hover span {
  color: white;
}
.cid-v3QWWnspuO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3QWWnspuO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3QWWnspuO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3QWWnspuO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3QWWnspuO .nav-link {
  position: relative;
}
.cid-v3QWWnspuO .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3QWWnspuO .container {
    flex-wrap: nowrap;
  }
}
.cid-v3QWWnspuO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3QWWnspuO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3QWWnspuO .dropdown-menu,
.cid-v3QWWnspuO .navbar.opened {
  background: #ffffff !important;
}
.cid-v3QWWnspuO .nav-item:focus,
.cid-v3QWWnspuO .nav-link:focus {
  outline: none;
}
.cid-v3QWWnspuO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3QWWnspuO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3QWWnspuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3QWWnspuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3QWWnspuO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3QWWnspuO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3QWWnspuO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3QWWnspuO .navbar.opened {
  transition: all 0.3s;
}
.cid-v3QWWnspuO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3QWWnspuO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3QWWnspuO .navbar .navbar-logo img {
  width: auto;
}
.cid-v3QWWnspuO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3QWWnspuO .navbar.collapsed {
  justify-content: center;
}
.cid-v3QWWnspuO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3QWWnspuO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3QWWnspuO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3QWWnspuO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3QWWnspuO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3QWWnspuO .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-v3QWWnspuO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3QWWnspuO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3QWWnspuO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3QWWnspuO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3QWWnspuO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3QWWnspuO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3QWWnspuO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3QWWnspuO .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-v3QWWnspuO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3QWWnspuO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3QWWnspuO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3QWWnspuO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3QWWnspuO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3QWWnspuO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3QWWnspuO .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3QWWnspuO .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3QWWnspuO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3QWWnspuO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3QWWnspuO .navbar-brand .navbar-caption:hover,
.cid-v3QWWnspuO .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QWWnspuO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3QWWnspuO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3QWWnspuO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QWWnspuO .dropdown-item.active,
.cid-v3QWWnspuO .dropdown-item:active {
  background-color: transparent;
}
.cid-v3QWWnspuO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3QWWnspuO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3QWWnspuO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3QWWnspuO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3QWWnspuO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3QWWnspuO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3QWWnspuO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3QWWnspuO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3QWWnspuO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3QWWnspuO .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3QWWnspuO .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3QWWnspuO .navbar-buttons {
    text-align: left;
  }
}
.cid-v3QWWnspuO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3QWWnspuO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3QWWnspuO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3QWWnspuO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3QWWnspuO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3QWWnspuO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QWWnspuO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QWWnspuO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3QWWnspuO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QWWnspuO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3QWWnspuO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3QWWnspuO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QWWnspuO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3QWWnspuO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3QWWnspuO .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-v3QWWnspuO .navbar {
    height: 70px;
  }
  .cid-v3QWWnspuO .navbar.opened {
    height: auto;
  }
  .cid-v3QWWnspuO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3QWWnspuO .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3QWWnspuO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3QWWnspuO .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3QWWnspuO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3QWWnspuO .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3QWWnspuO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3QWWnspuO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3QWWnspuO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3QWWnspuO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3QWWnspuO .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3QWWnspuO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3QWWnspuO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3QWWnspuO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3QWWnspuO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3QWWnspuO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3QWWnspuO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3QWWnspuO .content-wrap {
  min-height: 70px;
}
.cid-v3QWWohW1J {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3QWWohW1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QWWohW1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QWWohW1J .container {
    padding: 0 15px;
  }
}
.cid-v3QWWohW1J .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3QWWohW1J .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3QWWohW1J .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3QWWohW1J .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QWWohW1J .content-wrap {
    display: block;
  }
}
.cid-v3QWWohW1J .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QWWohW1J .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QWWohW1J .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QWWohW1J .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QWWohW1J .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QWWohW1J .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3QWWohW1J .mbr-section-title {
  color: #3f1819;
}
.cid-v3QWWohW1J .mbr-desc,
.cid-v3QWWohW1J .desc-wrapper {
  color: #3f1819;
}
.cid-v3QX9H6Tq0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QWWp0DyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QWWp0DyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QWWp0DyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QWWp0DyP .container {
    padding: 0 15px;
  }
}
.cid-v3QWWp0DyP .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3QWWp0DyP .content-wrapper {
    display: block;
  }
}
.cid-v3QWWp0DyP .content-wrapper .list-wrapper,
.cid-v3QWWp0DyP .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QWWp0DyP .content-wrapper .list-wrapper,
  .cid-v3QWWp0DyP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QWWp0DyP .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3QWWp0DyP .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QWWp0DyP .content-wrapper .list-wrapper .list,
.cid-v3QWWp0DyP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3QWWp0DyP .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3QWWp0DyP .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3QWWp0DyP .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3QWWp0DyP .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3QWWp0DyP .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3QWWp0DyP .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3QWWp0DyP .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3QWWp0DyP .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3QWWp0DyP .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QWWp0DyP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QWWp0DyP .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QWWp0DyP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3QWWp0DyP .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3QWWp0DyP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3QWWp0DyP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3QWWp0DyP .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3QWWp0DyP .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3QWWp0DyP .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QWWp0DyP .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QWWp0DyP .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3QWWp0DyP .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3QWWp0DyP .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3QWWp0DyP .mbr-section-title {
  color: #131c28;
}
.cid-v3QWWp0DyP .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QWWp0DyP .list {
  color: #131c28;
}
.cid-v3QWWp0DyP .mbr-copy {
  color: #131c28;
}
.cid-v3QXZ8pA7S .navbar-dropdown {
  position: relative !important;
}
.cid-v3QXZ8pA7S .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-v3QXZ8pA7S .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3QXZ8pA7S .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3QXZ8pA7S .dropdown-item:hover,
.cid-v3QXZ8pA7S .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3QXZ8pA7S .dropdown-item:hover span {
  color: white;
}
.cid-v3QXZ8pA7S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3QXZ8pA7S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3QXZ8pA7S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3QXZ8pA7S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3QXZ8pA7S .nav-link {
  position: relative;
}
.cid-v3QXZ8pA7S .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3QXZ8pA7S .container {
    flex-wrap: nowrap;
  }
}
.cid-v3QXZ8pA7S .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3QXZ8pA7S .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3QXZ8pA7S .dropdown-menu,
.cid-v3QXZ8pA7S .navbar.opened {
  background: #ffffff !important;
}
.cid-v3QXZ8pA7S .nav-item:focus,
.cid-v3QXZ8pA7S .nav-link:focus {
  outline: none;
}
.cid-v3QXZ8pA7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3QXZ8pA7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3QXZ8pA7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3QXZ8pA7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3QXZ8pA7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3QXZ8pA7S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3QXZ8pA7S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3QXZ8pA7S .navbar.opened {
  transition: all 0.3s;
}
.cid-v3QXZ8pA7S .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3QXZ8pA7S .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3QXZ8pA7S .navbar .navbar-logo img {
  width: auto;
}
.cid-v3QXZ8pA7S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3QXZ8pA7S .navbar.collapsed {
  justify-content: center;
}
.cid-v3QXZ8pA7S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3QXZ8pA7S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3QXZ8pA7S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3QXZ8pA7S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3QXZ8pA7S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3QXZ8pA7S .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-v3QXZ8pA7S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3QXZ8pA7S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3QXZ8pA7S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3QXZ8pA7S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3QXZ8pA7S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3QXZ8pA7S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3QXZ8pA7S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3QXZ8pA7S .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-v3QXZ8pA7S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3QXZ8pA7S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3QXZ8pA7S .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3QXZ8pA7S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3QXZ8pA7S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3QXZ8pA7S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3QXZ8pA7S .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3QXZ8pA7S .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3QXZ8pA7S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3QXZ8pA7S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3QXZ8pA7S .navbar-brand .navbar-caption:hover,
.cid-v3QXZ8pA7S .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QXZ8pA7S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3QXZ8pA7S .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3QXZ8pA7S .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QXZ8pA7S .dropdown-item.active,
.cid-v3QXZ8pA7S .dropdown-item:active {
  background-color: transparent;
}
.cid-v3QXZ8pA7S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3QXZ8pA7S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3QXZ8pA7S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3QXZ8pA7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3QXZ8pA7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3QXZ8pA7S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3QXZ8pA7S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3QXZ8pA7S ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3QXZ8pA7S ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3QXZ8pA7S .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3QXZ8pA7S .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3QXZ8pA7S .navbar-buttons {
    text-align: left;
  }
}
.cid-v3QXZ8pA7S .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3QXZ8pA7S .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3QXZ8pA7S button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3QXZ8pA7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3QXZ8pA7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3QXZ8pA7S button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QXZ8pA7S button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QXZ8pA7S button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3QXZ8pA7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QXZ8pA7S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3QXZ8pA7S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3QXZ8pA7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QXZ8pA7S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3QXZ8pA7S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3QXZ8pA7S .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-v3QXZ8pA7S .navbar {
    height: 70px;
  }
  .cid-v3QXZ8pA7S .navbar.opened {
    height: auto;
  }
  .cid-v3QXZ8pA7S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3QXZ8pA7S .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3QXZ8pA7S .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3QXZ8pA7S .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3QXZ8pA7S .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3QXZ8pA7S .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3QXZ8pA7S .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3QXZ8pA7S .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3QXZ8pA7S .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3QXZ8pA7S .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3QXZ8pA7S .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3QXZ8pA7S .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3QXZ8pA7S .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3QXZ8pA7S .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3QXZ8pA7S .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3QXZ8pA7S .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3QXZ8pA7S .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3QXZ8pA7S .content-wrap {
  min-height: 70px;
}
.cid-v3QXZ9dhqn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3QXZ9dhqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QXZ9dhqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QXZ9dhqn .container {
    padding: 0 15px;
  }
}
.cid-v3QXZ9dhqn .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3QXZ9dhqn .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3QXZ9dhqn .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3QXZ9dhqn .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QXZ9dhqn .content-wrap {
    display: block;
  }
}
.cid-v3QXZ9dhqn .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QXZ9dhqn .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QXZ9dhqn .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QXZ9dhqn .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QXZ9dhqn .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QXZ9dhqn .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3QXZ9dhqn .mbr-section-title {
  color: #3f1819;
}
.cid-v3QXZ9dhqn .mbr-desc,
.cid-v3QXZ9dhqn .desc-wrapper {
  color: #3f1819;
}
.cid-v3QXZ9sMAK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QXZ9F7HM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QXZ9F7HM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QXZ9F7HM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QXZ9F7HM .container {
    padding: 0 15px;
  }
}
.cid-v3QXZ9F7HM .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3QXZ9F7HM .content-wrapper {
    display: block;
  }
}
.cid-v3QXZ9F7HM .content-wrapper .list-wrapper,
.cid-v3QXZ9F7HM .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QXZ9F7HM .content-wrapper .list-wrapper,
  .cid-v3QXZ9F7HM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QXZ9F7HM .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3QXZ9F7HM .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QXZ9F7HM .content-wrapper .list-wrapper .list,
.cid-v3QXZ9F7HM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3QXZ9F7HM .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3QXZ9F7HM .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3QXZ9F7HM .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3QXZ9F7HM .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3QXZ9F7HM .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3QXZ9F7HM .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3QXZ9F7HM .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3QXZ9F7HM .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3QXZ9F7HM .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QXZ9F7HM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QXZ9F7HM .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QXZ9F7HM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3QXZ9F7HM .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3QXZ9F7HM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3QXZ9F7HM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3QXZ9F7HM .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3QXZ9F7HM .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3QXZ9F7HM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QXZ9F7HM .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QXZ9F7HM .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3QXZ9F7HM .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3QXZ9F7HM .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3QXZ9F7HM .mbr-section-title {
  color: #131c28;
}
.cid-v3QXZ9F7HM .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QXZ9F7HM .list {
  color: #131c28;
}
.cid-v3QXZ9F7HM .mbr-copy {
  color: #131c28;
}
.cid-v3QYnVDFym .navbar-dropdown {
  position: relative !important;
}
.cid-v3QYnVDFym .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-v3QYnVDFym .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3QYnVDFym .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3QYnVDFym .dropdown-item:hover,
.cid-v3QYnVDFym .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3QYnVDFym .dropdown-item:hover span {
  color: white;
}
.cid-v3QYnVDFym .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3QYnVDFym .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3QYnVDFym .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3QYnVDFym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3QYnVDFym .nav-link {
  position: relative;
}
.cid-v3QYnVDFym .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3QYnVDFym .container {
    flex-wrap: nowrap;
  }
}
.cid-v3QYnVDFym .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3QYnVDFym .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3QYnVDFym .dropdown-menu,
.cid-v3QYnVDFym .navbar.opened {
  background: #ffffff !important;
}
.cid-v3QYnVDFym .nav-item:focus,
.cid-v3QYnVDFym .nav-link:focus {
  outline: none;
}
.cid-v3QYnVDFym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3QYnVDFym .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3QYnVDFym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3QYnVDFym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3QYnVDFym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3QYnVDFym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3QYnVDFym .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3QYnVDFym .navbar.opened {
  transition: all 0.3s;
}
.cid-v3QYnVDFym .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3QYnVDFym .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3QYnVDFym .navbar .navbar-logo img {
  width: auto;
}
.cid-v3QYnVDFym .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3QYnVDFym .navbar.collapsed {
  justify-content: center;
}
.cid-v3QYnVDFym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3QYnVDFym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3QYnVDFym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3QYnVDFym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3QYnVDFym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3QYnVDFym .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-v3QYnVDFym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3QYnVDFym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3QYnVDFym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3QYnVDFym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3QYnVDFym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3QYnVDFym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3QYnVDFym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3QYnVDFym .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-v3QYnVDFym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3QYnVDFym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3QYnVDFym .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3QYnVDFym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3QYnVDFym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3QYnVDFym .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3QYnVDFym .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3QYnVDFym .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3QYnVDFym .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3QYnVDFym .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3QYnVDFym .navbar-brand .navbar-caption:hover,
.cid-v3QYnVDFym .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QYnVDFym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3QYnVDFym .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3QYnVDFym .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QYnVDFym .dropdown-item.active,
.cid-v3QYnVDFym .dropdown-item:active {
  background-color: transparent;
}
.cid-v3QYnVDFym .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3QYnVDFym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3QYnVDFym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3QYnVDFym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3QYnVDFym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3QYnVDFym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3QYnVDFym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3QYnVDFym ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3QYnVDFym ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3QYnVDFym .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3QYnVDFym .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3QYnVDFym .navbar-buttons {
    text-align: left;
  }
}
.cid-v3QYnVDFym .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3QYnVDFym .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3QYnVDFym button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3QYnVDFym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3QYnVDFym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3QYnVDFym button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QYnVDFym button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QYnVDFym button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3QYnVDFym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QYnVDFym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3QYnVDFym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3QYnVDFym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QYnVDFym .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3QYnVDFym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3QYnVDFym .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-v3QYnVDFym .navbar {
    height: 70px;
  }
  .cid-v3QYnVDFym .navbar.opened {
    height: auto;
  }
  .cid-v3QYnVDFym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3QYnVDFym .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3QYnVDFym .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3QYnVDFym .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3QYnVDFym .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3QYnVDFym .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3QYnVDFym .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3QYnVDFym .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3QYnVDFym .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3QYnVDFym .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3QYnVDFym .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3QYnVDFym .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3QYnVDFym .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3QYnVDFym .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3QYnVDFym .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3QYnVDFym .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3QYnVDFym .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3QYnVDFym .content-wrap {
  min-height: 70px;
}
.cid-v3QYnWtLtV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3QYnWtLtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QYnWtLtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QYnWtLtV .container {
    padding: 0 15px;
  }
}
.cid-v3QYnWtLtV .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3QYnWtLtV .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3QYnWtLtV .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3QYnWtLtV .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QYnWtLtV .content-wrap {
    display: block;
  }
}
.cid-v3QYnWtLtV .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QYnWtLtV .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QYnWtLtV .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QYnWtLtV .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QYnWtLtV .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QYnWtLtV .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3QYnWtLtV .mbr-section-title {
  color: #3f1819;
}
.cid-v3QYnWtLtV .mbr-desc,
.cid-v3QYnWtLtV .desc-wrapper {
  color: #3f1819;
}
.cid-v3QYnWGIxQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QYnWTf7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QYnWTf7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QYnWTf7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QYnWTf7O .container {
    padding: 0 15px;
  }
}
.cid-v3QYnWTf7O .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3QYnWTf7O .content-wrapper {
    display: block;
  }
}
.cid-v3QYnWTf7O .content-wrapper .list-wrapper,
.cid-v3QYnWTf7O .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QYnWTf7O .content-wrapper .list-wrapper,
  .cid-v3QYnWTf7O .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QYnWTf7O .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3QYnWTf7O .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QYnWTf7O .content-wrapper .list-wrapper .list,
.cid-v3QYnWTf7O .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3QYnWTf7O .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3QYnWTf7O .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3QYnWTf7O .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3QYnWTf7O .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3QYnWTf7O .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3QYnWTf7O .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3QYnWTf7O .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3QYnWTf7O .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3QYnWTf7O .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QYnWTf7O .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QYnWTf7O .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QYnWTf7O .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3QYnWTf7O .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3QYnWTf7O .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3QYnWTf7O .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3QYnWTf7O .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3QYnWTf7O .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3QYnWTf7O .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QYnWTf7O .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QYnWTf7O .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3QYnWTf7O .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3QYnWTf7O .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3QYnWTf7O .mbr-section-title {
  color: #131c28;
}
.cid-v3QYnWTf7O .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QYnWTf7O .list {
  color: #131c28;
}
.cid-v3QYnWTf7O .mbr-copy {
  color: #131c28;
}
.cid-v3QYLCALH6 .navbar-dropdown {
  position: relative !important;
}
.cid-v3QYLCALH6 .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-v3QYLCALH6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3QYLCALH6 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3QYLCALH6 .dropdown-item:hover,
.cid-v3QYLCALH6 .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3QYLCALH6 .dropdown-item:hover span {
  color: white;
}
.cid-v3QYLCALH6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3QYLCALH6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3QYLCALH6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3QYLCALH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3QYLCALH6 .nav-link {
  position: relative;
}
.cid-v3QYLCALH6 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3QYLCALH6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3QYLCALH6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3QYLCALH6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3QYLCALH6 .dropdown-menu,
.cid-v3QYLCALH6 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3QYLCALH6 .nav-item:focus,
.cid-v3QYLCALH6 .nav-link:focus {
  outline: none;
}
.cid-v3QYLCALH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3QYLCALH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3QYLCALH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3QYLCALH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3QYLCALH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3QYLCALH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3QYLCALH6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3QYLCALH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3QYLCALH6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3QYLCALH6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3QYLCALH6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3QYLCALH6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3QYLCALH6 .navbar.collapsed {
  justify-content: center;
}
.cid-v3QYLCALH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3QYLCALH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3QYLCALH6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3QYLCALH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3QYLCALH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3QYLCALH6 .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-v3QYLCALH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3QYLCALH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3QYLCALH6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3QYLCALH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3QYLCALH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3QYLCALH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3QYLCALH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3QYLCALH6 .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-v3QYLCALH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3QYLCALH6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3QYLCALH6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3QYLCALH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3QYLCALH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3QYLCALH6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3QYLCALH6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3QYLCALH6 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3QYLCALH6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3QYLCALH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3QYLCALH6 .navbar-brand .navbar-caption:hover,
.cid-v3QYLCALH6 .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QYLCALH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3QYLCALH6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3QYLCALH6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3QYLCALH6 .dropdown-item.active,
.cid-v3QYLCALH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3QYLCALH6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3QYLCALH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3QYLCALH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3QYLCALH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3QYLCALH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3QYLCALH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3QYLCALH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3QYLCALH6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3QYLCALH6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3QYLCALH6 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3QYLCALH6 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3QYLCALH6 .navbar-buttons {
    text-align: left;
  }
}
.cid-v3QYLCALH6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3QYLCALH6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3QYLCALH6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3QYLCALH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3QYLCALH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3QYLCALH6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QYLCALH6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3QYLCALH6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3QYLCALH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QYLCALH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3QYLCALH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3QYLCALH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3QYLCALH6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3QYLCALH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3QYLCALH6 .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-v3QYLCALH6 .navbar {
    height: 70px;
  }
  .cid-v3QYLCALH6 .navbar.opened {
    height: auto;
  }
  .cid-v3QYLCALH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3QYLCALH6 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3QYLCALH6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3QYLCALH6 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3QYLCALH6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3QYLCALH6 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3QYLCALH6 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3QYLCALH6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3QYLCALH6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3QYLCALH6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3QYLCALH6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3QYLCALH6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3QYLCALH6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3QYLCALH6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3QYLCALH6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3QYLCALH6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3QYLCALH6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3QYLCALH6 .content-wrap {
  min-height: 70px;
}
.cid-v3QYLDuDt9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3QYLDuDt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QYLDuDt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QYLDuDt9 .container {
    padding: 0 15px;
  }
}
.cid-v3QYLDuDt9 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3QYLDuDt9 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3QYLDuDt9 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3QYLDuDt9 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3QYLDuDt9 .content-wrap {
    display: block;
  }
}
.cid-v3QYLDuDt9 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QYLDuDt9 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QYLDuDt9 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3QYLDuDt9 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3QYLDuDt9 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3QYLDuDt9 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3QYLDuDt9 .mbr-section-title {
  color: #3f1819;
}
.cid-v3QYLDuDt9 .mbr-desc,
.cid-v3QYLDuDt9 .desc-wrapper {
  color: #3f1819;
}
.cid-v3Rc7NOEO7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Rc7NOEO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rc7NOEO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rc7NOEO7 .container {
    padding: 0 15px;
  }
}
.cid-v3Rc7NOEO7 .row {
  justify-content: space-between;
}
.cid-v3Rc7NOEO7 .row .card {
  justify-content: flex-end;
}
.cid-v3Rc7NOEO7 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v3Rc7NOEO7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v3Rc7NOEO7 .mbr-section-btn {
  margin-bottom: 90px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3Rc7NOEO7 .mbr-section-btn {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v3Rc7NOEO7 .mbr-section-btn .btn {
  position: relative;
  padding: 0;
  border: none !important;
}
.cid-v3Rc7NOEO7 .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2d3622;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rc7NOEO7 .mbr-section-btn .btn:hover,
.cid-v3Rc7NOEO7 .mbr-section-btn .btn:focus {
  padding: 0;
}
.cid-v3Rc7NOEO7 .mbr-section-btn .btn:hover::before,
.cid-v3Rc7NOEO7 .mbr-section-btn .btn:focus::before {
  width: 0;
}
.cid-v3Rc7NOEO7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .cid-v3Rc7NOEO7 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img:hover img,
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img:hover .icon-wrapper,
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img:focus .icon-wrapper {
  transform: translate(0);
  opacity: 1;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-2rem, 2rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  transform: rotate(-45deg);
  color: #ffffff;
  z-index: 1;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-img a {
  width: 100%;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-content .date-wrapper {
  margin-bottom: 20px;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  padding-right: 15px;
  border-right: 2px solid #2d3622;
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-desc {
  margin-bottom: 0;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v3Rc7NOEO7 .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: #2d3622;
}
.cid-v3Rc7NOEO7 .mbr-section-title {
  color: #2d3622;
}
.cid-v3Rc7NOEO7 .item-text {
  color: #2d3622;
}
.cid-v3Rc7NOEO7 .item-date {
  color: #2d3622;
}
.cid-v3Rc7NOEO7 .item-desc {
  color: #6e88ab;
}
.cid-v3Rc7NOEO7 .item-desc,
.cid-v3Rc7NOEO7 .date-wrapper {
  color: #e10a14;
}
.cid-v3QYLDUocQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QYLDUocQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QYLDUocQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3QYLDUocQ .container {
    padding: 0 15px;
  }
}
.cid-v3QYLDUocQ .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3QYLDUocQ .content-wrapper {
    display: block;
  }
}
.cid-v3QYLDUocQ .content-wrapper .list-wrapper,
.cid-v3QYLDUocQ .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QYLDUocQ .content-wrapper .list-wrapper,
  .cid-v3QYLDUocQ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QYLDUocQ .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3QYLDUocQ .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QYLDUocQ .content-wrapper .list-wrapper .list,
.cid-v3QYLDUocQ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3QYLDUocQ .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3QYLDUocQ .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3QYLDUocQ .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3QYLDUocQ .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3QYLDUocQ .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3QYLDUocQ .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3QYLDUocQ .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3QYLDUocQ .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3QYLDUocQ .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3QYLDUocQ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QYLDUocQ .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3QYLDUocQ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3QYLDUocQ .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3QYLDUocQ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3QYLDUocQ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3QYLDUocQ .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3QYLDUocQ .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3QYLDUocQ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QYLDUocQ .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3QYLDUocQ .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3QYLDUocQ .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3QYLDUocQ .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3QYLDUocQ .mbr-section-title {
  color: #131c28;
}
.cid-v3QYLDUocQ .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3QYLDUocQ .list {
  color: #131c28;
}
.cid-v3QYLDUocQ .mbr-copy {
  color: #131c28;
}
.cid-v3RgqYI3o4 .navbar-dropdown {
  position: relative !important;
}
.cid-v3RgqYI3o4 .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-v3RgqYI3o4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RgqYI3o4 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RgqYI3o4 .dropdown-item:hover,
.cid-v3RgqYI3o4 .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RgqYI3o4 .dropdown-item:hover span {
  color: white;
}
.cid-v3RgqYI3o4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RgqYI3o4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RgqYI3o4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RgqYI3o4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RgqYI3o4 .nav-link {
  position: relative;
}
.cid-v3RgqYI3o4 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RgqYI3o4 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RgqYI3o4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RgqYI3o4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RgqYI3o4 .dropdown-menu,
.cid-v3RgqYI3o4 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RgqYI3o4 .nav-item:focus,
.cid-v3RgqYI3o4 .nav-link:focus {
  outline: none;
}
.cid-v3RgqYI3o4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RgqYI3o4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RgqYI3o4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RgqYI3o4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RgqYI3o4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RgqYI3o4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RgqYI3o4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RgqYI3o4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RgqYI3o4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RgqYI3o4 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RgqYI3o4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RgqYI3o4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RgqYI3o4 .navbar.collapsed {
  justify-content: center;
}
.cid-v3RgqYI3o4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RgqYI3o4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RgqYI3o4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RgqYI3o4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RgqYI3o4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RgqYI3o4 .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-v3RgqYI3o4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RgqYI3o4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RgqYI3o4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RgqYI3o4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RgqYI3o4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RgqYI3o4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RgqYI3o4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RgqYI3o4 .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-v3RgqYI3o4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RgqYI3o4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RgqYI3o4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RgqYI3o4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RgqYI3o4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RgqYI3o4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RgqYI3o4 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RgqYI3o4 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RgqYI3o4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RgqYI3o4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RgqYI3o4 .navbar-brand .navbar-caption:hover,
.cid-v3RgqYI3o4 .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RgqYI3o4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RgqYI3o4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RgqYI3o4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RgqYI3o4 .dropdown-item.active,
.cid-v3RgqYI3o4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RgqYI3o4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RgqYI3o4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RgqYI3o4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RgqYI3o4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RgqYI3o4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RgqYI3o4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RgqYI3o4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RgqYI3o4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RgqYI3o4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RgqYI3o4 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RgqYI3o4 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RgqYI3o4 .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RgqYI3o4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RgqYI3o4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RgqYI3o4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RgqYI3o4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RgqYI3o4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RgqYI3o4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RgqYI3o4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RgqYI3o4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RgqYI3o4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RgqYI3o4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RgqYI3o4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RgqYI3o4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RgqYI3o4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RgqYI3o4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RgqYI3o4 .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-v3RgqYI3o4 .navbar {
    height: 70px;
  }
  .cid-v3RgqYI3o4 .navbar.opened {
    height: auto;
  }
  .cid-v3RgqYI3o4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RgqYI3o4 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RgqYI3o4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RgqYI3o4 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RgqYI3o4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RgqYI3o4 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RgqYI3o4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RgqYI3o4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RgqYI3o4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RgqYI3o4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RgqYI3o4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RgqYI3o4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RgqYI3o4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RgqYI3o4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RgqYI3o4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RgqYI3o4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RgqYI3o4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RgqYI3o4 .content-wrap {
  min-height: 70px;
}
.cid-v3RgqZIWep {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RgqZIWep .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RgqZIWep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RgqZIWep .container {
    padding: 0 15px;
  }
}
.cid-v3RgqZIWep .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RgqZIWep .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RgqZIWep .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RgqZIWep .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RgqZIWep .content-wrap {
    display: block;
  }
}
.cid-v3RgqZIWep .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RgqZIWep .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RgqZIWep .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RgqZIWep .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RgqZIWep .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RgqZIWep .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RgqZIWep .mbr-section-title {
  color: #3f1819;
}
.cid-v3RgqZIWep .mbr-desc,
.cid-v3RgqZIWep .desc-wrapper {
  color: #3f1819;
}
.cid-v3Rgr0yFDK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Rgr0yFDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rgr0yFDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rgr0yFDK .container {
    padding: 0 15px;
  }
}
.cid-v3Rgr0yFDK .row {
  justify-content: space-between;
}
.cid-v3Rgr0yFDK .row .card {
  justify-content: flex-end;
}
.cid-v3Rgr0yFDK .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v3Rgr0yFDK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v3Rgr0yFDK .mbr-section-btn {
  margin-bottom: 90px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3Rgr0yFDK .mbr-section-btn {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v3Rgr0yFDK .mbr-section-btn .btn {
  position: relative;
  padding: 0;
  border: none !important;
}
.cid-v3Rgr0yFDK .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2d3622;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rgr0yFDK .mbr-section-btn .btn:hover,
.cid-v3Rgr0yFDK .mbr-section-btn .btn:focus {
  padding: 0;
}
.cid-v3Rgr0yFDK .mbr-section-btn .btn:hover::before,
.cid-v3Rgr0yFDK .mbr-section-btn .btn:focus::before {
  width: 0;
}
.cid-v3Rgr0yFDK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .cid-v3Rgr0yFDK .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img:hover img,
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img:hover .icon-wrapper,
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img:focus .icon-wrapper {
  transform: translate(0);
  opacity: 1;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-2rem, 2rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  transform: rotate(-45deg);
  color: #ffffff;
  z-index: 1;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-img a {
  width: 100%;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-content .date-wrapper {
  margin-bottom: 20px;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  padding-right: 15px;
  border-right: 2px solid #2d3622;
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-desc {
  margin-bottom: 0;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v3Rgr0yFDK .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: #2d3622;
}
.cid-v3Rgr0yFDK .mbr-section-title {
  color: #2d3622;
}
.cid-v3Rgr0yFDK .item-text {
  color: #2d3622;
}
.cid-v3Rgr0yFDK .item-date {
  color: #2d3622;
}
.cid-v3Rgr0yFDK .item-desc {
  color: #6e88ab;
}
.cid-v3Rgr0yFDK .item-desc,
.cid-v3Rgr0yFDK .date-wrapper {
  color: #000000;
}
.cid-v3Rgr0Z051 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Rgr0Z051 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rgr0Z051 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rgr0Z051 .container {
    padding: 0 15px;
  }
}
.cid-v3Rgr0Z051 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3Rgr0Z051 .content-wrapper {
    display: block;
  }
}
.cid-v3Rgr0Z051 .content-wrapper .list-wrapper,
.cid-v3Rgr0Z051 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rgr0Z051 .content-wrapper .list-wrapper,
  .cid-v3Rgr0Z051 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rgr0Z051 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3Rgr0Z051 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rgr0Z051 .content-wrapper .list-wrapper .list,
.cid-v3Rgr0Z051 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3Rgr0Z051 .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3Rgr0Z051 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3Rgr0Z051 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3Rgr0Z051 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3Rgr0Z051 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3Rgr0Z051 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3Rgr0Z051 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3Rgr0Z051 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rgr0Z051 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rgr0Z051 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rgr0Z051 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rgr0Z051 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3Rgr0Z051 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rgr0Z051 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3Rgr0Z051 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3Rgr0Z051 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3Rgr0Z051 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3Rgr0Z051 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rgr0Z051 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rgr0Z051 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3Rgr0Z051 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3Rgr0Z051 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3Rgr0Z051 .mbr-section-title {
  color: #131c28;
}
.cid-v3Rgr0Z051 .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3Rgr0Z051 .list {
  color: #131c28;
}
.cid-v3Rgr0Z051 .mbr-copy {
  color: #131c28;
}
.cid-v3RhFFpCxG .navbar-dropdown {
  position: relative !important;
}
.cid-v3RhFFpCxG .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-v3RhFFpCxG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RhFFpCxG .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RhFFpCxG .dropdown-item:hover,
.cid-v3RhFFpCxG .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RhFFpCxG .dropdown-item:hover span {
  color: white;
}
.cid-v3RhFFpCxG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RhFFpCxG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RhFFpCxG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RhFFpCxG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RhFFpCxG .nav-link {
  position: relative;
}
.cid-v3RhFFpCxG .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RhFFpCxG .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RhFFpCxG .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RhFFpCxG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RhFFpCxG .dropdown-menu,
.cid-v3RhFFpCxG .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RhFFpCxG .nav-item:focus,
.cid-v3RhFFpCxG .nav-link:focus {
  outline: none;
}
.cid-v3RhFFpCxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RhFFpCxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RhFFpCxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RhFFpCxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RhFFpCxG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RhFFpCxG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RhFFpCxG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RhFFpCxG .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RhFFpCxG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RhFFpCxG .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RhFFpCxG .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RhFFpCxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RhFFpCxG .navbar.collapsed {
  justify-content: center;
}
.cid-v3RhFFpCxG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RhFFpCxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RhFFpCxG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RhFFpCxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RhFFpCxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RhFFpCxG .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-v3RhFFpCxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RhFFpCxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RhFFpCxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RhFFpCxG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RhFFpCxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RhFFpCxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RhFFpCxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RhFFpCxG .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-v3RhFFpCxG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RhFFpCxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RhFFpCxG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RhFFpCxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RhFFpCxG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RhFFpCxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RhFFpCxG .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RhFFpCxG .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RhFFpCxG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RhFFpCxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RhFFpCxG .navbar-brand .navbar-caption:hover,
.cid-v3RhFFpCxG .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RhFFpCxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RhFFpCxG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RhFFpCxG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RhFFpCxG .dropdown-item.active,
.cid-v3RhFFpCxG .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RhFFpCxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RhFFpCxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RhFFpCxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RhFFpCxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RhFFpCxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RhFFpCxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RhFFpCxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RhFFpCxG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RhFFpCxG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RhFFpCxG .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RhFFpCxG .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RhFFpCxG .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RhFFpCxG .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RhFFpCxG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RhFFpCxG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RhFFpCxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RhFFpCxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RhFFpCxG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RhFFpCxG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RhFFpCxG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RhFFpCxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RhFFpCxG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RhFFpCxG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RhFFpCxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RhFFpCxG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RhFFpCxG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RhFFpCxG .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-v3RhFFpCxG .navbar {
    height: 70px;
  }
  .cid-v3RhFFpCxG .navbar.opened {
    height: auto;
  }
  .cid-v3RhFFpCxG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RhFFpCxG .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RhFFpCxG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RhFFpCxG .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RhFFpCxG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RhFFpCxG .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RhFFpCxG .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RhFFpCxG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RhFFpCxG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RhFFpCxG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RhFFpCxG .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RhFFpCxG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RhFFpCxG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RhFFpCxG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RhFFpCxG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RhFFpCxG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RhFFpCxG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RhFFpCxG .content-wrap {
  min-height: 70px;
}
.cid-v3RhFGa3JT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RhFGa3JT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RhFGa3JT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RhFGa3JT .container {
    padding: 0 15px;
  }
}
.cid-v3RhFGa3JT .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RhFGa3JT .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RhFGa3JT .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RhFGa3JT .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RhFGa3JT .content-wrap {
    display: block;
  }
}
.cid-v3RhFGa3JT .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RhFGa3JT .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RhFGa3JT .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RhFGa3JT .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RhFGa3JT .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RhFGa3JT .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RhFGa3JT .mbr-section-title {
  color: #3f1819;
}
.cid-v3RhFGa3JT .mbr-desc,
.cid-v3RhFGa3JT .desc-wrapper {
  color: #3f1819;
}
.cid-v3RhW6cWM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RhW6cWM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RhW6cWM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RhW6cWM7 .container {
    padding: 0 15px;
  }
}
.cid-v3RhW6cWM7 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RhW6cWM7 .row .card {
  justify-content: center;
}
.cid-v3RhW6cWM7 .image-wrapper {
  position: relative;
}
.cid-v3RhW6cWM7 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RhW6cWM7 .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RhW6cWM7 .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RhW6cWM7 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RhW6cWM7 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RhW6cWM7 .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RhW6cWM7 .text-wrapper {
    padding: 0;
  }
}
.cid-v3RhW6cWM7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RhW6cWM7 .mbr-text {
  color: #131c28;
}
.cid-v3Ri2FQTzx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RjL4OTAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RjL4OTAh .container {
    padding: 0 15px;
  }
}
.cid-v3RjL4OTAh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RjL4OTAh .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RjL4OTAh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RjL4OTAh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RjL4OTAh .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RjL4OTAh .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RjL4OTAh .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RjL4OTAh .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RjL4OTAh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RjL4OTAh .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RjL4OTAh .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RjL4OTAh .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RjL4OTAh .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RjL4OTAh .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RjL4OTAh .embla__button--next,
.cid-v3RjL4OTAh .embla__button--prev {
  display: flex;
}
.cid-v3RjL4OTAh .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RjL4OTAh .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RjL4OTAh .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RjL4OTAh .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RjL4OTAh .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RjL4OTAh .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RjL4OTAh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RjL4OTAh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RjL4OTAh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RjL4OTAh .mbr-section-title {
  color: #30262b;
}
.cid-v3RjL4OTAh .mbr-text {
  color: #3f1819;
}
.cid-v3RjL4OTAh .item-desc {
  color: #e10a14;
}
.cid-v3RjL4OTAh .item-text {
  color: #3f1819;
}
.cid-v3RhFGNcfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RhFGNcfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RhFGNcfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RhFGNcfd .container {
    padding: 0 15px;
  }
}
.cid-v3RhFGNcfd .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RhFGNcfd .content-wrapper {
    display: block;
  }
}
.cid-v3RhFGNcfd .content-wrapper .list-wrapper,
.cid-v3RhFGNcfd .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RhFGNcfd .content-wrapper .list-wrapper,
  .cid-v3RhFGNcfd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RhFGNcfd .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RhFGNcfd .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RhFGNcfd .content-wrapper .list-wrapper .list,
.cid-v3RhFGNcfd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RhFGNcfd .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RhFGNcfd .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RhFGNcfd .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RhFGNcfd .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RhFGNcfd .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RhFGNcfd .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RhFGNcfd .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RhFGNcfd .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RhFGNcfd .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RhFGNcfd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RhFGNcfd .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RhFGNcfd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RhFGNcfd .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RhFGNcfd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RhFGNcfd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RhFGNcfd .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RhFGNcfd .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RhFGNcfd .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RhFGNcfd .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RhFGNcfd .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RhFGNcfd .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RhFGNcfd .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RhFGNcfd .mbr-section-title {
  color: #131c28;
}
.cid-v3RhFGNcfd .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RhFGNcfd .list {
  color: #131c28;
}
.cid-v3RhFGNcfd .mbr-copy {
  color: #131c28;
}
.cid-v3Riy3MF9d .navbar-dropdown {
  position: relative !important;
}
.cid-v3Riy3MF9d .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-v3Riy3MF9d .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3Riy3MF9d .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3Riy3MF9d .dropdown-item:hover,
.cid-v3Riy3MF9d .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3Riy3MF9d .dropdown-item:hover span {
  color: white;
}
.cid-v3Riy3MF9d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3Riy3MF9d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3Riy3MF9d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Riy3MF9d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3Riy3MF9d .nav-link {
  position: relative;
}
.cid-v3Riy3MF9d .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3Riy3MF9d .container {
    flex-wrap: nowrap;
  }
}
.cid-v3Riy3MF9d .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3Riy3MF9d .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3Riy3MF9d .dropdown-menu,
.cid-v3Riy3MF9d .navbar.opened {
  background: #ffffff !important;
}
.cid-v3Riy3MF9d .nav-item:focus,
.cid-v3Riy3MF9d .nav-link:focus {
  outline: none;
}
.cid-v3Riy3MF9d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3Riy3MF9d .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3Riy3MF9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3Riy3MF9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3Riy3MF9d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Riy3MF9d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Riy3MF9d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3Riy3MF9d .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Riy3MF9d .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3Riy3MF9d .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3Riy3MF9d .navbar .navbar-logo img {
  width: auto;
}
.cid-v3Riy3MF9d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Riy3MF9d .navbar.collapsed {
  justify-content: center;
}
.cid-v3Riy3MF9d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Riy3MF9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Riy3MF9d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3Riy3MF9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Riy3MF9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Riy3MF9d .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-v3Riy3MF9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Riy3MF9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Riy3MF9d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Riy3MF9d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Riy3MF9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Riy3MF9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Riy3MF9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Riy3MF9d .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-v3Riy3MF9d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3Riy3MF9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Riy3MF9d .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3Riy3MF9d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3Riy3MF9d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3Riy3MF9d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Riy3MF9d .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3Riy3MF9d .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3Riy3MF9d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3Riy3MF9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3Riy3MF9d .navbar-brand .navbar-caption:hover,
.cid-v3Riy3MF9d .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Riy3MF9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Riy3MF9d .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3Riy3MF9d .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Riy3MF9d .dropdown-item.active,
.cid-v3Riy3MF9d .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Riy3MF9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Riy3MF9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Riy3MF9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Riy3MF9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3Riy3MF9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3Riy3MF9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3Riy3MF9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Riy3MF9d ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3Riy3MF9d ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3Riy3MF9d .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3Riy3MF9d .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3Riy3MF9d .navbar-buttons {
    text-align: left;
  }
}
.cid-v3Riy3MF9d .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3Riy3MF9d .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3Riy3MF9d button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3Riy3MF9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3Riy3MF9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3Riy3MF9d button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Riy3MF9d button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Riy3MF9d button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3Riy3MF9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Riy3MF9d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Riy3MF9d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Riy3MF9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Riy3MF9d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3Riy3MF9d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Riy3MF9d .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-v3Riy3MF9d .navbar {
    height: 70px;
  }
  .cid-v3Riy3MF9d .navbar.opened {
    height: auto;
  }
  .cid-v3Riy3MF9d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Riy3MF9d .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3Riy3MF9d .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3Riy3MF9d .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3Riy3MF9d .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3Riy3MF9d .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3Riy3MF9d .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3Riy3MF9d .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3Riy3MF9d .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3Riy3MF9d .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3Riy3MF9d .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3Riy3MF9d .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3Riy3MF9d .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3Riy3MF9d .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3Riy3MF9d .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3Riy3MF9d .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3Riy3MF9d .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3Riy3MF9d .content-wrap {
  min-height: 70px;
}
.cid-v3Riy4L0xD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Riy4L0xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Riy4L0xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Riy4L0xD .container {
    padding: 0 15px;
  }
}
.cid-v3Riy4L0xD .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3Riy4L0xD .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3Riy4L0xD .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3Riy4L0xD .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3Riy4L0xD .content-wrap {
    display: block;
  }
}
.cid-v3Riy4L0xD .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Riy4L0xD .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Riy4L0xD .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Riy4L0xD .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Riy4L0xD .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3Riy4L0xD .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3Riy4L0xD .mbr-section-title {
  color: #3f1819;
}
.cid-v3Riy4L0xD .mbr-desc,
.cid-v3Riy4L0xD .desc-wrapper {
  color: #3f1819;
}
.cid-v3Riy5V74J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3Riy5V74J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Riy5V74J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Riy5V74J .container {
    padding: 0 15px;
  }
}
.cid-v3Riy5V74J .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3Riy5V74J .row .card {
  justify-content: center;
}
.cid-v3Riy5V74J .image-wrapper {
  position: relative;
}
.cid-v3Riy5V74J .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3Riy5V74J .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3Riy5V74J .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3Riy5V74J .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3Riy5V74J .image-wrapper img {
    height: 350px;
  }
}
.cid-v3Riy5V74J .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3Riy5V74J .text-wrapper {
    padding: 0;
  }
}
.cid-v3Riy5V74J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3Riy5V74J .mbr-text {
  color: #131c28;
}
.cid-v3Riy6bquy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Riy6pIgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Riy6pIgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Riy6pIgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Riy6pIgb .container {
    padding: 0 15px;
  }
}
.cid-v3Riy6pIgb .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3Riy6pIgb .content-wrapper {
    display: block;
  }
}
.cid-v3Riy6pIgb .content-wrapper .list-wrapper,
.cid-v3Riy6pIgb .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Riy6pIgb .content-wrapper .list-wrapper,
  .cid-v3Riy6pIgb .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Riy6pIgb .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3Riy6pIgb .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Riy6pIgb .content-wrapper .list-wrapper .list,
.cid-v3Riy6pIgb .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3Riy6pIgb .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3Riy6pIgb .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3Riy6pIgb .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3Riy6pIgb .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3Riy6pIgb .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3Riy6pIgb .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3Riy6pIgb .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3Riy6pIgb .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3Riy6pIgb .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Riy6pIgb .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Riy6pIgb .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Riy6pIgb .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3Riy6pIgb .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3Riy6pIgb .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3Riy6pIgb .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3Riy6pIgb .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3Riy6pIgb .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3Riy6pIgb .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Riy6pIgb .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Riy6pIgb .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3Riy6pIgb .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3Riy6pIgb .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3Riy6pIgb .mbr-section-title {
  color: #131c28;
}
.cid-v3Riy6pIgb .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3Riy6pIgb .list {
  color: #131c28;
}
.cid-v3Riy6pIgb .mbr-copy {
  color: #131c28;
}
.cid-v3RiFAekhM .navbar-dropdown {
  position: relative !important;
}
.cid-v3RiFAekhM .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-v3RiFAekhM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RiFAekhM .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RiFAekhM .dropdown-item:hover,
.cid-v3RiFAekhM .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RiFAekhM .dropdown-item:hover span {
  color: white;
}
.cid-v3RiFAekhM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RiFAekhM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RiFAekhM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RiFAekhM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RiFAekhM .nav-link {
  position: relative;
}
.cid-v3RiFAekhM .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RiFAekhM .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RiFAekhM .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiFAekhM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RiFAekhM .dropdown-menu,
.cid-v3RiFAekhM .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RiFAekhM .nav-item:focus,
.cid-v3RiFAekhM .nav-link:focus {
  outline: none;
}
.cid-v3RiFAekhM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RiFAekhM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RiFAekhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RiFAekhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RiFAekhM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RiFAekhM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RiFAekhM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RiFAekhM .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RiFAekhM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RiFAekhM .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RiFAekhM .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RiFAekhM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RiFAekhM .navbar.collapsed {
  justify-content: center;
}
.cid-v3RiFAekhM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RiFAekhM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RiFAekhM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RiFAekhM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RiFAekhM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RiFAekhM .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-v3RiFAekhM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RiFAekhM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RiFAekhM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RiFAekhM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RiFAekhM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RiFAekhM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RiFAekhM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RiFAekhM .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-v3RiFAekhM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RiFAekhM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RiFAekhM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RiFAekhM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RiFAekhM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RiFAekhM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RiFAekhM .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RiFAekhM .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RiFAekhM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RiFAekhM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RiFAekhM .navbar-brand .navbar-caption:hover,
.cid-v3RiFAekhM .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RiFAekhM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RiFAekhM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RiFAekhM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RiFAekhM .dropdown-item.active,
.cid-v3RiFAekhM .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RiFAekhM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RiFAekhM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RiFAekhM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RiFAekhM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RiFAekhM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RiFAekhM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RiFAekhM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RiFAekhM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RiFAekhM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RiFAekhM .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RiFAekhM .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RiFAekhM .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RiFAekhM .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RiFAekhM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RiFAekhM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RiFAekhM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RiFAekhM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RiFAekhM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RiFAekhM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RiFAekhM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RiFAekhM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RiFAekhM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RiFAekhM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RiFAekhM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RiFAekhM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RiFAekhM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RiFAekhM .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-v3RiFAekhM .navbar {
    height: 70px;
  }
  .cid-v3RiFAekhM .navbar.opened {
    height: auto;
  }
  .cid-v3RiFAekhM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RiFAekhM .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RiFAekhM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RiFAekhM .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RiFAekhM .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RiFAekhM .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RiFAekhM .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RiFAekhM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RiFAekhM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RiFAekhM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RiFAekhM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RiFAekhM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RiFAekhM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RiFAekhM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RiFAekhM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RiFAekhM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RiFAekhM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RiFAekhM .content-wrap {
  min-height: 70px;
}
.cid-v3RiFBgyza {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RiFBgyza .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiFBgyza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiFBgyza .container {
    padding: 0 15px;
  }
}
.cid-v3RiFBgyza .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RiFBgyza .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RiFBgyza .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RiFBgyza .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RiFBgyza .content-wrap {
    display: block;
  }
}
.cid-v3RiFBgyza .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RiFBgyza .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RiFBgyza .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RiFBgyza .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RiFBgyza .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RiFBgyza .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RiFBgyza .mbr-section-title {
  color: #3f1819;
}
.cid-v3RiFBgyza .mbr-desc,
.cid-v3RiFBgyza .desc-wrapper {
  color: #3f1819;
}
.cid-v3RiFBwFkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RiFBwFkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiFBwFkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiFBwFkJ .container {
    padding: 0 15px;
  }
}
.cid-v3RiFBwFkJ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RiFBwFkJ .row .card {
  justify-content: center;
}
.cid-v3RiFBwFkJ .image-wrapper {
  position: relative;
}
.cid-v3RiFBwFkJ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RiFBwFkJ .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RiFBwFkJ .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RiFBwFkJ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RiFBwFkJ .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RiFBwFkJ .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RiFBwFkJ .text-wrapper {
    padding: 0;
  }
}
.cid-v3RiFBwFkJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RiFBwFkJ .mbr-text {
  color: #131c28;
}
.cid-v3RiFBKwSP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RiFBXRvd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RiFBXRvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiFBXRvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiFBXRvd .container {
    padding: 0 15px;
  }
}
.cid-v3RiFBXRvd .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RiFBXRvd .content-wrapper {
    display: block;
  }
}
.cid-v3RiFBXRvd .content-wrapper .list-wrapper,
.cid-v3RiFBXRvd .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RiFBXRvd .content-wrapper .list-wrapper,
  .cid-v3RiFBXRvd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiFBXRvd .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RiFBXRvd .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RiFBXRvd .content-wrapper .list-wrapper .list,
.cid-v3RiFBXRvd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RiFBXRvd .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RiFBXRvd .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RiFBXRvd .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RiFBXRvd .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RiFBXRvd .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RiFBXRvd .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RiFBXRvd .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RiFBXRvd .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiFBXRvd .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RiFBXRvd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiFBXRvd .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RiFBXRvd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RiFBXRvd .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiFBXRvd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RiFBXRvd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RiFBXRvd .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RiFBXRvd .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RiFBXRvd .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RiFBXRvd .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiFBXRvd .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RiFBXRvd .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RiFBXRvd .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RiFBXRvd .mbr-section-title {
  color: #131c28;
}
.cid-v3RiFBXRvd .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RiFBXRvd .list {
  color: #131c28;
}
.cid-v3RiFBXRvd .mbr-copy {
  color: #131c28;
}
.cid-v3RiQKccj3 .navbar-dropdown {
  position: relative !important;
}
.cid-v3RiQKccj3 .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-v3RiQKccj3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RiQKccj3 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RiQKccj3 .dropdown-item:hover,
.cid-v3RiQKccj3 .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RiQKccj3 .dropdown-item:hover span {
  color: white;
}
.cid-v3RiQKccj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RiQKccj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RiQKccj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RiQKccj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RiQKccj3 .nav-link {
  position: relative;
}
.cid-v3RiQKccj3 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RiQKccj3 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RiQKccj3 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiQKccj3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RiQKccj3 .dropdown-menu,
.cid-v3RiQKccj3 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RiQKccj3 .nav-item:focus,
.cid-v3RiQKccj3 .nav-link:focus {
  outline: none;
}
.cid-v3RiQKccj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RiQKccj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RiQKccj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RiQKccj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RiQKccj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RiQKccj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RiQKccj3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RiQKccj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RiQKccj3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RiQKccj3 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RiQKccj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RiQKccj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RiQKccj3 .navbar.collapsed {
  justify-content: center;
}
.cid-v3RiQKccj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RiQKccj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RiQKccj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RiQKccj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RiQKccj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RiQKccj3 .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-v3RiQKccj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RiQKccj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RiQKccj3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RiQKccj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RiQKccj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RiQKccj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RiQKccj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RiQKccj3 .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-v3RiQKccj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RiQKccj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RiQKccj3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RiQKccj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RiQKccj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RiQKccj3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RiQKccj3 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RiQKccj3 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RiQKccj3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RiQKccj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RiQKccj3 .navbar-brand .navbar-caption:hover,
.cid-v3RiQKccj3 .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RiQKccj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RiQKccj3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RiQKccj3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RiQKccj3 .dropdown-item.active,
.cid-v3RiQKccj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RiQKccj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RiQKccj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RiQKccj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RiQKccj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RiQKccj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RiQKccj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RiQKccj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RiQKccj3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RiQKccj3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RiQKccj3 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RiQKccj3 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RiQKccj3 .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RiQKccj3 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RiQKccj3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RiQKccj3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RiQKccj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RiQKccj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RiQKccj3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RiQKccj3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RiQKccj3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RiQKccj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RiQKccj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RiQKccj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RiQKccj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RiQKccj3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RiQKccj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RiQKccj3 .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-v3RiQKccj3 .navbar {
    height: 70px;
  }
  .cid-v3RiQKccj3 .navbar.opened {
    height: auto;
  }
  .cid-v3RiQKccj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RiQKccj3 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RiQKccj3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RiQKccj3 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RiQKccj3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RiQKccj3 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RiQKccj3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RiQKccj3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RiQKccj3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RiQKccj3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RiQKccj3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RiQKccj3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RiQKccj3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RiQKccj3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RiQKccj3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RiQKccj3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RiQKccj3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RiQKccj3 .content-wrap {
  min-height: 70px;
}
.cid-v3RiQL7SFb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RiQL7SFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiQL7SFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiQL7SFb .container {
    padding: 0 15px;
  }
}
.cid-v3RiQL7SFb .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RiQL7SFb .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RiQL7SFb .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RiQL7SFb .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RiQL7SFb .content-wrap {
    display: block;
  }
}
.cid-v3RiQL7SFb .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RiQL7SFb .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RiQL7SFb .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RiQL7SFb .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RiQL7SFb .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RiQL7SFb .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RiQL7SFb .mbr-section-title {
  color: #3f1819;
}
.cid-v3RiQL7SFb .mbr-desc,
.cid-v3RiQL7SFb .desc-wrapper {
  color: #3f1819;
}
.cid-v3RiQLolLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RiQLolLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiQLolLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiQLolLX .container {
    padding: 0 15px;
  }
}
.cid-v3RiQLolLX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RiQLolLX .row .card {
  justify-content: center;
}
.cid-v3RiQLolLX .image-wrapper {
  position: relative;
}
.cid-v3RiQLolLX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RiQLolLX .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RiQLolLX .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RiQLolLX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RiQLolLX .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RiQLolLX .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RiQLolLX .text-wrapper {
    padding: 0;
  }
}
.cid-v3RiQLolLX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RiQLolLX .mbr-text {
  color: #131c28;
}
.cid-v3RiQLEh2m {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RiQLOg69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RiQLOg69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiQLOg69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiQLOg69 .container {
    padding: 0 15px;
  }
}
.cid-v3RiQLOg69 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RiQLOg69 .content-wrapper {
    display: block;
  }
}
.cid-v3RiQLOg69 .content-wrapper .list-wrapper,
.cid-v3RiQLOg69 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RiQLOg69 .content-wrapper .list-wrapper,
  .cid-v3RiQLOg69 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiQLOg69 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RiQLOg69 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RiQLOg69 .content-wrapper .list-wrapper .list,
.cid-v3RiQLOg69 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RiQLOg69 .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RiQLOg69 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RiQLOg69 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RiQLOg69 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RiQLOg69 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RiQLOg69 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RiQLOg69 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RiQLOg69 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiQLOg69 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RiQLOg69 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiQLOg69 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RiQLOg69 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RiQLOg69 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiQLOg69 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RiQLOg69 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RiQLOg69 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RiQLOg69 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RiQLOg69 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RiQLOg69 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiQLOg69 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RiQLOg69 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RiQLOg69 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RiQLOg69 .mbr-section-title {
  color: #131c28;
}
.cid-v3RiQLOg69 .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RiQLOg69 .list {
  color: #131c28;
}
.cid-v3RiQLOg69 .mbr-copy {
  color: #131c28;
}
.cid-v3RiXeuTIf .navbar-dropdown {
  position: relative !important;
}
.cid-v3RiXeuTIf .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-v3RiXeuTIf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RiXeuTIf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RiXeuTIf .dropdown-item:hover,
.cid-v3RiXeuTIf .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RiXeuTIf .dropdown-item:hover span {
  color: white;
}
.cid-v3RiXeuTIf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RiXeuTIf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RiXeuTIf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RiXeuTIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RiXeuTIf .nav-link {
  position: relative;
}
.cid-v3RiXeuTIf .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RiXeuTIf .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RiXeuTIf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiXeuTIf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RiXeuTIf .dropdown-menu,
.cid-v3RiXeuTIf .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RiXeuTIf .nav-item:focus,
.cid-v3RiXeuTIf .nav-link:focus {
  outline: none;
}
.cid-v3RiXeuTIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RiXeuTIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RiXeuTIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RiXeuTIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RiXeuTIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RiXeuTIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RiXeuTIf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RiXeuTIf .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RiXeuTIf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RiXeuTIf .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RiXeuTIf .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RiXeuTIf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RiXeuTIf .navbar.collapsed {
  justify-content: center;
}
.cid-v3RiXeuTIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RiXeuTIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RiXeuTIf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RiXeuTIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RiXeuTIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RiXeuTIf .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-v3RiXeuTIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RiXeuTIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RiXeuTIf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RiXeuTIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RiXeuTIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RiXeuTIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RiXeuTIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RiXeuTIf .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-v3RiXeuTIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RiXeuTIf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RiXeuTIf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RiXeuTIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RiXeuTIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RiXeuTIf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RiXeuTIf .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RiXeuTIf .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RiXeuTIf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RiXeuTIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RiXeuTIf .navbar-brand .navbar-caption:hover,
.cid-v3RiXeuTIf .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RiXeuTIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RiXeuTIf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RiXeuTIf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RiXeuTIf .dropdown-item.active,
.cid-v3RiXeuTIf .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RiXeuTIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RiXeuTIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RiXeuTIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RiXeuTIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RiXeuTIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RiXeuTIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RiXeuTIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RiXeuTIf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RiXeuTIf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RiXeuTIf .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RiXeuTIf .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RiXeuTIf .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RiXeuTIf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RiXeuTIf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RiXeuTIf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RiXeuTIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RiXeuTIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RiXeuTIf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RiXeuTIf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RiXeuTIf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RiXeuTIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RiXeuTIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RiXeuTIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RiXeuTIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RiXeuTIf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RiXeuTIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RiXeuTIf .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-v3RiXeuTIf .navbar {
    height: 70px;
  }
  .cid-v3RiXeuTIf .navbar.opened {
    height: auto;
  }
  .cid-v3RiXeuTIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RiXeuTIf .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RiXeuTIf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RiXeuTIf .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RiXeuTIf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RiXeuTIf .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RiXeuTIf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RiXeuTIf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RiXeuTIf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RiXeuTIf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RiXeuTIf .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RiXeuTIf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RiXeuTIf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RiXeuTIf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RiXeuTIf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RiXeuTIf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RiXeuTIf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RiXeuTIf .content-wrap {
  min-height: 70px;
}
.cid-v3RiXfneq8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RiXfneq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiXfneq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiXfneq8 .container {
    padding: 0 15px;
  }
}
.cid-v3RiXfneq8 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RiXfneq8 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RiXfneq8 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RiXfneq8 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RiXfneq8 .content-wrap {
    display: block;
  }
}
.cid-v3RiXfneq8 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RiXfneq8 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RiXfneq8 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RiXfneq8 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RiXfneq8 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RiXfneq8 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RiXfneq8 .mbr-section-title {
  color: #3f1819;
}
.cid-v3RiXfneq8 .mbr-desc,
.cid-v3RiXfneq8 .desc-wrapper {
  color: #3f1819;
}
.cid-v3RiXfCjLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RiXfCjLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiXfCjLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiXfCjLD .container {
    padding: 0 15px;
  }
}
.cid-v3RiXfCjLD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RiXfCjLD .row .card {
  justify-content: center;
}
.cid-v3RiXfCjLD .image-wrapper {
  position: relative;
}
.cid-v3RiXfCjLD .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RiXfCjLD .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RiXfCjLD .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RiXfCjLD .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RiXfCjLD .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RiXfCjLD .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RiXfCjLD .text-wrapper {
    padding: 0;
  }
}
.cid-v3RiXfCjLD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RiXfCjLD .mbr-text {
  color: #131c28;
}
.cid-v3RiXfNVPX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RiXfYFME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RiXfYFME .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RiXfYFME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RiXfYFME .container {
    padding: 0 15px;
  }
}
.cid-v3RiXfYFME .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RiXfYFME .content-wrapper {
    display: block;
  }
}
.cid-v3RiXfYFME .content-wrapper .list-wrapper,
.cid-v3RiXfYFME .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RiXfYFME .content-wrapper .list-wrapper,
  .cid-v3RiXfYFME .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiXfYFME .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RiXfYFME .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RiXfYFME .content-wrapper .list-wrapper .list,
.cid-v3RiXfYFME .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RiXfYFME .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RiXfYFME .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RiXfYFME .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RiXfYFME .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RiXfYFME .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RiXfYFME .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RiXfYFME .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RiXfYFME .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiXfYFME .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RiXfYFME .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiXfYFME .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RiXfYFME .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RiXfYFME .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RiXfYFME .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RiXfYFME .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RiXfYFME .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RiXfYFME .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RiXfYFME .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RiXfYFME .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RiXfYFME .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RiXfYFME .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RiXfYFME .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RiXfYFME .mbr-section-title {
  color: #131c28;
}
.cid-v3RiXfYFME .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RiXfYFME .list {
  color: #131c28;
}
.cid-v3RiXfYFME .mbr-copy {
  color: #131c28;
}
.cid-v3RmG8otwf .navbar-dropdown {
  position: relative !important;
}
.cid-v3RmG8otwf .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-v3RmG8otwf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RmG8otwf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RmG8otwf .dropdown-item:hover,
.cid-v3RmG8otwf .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RmG8otwf .dropdown-item:hover span {
  color: white;
}
.cid-v3RmG8otwf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RmG8otwf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RmG8otwf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RmG8otwf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RmG8otwf .nav-link {
  position: relative;
}
.cid-v3RmG8otwf .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RmG8otwf .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RmG8otwf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmG8otwf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RmG8otwf .dropdown-menu,
.cid-v3RmG8otwf .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RmG8otwf .nav-item:focus,
.cid-v3RmG8otwf .nav-link:focus {
  outline: none;
}
.cid-v3RmG8otwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RmG8otwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RmG8otwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RmG8otwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RmG8otwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RmG8otwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RmG8otwf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RmG8otwf .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RmG8otwf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RmG8otwf .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RmG8otwf .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RmG8otwf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RmG8otwf .navbar.collapsed {
  justify-content: center;
}
.cid-v3RmG8otwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RmG8otwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RmG8otwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RmG8otwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RmG8otwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RmG8otwf .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-v3RmG8otwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RmG8otwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RmG8otwf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RmG8otwf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RmG8otwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RmG8otwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RmG8otwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RmG8otwf .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-v3RmG8otwf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RmG8otwf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RmG8otwf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RmG8otwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RmG8otwf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RmG8otwf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RmG8otwf .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RmG8otwf .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RmG8otwf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RmG8otwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RmG8otwf .navbar-brand .navbar-caption:hover,
.cid-v3RmG8otwf .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RmG8otwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RmG8otwf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RmG8otwf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RmG8otwf .dropdown-item.active,
.cid-v3RmG8otwf .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RmG8otwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RmG8otwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RmG8otwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RmG8otwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RmG8otwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RmG8otwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RmG8otwf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RmG8otwf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RmG8otwf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RmG8otwf .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RmG8otwf .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RmG8otwf .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RmG8otwf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RmG8otwf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RmG8otwf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RmG8otwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RmG8otwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RmG8otwf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RmG8otwf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RmG8otwf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RmG8otwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RmG8otwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RmG8otwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RmG8otwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RmG8otwf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RmG8otwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RmG8otwf .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-v3RmG8otwf .navbar {
    height: 70px;
  }
  .cid-v3RmG8otwf .navbar.opened {
    height: auto;
  }
  .cid-v3RmG8otwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RmG8otwf .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RmG8otwf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RmG8otwf .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RmG8otwf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RmG8otwf .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RmG8otwf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RmG8otwf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RmG8otwf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RmG8otwf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RmG8otwf .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RmG8otwf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RmG8otwf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RmG8otwf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RmG8otwf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RmG8otwf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RmG8otwf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RmG8otwf .content-wrap {
  min-height: 70px;
}
.cid-v3RmG9ekMS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RmG9ekMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmG9ekMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmG9ekMS .container {
    padding: 0 15px;
  }
}
.cid-v3RmG9ekMS .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RmG9ekMS .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RmG9ekMS .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RmG9ekMS .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RmG9ekMS .content-wrap {
    display: block;
  }
}
.cid-v3RmG9ekMS .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RmG9ekMS .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RmG9ekMS .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RmG9ekMS .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RmG9ekMS .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RmG9ekMS .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RmG9ekMS .mbr-section-title {
  color: #3f1819;
}
.cid-v3RmG9ekMS .mbr-desc,
.cid-v3RmG9ekMS .desc-wrapper {
  color: #3f1819;
}
.cid-v3RmG9CxGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RmG9CxGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmG9CxGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmG9CxGd .container {
    padding: 0 15px;
  }
}
.cid-v3RmG9CxGd .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RmG9CxGd .row .card {
  justify-content: center;
}
.cid-v3RmG9CxGd .image-wrapper {
  position: relative;
}
.cid-v3RmG9CxGd .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RmG9CxGd .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RmG9CxGd .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RmG9CxGd .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RmG9CxGd .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RmG9CxGd .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RmG9CxGd .text-wrapper {
    padding: 0;
  }
}
.cid-v3RmG9CxGd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RmG9CxGd .mbr-text {
  color: #131c28;
}
.cid-v3RmG9X29v {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvEuzAY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvEuzAY0 .container {
    padding: 0 15px;
  }
}
.cid-v3RvEuzAY0 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvEuzAY0 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvEuzAY0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvEuzAY0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvEuzAY0 .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvEuzAY0 .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvEuzAY0 .embla__button--next,
.cid-v3RvEuzAY0 .embla__button--prev {
  display: flex;
}
.cid-v3RvEuzAY0 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvEuzAY0 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvEuzAY0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvEuzAY0 .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvEuzAY0 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvEuzAY0 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvEuzAY0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvEuzAY0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvEuzAY0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvEuzAY0 .mbr-section-title {
  color: #30262b;
}
.cid-v3RvEuzAY0 .mbr-text {
  color: #3f1819;
}
.cid-v3RvEuzAY0 .item-desc {
  color: #e10a14;
}
.cid-v3RvEuzAY0 .item-text {
  color: #3f1819;
}
.cid-v3RmGaTBvB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RmGaTBvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmGaTBvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmGaTBvB .container {
    padding: 0 15px;
  }
}
.cid-v3RmGaTBvB .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RmGaTBvB .content-wrapper {
    display: block;
  }
}
.cid-v3RmGaTBvB .content-wrapper .list-wrapper,
.cid-v3RmGaTBvB .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RmGaTBvB .content-wrapper .list-wrapper,
  .cid-v3RmGaTBvB .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmGaTBvB .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RmGaTBvB .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RmGaTBvB .content-wrapper .list-wrapper .list,
.cid-v3RmGaTBvB .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RmGaTBvB .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RmGaTBvB .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RmGaTBvB .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RmGaTBvB .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RmGaTBvB .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RmGaTBvB .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RmGaTBvB .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RmGaTBvB .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmGaTBvB .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RmGaTBvB .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmGaTBvB .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RmGaTBvB .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RmGaTBvB .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmGaTBvB .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RmGaTBvB .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RmGaTBvB .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RmGaTBvB .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RmGaTBvB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RmGaTBvB .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmGaTBvB .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RmGaTBvB .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RmGaTBvB .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RmGaTBvB .mbr-section-title {
  color: #131c28;
}
.cid-v3RmGaTBvB .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RmGaTBvB .list {
  color: #131c28;
}
.cid-v3RmGaTBvB .mbr-copy {
  color: #131c28;
}
.cid-v3RmNa9HBi .navbar-dropdown {
  position: relative !important;
}
.cid-v3RmNa9HBi .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-v3RmNa9HBi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RmNa9HBi .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RmNa9HBi .dropdown-item:hover,
.cid-v3RmNa9HBi .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RmNa9HBi .dropdown-item:hover span {
  color: white;
}
.cid-v3RmNa9HBi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RmNa9HBi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RmNa9HBi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RmNa9HBi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RmNa9HBi .nav-link {
  position: relative;
}
.cid-v3RmNa9HBi .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RmNa9HBi .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RmNa9HBi .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmNa9HBi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RmNa9HBi .dropdown-menu,
.cid-v3RmNa9HBi .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RmNa9HBi .nav-item:focus,
.cid-v3RmNa9HBi .nav-link:focus {
  outline: none;
}
.cid-v3RmNa9HBi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RmNa9HBi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RmNa9HBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RmNa9HBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RmNa9HBi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RmNa9HBi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RmNa9HBi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RmNa9HBi .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RmNa9HBi .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RmNa9HBi .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RmNa9HBi .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RmNa9HBi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RmNa9HBi .navbar.collapsed {
  justify-content: center;
}
.cid-v3RmNa9HBi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RmNa9HBi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RmNa9HBi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RmNa9HBi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RmNa9HBi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RmNa9HBi .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-v3RmNa9HBi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RmNa9HBi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RmNa9HBi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RmNa9HBi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RmNa9HBi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RmNa9HBi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RmNa9HBi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RmNa9HBi .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-v3RmNa9HBi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RmNa9HBi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RmNa9HBi .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RmNa9HBi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RmNa9HBi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RmNa9HBi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RmNa9HBi .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RmNa9HBi .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RmNa9HBi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RmNa9HBi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RmNa9HBi .navbar-brand .navbar-caption:hover,
.cid-v3RmNa9HBi .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RmNa9HBi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RmNa9HBi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RmNa9HBi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RmNa9HBi .dropdown-item.active,
.cid-v3RmNa9HBi .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RmNa9HBi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RmNa9HBi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RmNa9HBi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RmNa9HBi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RmNa9HBi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RmNa9HBi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RmNa9HBi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RmNa9HBi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RmNa9HBi ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RmNa9HBi .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RmNa9HBi .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RmNa9HBi .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RmNa9HBi .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RmNa9HBi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RmNa9HBi button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RmNa9HBi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RmNa9HBi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RmNa9HBi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RmNa9HBi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RmNa9HBi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RmNa9HBi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RmNa9HBi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RmNa9HBi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RmNa9HBi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RmNa9HBi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RmNa9HBi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RmNa9HBi .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-v3RmNa9HBi .navbar {
    height: 70px;
  }
  .cid-v3RmNa9HBi .navbar.opened {
    height: auto;
  }
  .cid-v3RmNa9HBi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RmNa9HBi .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RmNa9HBi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RmNa9HBi .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RmNa9HBi .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RmNa9HBi .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RmNa9HBi .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RmNa9HBi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RmNa9HBi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RmNa9HBi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RmNa9HBi .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RmNa9HBi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RmNa9HBi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RmNa9HBi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RmNa9HBi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RmNa9HBi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RmNa9HBi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RmNa9HBi .content-wrap {
  min-height: 70px;
}
.cid-v3RmNaZt20 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RmNaZt20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmNaZt20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmNaZt20 .container {
    padding: 0 15px;
  }
}
.cid-v3RmNaZt20 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RmNaZt20 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RmNaZt20 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RmNaZt20 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RmNaZt20 .content-wrap {
    display: block;
  }
}
.cid-v3RmNaZt20 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RmNaZt20 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RmNaZt20 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RmNaZt20 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RmNaZt20 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RmNaZt20 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RmNaZt20 .mbr-section-title {
  color: #3f1819;
}
.cid-v3RmNaZt20 .mbr-desc,
.cid-v3RmNaZt20 .desc-wrapper {
  color: #3f1819;
}
.cid-v3RmNbkXYw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RmNbkXYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmNbkXYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmNbkXYw .container {
    padding: 0 15px;
  }
}
.cid-v3RmNbkXYw .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RmNbkXYw .row .card {
  justify-content: center;
}
.cid-v3RmNbkXYw .image-wrapper {
  position: relative;
}
.cid-v3RmNbkXYw .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RmNbkXYw .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RmNbkXYw .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RmNbkXYw .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RmNbkXYw .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RmNbkXYw .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RmNbkXYw .text-wrapper {
    padding: 0;
  }
}
.cid-v3RmNbkXYw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RmNbkXYw .mbr-text {
  color: #131c28;
}
.cid-v3RmNbCRmC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvCUvqx0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvCUvqx0 .container {
    padding: 0 15px;
  }
}
.cid-v3RvCUvqx0 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvCUvqx0 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvCUvqx0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvCUvqx0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvCUvqx0 .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvCUvqx0 .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvCUvqx0 .embla__button--next,
.cid-v3RvCUvqx0 .embla__button--prev {
  display: flex;
}
.cid-v3RvCUvqx0 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvCUvqx0 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvCUvqx0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvCUvqx0 .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvCUvqx0 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvCUvqx0 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvCUvqx0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvCUvqx0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvCUvqx0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvCUvqx0 .mbr-section-title {
  color: #30262b;
}
.cid-v3RvCUvqx0 .mbr-text {
  color: #3f1819;
}
.cid-v3RvCUvqx0 .item-desc {
  color: #e10a14;
}
.cid-v3RvCUvqx0 .item-text {
  color: #3f1819;
}
.cid-v3RmNcsWoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RmNcsWoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmNcsWoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmNcsWoZ .container {
    padding: 0 15px;
  }
}
.cid-v3RmNcsWoZ .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RmNcsWoZ .content-wrapper {
    display: block;
  }
}
.cid-v3RmNcsWoZ .content-wrapper .list-wrapper,
.cid-v3RmNcsWoZ .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RmNcsWoZ .content-wrapper .list-wrapper,
  .cid-v3RmNcsWoZ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmNcsWoZ .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RmNcsWoZ .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RmNcsWoZ .content-wrapper .list-wrapper .list,
.cid-v3RmNcsWoZ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RmNcsWoZ .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RmNcsWoZ .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RmNcsWoZ .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RmNcsWoZ .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RmNcsWoZ .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RmNcsWoZ .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RmNcsWoZ .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RmNcsWoZ .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmNcsWoZ .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RmNcsWoZ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmNcsWoZ .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RmNcsWoZ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RmNcsWoZ .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmNcsWoZ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RmNcsWoZ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RmNcsWoZ .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RmNcsWoZ .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RmNcsWoZ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RmNcsWoZ .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmNcsWoZ .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RmNcsWoZ .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RmNcsWoZ .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RmNcsWoZ .mbr-section-title {
  color: #131c28;
}
.cid-v3RmNcsWoZ .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RmNcsWoZ .list {
  color: #131c28;
}
.cid-v3RmNcsWoZ .mbr-copy {
  color: #131c28;
}
.cid-v3RmVcfDmY .navbar-dropdown {
  position: relative !important;
}
.cid-v3RmVcfDmY .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-v3RmVcfDmY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RmVcfDmY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RmVcfDmY .dropdown-item:hover,
.cid-v3RmVcfDmY .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RmVcfDmY .dropdown-item:hover span {
  color: white;
}
.cid-v3RmVcfDmY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RmVcfDmY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RmVcfDmY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RmVcfDmY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RmVcfDmY .nav-link {
  position: relative;
}
.cid-v3RmVcfDmY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RmVcfDmY .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RmVcfDmY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmVcfDmY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RmVcfDmY .dropdown-menu,
.cid-v3RmVcfDmY .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RmVcfDmY .nav-item:focus,
.cid-v3RmVcfDmY .nav-link:focus {
  outline: none;
}
.cid-v3RmVcfDmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RmVcfDmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RmVcfDmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RmVcfDmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RmVcfDmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RmVcfDmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RmVcfDmY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RmVcfDmY .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RmVcfDmY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RmVcfDmY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RmVcfDmY .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RmVcfDmY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RmVcfDmY .navbar.collapsed {
  justify-content: center;
}
.cid-v3RmVcfDmY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RmVcfDmY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RmVcfDmY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RmVcfDmY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RmVcfDmY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RmVcfDmY .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-v3RmVcfDmY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RmVcfDmY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RmVcfDmY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RmVcfDmY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RmVcfDmY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RmVcfDmY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RmVcfDmY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RmVcfDmY .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-v3RmVcfDmY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RmVcfDmY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RmVcfDmY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RmVcfDmY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RmVcfDmY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RmVcfDmY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RmVcfDmY .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RmVcfDmY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RmVcfDmY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RmVcfDmY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RmVcfDmY .navbar-brand .navbar-caption:hover,
.cid-v3RmVcfDmY .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RmVcfDmY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RmVcfDmY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RmVcfDmY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RmVcfDmY .dropdown-item.active,
.cid-v3RmVcfDmY .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RmVcfDmY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RmVcfDmY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RmVcfDmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RmVcfDmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RmVcfDmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RmVcfDmY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RmVcfDmY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RmVcfDmY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RmVcfDmY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RmVcfDmY .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RmVcfDmY .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RmVcfDmY .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RmVcfDmY .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RmVcfDmY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RmVcfDmY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RmVcfDmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RmVcfDmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RmVcfDmY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RmVcfDmY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RmVcfDmY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RmVcfDmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RmVcfDmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RmVcfDmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RmVcfDmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RmVcfDmY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RmVcfDmY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RmVcfDmY .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-v3RmVcfDmY .navbar {
    height: 70px;
  }
  .cid-v3RmVcfDmY .navbar.opened {
    height: auto;
  }
  .cid-v3RmVcfDmY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RmVcfDmY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RmVcfDmY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RmVcfDmY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RmVcfDmY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RmVcfDmY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RmVcfDmY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RmVcfDmY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RmVcfDmY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RmVcfDmY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RmVcfDmY .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RmVcfDmY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RmVcfDmY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RmVcfDmY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RmVcfDmY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RmVcfDmY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RmVcfDmY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RmVcfDmY .content-wrap {
  min-height: 70px;
}
.cid-v3RmVd4LMZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RmVd4LMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmVd4LMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmVd4LMZ .container {
    padding: 0 15px;
  }
}
.cid-v3RmVd4LMZ .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RmVd4LMZ .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RmVd4LMZ .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RmVd4LMZ .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RmVd4LMZ .content-wrap {
    display: block;
  }
}
.cid-v3RmVd4LMZ .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RmVd4LMZ .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RmVd4LMZ .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RmVd4LMZ .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RmVd4LMZ .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RmVd4LMZ .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RmVd4LMZ .mbr-section-title {
  color: #3f1819;
}
.cid-v3RmVd4LMZ .mbr-desc,
.cid-v3RmVd4LMZ .desc-wrapper {
  color: #3f1819;
}
.cid-v3RmVdpCNy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RmVdpCNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmVdpCNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmVdpCNy .container {
    padding: 0 15px;
  }
}
.cid-v3RmVdpCNy .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RmVdpCNy .row .card {
  justify-content: center;
}
.cid-v3RmVdpCNy .image-wrapper {
  position: relative;
}
.cid-v3RmVdpCNy .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RmVdpCNy .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RmVdpCNy .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RmVdpCNy .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RmVdpCNy .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RmVdpCNy .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RmVdpCNy .text-wrapper {
    padding: 0;
  }
}
.cid-v3RmVdpCNy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RmVdpCNy .mbr-text {
  color: #131c28;
}
.cid-v3RmVdKoSO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvAGKCGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvAGKCGV .container {
    padding: 0 15px;
  }
}
.cid-v3RvAGKCGV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvAGKCGV .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvAGKCGV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvAGKCGV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvAGKCGV .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvAGKCGV .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvAGKCGV .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvAGKCGV .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvAGKCGV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvAGKCGV .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvAGKCGV .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvAGKCGV .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvAGKCGV .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvAGKCGV .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvAGKCGV .embla__button--next,
.cid-v3RvAGKCGV .embla__button--prev {
  display: flex;
}
.cid-v3RvAGKCGV .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvAGKCGV .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvAGKCGV .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvAGKCGV .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvAGKCGV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvAGKCGV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvAGKCGV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvAGKCGV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvAGKCGV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvAGKCGV .mbr-section-title {
  color: #30262b;
}
.cid-v3RvAGKCGV .mbr-text {
  color: #3f1819;
}
.cid-v3RvAGKCGV .item-desc {
  color: #e10a14;
}
.cid-v3RvAGKCGV .item-text {
  color: #3f1819;
}
.cid-v3RmVerRjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RmVerRjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RmVerRjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RmVerRjs .container {
    padding: 0 15px;
  }
}
.cid-v3RmVerRjs .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RmVerRjs .content-wrapper {
    display: block;
  }
}
.cid-v3RmVerRjs .content-wrapper .list-wrapper,
.cid-v3RmVerRjs .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RmVerRjs .content-wrapper .list-wrapper,
  .cid-v3RmVerRjs .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmVerRjs .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RmVerRjs .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RmVerRjs .content-wrapper .list-wrapper .list,
.cid-v3RmVerRjs .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RmVerRjs .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RmVerRjs .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RmVerRjs .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RmVerRjs .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RmVerRjs .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RmVerRjs .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RmVerRjs .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RmVerRjs .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmVerRjs .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RmVerRjs .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmVerRjs .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RmVerRjs .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RmVerRjs .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RmVerRjs .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RmVerRjs .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RmVerRjs .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RmVerRjs .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RmVerRjs .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RmVerRjs .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RmVerRjs .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RmVerRjs .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RmVerRjs .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RmVerRjs .mbr-section-title {
  color: #131c28;
}
.cid-v3RmVerRjs .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RmVerRjs .list {
  color: #131c28;
}
.cid-v3RmVerRjs .mbr-copy {
  color: #131c28;
}
.cid-v3Rn3elHTV .navbar-dropdown {
  position: relative !important;
}
.cid-v3Rn3elHTV .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-v3Rn3elHTV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3Rn3elHTV .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3Rn3elHTV .dropdown-item:hover,
.cid-v3Rn3elHTV .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3Rn3elHTV .dropdown-item:hover span {
  color: white;
}
.cid-v3Rn3elHTV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3Rn3elHTV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3Rn3elHTV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Rn3elHTV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3Rn3elHTV .nav-link {
  position: relative;
}
.cid-v3Rn3elHTV .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3Rn3elHTV .container {
    flex-wrap: nowrap;
  }
}
.cid-v3Rn3elHTV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rn3elHTV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3Rn3elHTV .dropdown-menu,
.cid-v3Rn3elHTV .navbar.opened {
  background: #ffffff !important;
}
.cid-v3Rn3elHTV .nav-item:focus,
.cid-v3Rn3elHTV .nav-link:focus {
  outline: none;
}
.cid-v3Rn3elHTV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3Rn3elHTV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3Rn3elHTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3Rn3elHTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3Rn3elHTV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Rn3elHTV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Rn3elHTV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3Rn3elHTV .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Rn3elHTV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3Rn3elHTV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3Rn3elHTV .navbar .navbar-logo img {
  width: auto;
}
.cid-v3Rn3elHTV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Rn3elHTV .navbar.collapsed {
  justify-content: center;
}
.cid-v3Rn3elHTV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Rn3elHTV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Rn3elHTV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3Rn3elHTV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Rn3elHTV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Rn3elHTV .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-v3Rn3elHTV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Rn3elHTV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Rn3elHTV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Rn3elHTV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Rn3elHTV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Rn3elHTV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Rn3elHTV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Rn3elHTV .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-v3Rn3elHTV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3Rn3elHTV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Rn3elHTV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3Rn3elHTV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3Rn3elHTV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3Rn3elHTV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Rn3elHTV .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3Rn3elHTV .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3Rn3elHTV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3Rn3elHTV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3Rn3elHTV .navbar-brand .navbar-caption:hover,
.cid-v3Rn3elHTV .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rn3elHTV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Rn3elHTV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3Rn3elHTV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rn3elHTV .dropdown-item.active,
.cid-v3Rn3elHTV .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Rn3elHTV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Rn3elHTV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Rn3elHTV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Rn3elHTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3Rn3elHTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3Rn3elHTV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3Rn3elHTV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Rn3elHTV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3Rn3elHTV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3Rn3elHTV .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3Rn3elHTV .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3Rn3elHTV .navbar-buttons {
    text-align: left;
  }
}
.cid-v3Rn3elHTV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3Rn3elHTV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3Rn3elHTV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3Rn3elHTV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3Rn3elHTV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3Rn3elHTV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rn3elHTV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rn3elHTV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3Rn3elHTV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rn3elHTV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Rn3elHTV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Rn3elHTV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rn3elHTV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3Rn3elHTV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Rn3elHTV .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-v3Rn3elHTV .navbar {
    height: 70px;
  }
  .cid-v3Rn3elHTV .navbar.opened {
    height: auto;
  }
  .cid-v3Rn3elHTV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Rn3elHTV .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3Rn3elHTV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3Rn3elHTV .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3Rn3elHTV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3Rn3elHTV .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3Rn3elHTV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3Rn3elHTV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3Rn3elHTV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3Rn3elHTV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3Rn3elHTV .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3Rn3elHTV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3Rn3elHTV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3Rn3elHTV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3Rn3elHTV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3Rn3elHTV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3Rn3elHTV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3Rn3elHTV .content-wrap {
  min-height: 70px;
}
.cid-v3Rn3faptK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Rn3faptK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rn3faptK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn3faptK .container {
    padding: 0 15px;
  }
}
.cid-v3Rn3faptK .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3Rn3faptK .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3Rn3faptK .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3Rn3faptK .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3Rn3faptK .content-wrap {
    display: block;
  }
}
.cid-v3Rn3faptK .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rn3faptK .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rn3faptK .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rn3faptK .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rn3faptK .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3Rn3faptK .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3Rn3faptK .mbr-section-title {
  color: #3f1819;
}
.cid-v3Rn3faptK .mbr-desc,
.cid-v3Rn3faptK .desc-wrapper {
  color: #3f1819;
}
.cid-v3Rn3fwtn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3Rn3fwtn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rn3fwtn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn3fwtn1 .container {
    padding: 0 15px;
  }
}
.cid-v3Rn3fwtn1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3Rn3fwtn1 .row .card {
  justify-content: center;
}
.cid-v3Rn3fwtn1 .image-wrapper {
  position: relative;
}
.cid-v3Rn3fwtn1 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3Rn3fwtn1 .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3Rn3fwtn1 .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3Rn3fwtn1 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3Rn3fwtn1 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3Rn3fwtn1 .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3Rn3fwtn1 .text-wrapper {
    padding: 0;
  }
}
.cid-v3Rn3fwtn1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3Rn3fwtn1 .mbr-text {
  color: #131c28;
}
.cid-v3Rn3fNLbz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvywG8Cv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvywG8Cv .container {
    padding: 0 15px;
  }
}
.cid-v3RvywG8Cv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvywG8Cv .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvywG8Cv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvywG8Cv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvywG8Cv .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvywG8Cv .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvywG8Cv .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvywG8Cv .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvywG8Cv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvywG8Cv .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvywG8Cv .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvywG8Cv .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvywG8Cv .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvywG8Cv .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvywG8Cv .embla__button--next,
.cid-v3RvywG8Cv .embla__button--prev {
  display: flex;
}
.cid-v3RvywG8Cv .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvywG8Cv .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvywG8Cv .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvywG8Cv .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvywG8Cv .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvywG8Cv .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvywG8Cv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvywG8Cv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvywG8Cv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvywG8Cv .mbr-section-title {
  color: #30262b;
}
.cid-v3RvywG8Cv .mbr-text {
  color: #3f1819;
}
.cid-v3RvywG8Cv .item-desc {
  color: #e10a14;
}
.cid-v3RvywG8Cv .item-text {
  color: #3f1819;
}
.cid-v3Rn3gBL32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Rn3gBL32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rn3gBL32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn3gBL32 .container {
    padding: 0 15px;
  }
}
.cid-v3Rn3gBL32 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3Rn3gBL32 .content-wrapper {
    display: block;
  }
}
.cid-v3Rn3gBL32 .content-wrapper .list-wrapper,
.cid-v3Rn3gBL32 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rn3gBL32 .content-wrapper .list-wrapper,
  .cid-v3Rn3gBL32 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rn3gBL32 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3Rn3gBL32 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rn3gBL32 .content-wrapper .list-wrapper .list,
.cid-v3Rn3gBL32 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3Rn3gBL32 .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3Rn3gBL32 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3Rn3gBL32 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3Rn3gBL32 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3Rn3gBL32 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3Rn3gBL32 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3Rn3gBL32 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3Rn3gBL32 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rn3gBL32 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rn3gBL32 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rn3gBL32 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rn3gBL32 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3Rn3gBL32 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rn3gBL32 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3Rn3gBL32 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3Rn3gBL32 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3Rn3gBL32 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3Rn3gBL32 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn3gBL32 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rn3gBL32 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3Rn3gBL32 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3Rn3gBL32 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3Rn3gBL32 .mbr-section-title {
  color: #131c28;
}
.cid-v3Rn3gBL32 .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3Rn3gBL32 .list {
  color: #131c28;
}
.cid-v3Rn3gBL32 .mbr-copy {
  color: #131c28;
}
.cid-v3Rnj90pKC .navbar-dropdown {
  position: relative !important;
}
.cid-v3Rnj90pKC .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-v3Rnj90pKC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3Rnj90pKC .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3Rnj90pKC .dropdown-item:hover,
.cid-v3Rnj90pKC .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3Rnj90pKC .dropdown-item:hover span {
  color: white;
}
.cid-v3Rnj90pKC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3Rnj90pKC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3Rnj90pKC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Rnj90pKC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3Rnj90pKC .nav-link {
  position: relative;
}
.cid-v3Rnj90pKC .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3Rnj90pKC .container {
    flex-wrap: nowrap;
  }
}
.cid-v3Rnj90pKC .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rnj90pKC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3Rnj90pKC .dropdown-menu,
.cid-v3Rnj90pKC .navbar.opened {
  background: #ffffff !important;
}
.cid-v3Rnj90pKC .nav-item:focus,
.cid-v3Rnj90pKC .nav-link:focus {
  outline: none;
}
.cid-v3Rnj90pKC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3Rnj90pKC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3Rnj90pKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3Rnj90pKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3Rnj90pKC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Rnj90pKC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Rnj90pKC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3Rnj90pKC .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Rnj90pKC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3Rnj90pKC .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3Rnj90pKC .navbar .navbar-logo img {
  width: auto;
}
.cid-v3Rnj90pKC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Rnj90pKC .navbar.collapsed {
  justify-content: center;
}
.cid-v3Rnj90pKC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Rnj90pKC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Rnj90pKC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3Rnj90pKC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Rnj90pKC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Rnj90pKC .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-v3Rnj90pKC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Rnj90pKC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Rnj90pKC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Rnj90pKC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Rnj90pKC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Rnj90pKC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Rnj90pKC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Rnj90pKC .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-v3Rnj90pKC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3Rnj90pKC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Rnj90pKC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3Rnj90pKC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3Rnj90pKC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3Rnj90pKC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Rnj90pKC .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3Rnj90pKC .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3Rnj90pKC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3Rnj90pKC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3Rnj90pKC .navbar-brand .navbar-caption:hover,
.cid-v3Rnj90pKC .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rnj90pKC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Rnj90pKC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3Rnj90pKC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rnj90pKC .dropdown-item.active,
.cid-v3Rnj90pKC .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Rnj90pKC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Rnj90pKC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Rnj90pKC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Rnj90pKC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3Rnj90pKC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3Rnj90pKC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3Rnj90pKC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Rnj90pKC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3Rnj90pKC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3Rnj90pKC .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3Rnj90pKC .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3Rnj90pKC .navbar-buttons {
    text-align: left;
  }
}
.cid-v3Rnj90pKC .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3Rnj90pKC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3Rnj90pKC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3Rnj90pKC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3Rnj90pKC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3Rnj90pKC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rnj90pKC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rnj90pKC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3Rnj90pKC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rnj90pKC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Rnj90pKC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Rnj90pKC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rnj90pKC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3Rnj90pKC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Rnj90pKC .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-v3Rnj90pKC .navbar {
    height: 70px;
  }
  .cid-v3Rnj90pKC .navbar.opened {
    height: auto;
  }
  .cid-v3Rnj90pKC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Rnj90pKC .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3Rnj90pKC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3Rnj90pKC .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3Rnj90pKC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3Rnj90pKC .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3Rnj90pKC .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3Rnj90pKC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3Rnj90pKC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3Rnj90pKC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3Rnj90pKC .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3Rnj90pKC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3Rnj90pKC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3Rnj90pKC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3Rnj90pKC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3Rnj90pKC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3Rnj90pKC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3Rnj90pKC .content-wrap {
  min-height: 70px;
}
.cid-v3Rnj9SbEE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Rnj9SbEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rnj9SbEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rnj9SbEE .container {
    padding: 0 15px;
  }
}
.cid-v3Rnj9SbEE .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3Rnj9SbEE .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3Rnj9SbEE .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3Rnj9SbEE .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3Rnj9SbEE .content-wrap {
    display: block;
  }
}
.cid-v3Rnj9SbEE .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rnj9SbEE .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rnj9SbEE .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rnj9SbEE .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rnj9SbEE .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3Rnj9SbEE .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3Rnj9SbEE .mbr-section-title {
  color: #3f1819;
}
.cid-v3Rnj9SbEE .mbr-desc,
.cid-v3Rnj9SbEE .desc-wrapper {
  color: #3f1819;
}
.cid-v3RnjafOQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RnjafOQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnjafOQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnjafOQK .container {
    padding: 0 15px;
  }
}
.cid-v3RnjafOQK .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RnjafOQK .row .card {
  justify-content: center;
}
.cid-v3RnjafOQK .image-wrapper {
  position: relative;
}
.cid-v3RnjafOQK .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RnjafOQK .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RnjafOQK .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RnjafOQK .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RnjafOQK .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RnjafOQK .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RnjafOQK .text-wrapper {
    padding: 0;
  }
}
.cid-v3RnjafOQK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RnjafOQK .mbr-text {
  color: #131c28;
}
.cid-v3RnjaA9Qz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvuxMRQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvuxMRQ1 .container {
    padding: 0 15px;
  }
}
.cid-v3RvuxMRQ1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvuxMRQ1 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvuxMRQ1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvuxMRQ1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvuxMRQ1 .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvuxMRQ1 .embla__button--next,
.cid-v3RvuxMRQ1 .embla__button--prev {
  display: flex;
}
.cid-v3RvuxMRQ1 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvuxMRQ1 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvuxMRQ1 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvuxMRQ1 .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvuxMRQ1 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvuxMRQ1 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvuxMRQ1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvuxMRQ1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvuxMRQ1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvuxMRQ1 .mbr-section-title {
  color: #30262b;
}
.cid-v3RvuxMRQ1 .mbr-text {
  color: #3f1819;
}
.cid-v3RvuxMRQ1 .item-desc {
  color: #e10a14;
}
.cid-v3RvuxMRQ1 .item-text {
  color: #3f1819;
}
.cid-v3RnjbhZz0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RnjbhZz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnjbhZz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnjbhZz0 .container {
    padding: 0 15px;
  }
}
.cid-v3RnjbhZz0 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RnjbhZz0 .content-wrapper {
    display: block;
  }
}
.cid-v3RnjbhZz0 .content-wrapper .list-wrapper,
.cid-v3RnjbhZz0 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnjbhZz0 .content-wrapper .list-wrapper,
  .cid-v3RnjbhZz0 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnjbhZz0 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RnjbhZz0 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnjbhZz0 .content-wrapper .list-wrapper .list,
.cid-v3RnjbhZz0 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RnjbhZz0 .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RnjbhZz0 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RnjbhZz0 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RnjbhZz0 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RnjbhZz0 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RnjbhZz0 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RnjbhZz0 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RnjbhZz0 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnjbhZz0 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnjbhZz0 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnjbhZz0 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnjbhZz0 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RnjbhZz0 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnjbhZz0 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RnjbhZz0 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RnjbhZz0 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RnjbhZz0 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RnjbhZz0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RnjbhZz0 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnjbhZz0 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RnjbhZz0 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RnjbhZz0 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RnjbhZz0 .mbr-section-title {
  color: #131c28;
}
.cid-v3RnjbhZz0 .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RnjbhZz0 .list {
  color: #131c28;
}
.cid-v3RnjbhZz0 .mbr-copy {
  color: #131c28;
}
.cid-v3RnpCBxqy .navbar-dropdown {
  position: relative !important;
}
.cid-v3RnpCBxqy .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-v3RnpCBxqy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RnpCBxqy .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RnpCBxqy .dropdown-item:hover,
.cid-v3RnpCBxqy .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RnpCBxqy .dropdown-item:hover span {
  color: white;
}
.cid-v3RnpCBxqy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RnpCBxqy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RnpCBxqy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RnpCBxqy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RnpCBxqy .nav-link {
  position: relative;
}
.cid-v3RnpCBxqy .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RnpCBxqy .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RnpCBxqy .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnpCBxqy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RnpCBxqy .dropdown-menu,
.cid-v3RnpCBxqy .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RnpCBxqy .nav-item:focus,
.cid-v3RnpCBxqy .nav-link:focus {
  outline: none;
}
.cid-v3RnpCBxqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RnpCBxqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RnpCBxqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RnpCBxqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RnpCBxqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RnpCBxqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RnpCBxqy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RnpCBxqy .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RnpCBxqy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RnpCBxqy .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RnpCBxqy .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RnpCBxqy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RnpCBxqy .navbar.collapsed {
  justify-content: center;
}
.cid-v3RnpCBxqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RnpCBxqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RnpCBxqy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RnpCBxqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RnpCBxqy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RnpCBxqy .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-v3RnpCBxqy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RnpCBxqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RnpCBxqy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RnpCBxqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RnpCBxqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RnpCBxqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RnpCBxqy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RnpCBxqy .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-v3RnpCBxqy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RnpCBxqy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RnpCBxqy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RnpCBxqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RnpCBxqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RnpCBxqy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RnpCBxqy .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RnpCBxqy .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RnpCBxqy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RnpCBxqy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RnpCBxqy .navbar-brand .navbar-caption:hover,
.cid-v3RnpCBxqy .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RnpCBxqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RnpCBxqy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RnpCBxqy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RnpCBxqy .dropdown-item.active,
.cid-v3RnpCBxqy .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RnpCBxqy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RnpCBxqy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RnpCBxqy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RnpCBxqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RnpCBxqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RnpCBxqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RnpCBxqy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RnpCBxqy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RnpCBxqy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RnpCBxqy .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RnpCBxqy .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RnpCBxqy .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RnpCBxqy .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RnpCBxqy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RnpCBxqy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RnpCBxqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RnpCBxqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RnpCBxqy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RnpCBxqy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RnpCBxqy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RnpCBxqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RnpCBxqy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RnpCBxqy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RnpCBxqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RnpCBxqy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RnpCBxqy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RnpCBxqy .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-v3RnpCBxqy .navbar {
    height: 70px;
  }
  .cid-v3RnpCBxqy .navbar.opened {
    height: auto;
  }
  .cid-v3RnpCBxqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RnpCBxqy .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RnpCBxqy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RnpCBxqy .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RnpCBxqy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RnpCBxqy .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RnpCBxqy .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RnpCBxqy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RnpCBxqy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RnpCBxqy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RnpCBxqy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RnpCBxqy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RnpCBxqy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RnpCBxqy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RnpCBxqy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RnpCBxqy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RnpCBxqy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RnpCBxqy .content-wrap {
  min-height: 70px;
}
.cid-v3RnpDtByK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RnpDtByK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnpDtByK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnpDtByK .container {
    padding: 0 15px;
  }
}
.cid-v3RnpDtByK .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RnpDtByK .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RnpDtByK .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RnpDtByK .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RnpDtByK .content-wrap {
    display: block;
  }
}
.cid-v3RnpDtByK .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RnpDtByK .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RnpDtByK .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RnpDtByK .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RnpDtByK .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RnpDtByK .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RnpDtByK .mbr-section-title {
  color: #3f1819;
}
.cid-v3RnpDtByK .mbr-desc,
.cid-v3RnpDtByK .desc-wrapper {
  color: #3f1819;
}
.cid-v3RnpDR5sj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RnpDR5sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnpDR5sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnpDR5sj .container {
    padding: 0 15px;
  }
}
.cid-v3RnpDR5sj .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RnpDR5sj .row .card {
  justify-content: center;
}
.cid-v3RnpDR5sj .image-wrapper {
  position: relative;
}
.cid-v3RnpDR5sj .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RnpDR5sj .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RnpDR5sj .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RnpDR5sj .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RnpDR5sj .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RnpDR5sj .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RnpDR5sj .text-wrapper {
    padding: 0;
  }
}
.cid-v3RnpDR5sj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RnpDR5sj .mbr-text {
  color: #131c28;
}
.cid-v3RnpEaMle {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvsIAMgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvsIAMgR .container {
    padding: 0 15px;
  }
}
.cid-v3RvsIAMgR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvsIAMgR .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvsIAMgR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvsIAMgR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvsIAMgR .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvsIAMgR .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvsIAMgR .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvsIAMgR .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvsIAMgR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvsIAMgR .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvsIAMgR .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvsIAMgR .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvsIAMgR .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvsIAMgR .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvsIAMgR .embla__button--next,
.cid-v3RvsIAMgR .embla__button--prev {
  display: flex;
}
.cid-v3RvsIAMgR .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvsIAMgR .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvsIAMgR .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvsIAMgR .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvsIAMgR .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvsIAMgR .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvsIAMgR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvsIAMgR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvsIAMgR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvsIAMgR .mbr-section-title {
  color: #30262b;
}
.cid-v3RvsIAMgR .mbr-text {
  color: #3f1819;
}
.cid-v3RvsIAMgR .item-desc {
  color: #e10a14;
}
.cid-v3RvsIAMgR .item-text {
  color: #3f1819;
}
.cid-v3RnpF3LB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RnpF3LB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnpF3LB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnpF3LB2 .container {
    padding: 0 15px;
  }
}
.cid-v3RnpF3LB2 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RnpF3LB2 .content-wrapper {
    display: block;
  }
}
.cid-v3RnpF3LB2 .content-wrapper .list-wrapper,
.cid-v3RnpF3LB2 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnpF3LB2 .content-wrapper .list-wrapper,
  .cid-v3RnpF3LB2 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnpF3LB2 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RnpF3LB2 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnpF3LB2 .content-wrapper .list-wrapper .list,
.cid-v3RnpF3LB2 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RnpF3LB2 .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RnpF3LB2 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RnpF3LB2 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RnpF3LB2 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RnpF3LB2 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RnpF3LB2 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RnpF3LB2 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RnpF3LB2 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnpF3LB2 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnpF3LB2 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnpF3LB2 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnpF3LB2 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RnpF3LB2 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnpF3LB2 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RnpF3LB2 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RnpF3LB2 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RnpF3LB2 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RnpF3LB2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RnpF3LB2 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnpF3LB2 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RnpF3LB2 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RnpF3LB2 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RnpF3LB2 .mbr-section-title {
  color: #131c28;
}
.cid-v3RnpF3LB2 .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RnpF3LB2 .list {
  color: #131c28;
}
.cid-v3RnpF3LB2 .mbr-copy {
  color: #131c28;
}
.cid-v3RnxjHeqr .navbar-dropdown {
  position: relative !important;
}
.cid-v3RnxjHeqr .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-v3RnxjHeqr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RnxjHeqr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RnxjHeqr .dropdown-item:hover,
.cid-v3RnxjHeqr .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RnxjHeqr .dropdown-item:hover span {
  color: white;
}
.cid-v3RnxjHeqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RnxjHeqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RnxjHeqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RnxjHeqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RnxjHeqr .nav-link {
  position: relative;
}
.cid-v3RnxjHeqr .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RnxjHeqr .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RnxjHeqr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnxjHeqr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RnxjHeqr .dropdown-menu,
.cid-v3RnxjHeqr .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RnxjHeqr .nav-item:focus,
.cid-v3RnxjHeqr .nav-link:focus {
  outline: none;
}
.cid-v3RnxjHeqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RnxjHeqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RnxjHeqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RnxjHeqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RnxjHeqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RnxjHeqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RnxjHeqr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RnxjHeqr .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RnxjHeqr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RnxjHeqr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RnxjHeqr .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RnxjHeqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RnxjHeqr .navbar.collapsed {
  justify-content: center;
}
.cid-v3RnxjHeqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RnxjHeqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RnxjHeqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RnxjHeqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RnxjHeqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RnxjHeqr .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-v3RnxjHeqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RnxjHeqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RnxjHeqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RnxjHeqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RnxjHeqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RnxjHeqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RnxjHeqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RnxjHeqr .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-v3RnxjHeqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RnxjHeqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RnxjHeqr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RnxjHeqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RnxjHeqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RnxjHeqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RnxjHeqr .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RnxjHeqr .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RnxjHeqr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RnxjHeqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RnxjHeqr .navbar-brand .navbar-caption:hover,
.cid-v3RnxjHeqr .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RnxjHeqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RnxjHeqr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RnxjHeqr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RnxjHeqr .dropdown-item.active,
.cid-v3RnxjHeqr .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RnxjHeqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RnxjHeqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RnxjHeqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RnxjHeqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RnxjHeqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RnxjHeqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RnxjHeqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RnxjHeqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RnxjHeqr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RnxjHeqr .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RnxjHeqr .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RnxjHeqr .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RnxjHeqr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RnxjHeqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RnxjHeqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RnxjHeqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RnxjHeqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RnxjHeqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RnxjHeqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RnxjHeqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RnxjHeqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RnxjHeqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RnxjHeqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RnxjHeqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RnxjHeqr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RnxjHeqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RnxjHeqr .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-v3RnxjHeqr .navbar {
    height: 70px;
  }
  .cid-v3RnxjHeqr .navbar.opened {
    height: auto;
  }
  .cid-v3RnxjHeqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RnxjHeqr .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RnxjHeqr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RnxjHeqr .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RnxjHeqr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RnxjHeqr .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RnxjHeqr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RnxjHeqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RnxjHeqr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RnxjHeqr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RnxjHeqr .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RnxjHeqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RnxjHeqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RnxjHeqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RnxjHeqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RnxjHeqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RnxjHeqr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RnxjHeqr .content-wrap {
  min-height: 70px;
}
.cid-v3RnxkCv8v {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RnxkCv8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnxkCv8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnxkCv8v .container {
    padding: 0 15px;
  }
}
.cid-v3RnxkCv8v .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RnxkCv8v .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RnxkCv8v .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RnxkCv8v .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RnxkCv8v .content-wrap {
    display: block;
  }
}
.cid-v3RnxkCv8v .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RnxkCv8v .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RnxkCv8v .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RnxkCv8v .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RnxkCv8v .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RnxkCv8v .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RnxkCv8v .mbr-section-title {
  color: #3f1819;
}
.cid-v3RnxkCv8v .mbr-desc,
.cid-v3RnxkCv8v .desc-wrapper {
  color: #3f1819;
}
.cid-v3Rnxl4cpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3Rnxl4cpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rnxl4cpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rnxl4cpQ .container {
    padding: 0 15px;
  }
}
.cid-v3Rnxl4cpQ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3Rnxl4cpQ .row .card {
  justify-content: center;
}
.cid-v3Rnxl4cpQ .image-wrapper {
  position: relative;
}
.cid-v3Rnxl4cpQ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3Rnxl4cpQ .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3Rnxl4cpQ .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3Rnxl4cpQ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3Rnxl4cpQ .image-wrapper img {
    height: 350px;
  }
}
.cid-v3Rnxl4cpQ .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3Rnxl4cpQ .text-wrapper {
    padding: 0;
  }
}
.cid-v3Rnxl4cpQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3Rnxl4cpQ .mbr-text {
  color: #131c28;
}
.cid-v3RnxlvNmd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvqWORAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvqWORAA .container {
    padding: 0 15px;
  }
}
.cid-v3RvqWORAA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvqWORAA .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvqWORAA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvqWORAA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvqWORAA .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvqWORAA .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvqWORAA .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvqWORAA .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvqWORAA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvqWORAA .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvqWORAA .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvqWORAA .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvqWORAA .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvqWORAA .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvqWORAA .embla__button--next,
.cid-v3RvqWORAA .embla__button--prev {
  display: flex;
}
.cid-v3RvqWORAA .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvqWORAA .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvqWORAA .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvqWORAA .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvqWORAA .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvqWORAA .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvqWORAA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvqWORAA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvqWORAA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvqWORAA .mbr-section-title {
  color: #30262b;
}
.cid-v3RvqWORAA .mbr-text {
  color: #3f1819;
}
.cid-v3RvqWORAA .item-desc {
  color: #e10a14;
}
.cid-v3RvqWORAA .item-text {
  color: #3f1819;
}
.cid-v3RnxmiHqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RnxmiHqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnxmiHqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnxmiHqX .container {
    padding: 0 15px;
  }
}
.cid-v3RnxmiHqX .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RnxmiHqX .content-wrapper {
    display: block;
  }
}
.cid-v3RnxmiHqX .content-wrapper .list-wrapper,
.cid-v3RnxmiHqX .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnxmiHqX .content-wrapper .list-wrapper,
  .cid-v3RnxmiHqX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnxmiHqX .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RnxmiHqX .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnxmiHqX .content-wrapper .list-wrapper .list,
.cid-v3RnxmiHqX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RnxmiHqX .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RnxmiHqX .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RnxmiHqX .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RnxmiHqX .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RnxmiHqX .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RnxmiHqX .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RnxmiHqX .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RnxmiHqX .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnxmiHqX .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnxmiHqX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnxmiHqX .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnxmiHqX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RnxmiHqX .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnxmiHqX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RnxmiHqX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RnxmiHqX .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RnxmiHqX .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RnxmiHqX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RnxmiHqX .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnxmiHqX .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RnxmiHqX .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RnxmiHqX .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RnxmiHqX .mbr-section-title {
  color: #131c28;
}
.cid-v3RnxmiHqX .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RnxmiHqX .list {
  color: #131c28;
}
.cid-v3RnxmiHqX .mbr-copy {
  color: #131c28;
}
.cid-v3RnOL7bxj .navbar-dropdown {
  position: relative !important;
}
.cid-v3RnOL7bxj .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-v3RnOL7bxj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3RnOL7bxj .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3RnOL7bxj .dropdown-item:hover,
.cid-v3RnOL7bxj .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3RnOL7bxj .dropdown-item:hover span {
  color: white;
}
.cid-v3RnOL7bxj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3RnOL7bxj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3RnOL7bxj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3RnOL7bxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3RnOL7bxj .nav-link {
  position: relative;
}
.cid-v3RnOL7bxj .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3RnOL7bxj .container {
    flex-wrap: nowrap;
  }
}
.cid-v3RnOL7bxj .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnOL7bxj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3RnOL7bxj .dropdown-menu,
.cid-v3RnOL7bxj .navbar.opened {
  background: #ffffff !important;
}
.cid-v3RnOL7bxj .nav-item:focus,
.cid-v3RnOL7bxj .nav-link:focus {
  outline: none;
}
.cid-v3RnOL7bxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3RnOL7bxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3RnOL7bxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3RnOL7bxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3RnOL7bxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3RnOL7bxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3RnOL7bxj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3RnOL7bxj .navbar.opened {
  transition: all 0.3s;
}
.cid-v3RnOL7bxj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3RnOL7bxj .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3RnOL7bxj .navbar .navbar-logo img {
  width: auto;
}
.cid-v3RnOL7bxj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3RnOL7bxj .navbar.collapsed {
  justify-content: center;
}
.cid-v3RnOL7bxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3RnOL7bxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3RnOL7bxj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3RnOL7bxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3RnOL7bxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3RnOL7bxj .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-v3RnOL7bxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3RnOL7bxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3RnOL7bxj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3RnOL7bxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3RnOL7bxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3RnOL7bxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3RnOL7bxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3RnOL7bxj .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-v3RnOL7bxj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3RnOL7bxj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3RnOL7bxj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3RnOL7bxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3RnOL7bxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3RnOL7bxj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3RnOL7bxj .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3RnOL7bxj .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3RnOL7bxj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3RnOL7bxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3RnOL7bxj .navbar-brand .navbar-caption:hover,
.cid-v3RnOL7bxj .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RnOL7bxj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3RnOL7bxj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3RnOL7bxj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3RnOL7bxj .dropdown-item.active,
.cid-v3RnOL7bxj .dropdown-item:active {
  background-color: transparent;
}
.cid-v3RnOL7bxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3RnOL7bxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3RnOL7bxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3RnOL7bxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3RnOL7bxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3RnOL7bxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3RnOL7bxj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3RnOL7bxj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3RnOL7bxj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3RnOL7bxj .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3RnOL7bxj .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3RnOL7bxj .navbar-buttons {
    text-align: left;
  }
}
.cid-v3RnOL7bxj .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3RnOL7bxj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3RnOL7bxj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3RnOL7bxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3RnOL7bxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3RnOL7bxj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RnOL7bxj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3RnOL7bxj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3RnOL7bxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RnOL7bxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3RnOL7bxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3RnOL7bxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3RnOL7bxj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3RnOL7bxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3RnOL7bxj .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-v3RnOL7bxj .navbar {
    height: 70px;
  }
  .cid-v3RnOL7bxj .navbar.opened {
    height: auto;
  }
  .cid-v3RnOL7bxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3RnOL7bxj .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3RnOL7bxj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3RnOL7bxj .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3RnOL7bxj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3RnOL7bxj .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3RnOL7bxj .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3RnOL7bxj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3RnOL7bxj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3RnOL7bxj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3RnOL7bxj .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3RnOL7bxj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3RnOL7bxj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3RnOL7bxj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3RnOL7bxj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3RnOL7bxj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3RnOL7bxj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3RnOL7bxj .content-wrap {
  min-height: 70px;
}
.cid-v3RnOM81pV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3RnOM81pV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnOM81pV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnOM81pV .container {
    padding: 0 15px;
  }
}
.cid-v3RnOM81pV .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3RnOM81pV .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RnOM81pV .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3RnOM81pV .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RnOM81pV .content-wrap {
    display: block;
  }
}
.cid-v3RnOM81pV .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RnOM81pV .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RnOM81pV .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RnOM81pV .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3RnOM81pV .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3RnOM81pV .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3RnOM81pV .mbr-section-title {
  color: #3f1819;
}
.cid-v3RnOM81pV .mbr-desc,
.cid-v3RnOM81pV .desc-wrapper {
  color: #3f1819;
}
.cid-v3RnOMwj7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RnOMwj7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnOMwj7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnOMwj7u .container {
    padding: 0 15px;
  }
}
.cid-v3RnOMwj7u .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3RnOMwj7u .row .card {
  justify-content: center;
}
.cid-v3RnOMwj7u .image-wrapper {
  position: relative;
}
.cid-v3RnOMwj7u .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3RnOMwj7u .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3RnOMwj7u .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3RnOMwj7u .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RnOMwj7u .image-wrapper img {
    height: 350px;
  }
}
.cid-v3RnOMwj7u .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3RnOMwj7u .text-wrapper {
    padding: 0;
  }
}
.cid-v3RnOMwj7u .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3RnOMwj7u .mbr-text {
  color: #131c28;
}
.cid-v3RnOMN0Dj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvpbbLzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvpbbLzE .container {
    padding: 0 15px;
  }
}
.cid-v3RvpbbLzE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvpbbLzE .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvpbbLzE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvpbbLzE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvpbbLzE .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvpbbLzE .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvpbbLzE .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvpbbLzE .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvpbbLzE .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvpbbLzE .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvpbbLzE .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvpbbLzE .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvpbbLzE .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvpbbLzE .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvpbbLzE .embla__button--next,
.cid-v3RvpbbLzE .embla__button--prev {
  display: flex;
}
.cid-v3RvpbbLzE .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvpbbLzE .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvpbbLzE .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvpbbLzE .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvpbbLzE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvpbbLzE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvpbbLzE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvpbbLzE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvpbbLzE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvpbbLzE .mbr-section-title {
  color: #30262b;
}
.cid-v3RvpbbLzE .mbr-text {
  color: #3f1819;
}
.cid-v3RvpbbLzE .item-desc {
  color: #e10a14;
}
.cid-v3RvpbbLzE .item-text {
  color: #3f1819;
}
.cid-v3RnONszrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RnONszrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RnONszrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3RnONszrK .container {
    padding: 0 15px;
  }
}
.cid-v3RnONszrK .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3RnONszrK .content-wrapper {
    display: block;
  }
}
.cid-v3RnONszrK .content-wrapper .list-wrapper,
.cid-v3RnONszrK .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnONszrK .content-wrapper .list-wrapper,
  .cid-v3RnONszrK .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnONszrK .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3RnONszrK .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnONszrK .content-wrapper .list-wrapper .list,
.cid-v3RnONszrK .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3RnONszrK .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3RnONszrK .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3RnONszrK .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3RnONszrK .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3RnONszrK .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3RnONszrK .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3RnONszrK .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3RnONszrK .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnONszrK .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3RnONszrK .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnONszrK .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3RnONszrK .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3RnONszrK .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3RnONszrK .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3RnONszrK .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3RnONszrK .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3RnONszrK .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3RnONszrK .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RnONszrK .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3RnONszrK .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RnONszrK .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3RnONszrK .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RnONszrK .mbr-section-title {
  color: #131c28;
}
.cid-v3RnONszrK .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3RnONszrK .list {
  color: #131c28;
}
.cid-v3RnONszrK .mbr-copy {
  color: #131c28;
}
.cid-v3Rj3u917g .navbar-dropdown {
  position: relative !important;
}
.cid-v3Rj3u917g .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-v3Rj3u917g .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3Rj3u917g .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3Rj3u917g .dropdown-item:hover,
.cid-v3Rj3u917g .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3Rj3u917g .dropdown-item:hover span {
  color: white;
}
.cid-v3Rj3u917g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3Rj3u917g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3Rj3u917g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Rj3u917g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3Rj3u917g .nav-link {
  position: relative;
}
.cid-v3Rj3u917g .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3Rj3u917g .container {
    flex-wrap: nowrap;
  }
}
.cid-v3Rj3u917g .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rj3u917g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3Rj3u917g .dropdown-menu,
.cid-v3Rj3u917g .navbar.opened {
  background: #ffffff !important;
}
.cid-v3Rj3u917g .nav-item:focus,
.cid-v3Rj3u917g .nav-link:focus {
  outline: none;
}
.cid-v3Rj3u917g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3Rj3u917g .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3Rj3u917g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3Rj3u917g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3Rj3u917g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Rj3u917g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Rj3u917g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3Rj3u917g .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Rj3u917g .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3Rj3u917g .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3Rj3u917g .navbar .navbar-logo img {
  width: auto;
}
.cid-v3Rj3u917g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Rj3u917g .navbar.collapsed {
  justify-content: center;
}
.cid-v3Rj3u917g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Rj3u917g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Rj3u917g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3Rj3u917g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Rj3u917g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Rj3u917g .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-v3Rj3u917g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Rj3u917g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Rj3u917g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Rj3u917g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Rj3u917g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Rj3u917g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Rj3u917g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Rj3u917g .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-v3Rj3u917g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3Rj3u917g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Rj3u917g .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3Rj3u917g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3Rj3u917g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3Rj3u917g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Rj3u917g .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3Rj3u917g .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3Rj3u917g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3Rj3u917g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3Rj3u917g .navbar-brand .navbar-caption:hover,
.cid-v3Rj3u917g .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rj3u917g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Rj3u917g .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3Rj3u917g .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rj3u917g .dropdown-item.active,
.cid-v3Rj3u917g .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Rj3u917g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Rj3u917g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Rj3u917g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Rj3u917g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3Rj3u917g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3Rj3u917g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3Rj3u917g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Rj3u917g ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3Rj3u917g ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3Rj3u917g .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3Rj3u917g .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3Rj3u917g .navbar-buttons {
    text-align: left;
  }
}
.cid-v3Rj3u917g .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3Rj3u917g .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3Rj3u917g button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3Rj3u917g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3Rj3u917g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3Rj3u917g button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rj3u917g button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rj3u917g button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3Rj3u917g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rj3u917g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Rj3u917g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Rj3u917g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rj3u917g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3Rj3u917g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Rj3u917g .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-v3Rj3u917g .navbar {
    height: 70px;
  }
  .cid-v3Rj3u917g .navbar.opened {
    height: auto;
  }
  .cid-v3Rj3u917g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Rj3u917g .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3Rj3u917g .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3Rj3u917g .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3Rj3u917g .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3Rj3u917g .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3Rj3u917g .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3Rj3u917g .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3Rj3u917g .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3Rj3u917g .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3Rj3u917g .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3Rj3u917g .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3Rj3u917g .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3Rj3u917g .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3Rj3u917g .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3Rj3u917g .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3Rj3u917g .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3Rj3u917g .content-wrap {
  min-height: 70px;
}
.cid-v3Rj3v2pQU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Rj3v2pQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rj3v2pQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rj3v2pQU .container {
    padding: 0 15px;
  }
}
.cid-v3Rj3v2pQU .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3Rj3v2pQU .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3Rj3v2pQU .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3Rj3v2pQU .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3Rj3v2pQU .content-wrap {
    display: block;
  }
}
.cid-v3Rj3v2pQU .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rj3v2pQU .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rj3v2pQU .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rj3v2pQU .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rj3v2pQU .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3Rj3v2pQU .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3Rj3v2pQU .mbr-section-title {
  color: #3f1819;
}
.cid-v3Rj3v2pQU .mbr-desc,
.cid-v3Rj3v2pQU .desc-wrapper {
  color: #3f1819;
}
.cid-v3Rj3viNq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3Rj3viNq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rj3viNq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rj3viNq2 .container {
    padding: 0 15px;
  }
}
.cid-v3Rj3viNq2 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3Rj3viNq2 .row .card {
  justify-content: center;
}
.cid-v3Rj3viNq2 .image-wrapper {
  position: relative;
}
.cid-v3Rj3viNq2 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3Rj3viNq2 .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3Rj3viNq2 .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3Rj3viNq2 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3Rj3viNq2 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3Rj3viNq2 .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3Rj3viNq2 .text-wrapper {
    padding: 0;
  }
}
.cid-v3Rj3viNq2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3Rj3viNq2 .mbr-text {
  color: #131c28;
}
.cid-v3Rj3vXH6M {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Rj3w9kO9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Rj3w9kO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rj3w9kO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rj3w9kO9 .container {
    padding: 0 15px;
  }
}
.cid-v3Rj3w9kO9 .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3Rj3w9kO9 .content-wrapper {
    display: block;
  }
}
.cid-v3Rj3w9kO9 .content-wrapper .list-wrapper,
.cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rj3w9kO9 .content-wrapper .list-wrapper,
  .cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rj3w9kO9 .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rj3w9kO9 .content-wrapper .list-wrapper .list,
.cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3Rj3w9kO9 .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3Rj3w9kO9 .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3Rj3w9kO9 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3Rj3w9kO9 .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3Rj3w9kO9 .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rj3w9kO9 .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rj3w9kO9 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rj3w9kO9 .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rj3w9kO9 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3Rj3w9kO9 .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rj3w9kO9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3Rj3w9kO9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3Rj3w9kO9 .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3Rj3w9kO9 .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3Rj3w9kO9 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rj3w9kO9 .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rj3w9kO9 .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3Rj3w9kO9 .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3Rj3w9kO9 .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3Rj3w9kO9 .mbr-section-title {
  color: #131c28;
}
.cid-v3Rj3w9kO9 .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3Rj3w9kO9 .list {
  color: #131c28;
}
.cid-v3Rj3w9kO9 .mbr-copy {
  color: #131c28;
}
.cid-v3Rn9lAMAY .navbar-dropdown {
  position: relative !important;
}
.cid-v3Rn9lAMAY .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-v3Rn9lAMAY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3Rn9lAMAY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v3Rn9lAMAY .dropdown-item:hover,
.cid-v3Rn9lAMAY .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v3Rn9lAMAY .dropdown-item:hover span {
  color: white;
}
.cid-v3Rn9lAMAY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3Rn9lAMAY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3Rn9lAMAY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Rn9lAMAY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v3Rn9lAMAY .nav-link {
  position: relative;
}
.cid-v3Rn9lAMAY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v3Rn9lAMAY .container {
    flex-wrap: nowrap;
  }
}
.cid-v3Rn9lAMAY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rn9lAMAY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3Rn9lAMAY .dropdown-menu,
.cid-v3Rn9lAMAY .navbar.opened {
  background: #ffffff !important;
}
.cid-v3Rn9lAMAY .nav-item:focus,
.cid-v3Rn9lAMAY .nav-link:focus {
  outline: none;
}
.cid-v3Rn9lAMAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3Rn9lAMAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3Rn9lAMAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3Rn9lAMAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3Rn9lAMAY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Rn9lAMAY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Rn9lAMAY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v3Rn9lAMAY .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Rn9lAMAY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3Rn9lAMAY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v3Rn9lAMAY .navbar .navbar-logo img {
  width: auto;
}
.cid-v3Rn9lAMAY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Rn9lAMAY .navbar.collapsed {
  justify-content: center;
}
.cid-v3Rn9lAMAY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Rn9lAMAY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Rn9lAMAY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3Rn9lAMAY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Rn9lAMAY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Rn9lAMAY .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-v3Rn9lAMAY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Rn9lAMAY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Rn9lAMAY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Rn9lAMAY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Rn9lAMAY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Rn9lAMAY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Rn9lAMAY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Rn9lAMAY .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-v3Rn9lAMAY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3Rn9lAMAY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Rn9lAMAY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3Rn9lAMAY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v3Rn9lAMAY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3Rn9lAMAY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Rn9lAMAY .navbar.navbar-short {
  min-height: 70px;
}
.cid-v3Rn9lAMAY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v3Rn9lAMAY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3Rn9lAMAY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3Rn9lAMAY .navbar-brand .navbar-caption:hover,
.cid-v3Rn9lAMAY .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rn9lAMAY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Rn9lAMAY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3Rn9lAMAY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v3Rn9lAMAY .dropdown-item.active,
.cid-v3Rn9lAMAY .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Rn9lAMAY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Rn9lAMAY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Rn9lAMAY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Rn9lAMAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3Rn9lAMAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3Rn9lAMAY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3Rn9lAMAY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Rn9lAMAY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3Rn9lAMAY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v3Rn9lAMAY .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v3Rn9lAMAY .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v3Rn9lAMAY .navbar-buttons {
    text-align: left;
  }
}
.cid-v3Rn9lAMAY .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v3Rn9lAMAY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3Rn9lAMAY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v3Rn9lAMAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v3Rn9lAMAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3Rn9lAMAY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rn9lAMAY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v3Rn9lAMAY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v3Rn9lAMAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rn9lAMAY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Rn9lAMAY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Rn9lAMAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Rn9lAMAY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3Rn9lAMAY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Rn9lAMAY .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-v3Rn9lAMAY .navbar {
    height: 70px;
  }
  .cid-v3Rn9lAMAY .navbar.opened {
    height: auto;
  }
  .cid-v3Rn9lAMAY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Rn9lAMAY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v3Rn9lAMAY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3Rn9lAMAY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v3Rn9lAMAY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3Rn9lAMAY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v3Rn9lAMAY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v3Rn9lAMAY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3Rn9lAMAY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3Rn9lAMAY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3Rn9lAMAY .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3Rn9lAMAY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3Rn9lAMAY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3Rn9lAMAY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3Rn9lAMAY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3Rn9lAMAY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3Rn9lAMAY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3Rn9lAMAY .content-wrap {
  min-height: 70px;
}
.cid-v3Rn9moGHB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Rn9moGHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rn9moGHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn9moGHB .container {
    padding: 0 15px;
  }
}
.cid-v3Rn9moGHB .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v3Rn9moGHB .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v3Rn9moGHB .content-wrapper {
    padding-right: 0;
  }
}
.cid-v3Rn9moGHB .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3Rn9moGHB .content-wrap {
    display: block;
  }
}
.cid-v3Rn9moGHB .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rn9moGHB .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rn9moGHB .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3Rn9moGHB .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v3Rn9moGHB .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v3Rn9moGHB .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-v3Rn9moGHB .mbr-section-title {
  color: #3f1819;
}
.cid-v3Rn9moGHB .mbr-desc,
.cid-v3Rn9moGHB .desc-wrapper {
  color: #3f1819;
}
.cid-v3Rn9mO5pp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3Rn9mO5pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rn9mO5pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn9mO5pp .container {
    padding: 0 15px;
  }
}
.cid-v3Rn9mO5pp .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v3Rn9mO5pp .row .card {
  justify-content: center;
}
.cid-v3Rn9mO5pp .image-wrapper {
  position: relative;
}
.cid-v3Rn9mO5pp .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -5%;
  left: -15%;
  height: 177px;
  width: 250px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-v3Rn9mO5pp .image-wrapper .decor-wrap_2 {
  position: absolute;
  bottom: -5%;
  right: -1%;
  height: 305px;
  width: 420px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v3Rn9mO5pp .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-v3Rn9mO5pp .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 830px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3Rn9mO5pp .image-wrapper img {
    height: 350px;
  }
}
.cid-v3Rn9mO5pp .text-wrapper {
  padding: 0 0 0 118px;
}
@media (max-width: 992px) {
  .cid-v3Rn9mO5pp .text-wrapper {
    padding: 0;
  }
}
.cid-v3Rn9mO5pp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3Rn9mO5pp .mbr-text {
  color: #131c28;
}
.cid-v3Rn9n6J5b {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3RvwHaVp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
@media (max-width: 992px) {
  .cid-v3RvwHaVp5 .container {
    padding: 0 15px;
  }
}
.cid-v3RvwHaVp5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3RvwHaVp5 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-v3RvwHaVp5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 514px;
  max-width: 514px;
}
@media (max-width: 767px) {
  .cid-v3RvwHaVp5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RvwHaVp5 .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 20px;
}
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-content .item-text:hover,
.cid-v3RvwHaVp5 .embla__slide .slide-content .item-content .item-text:focus {
  text-decoration-color: #3f1819;
}
.cid-v3RvwHaVp5 .embla__button--next,
.cid-v3RvwHaVp5 .embla__button--prev {
  display: flex;
}
.cid-v3RvwHaVp5 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #131c28 !important;
  border: 2px solid #131c28 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RvwHaVp5 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v3RvwHaVp5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v3RvwHaVp5 .embla__button.embla__button--next {
  right: 0;
}
.cid-v3RvwHaVp5 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-v3RvwHaVp5 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RvwHaVp5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RvwHaVp5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RvwHaVp5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RvwHaVp5 .mbr-section-title {
  color: #30262b;
}
.cid-v3RvwHaVp5 .mbr-text {
  color: #3f1819;
}
.cid-v3RvwHaVp5 .item-desc {
  color: #e10a14;
}
.cid-v3RvwHaVp5 .item-text {
  color: #3f1819;
}
.cid-v3Rn9nKOAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Rn9nKOAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rn9nKOAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn9nKOAO .container {
    padding: 0 15px;
  }
}
.cid-v3Rn9nKOAO .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-v3Rn9nKOAO .content-wrapper {
    display: block;
  }
}
.cid-v3Rn9nKOAO .content-wrapper .list-wrapper,
.cid-v3Rn9nKOAO .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rn9nKOAO .content-wrapper .list-wrapper,
  .cid-v3Rn9nKOAO .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rn9nKOAO .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-v3Rn9nKOAO .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rn9nKOAO .content-wrapper .list-wrapper .list,
.cid-v3Rn9nKOAO .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v3Rn9nKOAO .content-wrapper .list-wrapper .list .item-wrap,
.cid-v3Rn9nKOAO .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-v3Rn9nKOAO .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-v3Rn9nKOAO .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-v3Rn9nKOAO .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-v3Rn9nKOAO .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v3Rn9nKOAO .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-v3Rn9nKOAO .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rn9nKOAO .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v3Rn9nKOAO .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rn9nKOAO .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v3Rn9nKOAO .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3Rn9nKOAO .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rn9nKOAO .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v3Rn9nKOAO .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-v3Rn9nKOAO .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3Rn9nKOAO .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3Rn9nKOAO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rn9nKOAO .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rn9nKOAO .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3Rn9nKOAO .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-v3Rn9nKOAO .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3Rn9nKOAO .mbr-section-title {
  color: #131c28;
}
.cid-v3Rn9nKOAO .mbr-section-subtitle {
  color: #30262b;
}
.cid-v3Rn9nKOAO .list {
  color: #131c28;
}
.cid-v3Rn9nKOAO .mbr-copy {
  color: #131c28;
}
