body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8375rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ed1c24 !important;
}
.bg-success {
  background-color: #2b2b2b !important;
}
.bg-info {
  background-color: #0157ff !important;
}
.bg-warning {
  background-color: #00aeef !important;
}
.bg-danger {
  background-color: #ed1c24 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(237, 28, 36, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c61017 !important;
  border-color: #c61017 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c61017 !important;
  border-color: #c61017 !important;
}
.btn-primary:before {
  background: #ed1c24;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #ed1c24 !important;
  box-shadow: 0 15px 30px 0 rgba(237, 28, 36, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #191c2f !important;
  border-color: #191c2f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #07080e !important;
  border-color: #07080e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07080e !important;
  border-color: #07080e !important;
}
.btn-secondary:before {
  background: #191c2f;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #191c2f !important;
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(1, 87, 255, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #0157ff !important;
  border-color: #0157ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0045cd !important;
  border-color: #0045cd !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0045cd !important;
  border-color: #0045cd !important;
}
.btn-info:before {
  background: #0157ff;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #0157ff !important;
  box-shadow: 0 15px 30px 0 rgba(1, 87, 255, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(43, 43, 43, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success:before {
  background: #2b2b2b;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #2b2b2b !important;
  box-shadow: 0 15px 30px 0 rgba(43, 43, 43, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(0, 174, 239, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #00aeef !important;
  border-color: #00aeef !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0089bc !important;
  border-color: #0089bc !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0089bc !important;
  border-color: #0089bc !important;
}
.btn-warning:before {
  background: #00aeef;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #00aeef !important;
  box-shadow: 0 15px 30px 0 rgba(0, 174, 239, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(237, 28, 36, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c61017 !important;
  border-color: #c61017 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c61017 !important;
  border-color: #c61017 !important;
}
.btn-danger:before {
  background: #ed1c24;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ed1c24 !important;
  box-shadow: 0 15px 30px 0 rgba(237, 28, 36, 0.15);
}
.btn-white {
  color: #ed1c24 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(237, 28, 36, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #ed1c24;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #ed1c24 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ed1c24;
  color: #ed1c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-primary-outline:before {
  background: #ed1c24;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(237, 28, 36, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #191c2f;
  color: #191c2f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #191c2f !important;
  border-color: #191c2f !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #191c2f !important;
  border-color: #191c2f !important;
}
.btn-secondary-outline:before {
  background: #191c2f;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0157ff;
  color: #0157ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #0157ff !important;
  border-color: #0157ff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0157ff !important;
  border-color: #0157ff !important;
}
.btn-info-outline:before {
  background: #0157ff;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(1, 87, 255, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-success-outline:before {
  background: #2b2b2b;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(43, 43, 43, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #00aeef;
  color: #00aeef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.btn-warning-outline:before {
  background: #00aeef;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(0, 174, 239, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ed1c24;
  color: #ed1c24;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-danger-outline:before {
  background: #ed1c24;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(237, 28, 36, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #ed1c24 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #ed1c24 !important;
}
.text-secondary {
  color: #191c2f !important;
}
.text-success {
  color: #2b2b2b !important;
}
.text-info {
  color: #0157ff !important;
}
.text-warning {
  color: #00aeef !important;
}
.text-danger {
  color: #ed1c24 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #970c11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00349a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #006489 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #970c11 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ed1c24;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #0157ff;
}
.alert-warning {
  background-color: #00aeef;
}
.alert-danger {
  background-color: #ed1c24;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #ed1c24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd9da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cddeff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bcedff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcd9da;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ed1c24;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed1c24;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed1c24;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.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: #ed1c24 !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: #191c2f !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='%23ed1c24' %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.btn-white {
  color: #ed1c24 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(237, 28, 36, 0.6);
}
.mbr-arrow-up a:hover {
  background: #ed1c24;
}
.cid-skcZSONz3f {
  min-height: calc(100vh - 3.75rem);
  background-color: #2b2b2b;
}
.cid-skcZSONz3f .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-skcZSONz3f .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-skcZSONz3f .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed1c24;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skcZSONz3f .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-skcZSONz3f .mbr-section-btn {
  display: inline-block;
}
.cid-skcZSONz3f .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-skcZSONz3f .popup_video:hover {
  cursor: pointer;
}
.cid-skcZSONz3f .popup_video:hover .popup__text {
  color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-skcZSONz3f .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-skcZSONz3f .popup_video:hover .mbr-media {
  background-color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .mbr-media span {
  color: #ff5858;
}
.cid-skcZSONz3f .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ff5858;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-skcZSONz3f .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #ffffff;
}
.cid-skcZSONz3f .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-skcZSONz3f .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
.cid-skcZSONz3f .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-skcZSONz3f .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ffffff;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-skcZSONz3f .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skcZSONz3f .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skcZSONz3f .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-skcZSONz3f a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-skcZSONz3f a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skcZSONz3f .head_block {
    order: 1;
    text-align: center;
  }
  .cid-skcZSONz3f .image_img {
    margin-bottom: 40px;
  }
  .cid-skcZSONz3f .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-skcZSONz3f .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skcZSONz3f .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-skcZSONz3f .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
.cid-skcZSONz3f .mbr-text,
.cid-skcZSONz3f .buttons_wrap {
  color: #e0e5ff;
  text-align: left;
}
.cid-txyUzLPK9l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txyUzLPK9l nav.navbar {
  position: fixed;
}
.cid-txyUzLPK9l .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-txyUzLPK9l .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-txyUzLPK9l .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-txyUzLPK9l .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-txyUzLPK9l .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-txyUzLPK9l .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-txyUzLPK9l .dropdown-item:hover,
.cid-txyUzLPK9l .dropdown-item:focus {
  background: rgba(237, 28, 36, 0.1) !important;
  color: #ed1c24 !important;
}
.cid-txyUzLPK9l .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-txyUzLPK9l .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-txyUzLPK9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-txyUzLPK9l .nav-link {
  position: relative;
  line-height: 1;
}
.cid-txyUzLPK9l .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-txyUzLPK9l .container {
  display: flex;
  margin: auto;
}
.cid-txyUzLPK9l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-txyUzLPK9l .dropdown-menu,
.cid-txyUzLPK9l .navbar.opened {
  background: #000000 !important;
}
.cid-txyUzLPK9l .nav-item:focus,
.cid-txyUzLPK9l .nav-link:focus {
  outline: none;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txyUzLPK9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txyUzLPK9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-txyUzLPK9l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #000000;
}
.cid-txyUzLPK9l .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-txyUzLPK9l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txyUzLPK9l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txyUzLPK9l .navbar.opened {
  transition: all 0.3s;
}
.cid-txyUzLPK9l .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-txyUzLPK9l .navbar .navbar-logo img {
  width: auto;
}
.cid-txyUzLPK9l .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-txyUzLPK9l .navbar.collapsed {
  justify-content: right;
}
.cid-txyUzLPK9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txyUzLPK9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-txyUzLPK9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txyUzLPK9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu {
    display: none;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-txyUzLPK9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txyUzLPK9l .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-txyUzLPK9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txyUzLPK9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txyUzLPK9l .navbar .navbar-buttons,
  .cid-txyUzLPK9l .navbar .icons-menu {
    display: none;
  }
  .cid-txyUzLPK9l .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-txyUzLPK9l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txyUzLPK9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txyUzLPK9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txyUzLPK9l .dropdown-item.active,
.cid-txyUzLPK9l .dropdown-item:active {
  background-color: transparent;
}
.cid-txyUzLPK9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txyUzLPK9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-txyUzLPK9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txyUzLPK9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txyUzLPK9l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txyUzLPK9l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txyUzLPK9l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txyUzLPK9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txyUzLPK9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txyUzLPK9l .navbar {
    height: 70px;
  }
  .cid-txyUzLPK9l .navbar.opened {
    height: auto;
  }
  .cid-txyUzLPK9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txyUzLPK9l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txyUzLPK9l nav.navbar {
  position: fixed;
}
.cid-txyUzLPK9l .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-txyUzLPK9l .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-txyUzLPK9l .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-txyUzLPK9l .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-txyUzLPK9l .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-txyUzLPK9l .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-txyUzLPK9l .dropdown-item:hover,
.cid-txyUzLPK9l .dropdown-item:focus {
  background: rgba(237, 28, 36, 0.1) !important;
  color: #ed1c24 !important;
}
.cid-txyUzLPK9l .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-txyUzLPK9l .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-txyUzLPK9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-txyUzLPK9l .nav-link {
  position: relative;
  line-height: 1;
}
.cid-txyUzLPK9l .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-txyUzLPK9l .container {
  display: flex;
  margin: auto;
}
.cid-txyUzLPK9l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-txyUzLPK9l .dropdown-menu,
.cid-txyUzLPK9l .navbar.opened {
  background: #000000 !important;
}
.cid-txyUzLPK9l .nav-item:focus,
.cid-txyUzLPK9l .nav-link:focus {
  outline: none;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txyUzLPK9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txyUzLPK9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txyUzLPK9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-txyUzLPK9l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #000000;
}
.cid-txyUzLPK9l .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-txyUzLPK9l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txyUzLPK9l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txyUzLPK9l .navbar.opened {
  transition: all 0.3s;
}
.cid-txyUzLPK9l .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-txyUzLPK9l .navbar .navbar-logo img {
  width: auto;
}
.cid-txyUzLPK9l .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-txyUzLPK9l .navbar.collapsed {
  justify-content: right;
}
.cid-txyUzLPK9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txyUzLPK9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-txyUzLPK9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txyUzLPK9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txyUzLPK9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu {
    display: none;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-txyUzLPK9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txyUzLPK9l .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-txyUzLPK9l .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-txyUzLPK9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txyUzLPK9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txyUzLPK9l .navbar .navbar-buttons,
  .cid-txyUzLPK9l .navbar .icons-menu {
    display: none;
  }
  .cid-txyUzLPK9l .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-txyUzLPK9l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txyUzLPK9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txyUzLPK9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txyUzLPK9l .dropdown-item.active,
.cid-txyUzLPK9l .dropdown-item:active {
  background-color: transparent;
}
.cid-txyUzLPK9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txyUzLPK9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-txyUzLPK9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txyUzLPK9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txyUzLPK9l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txyUzLPK9l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txyUzLPK9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txyUzLPK9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txyUzLPK9l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txyUzLPK9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txyUzLPK9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txyUzLPK9l .navbar {
    height: 70px;
  }
  .cid-txyUzLPK9l .navbar.opened {
    height: auto;
  }
  .cid-txyUzLPK9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txyHPGiCQa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #2b2b2b;
}
.cid-txyHPGiCQa .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-txyHPGiCQa .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-txyHPGiCQa .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed1c24;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-txyHPGiCQa .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-txyHPGiCQa .mbr-section-btn {
  display: inline-block;
}
.cid-txyHPGiCQa .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-txyHPGiCQa .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyHPGiCQa .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-txyHPGiCQa .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ed1c24;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-txyHPGiCQa .btn_link:hover {
  cursor: pointer;
}
.cid-txyHPGiCQa .btn_link:hover a {
  color: #ed1c24 !important;
}
.cid-txyHPGiCQa .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-txyHPGiCQa .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-txyHPGiCQa .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-txyHPGiCQa .head_block {
    order: 1;
    text-align: center;
  }
  .cid-txyHPGiCQa .image_img {
    margin-bottom: 40px;
  }
  .cid-txyHPGiCQa .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-txyHPGiCQa .mbr-text {
    margin-bottom: 20px;
  }
  .cid-txyHPGiCQa .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-txyHPGiCQa .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-txyHPGiCQa .mbr-text,
.cid-txyHPGiCQa .buttons_wrap {
  color: #ffffff;
}
.cid-txx3M2Geyw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txx3M2Geyw .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txx3M2Geyw .mbr-text {
  margin-bottom: 30px;
}
.cid-txx3M2Geyw .tab_text {
  margin-bottom: 0;
}
.cid-txx3M2Geyw .nav-tabs .nav-item.open .nav-link:focus,
.cid-txx3M2Geyw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txx3M2Geyw .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txx3M2Geyw .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txx3M2Geyw .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txx3M2Geyw .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txx3M2Geyw .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txx3M2Geyw .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txx3M2Geyw .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txx3M2Geyw .nav-link:hover {
  color: #0157ff;
}
.cid-txx3M2Geyw .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txx3M2Geyw .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txx3M2Geyw .mbr-section-btn {
  margin-top: 30px;
}
.cid-txx3M2Geyw .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txx3M2Geyw .title_block,
  .cid-txx3M2Geyw .tab-content {
    text-align: center;
  }
  .cid-txx3M2Geyw .image {
    margin-bottom: 40px;
  }
  .cid-txx3M2Geyw .nav-link {
    padding: 12px 25px;
  }
  .cid-txx3M2Geyw .mbr-section-btn {
    text-align: center;
  }
}
.cid-txx3M2Geyw .tab_text,
.cid-txx3M2Geyw .mbr-section-btn {
  text-align: left;
}
.cid-txzhUdfiUz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txzhUdfiUz .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txzhUdfiUz .mbr-text {
  margin-bottom: 30px;
}
.cid-txzhUdfiUz .tab_text {
  margin-bottom: 0;
}
.cid-txzhUdfiUz .nav-tabs .nav-item.open .nav-link:focus,
.cid-txzhUdfiUz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txzhUdfiUz .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txzhUdfiUz .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txzhUdfiUz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txzhUdfiUz .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txzhUdfiUz .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txzhUdfiUz .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txzhUdfiUz .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txzhUdfiUz .nav-link:hover {
  color: #0157ff !important;
}
.cid-txzhUdfiUz .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txzhUdfiUz .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txzhUdfiUz .mbr-section-btn {
  margin-top: 30px;
}
.cid-txzhUdfiUz .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txzhUdfiUz .title_block,
  .cid-txzhUdfiUz .tab-content {
    text-align: center;
  }
  .cid-txzhUdfiUz .image {
    margin-bottom: 40px;
  }
  .cid-txzhUdfiUz .nav-link {
    padding: 12px 25px;
  }
  .cid-txzhUdfiUz .mbr-section-btn {
    text-align: center;
  }
}
.cid-txzhUdfiUz .tab_text,
.cid-txzhUdfiUz .mbr-section-btn {
  text-align: left;
}
.cid-txx3Mcw5Iq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txx3Mcw5Iq .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txx3Mcw5Iq .mbr-text {
  margin-bottom: 30px;
}
.cid-txx3Mcw5Iq .tab_text {
  margin-bottom: 0;
}
.cid-txx3Mcw5Iq .nav-tabs .nav-item.open .nav-link:focus,
.cid-txx3Mcw5Iq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txx3Mcw5Iq .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txx3Mcw5Iq .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txx3Mcw5Iq .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txx3Mcw5Iq .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txx3Mcw5Iq .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txx3Mcw5Iq .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txx3Mcw5Iq .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txx3Mcw5Iq .nav-link:hover {
  color: #0157ff !important;
}
.cid-txx3Mcw5Iq .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txx3Mcw5Iq .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txx3Mcw5Iq .mbr-section-btn {
  margin-top: 30px;
}
.cid-txx3Mcw5Iq .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txx3Mcw5Iq .title_block,
  .cid-txx3Mcw5Iq .tab-content {
    text-align: center;
  }
  .cid-txx3Mcw5Iq .image {
    margin-bottom: 40px;
  }
  .cid-txx3Mcw5Iq .nav-link {
    padding: 12px 25px;
  }
  .cid-txx3Mcw5Iq .mbr-section-btn {
    text-align: center;
  }
}
.cid-txx3Mcw5Iq .tab_text,
.cid-txx3Mcw5Iq .mbr-section-btn {
  text-align: left;
}
.cid-txye8QUHUy {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txye8QUHUy .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txye8QUHUy .mbr-text {
  margin-bottom: 30px;
}
.cid-txye8QUHUy .tab_text {
  margin-bottom: 0;
}
.cid-txye8QUHUy .nav-tabs .nav-item.open .nav-link:focus,
.cid-txye8QUHUy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txye8QUHUy .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txye8QUHUy .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txye8QUHUy .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txye8QUHUy .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txye8QUHUy .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txye8QUHUy .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txye8QUHUy .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txye8QUHUy .nav-link:hover {
  color: #0157ff !important;
}
.cid-txye8QUHUy .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txye8QUHUy .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txye8QUHUy .mbr-section-btn {
  margin-top: 30px;
}
.cid-txye8QUHUy .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txye8QUHUy .title_block,
  .cid-txye8QUHUy .tab-content {
    text-align: center;
  }
  .cid-txye8QUHUy .image {
    margin-bottom: 40px;
  }
  .cid-txye8QUHUy .nav-link {
    padding: 12px 25px;
  }
  .cid-txye8QUHUy .mbr-section-btn {
    text-align: center;
  }
}
.cid-txye8QUHUy .tab_text,
.cid-txye8QUHUy .mbr-section-btn {
  text-align: left;
}
.cid-txye9lSpwq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txye9lSpwq .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txye9lSpwq .mbr-text {
  margin-bottom: 30px;
}
.cid-txye9lSpwq .tab_text {
  margin-bottom: 0;
}
.cid-txye9lSpwq .nav-tabs .nav-item.open .nav-link:focus,
.cid-txye9lSpwq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txye9lSpwq .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txye9lSpwq .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txye9lSpwq .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txye9lSpwq .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txye9lSpwq .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txye9lSpwq .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txye9lSpwq .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txye9lSpwq .nav-link:hover {
  color: #0157ff !important;
}
.cid-txye9lSpwq .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txye9lSpwq .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txye9lSpwq .mbr-section-btn {
  margin-top: 30px;
}
.cid-txye9lSpwq .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txye9lSpwq .title_block,
  .cid-txye9lSpwq .tab-content {
    text-align: center;
  }
  .cid-txye9lSpwq .image {
    margin-bottom: 40px;
  }
  .cid-txye9lSpwq .nav-link {
    padding: 12px 25px;
  }
  .cid-txye9lSpwq .mbr-section-btn {
    text-align: center;
  }
}
.cid-txye9lSpwq .tab_text,
.cid-txye9lSpwq .mbr-section-btn {
  text-align: left;
}
.cid-txyrQyKQyz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txyrQyKQyz .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txyrQyKQyz .mbr-text {
  margin-bottom: 30px;
}
.cid-txyrQyKQyz .tab_text {
  margin-bottom: 0;
}
.cid-txyrQyKQyz .nav-tabs .nav-item.open .nav-link:focus,
.cid-txyrQyKQyz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txyrQyKQyz .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txyrQyKQyz .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txyrQyKQyz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txyrQyKQyz .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txyrQyKQyz .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txyrQyKQyz .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txyrQyKQyz .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyrQyKQyz .nav-link:hover {
  color: #0157ff !important;
}
.cid-txyrQyKQyz .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txyrQyKQyz .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyrQyKQyz .mbr-section-btn {
  margin-top: 30px;
}
.cid-txyrQyKQyz .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txyrQyKQyz .title_block,
  .cid-txyrQyKQyz .tab-content {
    text-align: center;
  }
  .cid-txyrQyKQyz .image {
    margin-bottom: 40px;
  }
  .cid-txyrQyKQyz .nav-link {
    padding: 12px 25px;
  }
  .cid-txyrQyKQyz .mbr-section-btn {
    text-align: center;
  }
}
.cid-txyrQyKQyz .tab_text,
.cid-txyrQyKQyz .mbr-section-btn {
  text-align: left;
}
.cid-txyDk0n7e7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txyDk0n7e7 .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txyDk0n7e7 .mbr-text {
  margin-bottom: 30px;
}
.cid-txyDk0n7e7 .tab_text {
  margin-bottom: 0;
}
.cid-txyDk0n7e7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-txyDk0n7e7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txyDk0n7e7 .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txyDk0n7e7 .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txyDk0n7e7 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txyDk0n7e7 .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txyDk0n7e7 .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txyDk0n7e7 .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txyDk0n7e7 .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyDk0n7e7 .nav-link:hover {
  color: #0157ff !important;
}
.cid-txyDk0n7e7 .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txyDk0n7e7 .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyDk0n7e7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-txyDk0n7e7 .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txyDk0n7e7 .title_block,
  .cid-txyDk0n7e7 .tab-content {
    text-align: center;
  }
  .cid-txyDk0n7e7 .image {
    margin-bottom: 40px;
  }
  .cid-txyDk0n7e7 .nav-link {
    padding: 12px 25px;
  }
  .cid-txyDk0n7e7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-txyDk0n7e7 .tab_text,
.cid-txyDk0n7e7 .mbr-section-btn {
  text-align: left;
}
.cid-txysjUUvlt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txysjUUvlt .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txysjUUvlt .mbr-text {
  margin-bottom: 30px;
}
.cid-txysjUUvlt .tab_text {
  margin-bottom: 0;
}
.cid-txysjUUvlt .nav-tabs .nav-item.open .nav-link:focus,
.cid-txysjUUvlt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txysjUUvlt .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txysjUUvlt .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txysjUUvlt .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txysjUUvlt .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txysjUUvlt .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txysjUUvlt .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txysjUUvlt .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txysjUUvlt .nav-link:hover {
  color: #0157ff !important;
}
.cid-txysjUUvlt .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txysjUUvlt .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txysjUUvlt .mbr-section-btn {
  margin-top: 30px;
}
.cid-txysjUUvlt .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txysjUUvlt .title_block,
  .cid-txysjUUvlt .tab-content {
    text-align: center;
  }
  .cid-txysjUUvlt .image {
    margin-bottom: 40px;
  }
  .cid-txysjUUvlt .nav-link {
    padding: 12px 25px;
  }
  .cid-txysjUUvlt .mbr-section-btn {
    text-align: center;
  }
}
.cid-txysjUUvlt .tab_text,
.cid-txysjUUvlt .mbr-section-btn {
  text-align: left;
}
.cid-txyEmxbNDr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txyEmxbNDr .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txyEmxbNDr .mbr-text {
  margin-bottom: 30px;
}
.cid-txyEmxbNDr .tab_text {
  margin-bottom: 0;
}
.cid-txyEmxbNDr .nav-tabs .nav-item.open .nav-link:focus,
.cid-txyEmxbNDr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txyEmxbNDr .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txyEmxbNDr .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txyEmxbNDr .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txyEmxbNDr .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txyEmxbNDr .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txyEmxbNDr .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txyEmxbNDr .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyEmxbNDr .nav-link:hover {
  color: #0157ff !important;
}
.cid-txyEmxbNDr .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txyEmxbNDr .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyEmxbNDr .mbr-section-btn {
  margin-top: 30px;
}
.cid-txyEmxbNDr .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txyEmxbNDr .title_block,
  .cid-txyEmxbNDr .tab-content {
    text-align: center;
  }
  .cid-txyEmxbNDr .image {
    margin-bottom: 40px;
  }
  .cid-txyEmxbNDr .nav-link {
    padding: 12px 25px;
  }
  .cid-txyEmxbNDr .mbr-section-btn {
    text-align: center;
  }
}
.cid-txyEmxbNDr .tab_text,
.cid-txyEmxbNDr .mbr-section-btn {
  text-align: left;
}
.cid-txyEmIXa5I {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txyEmIXa5I .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txyEmIXa5I .mbr-text {
  margin-bottom: 30px;
}
.cid-txyEmIXa5I .tab_text {
  margin-bottom: 0;
}
.cid-txyEmIXa5I .nav-tabs .nav-item.open .nav-link:focus,
.cid-txyEmIXa5I .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txyEmIXa5I .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txyEmIXa5I .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txyEmIXa5I .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txyEmIXa5I .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txyEmIXa5I .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txyEmIXa5I .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txyEmIXa5I .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyEmIXa5I .nav-link:hover {
  color: #0157ff !important;
}
.cid-txyEmIXa5I .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txyEmIXa5I .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyEmIXa5I .mbr-section-btn {
  margin-top: 30px;
}
.cid-txyEmIXa5I .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txyEmIXa5I .title_block,
  .cid-txyEmIXa5I .tab-content {
    text-align: center;
  }
  .cid-txyEmIXa5I .image {
    margin-bottom: 40px;
  }
  .cid-txyEmIXa5I .nav-link {
    padding: 12px 25px;
  }
  .cid-txyEmIXa5I .mbr-section-btn {
    text-align: center;
  }
}
.cid-txyEmIXa5I .tab_text,
.cid-txyEmIXa5I .mbr-section-btn {
  text-align: left;
}
.cid-txyFwxTxNI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txyFwxTxNI .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txyFwxTxNI .mbr-text {
  margin-bottom: 30px;
}
.cid-txyFwxTxNI .tab_text {
  margin-bottom: 0;
}
.cid-txyFwxTxNI .nav-tabs .nav-item.open .nav-link:focus,
.cid-txyFwxTxNI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txyFwxTxNI .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txyFwxTxNI .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txyFwxTxNI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txyFwxTxNI .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txyFwxTxNI .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txyFwxTxNI .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txyFwxTxNI .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyFwxTxNI .nav-link:hover {
  color: #0157ff !important;
}
.cid-txyFwxTxNI .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txyFwxTxNI .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txyFwxTxNI .mbr-section-btn {
  margin-top: 30px;
}
.cid-txyFwxTxNI .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txyFwxTxNI .title_block,
  .cid-txyFwxTxNI .tab-content {
    text-align: center;
  }
  .cid-txyFwxTxNI .image {
    margin-bottom: 40px;
  }
  .cid-txyFwxTxNI .nav-link {
    padding: 12px 25px;
  }
  .cid-txyFwxTxNI .mbr-section-btn {
    text-align: center;
  }
}
.cid-txyFwxTxNI .tab_text,
.cid-txyFwxTxNI .mbr-section-btn {
  text-align: left;
}
.cid-txzh5j9EhZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txzh5j9EhZ .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-txzh5j9EhZ .mbr-text {
  margin-bottom: 30px;
}
.cid-txzh5j9EhZ .tab_text {
  margin-bottom: 0;
}
.cid-txzh5j9EhZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-txzh5j9EhZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txzh5j9EhZ .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-txzh5j9EhZ .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-txzh5j9EhZ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-txzh5j9EhZ .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-txzh5j9EhZ .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-txzh5j9EhZ .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-txzh5j9EhZ .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #0157ff;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txzh5j9EhZ .nav-link:hover {
  color: #0157ff !important;
}
.cid-txzh5j9EhZ .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-txzh5j9EhZ .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #0157ff;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txzh5j9EhZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-txzh5j9EhZ .nav-tabs .nav-link.active {
  color: #0157ff;
}
@media (max-width: 991px) {
  .cid-txzh5j9EhZ .title_block,
  .cid-txzh5j9EhZ .tab-content {
    text-align: center;
  }
  .cid-txzh5j9EhZ .image {
    margin-bottom: 40px;
  }
  .cid-txzh5j9EhZ .nav-link {
    padding: 12px 25px;
  }
  .cid-txzh5j9EhZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-txzh5j9EhZ .tab_text,
.cid-txzh5j9EhZ .mbr-section-btn {
  text-align: left;
}
.cid-txz6Jte5Wx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txz6Jte5Wx nav.navbar {
  position: fixed;
}
.cid-txz6Jte5Wx .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-txz6Jte5Wx .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-txz6Jte5Wx .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-txz6Jte5Wx .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-txz6Jte5Wx .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-txz6Jte5Wx .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-txz6Jte5Wx .dropdown-item:hover,
.cid-txz6Jte5Wx .dropdown-item:focus {
  background: rgba(237, 28, 36, 0.1) !important;
  color: #ed1c24 !important;
}
.cid-txz6Jte5Wx .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-txz6Jte5Wx .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-txz6Jte5Wx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-txz6Jte5Wx .nav-link {
  position: relative;
  line-height: 1;
}
.cid-txz6Jte5Wx .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-txz6Jte5Wx .container {
  display: flex;
  margin: auto;
}
.cid-txz6Jte5Wx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-txz6Jte5Wx .dropdown-menu,
.cid-txz6Jte5Wx .navbar.opened {
  background: #000000 !important;
}
.cid-txz6Jte5Wx .nav-item:focus,
.cid-txz6Jte5Wx .nav-link:focus {
  outline: none;
}
.cid-txz6Jte5Wx .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-txz6Jte5Wx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txz6Jte5Wx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txz6Jte5Wx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txz6Jte5Wx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txz6Jte5Wx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-txz6Jte5Wx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #000000;
}
.cid-txz6Jte5Wx .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-txz6Jte5Wx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txz6Jte5Wx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txz6Jte5Wx .navbar.opened {
  transition: all 0.3s;
}
.cid-txz6Jte5Wx .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-txz6Jte5Wx .navbar .navbar-logo img {
  width: auto;
}
.cid-txz6Jte5Wx .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-txz6Jte5Wx .navbar.collapsed {
  justify-content: right;
}
.cid-txz6Jte5Wx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txz6Jte5Wx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txz6Jte5Wx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txz6Jte5Wx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txz6Jte5Wx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-txz6Jte5Wx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txz6Jte5Wx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txz6Jte5Wx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txz6Jte5Wx .navbar .dropdown-menu {
    display: none;
  }
  .cid-txz6Jte5Wx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txz6Jte5Wx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txz6Jte5Wx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-txz6Jte5Wx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txz6Jte5Wx .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-txz6Jte5Wx .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-txz6Jte5Wx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txz6Jte5Wx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txz6Jte5Wx .navbar .navbar-buttons,
  .cid-txz6Jte5Wx .navbar .icons-menu {
    display: none;
  }
  .cid-txz6Jte5Wx .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-txz6Jte5Wx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txz6Jte5Wx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txz6Jte5Wx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txz6Jte5Wx .dropdown-item.active,
.cid-txz6Jte5Wx .dropdown-item:active {
  background-color: transparent;
}
.cid-txz6Jte5Wx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txz6Jte5Wx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-txz6Jte5Wx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txz6Jte5Wx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txz6Jte5Wx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txz6Jte5Wx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txz6Jte5Wx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txz6Jte5Wx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txz6Jte5Wx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txz6Jte5Wx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txz6Jte5Wx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txz6Jte5Wx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txz6Jte5Wx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txz6Jte5Wx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txz6Jte5Wx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txz6Jte5Wx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txz6Jte5Wx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txz6Jte5Wx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txz6Jte5Wx .navbar {
    height: 70px;
  }
  .cid-txz6Jte5Wx .navbar.opened {
    height: auto;
  }
  .cid-txz6Jte5Wx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txz6JtBGQV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #2b2b2b;
}
.cid-txz6JtBGQV .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-txz6JtBGQV .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-txz6JtBGQV .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed1c24;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-txz6JtBGQV .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-txz6JtBGQV .mbr-section-btn {
  display: inline-block;
}
.cid-txz6JtBGQV .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-txz6JtBGQV .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txz6JtBGQV .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-txz6JtBGQV .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ed1c24;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-txz6JtBGQV .btn_link:hover {
  cursor: pointer;
}
.cid-txz6JtBGQV .btn_link:hover a {
  color: #ed1c24 !important;
}
.cid-txz6JtBGQV .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-txz6JtBGQV .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-txz6JtBGQV .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-txz6JtBGQV .head_block {
    order: 1;
    text-align: center;
  }
  .cid-txz6JtBGQV .image_img {
    margin-bottom: 40px;
  }
  .cid-txz6JtBGQV .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-txz6JtBGQV .mbr-text {
    margin-bottom: 20px;
  }
  .cid-txz6JtBGQV .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-txz6JtBGQV .mbr-text,
