.what-saying {
}

video {
  width: 100%;
}
@media (min-width: 75em) {
  .page__what-saying {
    padding-top: 4.1875rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-top: clamp(1.875rem, 0.3333333333rem + 5.1388888889vw, 4.1875rem)
  ) {
    .page__what-saying {
      padding-top: clamp(1.875rem, 0.3333333333rem + 5.1388888889vw, 4.1875rem);
    }
  }

  @supports not (
    padding-top: clamp(1.875rem, 0.3333333333rem + 5.1388888889vw, 4.1875rem)
  ) {
    .page__what-saying {
      padding-top: calc(1.875rem + 2.3125 * (100vw - 30rem) / 45);
    }
  }
}

@media (min-width: 75em) {
  .page__what-saying {
    padding-bottom: 3.875rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-bottom: clamp(1.875rem, 0.5416666667rem + 4.4444444444vw, 3.875rem)
  ) {
    .page__what-saying {
      padding-bottom: clamp(
        1.875rem,
        0.5416666667rem + 4.4444444444vw,
        3.875rem
      );
    }
  }

  @supports not (
    padding-bottom: clamp(1.875rem, 0.5416666667rem + 4.4444444444vw, 3.875rem)
  ) {
    .page__what-saying {
      padding-bottom: calc(1.875rem + 2 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .page__what-saying {
    padding-bottom: 1.875rem;
  }
}

.what-saying {
  background-color: #142143;
}

@media (min-width: 75em) {
  .what-saying {
    position: relative;
  }

  .what-saying::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("") center 0/733.5px no-repeat;
  }
}

.what-saying__container:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.what-saying__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 110.5%;
  color: #fff !important;
  text-align: center;
}

@media (min-width: 75em) {
  .what-saying__title {
    font-size: 1.75rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (font-size: clamp(1.375rem, 1.125rem + 0.8333333333vw, 1.75rem)) {
    .what-saying__title {
      font-size: clamp(1.375rem, 1.125rem + 0.8333333333vw, 1.75rem);
    }
  }

  @supports not (
    font-size: clamp(1.375rem, 1.125rem + 0.8333333333vw, 1.75rem)
  ) {
    .what-saying__title {
      font-size: calc(1.375rem + 0.375 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .what-saying__title {
    font-size: 1.375rem;
  }
}

.what-saying__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.what-saying__text {
  line-height: 110.5%;
  color: #fff;
  margin: 0 auto;
  max-width: 44.1875rem;
  text-align: center;
}

.what-saying__text:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media (min-width: 75em) {
  .what-saying__text {
    font-size: 1.25rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    font-size: clamp(1.125rem, 1.0416666667rem + 0.2777777778vw, 1.25rem)
  ) {
    .what-saying__text {
      font-size: clamp(1.125rem, 1.0416666667rem + 0.2777777778vw, 1.25rem);
    }
  }

  @supports not (
    font-size: clamp(1.125rem, 1.0416666667rem + 0.2777777778vw, 1.25rem)
  ) {
    .what-saying__text {
      font-size: calc(1.125rem + 0.125 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .what-saying__text {
    font-size: 1.125rem;
  }
}

.what-saying__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.875rem;
  margin: 0 -15px;
}

@media (min-width: 75em) {
  .what-saying__items {
    margin-right: -0.9375rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
  @supports (
    margin-right:
      clamp(-0.9375rem, 1.6666668403rem + -3.4722224537vw, 0.0000000625rem)
  ) {
    .what-saying__items {
      margin-right: clamp(
        -0.9375rem,
        1.6666668403rem + -3.4722224537vw,
        0.0000000625rem
      );
    }
  }

  @supports not (
    margin-right:
      clamp(-0.9375rem, 1.6666668403rem + -3.4722224537vw, 0.0000000625rem)
  ) {
    .what-saying__items {
      margin-right: calc(
        0.0000000625rem + -0.9375000625 * (100vw - 48rem) / 27
      );
    }
  }
}

@media (max-width: 48em) {
  .what-saying__items {
    margin-right: 0.0000000625rem;
  }
}

@media (min-width: 75em) {
  .what-saying__items {
    margin-left: -0.9375rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
  @supports (
    margin-left:
      clamp(-0.9375rem, 1.6666668403rem + -3.4722224537vw, 0.0000000625rem)
  ) {
    .what-saying__items {
      margin-left: clamp(
        -0.9375rem,
        1.6666668403rem + -3.4722224537vw,
        0.0000000625rem
      );
    }
  }

  @supports not (
    margin-left:
      clamp(-0.9375rem, 1.6666668403rem + -3.4722224537vw, 0.0000000625rem)
  ) {
    .what-saying__items {
      margin-left: calc(0.0000000625rem + -0.9375000625 * (100vw - 48rem) / 27);
    }
  }
}

@media (max-width: 48em) {
  .what-saying__items {
    margin-left: 0.0000000625rem;
  }
}

.what-saying__item {
  flex: 0 1 33.333%;
  padding: 0 15px;
}

@media (min-width: 75em) {
  .what-saying__item {
    padding-right: 0.9375rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
  @supports (
    padding-right:
      clamp(0.0000000625rem, -1.6666664931rem + 3.4722219907vw, 0.9375rem)
  ) {
    .what-saying__item {
      padding-right: clamp(
        0.0000000625rem,
        -1.6666664931rem + 3.4722219907vw,
        0.9375rem
      );
    }
  }

  @supports not (
    padding-right:
      clamp(0.0000000625rem, -1.6666664931rem + 3.4722219907vw, 0.9375rem)
  ) {
    .what-saying__item {
      padding-right: calc(
        0.0000000625rem + 0.9374999375 * (100vw - 48rem) / 27
      );
    }
  }
}

@media (max-width: 48em) {
  .what-saying__item {
    padding-right: 0.0000000625rem;
  }
}

@media (min-width: 75em) {
  .what-saying__item {
    padding-left: 0.9375rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
  @supports (
    padding-left:
      clamp(0.0000000625rem, -1.6666664931rem + 3.4722219907vw, 0.9375rem)
  ) {
    .what-saying__item {
      padding-left: clamp(
        0.0000000625rem,
        -1.6666664931rem + 3.4722219907vw,
        0.9375rem
      );
    }
  }

  @supports not (
    padding-left:
      clamp(0.0000000625rem, -1.6666664931rem + 3.4722219907vw, 0.9375rem)
  ) {
    .what-saying__item {
      padding-left: calc(0.0000000625rem + 0.9374999375 * (100vw - 48rem) / 27);
    }
  }
}

@media (max-width: 48em) {
  .what-saying__item {
    padding-left: 0.0000000625rem;
  }
}

@media (max-width: 61.99875em) {
  .what-saying__item {
    flex: 1 1 100%;
  }
}

.what-saying__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  justify-content: center;
  text-align: center;
}

@media (min-width: 75em) {
  .what-saying__actions {
    padding-top: 2.75rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-top: clamp(1.875rem, 1.2916666667rem + 1.9444444444vw, 2.75rem)
  ) {
    .what-saying__actions {
      padding-top: clamp(1.875rem, 1.2916666667rem + 1.9444444444vw, 2.75rem);
    }
  }

  @supports not (
    padding-top: clamp(1.875rem, 1.2916666667rem + 1.9444444444vw, 2.75rem)
  ) {
    .what-saying__actions {
      padding-top: calc(1.875rem + 0.875 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .what-saying__actions {
    padding-top: 1.875rem;
  }
}

.what-saying__actions:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.what-saying__button {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 127.777778%;
  padding: 1.125rem;
}

@media (min-width: 75em) {
  .what-saying__button {
    padding-right: 1.875rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-right: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)
  ) {
    .what-saying__button {
      padding-right: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 1.875rem);
    }
  }

  @supports not (
    padding-right: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)
  ) {
    .what-saying__button {
      padding-right: calc(1.25rem + 0.625 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .what-saying__button {
    padding-right: 1.25rem;
  }
}

@media (min-width: 75em) {
  .what-saying__button {
    padding-left: 1.875rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-left: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)
  ) {
    .what-saying__button {
      padding-left: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 1.875rem);
    }
  }

  @supports not (
    padding-left: clamp(1.25rem, 0.8333333333rem + 1.3888888889vw, 1.875rem)
  ) {
    .what-saying__button {
      padding-left: calc(1.25rem + 0.625 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .what-saying__button {
    padding-left: 1.25rem;
  }
}

.what-saying__info {
  font-size: 1rem;
  line-height: 110.5%;
  text-align: center;
  color: #fff;
}

.item-what {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item-what__body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  padding-top: 1.1875rem;
  padding-bottom: 0.5625rem;
}

.item-what__content {
  flex: 1 1 100%;
}

.item-what__content:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.item-what__header {
  font-weight: 700;
  line-height: 103.32%;
  display: flex;
  gap: 0.25rem;
  justify-content: space-between;
}

@media (min-width: 75em) {
  .item-what__header {
    font-size: 1.125rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
  @supports (
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem)
  ) {
    .item-what__header {
      font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
    }
  }

  @supports not (
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem)
  ) {
    .item-what__header {
      font-size: calc(1rem + 0.125 * (100vw - 48rem) / 27);
    }
  }
}

@media (max-width: 48em) {
  .item-what__header {
    font-size: 1rem;
  }
}

.item-what__header:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-what__user {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.item-what__name {
  font-size: 1.125rem;
  line-height: 103.32%;
  color: #000;
  white-space: nowrap;
}

.item-what__year {
  line-height: 103.32%;
  color: #00708c;
}

@media (min-width: 75em) {
  .item-what__year {
    font-size: 1rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    font-size: clamp(0.875rem, 0.7916666667rem + 0.2777777778vw, 1rem)
  ) {
    .item-what__year {
      font-size: clamp(0.875rem, 0.7916666667rem + 0.2777777778vw, 1rem);
    }
  }

  @supports not (
    font-size: clamp(0.875rem, 0.7916666667rem + 0.2777777778vw, 1rem)
  ) {
    .item-what__year {
      font-size: calc(0.875rem + 0.125 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .item-what__year {
    font-size: 0.875rem;
  }
}

.item-what__city {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 103.32%;
  color: #0091ff;
}

.item-what__text {
  font-size: 1rem;
  line-height: 103.32%;
}

.item-what__bottom {
  padding-top: 0.4375rem;
}

.item-what__income {
  font-weight: 700;
  line-height: 103.32%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 75em) {
  .item-what__income {
    gap: 1.3125rem;
  }
}

@media (min-width: 62em) and (max-width: 75em) {
  @supports (
    gap: clamp(0.625rem, -2.6538461538rem + 5.2884615385vw, 1.3125rem)
  ) {
    .item-what__income {
      gap: clamp(0.625rem, -2.6538461538rem + 5.2884615385vw, 1.3125rem);
    }
  }

  @supports not (
    gap: clamp(0.625rem, -2.6538461538rem + 5.2884615385vw, 1.3125rem)
  ) {
    .item-what__income {
      gap: calc(0.625rem + 0.6875 * (100vw - 62rem) / 13);
    }
  }
}

@media (max-width: 62em) {
  .item-what__income {
    gap: 0.625rem;
  }
}

@media (min-width: 75em) {
  .item-what__income {
    font-size: 1rem;
  }
}

@media (min-width: 62em) and (max-width: 75em) {
  @supports (
    font-size: clamp(0.875rem, 0.2788461538rem + 0.9615384615vw, 1rem)
  ) {
    .item-what__income {
      font-size: clamp(0.875rem, 0.2788461538rem + 0.9615384615vw, 1rem);
    }
  }

  @supports not (
    font-size: clamp(0.875rem, 0.2788461538rem + 0.9615384615vw, 1rem)
  ) {
    .item-what__income {
      font-size: calc(0.875rem + 0.125 * (100vw - 62rem) / 13);
    }
  }
}

@media (max-width: 62em) {
  .item-what__income {
    font-size: 0.875rem;
  }
}

.item-what__income span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  line-height: 103.32%;
  background-color: #00ff91;
  padding: 8px 31px;
}

@media (min-width: 75em) {
  .item-what__income span {
    padding-right: 1.9375rem;
  }
}

@media (min-width: 62em) and (max-width: 75em) {
  @supports (
    padding-right: clamp(0.5rem, -6.3557692308rem + 11.0576923077vw, 1.9375rem)
  ) {
    .item-what__income span {
      padding-right: clamp(
        0.5rem,
        -6.3557692308rem + 11.0576923077vw,
        1.9375rem
      );
    }
  }

  @supports not (
    padding-right: clamp(0.5rem, -6.3557692308rem + 11.0576923077vw, 1.9375rem)
  ) {
    .item-what__income span {
      padding-right: calc(0.5rem + 1.4375 * (100vw - 62rem) / 13);
    }
  }
}

@media (max-width: 62em) {
  .item-what__income span {
    padding-right: 0.5rem;
  }
}

@media (min-width: 75em) {
  .item-what__income span {
    padding-left: 1.9375rem;
  }
}

@media (min-width: 62em) and (max-width: 75em) {
  @supports (
    padding-left: clamp(0.5rem, -6.3557692308rem + 11.0576923077vw, 1.9375rem)
  ) {
    .item-what__income span {
      padding-left: clamp(
        0.5rem,
        -6.3557692308rem + 11.0576923077vw,
        1.9375rem
      );
    }
  }

  @supports not (
    padding-left: clamp(0.5rem, -6.3557692308rem + 11.0576923077vw, 1.9375rem)
  ) {
    .item-what__income span {
      padding-left: calc(0.5rem + 1.4375 * (100vw - 62rem) / 13);
    }
  }
}

@media (max-width: 62em) {
  .item-what__income span {
    padding-left: 0.5rem;
  }
}

@media (min-width: 75em) {
  .item-what__income span {
    font-size: 1.5rem;
  }
}

@media (min-width: 62em) and (max-width: 75em) {
  @supports (
    font-size: clamp(1.125rem, -0.6634615385rem + 2.8846153846vw, 1.5rem)
  ) {
    .item-what__income span {
      font-size: clamp(1.125rem, -0.6634615385rem + 2.8846153846vw, 1.5rem);
    }
  }

  @supports not (
    font-size: clamp(1.125rem, -0.6634615385rem + 2.8846153846vw, 1.5rem)
  ) {
    .item-what__income span {
      font-size: calc(1.125rem + 0.375 * (100vw - 62rem) / 13);
    }
  }
}

@media (max-width: 62em) {
  .item-what__income span {
    font-size: 1.125rem;
  }
}

@media (min-width: 75em) {
  .page__how {
    padding-top: 3.75rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (padding-top: clamp(1.875rem, 0.625rem + 4.1666666667vw, 3.75rem)) {
    .page__how {
      padding-top: clamp(1.875rem, 0.625rem + 4.1666666667vw, 3.75rem);
    }
  }

  @supports not (
    padding-top: clamp(1.875rem, 0.625rem + 4.1666666667vw, 3.75rem)
  ) {
    .page__how {
      padding-top: calc(1.875rem + 1.875 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .page__how {
    padding-top: 1.875rem;
  }
}

@media (min-width: 75em) {
  .page__how {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-bottom: clamp(1.875rem, 0.7916666667rem + 3.6111111111vw, 3.5rem)
  ) {
    .page__how {
      padding-bottom: clamp(1.875rem, 0.7916666667rem + 3.6111111111vw, 3.5rem);
    }
  }

  @supports not (
    padding-bottom: clamp(1.875rem, 0.7916666667rem + 3.6111111111vw, 3.5rem)
  ) {
    .page__how {
      padding-bottom: calc(1.875rem + 1.625 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .page__how {
    padding-bottom: 1.875rem;
  }
}

.how__container:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.how__body:not(:last-child) {
  margin-bottom: 2.9375rem;
}

.how__header:not(:last-child) {
  margin-bottom: 5.375rem;
}

.how__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 110.5%;
  text-align: center;
}

@media (min-width: 75em) {
  .how__title {
    font-size: 1.75rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (font-size: clamp(1.375rem, 1.125rem + 0.8333333333vw, 1.75rem)) {
    .how__title {
      font-size: clamp(1.375rem, 1.125rem + 0.8333333333vw, 1.75rem);
    }
  }

  @supports not (
    font-size: clamp(1.375rem, 1.125rem + 0.8333333333vw, 1.75rem)
  ) {
    .how__title {
      font-size: calc(1.375rem + 0.375 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .how__title {
    font-size: 1.375rem;
  }
}

.how__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.how__text {
  line-height: 110.5%;
  text-align: center;
}

@media (min-width: 75em) {
  .how__text {
    font-size: 1.25rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    font-size: clamp(1.125rem, 1.0416666667rem + 0.2777777778vw, 1.25rem)
  ) {
    .how__text {
      font-size: clamp(1.125rem, 1.0416666667rem + 0.2777777778vw, 1.25rem);
    }
  }

  @supports not (
    font-size: clamp(1.125rem, 1.0416666667rem + 0.2777777778vw, 1.25rem)
  ) {
    .how__text {
      font-size: calc(1.125rem + 0.125 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .how__text {
    font-size: 1.125rem;
  }
}

@media (max-width: 47.99875em) {
  .how__content {
    display: flex;
    gap: 3.125rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 48em) {
  .how__content {
    gap: 3.125rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 30em) and (max-width: 48em) {
  @supports (
    gap: clamp(0.9375rem, -2.7083333333rem + 12.1527777778vw, 3.125rem)
  ) {
    .how__content {
      gap: clamp(0.9375rem, -2.7083333333rem + 12.1527777778vw, 3.125rem);
    }
  }

  @supports not (
    gap: clamp(0.9375rem, -2.7083333333rem + 12.1527777778vw, 3.125rem)
  ) {
    .how__content {
      gap: calc(0.9375rem + 2.1875 * (100vw - 30rem) / 18);
    }
  }
}

@media (max-width: 47.99875em) and (max-width: 30em) {
  .how__content {
    gap: 0.9375rem;
  }
}

.how__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 3.4375rem;
}

.how__item {
  flex: 0 1 33.333%;
  padding: 0 15px;
}

@media (max-width: 47.99875em) {
  .how__item {
    flex: 1 1 100%;
  }
}

.how__info {
  font-size: 1rem;
  line-height: 110.5%;
  text-align: center;
}

.how__actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
}

@media (max-width: 61.99875em) {
  .how__actions {
    flex-direction: column;
    text-align: center;
  }
}

.how__button {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 127.777778%;
  padding: 1.125rem;
}

@media (min-width: 75em) {
  .how__button {
    padding-right: 2.8125rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-right: clamp(1.25rem, 0.2083333333rem + 3.4722222222vw, 2.8125rem)
  ) {
    .how__button {
      padding-right: clamp(
        1.25rem,
        0.2083333333rem + 3.4722222222vw,
        2.8125rem
      );
    }
  }

  @supports not (
    padding-right: clamp(1.25rem, 0.2083333333rem + 3.4722222222vw, 2.8125rem)
  ) {
    .how__button {
      padding-right: calc(1.25rem + 1.5625 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .how__button {
    padding-right: 1.25rem;
  }
}

@media (min-width: 75em) {
  .how__button {
    padding-left: 2.8125rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    padding-left: clamp(1.25rem, 0.2083333333rem + 3.4722222222vw, 2.8125rem)
  ) {
    .how__button {
      padding-left: clamp(1.25rem, 0.2083333333rem + 3.4722222222vw, 2.8125rem);
    }
  }

  @supports not (
    padding-left: clamp(1.25rem, 0.2083333333rem + 3.4722222222vw, 2.8125rem)
  ) {
    .how__button {
      padding-left: calc(1.25rem + 1.5625 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .how__button {
    padding-left: 1.25rem;
  }
}

.how-decor:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.how-decor__dcontainer {
  position: relative;
  display: flex;
}

.how-decor__dcontainer:not(:last-child) {
  margin-bottom: 3.5rem;
}

@media (max-width: 47.99875em) {
  .how-decor__dcontainer {
    padding-left: 2.8125rem;
  }
}

.how-decor__decor--one {
  position: absolute;
  top: 50%;
  width: 31.944444%;
  height: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px dashed #0091ff;
}

@media (max-width: 61.99875em) {
  .how-decor__decor--one {
    width: 15%;
  }
}

@media (max-width: 47.99875em) {
  .how-decor__decor--one {
    height: 12%;
    width: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.how-decor__decor--two {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 32.638889%;
  height: 0.375rem;
  width: 17.41667%;
  background: url("") 100% / cover no-repeat;
}

@media (max-width: 61.99875em) {
  .how-decor__decor--two {
    left: 16%;
    width: 32%;
  }
}

@media (max-width: 47.99875em) {
  .how-decor__decor--two {
    height: 41%;
    width: 0.625rem;
    left: 50%;
    top: 13%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("") 100% 100% / cover
      no-repeat;
  }
}

.how-decor__decor--three {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 51.944444%;
  height: 0.375rem;
  width: 15.555556%;
  background: url("") 100% 0 / cover no-repeat;
}

@media (max-width: 61.99875em) {
  .how-decor__decor--three {
    width: 15%;
    left: 53%;
  }
}

@media (max-width: 47.99875em) {
  .how-decor__decor--three {
    height: 33%;
    width: 0.625rem;
    left: 50%;
    top: 61%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("") 100% 100% / cover
      no-repeat;
  }
}

.how-decor__span {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

  font-weight: 700;
  font-size: 12.6px;
  line-height: 110.5%;
  color: #fff;
}

.how-decor__span--one {
  background-color: #0091ff;
  z-index: 2;
  left: 31.944444%;
}

.how-decor__span--one::before {
  content: "";
  border: 1px dashed #0091ff;
}

@media (max-width: 61.99875em) {
  .how-decor__span--one {
    left: 15%;
  }
}

@media (max-width: 47.99875em) {
  .how-decor__span--one {
    top: 12%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.how-decor__span--two {
  left: 50.486111%;
}

@media (max-width: 61.99875em) {
  .how-decor__span--two {
    left: 49%;
  }
}

@media (max-width: 47.99875em) {
  .how-decor__span--two {
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.how-decor__span--three {
  left: 68.055556%;
  width: 39px;
  height: 39px;
}

@media (max-width: 47.99875em) {
  .how-decor__span--three {
    top: 95%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.item-how {
  position: relative;
  height: 100%;
  background-color: #142143;
  border: 1px solid #000;
  padding: 15px 23px;
}

.item-how__icon:not(:last-child) {
  margin-bottom: 0.75rem;
}

.item-how__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 110.5%;
  color: #fff;
}

.item-how__title--color {
  color: #0091ff;
}

.item-how__title:not(:last-child) {
  margin-bottom: 0.375rem;
}

.item-how__text {
  font-family: Inter;
  font-size: 1rem;
  line-height: 118.75%;
  color: #fff;
}

@media (min-width: 61.99875em) {
  .item-how__text {
    max-width: 18.75rem;
  }
}

.item-how__link {
  text-decoration-line: underline;
  line-height: 121.428571%;
  color: #e11736;
}

.video {
  position: relative;
  /* padding-bottom: 53.4%; */
  overflow: hidden;
}

.video--small {
  padding-bottom: 57.647059%;
}

.video__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

._play .video__preview {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.video__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (min-width: 75em) {
  .video__actions {
    gap: 0.875rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (gap: clamp(0.5rem, 0.25rem + 0.8333333333vw, 0.875rem)) {
    .video__actions {
      gap: clamp(0.5rem, 0.25rem + 0.8333333333vw, 0.875rem);
    }
  }

  @supports not (gap: clamp(0.5rem, 0.25rem + 0.8333333333vw, 0.875rem)) {
    .video__actions {
      gap: calc(0.5rem + 0.375 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .video__actions {
    gap: 0.5rem;
  }
}

._play .video__actions {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.video__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video__play {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0091ff;
  border-radius: 50%;
  border: 1px solid #0091ff;
  box-shadow: 0 0 26.2px #0091ff;
  transition: all 0.3s;
  z-index: 3;
}

@media (min-width: 75em) {
  .video__play {
    height: 6.125rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    height: clamp(3.375rem, 1.5416666667rem + 6.1111111111vw, 6.125rem)
  ) {
    .video__play {
      height: clamp(3.375rem, 1.5416666667rem + 6.1111111111vw, 6.125rem);
    }
  }

  @supports not (
    height: clamp(3.375rem, 1.5416666667rem + 6.1111111111vw, 6.125rem)
  ) {
    .video__play {
      height: calc(3.375rem + 2.75 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .video__play {
    height: 3.375rem;
  }
}

@media (min-width: 75em) {
  .video__play {
    width: 6.125rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    width: clamp(3.375rem, 1.5416666667rem + 6.1111111111vw, 6.125rem)
  ) {
    .video__play {
      width: clamp(3.375rem, 1.5416666667rem + 6.1111111111vw, 6.125rem);
    }
  }

  @supports not (
    width: clamp(3.375rem, 1.5416666667rem + 6.1111111111vw, 6.125rem)
  ) {
    .video__play {
      width: calc(3.375rem + 2.75 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .video__play {
    width: 3.375rem;
  }
}

.video__play svg {
  pointer-events: none;
}

@media (min-width: 75em) {
  .video__play svg {
    height: 1.75rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    height: clamp(1.125rem, 0.7083333333rem + 1.3888888889vw, 1.75rem)
  ) {
    .video__play svg {
      height: clamp(1.125rem, 0.7083333333rem + 1.3888888889vw, 1.75rem);
    }
  }

  @supports not (
    height: clamp(1.125rem, 0.7083333333rem + 1.3888888889vw, 1.75rem)
  ) {
    .video__play svg {
      height: calc(1.125rem + 0.625 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .video__play svg {
    height: 1.125rem;
  }
}

@media (min-width: 75em) {
  .video__play svg {
    width: 1.875rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    width: clamp(1.0625rem, 0.5208333333rem + 1.8055555556vw, 1.875rem)
  ) {
    .video__play svg {
      width: clamp(1.0625rem, 0.5208333333rem + 1.8055555556vw, 1.875rem);
    }
  }

  @supports not (
    width: clamp(1.0625rem, 0.5208333333rem + 1.8055555556vw, 1.875rem)
  ) {
    .video__play svg {
      width: calc(1.0625rem + 0.8125 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .video__play svg {
    width: 1.0625rem;
  }
}

.video__play svg path {
  transition: all 0.3s;
}

.video__play--small {
  width: 3.375rem;
  height: 3.375rem;
}

.video__play--small svg {
  width: 1.0625rem;
  height: 1.125rem;
}

@media (any-hover: hover) {
  .video__play:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .video__play:hover svg path {
    fill: #0091ff;
  }
}

.video__info {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 34rem;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  color: #0091ff;
}

@media (min-width: 75em) {
  .video__info {
    font-size: 1.25rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.25rem)
  ) {
    .video__info {
      font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.25rem);
    }
  }

  @supports not (
    font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.25rem)
  ) {
    .video__info {
      font-size: calc(1rem + 0.25 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .video__info {
    font-size: 1rem;
  }
}

.video__info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 118.75%;
  text-align: center;
}

.video--small .video__info {
  font-weight: 600;
  line-height: 103.32%;
  max-width: 13.75rem;
}

@media (min-width: 75em) {
  .video--small .video__info {
    font-size: 1rem;
  }
}

@media (min-width: 30em) and (max-width: 75em) {
  @supports (
    font-size: clamp(0.875rem, 0.7916666667rem + 0.2777777778vw, 1rem)
  ) {
    .video--small .video__info {
      font-size: clamp(0.875rem, 0.7916666667rem + 0.2777777778vw, 1rem);
    }
  }

  @supports not (
    font-size: clamp(0.875rem, 0.7916666667rem + 0.2777777778vw, 1rem)
  ) {
    .video--small .video__info {
      font-size: calc(0.875rem + 0.125 * (100vw - 30rem) / 45);
    }
  }
}

@media (max-width: 30em) {
  .video--small .video__info {
    font-size: 0.875rem;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0091ff;
  border: 2px solid #0091ff;
  font-weight: 800;
  font-size: 16px;
  line-height: 113.333333%;
  color: #fff;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media (min-width: 75em) {
  .button {
    font-size: 0.9375rem;
  }
}
.button--bs {
  box-shadow: 0 4px 24.5px #0091ff;
}
@media (max-width: 475px) {
  .what-saying__items {
    border: 2px solid #142143;
  }
}
@media (max-width: 30em) {
  .page__what-saying {
    background: url("") 0 0 / cover no-repeat;
    padding-top: 12.875rem;
  }
  .item-what__body {
    /* background-color: #ffffff9d; */
  }
  .hidden {
    display: none;
  }
}
