.how-help {
  background: #1E4D95;
  position: relative;
}
.how-help.light {
  background: #f5f8fc;
}
.how-help__svg {
  position: absolute;
  left: 0%;
  bottom: 0;
}
.how-help__content {
  padding: 64px 0 72px 0;
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.how-help__body {
  display: flex;
  align-items: flex-start;
  gap: 105px;
}
.how-help__title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.04rem;
  color: #ffffff;
  max-width: 874px;
  width: 100%;
  text-transform: lowercase;
}
.how-help__title.light {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.2rem;
  text-transform: lowercase;
  max-width: 815px;
  color: #222222;
}
.how-help__left {
  max-width: 417px;
  width: 100%;
}
.how-help__select-cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.how-help__select-front {
  width: 100%;
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}
.how-help__subtitle {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  color: #ffffff;
  max-width: 710px;
}
.how-help__subtitle.light {
  color: #222222;
}
.how-help__select-item {
  cursor: pointer;
  max-width: 397px;
  width: 100%;
  background: #ffffff;
  padding: 26px 24px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2.2%;
  color: #030303;
  transition: 0.5s ease;
}
.how-help__select-item:hover {
  background: #d5e2f4;
}
.how-help__select-item.active {
  max-width: 100%;
  background: #32C493;
  color: #fff;
}
.how-help__select-back {
  max-width: 100%;
  width: 100%;
  margin-left: 20px;
  max-height: 100%;
  height: 100%;
  background: #d5e2f4;
  position: absolute;
  top: 0;
  z-index: 2;
}
.how-help__select-back.light {
  background: #080e29;
}
.how-help__right {
  max-width: 606px;
  min-height: 580px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.how-help__data-item {
  display: flex;
  flex-flow: column;
  gap: 12px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(300px);
  pointer-events: none;
  transition: 1s ease;
  opacity: 0;
  filter: blur(5px) opacity(0);
  z-index: 2;
}
.how-help__data-item.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  filter: blur(0px) opacity(1);
  z-index: 3;
}
.how-help__data-item-title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 88%;
  letter-spacing: -4%;
  color: rgba(255, 255, 255, 0.3215686275);
  text-transform: lowercase;
}
.how-help__data-item-title.light {
  color: #222222;
}
.how-help__data-item-body {
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.how-help__data-item-top {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.how-help__data-item-subtitle {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 88%;
  letter-spacing: -0.04rem;
  color: #ffffff;
  text-transform: lowercase;
}
.how-help__data-item-subtitle.light {
  color: #222222;
}
.how-help__data-item-desc {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2.2%;
  color: rgba(255, 255, 255, 0.6);
}
.how-help__data-item-desc.light {
  color: #222222;
}
.how-help__data-item-link {
  font-family: Room;
  font-weight: 400;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 88%;
  letter-spacing: -0.04rem;
  color: #32C493;
  text-transform: lowercase;
  margin-top: 16px;
  transition: 0.3s ease;
}
.how-help__data-item-link:hover {
  color: #d5e2f4;
}
.how-help__data-item-link.light:hover {
  color: #080e29;
}
.how-help__data-item-link.light:focus {
  color: #080e29;
}
.how-help__data-item-link:focus {
  color: #ffffff;
}
.how-help__data-item-bot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.how-help__data-item-bot svg.light path {
  fill: #D7F64D;
}
.how-help__data-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2.2%;
  color: #ffffff;
}
.how-help__data-point.light {
  color: #222222;
}
.how-help__data-point svg {
  max-width: 16px;
  width: 100%;
  max-height: 20px;
  height: 100%;
}
.how-help__top {
  display: flex;
  flex-flow: column;
  gap: 32px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .how-help__content {
    padding: 30px 0;
    gap: 30px;
  }
  .how-help__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 88%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #FFFFFF;
    max-width: unset;
    display: flex;
    gap: 8px;
  }
  .how-help__left {
    max-width: 309px;
  }
  .how-help__body {
    gap: 30px;
  }
  .how-help__select-item {
    max-width: calc(100% - 20px);
    padding: 20px 24px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.022em;
    color: #080E29;
  }
  .how-help__data-item-title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 88%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.32);
  }
  .how-help__data-item-subtitle {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 88%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin-bottom: 2px;
  }
  .how-help__data-item-top {
    gap: 8px;
  }
  .how-help__data-item-desc {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(255, 255, 255, 0.64);
  }
  .how-help__data-item-link {
    margin: 0;
    height: 32px;
    display: flex;
  }
  .how-help__data-item-body {
    gap: 8px;
  }
  .how-help__top {
    gap: 15px;
  }
  .how-help__data-item-bot {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .how-help__data-point {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    align-items: center;
    max-width: 313px;
  }
  .how-help__right {
    min-height: 434px;
  }
}
@media (max-width: 767px) {
  .how-help {
    background: transparent;
    padding-top: 16px;
  }
  .how-help__content {
    padding: 0;
    gap: 16px;
  }
  .how-help__title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04em;
    color: #0b1a40;
    display: flex;
    gap: 12px;
  }
  .how-help__subtitle {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.022rem;
    color: #222222;
    margin-bottom: 8px;
  }
  .how-help__slider {
    width: 100%;
    overflow: visible;
  }
  .how-help__data-item {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    filter: blur(0px) opacity(1);
    z-index: 3;
    background: #080e29;
    gap: 16px;
    padding: 24px 16px;
  }
  .how-help__data-item.light {
    background: #F4F7FC;
  }
  .how-help__data-item-title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 88%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #ffffff;
  }
  .how-help__data-item-subtitle {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 88%;
  }
  .how-help__data-item-top {
    gap: 8px;
  }
  .how-help__data-item-desc {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2.2%;
  }
  .how-help__data-item-link {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 88%;
    letter-spacing: -4%;
    vertical-align: middle;
    margin-top: 8px;
  }
  .how-help__data-item-body {
    gap: 24px;
  }
  .how-help__data-item-bot {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .how-help__data-point {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
  }
}/*# sourceMappingURL=style.css.map */