.cid-txz6JtBGQV .buttons_wrap {
  color: #ffffff;
}
.cid-txzuItqWaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txzuItqWaw .title_block {
  margin-bottom: 80px;
}
.cid-txzuItqWaw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed1c24;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-txzuItqWaw .mbr-section-title,
.cid-txzuItqWaw .card-title {
  color: #191c2f;
}
.cid-txzuItqWaw .card-title {
  margin-bottom: 22px;
}
.cid-txzuItqWaw .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-txzuItqWaw .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #0157ff;
}
.cid-txzuItqWaw .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txzuItqWaw .btn_link:hover {
  cursor: pointer;
}
.cid-txzuItqWaw .btn_link:hover a {
  color: #ed1c24 !important;
}
.cid-txzuItqWaw .btn_link:hover span {
  transform: translatex(5px);
}
.cid-txzuItqWaw .item-img {
  margin-bottom: 40px;
}
.cid-txzuItqWaw img,
.cid-txzuItqWaw .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-txzuItqWaw .item:focus,
.cid-txzuItqWaw span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-txzuItqWaw .title_block {
    margin-bottom: 40px;
  }
  .cid-txzuItqWaw .card-title,
  .cid-txzuItqWaw .card-text {
    margin-bottom: 16px;
  }
  .cid-txzuItqWaw .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-txzuItqWaw .mbr-section-title {
  text-align: center;
}
.cid-txz88HZDEw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txz88HZDEw nav.navbar {
  position: fixed;
}
.cid-txz88HZDEw .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-txz88HZDEw .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-txz88HZDEw .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-txz88HZDEw .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-txz88HZDEw .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-txz88HZDEw .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-txz88HZDEw .dropdown-item:hover,
.cid-txz88HZDEw .dropdown-item:focus {
  background: rgba(237, 28, 36, 0.1) !important;
  color: #ed1c24 !important;
}
.cid-txz88HZDEw .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-txz88HZDEw .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-txz88HZDEw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-txz88HZDEw .nav-link {
  position: relative;
  line-height: 1;
}
.cid-txz88HZDEw .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-txz88HZDEw .container {
  display: flex;
  margin: auto;
}
.cid-txz88HZDEw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-txz88HZDEw .dropdown-menu,
.cid-txz88HZDEw .navbar.opened {
  background: #000000 !important;
}
.cid-txz88HZDEw .nav-item:focus,
.cid-txz88HZDEw .nav-link:focus {
  outline: none;
}
.cid-txz88HZDEw .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-txz88HZDEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txz88HZDEw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txz88HZDEw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txz88HZDEw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txz88HZDEw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-txz88HZDEw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #000000;
}
.cid-txz88HZDEw .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-txz88HZDEw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txz88HZDEw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txz88HZDEw .navbar.opened {
  transition: all 0.3s;
}
.cid-txz88HZDEw .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-txz88HZDEw .navbar .navbar-logo img {
  width: auto;
}
.cid-txz88HZDEw .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-txz88HZDEw .navbar.collapsed {
  justify-content: right;
}
.cid-txz88HZDEw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txz88HZDEw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txz88HZDEw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txz88HZDEw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txz88HZDEw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-txz88HZDEw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txz88HZDEw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txz88HZDEw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txz88HZDEw .navbar .dropdown-menu {
    display: none;
  }
  .cid-txz88HZDEw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txz88HZDEw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txz88HZDEw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-txz88HZDEw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txz88HZDEw .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-txz88HZDEw .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-txz88HZDEw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txz88HZDEw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txz88HZDEw .navbar .navbar-buttons,
  .cid-txz88HZDEw .navbar .icons-menu {
    display: none;
  }
  .cid-txz88HZDEw .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-txz88HZDEw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txz88HZDEw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txz88HZDEw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txz88HZDEw .dropdown-item.active,
.cid-txz88HZDEw .dropdown-item:active {
  background-color: transparent;
}
.cid-txz88HZDEw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txz88HZDEw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-txz88HZDEw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txz88HZDEw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txz88HZDEw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txz88HZDEw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txz88HZDEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txz88HZDEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txz88HZDEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txz88HZDEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txz88HZDEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txz88HZDEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txz88HZDEw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txz88HZDEw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txz88HZDEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txz88HZDEw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txz88HZDEw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txz88HZDEw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txz88HZDEw .navbar {
    height: 70px;
  }
  .cid-txz88HZDEw .navbar.opened {
    height: auto;
  }
  .cid-txz88HZDEw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txz88IiI8o {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #2b2b2b;
}
.cid-txz88IiI8o .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-txz88IiI8o .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-txz88IiI8o .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed1c24;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-txz88IiI8o .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-txz88IiI8o .mbr-section-btn {
  display: inline-block;
}
.cid-txz88IiI8o .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-txz88IiI8o .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txz88IiI8o .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-txz88IiI8o .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ed1c24;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-txz88IiI8o .btn_link:hover {
  cursor: pointer;
}
.cid-txz88IiI8o .btn_link:hover a {
  color: #ed1c24 !important;
}
.cid-txz88IiI8o .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-txz88IiI8o .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-txz88IiI8o .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-txz88IiI8o .head_block {
    order: 1;
    text-align: center;
  }
  .cid-txz88IiI8o .image_img {
    margin-bottom: 40px;
  }
  .cid-txz88IiI8o .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-txz88IiI8o .mbr-text {
    margin-bottom: 20px;
  }
  .cid-txz88IiI8o .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-txz88IiI8o .mbr-text,
.cid-txz88IiI8o .buttons_wrap {
  color: #ffffff;
}
.cid-txK7sgVYSD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txK7sgVYSD .title_block {
  margin-bottom: 30px;
}
.cid-txK7sgVYSD .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed1c24;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-txK7sgVYSD .mbr-section-title {
  color: #191c2f;
}
.cid-txK7sgVYSD .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-txK7sgVYSD .item-wrapper:hover .item-img {
  transform: translateY(-16px);
}
.cid-txK7sgVYSD .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-txK7sgVYSD .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-txK7sgVYSD .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-txK7sgVYSD .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-txK7sgVYSD .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-txK7sgVYSD .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-txK7sgVYSD img,
.cid-txK7sgVYSD .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txK7sgVYSD .item:focus,
.cid-txK7sgVYSD span:focus {
  outline: none;
}
.cid-txK7sgVYSD .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-txK7sgVYSD .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-txK7sgVYSD .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.cid-txK7sgVYSD .card-title {
  margin-bottom: 5px;
  color: #191c2f;
}
.cid-txK7sgVYSD .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-txK7sgVYSD .title_block {
    margin-bottom: 0;
  }
  .cid-txK7sgVYSD .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-txK7sgVYSD .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-txK7sgVYSD .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-txK7sgVYSD .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-txz81TKIjj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txz81TKIjj nav.navbar {
  position: fixed;
}
.cid-txz81TKIjj .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-txz81TKIjj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-txz81TKIjj .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-txz81TKIjj .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-txz81TKIjj .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-txz81TKIjj .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-txz81TKIjj .dropdown-item:hover,
.cid-txz81TKIjj .dropdown-item:focus {
  background: rgba(237, 28, 36, 0.1) !important;
  color: #ed1c24 !important;
}
.cid-txz81TKIjj .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-txz81TKIjj .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-txz81TKIjj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-txz81TKIjj .nav-link {
  position: relative;
  line-height: 1;
}
.cid-txz81TKIjj .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-txz81TKIjj .container {
  display: flex;
  margin: auto;
}
.cid-txz81TKIjj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-txz81TKIjj .dropdown-menu,
.cid-txz81TKIjj .navbar.opened {
  background: #000000 !important;
}
.cid-txz81TKIjj .nav-item:focus,
.cid-txz81TKIjj .nav-link:focus {
  outline: none;
}
.cid-txz81TKIjj .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-txz81TKIjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txz81TKIjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txz81TKIjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txz81TKIjj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txz81TKIjj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-txz81TKIjj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #000000;
}
.cid-txz81TKIjj .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-txz81TKIjj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txz81TKIjj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txz81TKIjj .navbar.opened {
  transition: all 0.3s;
}
.cid-txz81TKIjj .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-txz81TKIjj .navbar .navbar-logo img {
  width: auto;
}
.cid-txz81TKIjj .navbar .navbar-collapse {
  justify-content: right;
  z-index: 1;
}
.cid-txz81TKIjj .navbar.collapsed {
  justify-content: right;
}
.cid-txz81TKIjj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txz81TKIjj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txz81TKIjj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txz81TKIjj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txz81TKIjj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-txz81TKIjj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txz81TKIjj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txz81TKIjj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txz81TKIjj .navbar .dropdown-menu {
    display: none;
  }
  .cid-txz81TKIjj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txz81TKIjj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txz81TKIjj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-txz81TKIjj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txz81TKIjj .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-txz81TKIjj .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-txz81TKIjj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txz81TKIjj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txz81TKIjj .navbar .navbar-buttons,
  .cid-txz81TKIjj .navbar .icons-menu {
    display: none;
  }
  .cid-txz81TKIjj .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-txz81TKIjj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txz81TKIjj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txz81TKIjj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txz81TKIjj .dropdown-item.active,
.cid-txz81TKIjj .dropdown-item:active {
  background-color: transparent;
}
.cid-txz81TKIjj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txz81TKIjj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-txz81TKIjj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txz81TKIjj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txz81TKIjj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txz81TKIjj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txz81TKIjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txz81TKIjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txz81TKIjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txz81TKIjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txz81TKIjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txz81TKIjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txz81TKIjj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txz81TKIjj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txz81TKIjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txz81TKIjj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txz81TKIjj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txz81TKIjj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txz81TKIjj .navbar {
    height: 70px;
  }
  .cid-txz81TKIjj .navbar.opened {
    height: auto;
  }
  .cid-txz81TKIjj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txz81U7w1G {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #2b2b2b;
}
.cid-txz81U7w1G .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-txz81U7w1G .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-txz81U7w1G .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed1c24;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-txz81U7w1G .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-txz81U7w1G .mbr-section-btn {
  display: inline-block;
}
.cid-txz81U7w1G .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-txz81U7w1G .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txz81U7w1G .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-txz81U7w1G .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ed1c24;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-txz81U7w1G .btn_link:hover {
  cursor: pointer;
}
.cid-txz81U7w1G .btn_link:hover a {
  color: #ed1c24 !important;
}
.cid-txz81U7w1G .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-txz81U7w1G .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-txz81U7w1G .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-txz81U7w1G .head_block {
    order: 1;
    text-align: center;
  }
  .cid-txz81U7w1G .image_img {
    margin-bottom: 40px;
  }
  .cid-txz81U7w1G .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-txz81U7w1G .mbr-text {
    margin-bottom: 20px;
  }
  .cid-txz81U7w1G .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-txz81U7w1G .mbr-text,
.cid-txz81U7w1G .buttons_wrap {
  color: #ffffff;
}
.cid-txK3anqPbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txK3anqPbH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txK3anqPbH .card-title {
  margin-bottom: 26px;
  color: #191c2f;
}
.cid-txK3anqPbH .mbr-text {
  margin-bottom: 30px;
}
.cid-txK3anqPbH .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(23, 50, 164, 0.4);
  background-image: linear-gradient(40deg, #1732a4 0%, #3d5de4 100%);
}
.cid-txK3anqPbH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-txK3anqPbH .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-txK3anqPbH .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-txK3anqPbH .btn_link:hover {
  cursor: pointer;
}
.cid-txK3anqPbH .btn_link:hover a {
  color: #ed1c24 !important;
}
.cid-txK3anqPbH .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-txK3anqPbH .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txK3anqPbH .text-wrapper {
    text-align: center;
  }
  .cid-txK3anqPbH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-txK3anqPbH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-txK3anqPbH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
