.fws-footer-clean,
.fws-footer-clean * {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.fws-footer-clean__logo {
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: .94;
  letter-spacing: -.075em;
  font-weight: 600;
}

.fws-footer-clean__brand p {
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.62;
  letter-spacing: -.035em;
  font-weight: 500;
}

.fws-footer-clean__message label,
.fws-footer-clean__label {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .13em;
  font-weight: 850;
}

.fws-footer-clean__message input {
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 600;
}

.fws-footer-clean__btn {
  font-size: clamp(14px, .92vw, 16px);
  line-height: 1.55;
  letter-spacing: -.035em;
  font-weight: 500;
}

.fws-footer-clean__links a,
.fws-footer-clean__links span {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.025em;
  font-weight: 700;
}

.fws-footer-clean__company p {
  font-size: 13.5px;
  line-height: 1.36;
  letter-spacing: -.025em;
  font-weight: 700;
}

.fws-footer-clean__company p span {
  font-size: 10px;
  line-height: 1;
  letter-spacing: .11em;
  font-weight: 850;
}

.fws-footer-clean__legal a {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .13em;
  font-weight: 850;
  text-transform: uppercase;
}

.fws-footer-clean__privacy-note {
  margin: 12px 0 0;
  color: rgba(232, 244, 252, .52);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: -.02em;
  font-weight: 600;
}

.fws-footer-clean__privacy-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fws-footer-clean__bottom p {
  font-size: 12.5px;
  line-height: 1.45;
  letter-spacing: -.02em;
  font-weight: 600;
}

.fws-footer-clean__bottom p strong {
  font-weight: 800;
}

@media (max-width: 760px) {
  .fws-footer-clean__logo {
    font-size: clamp(31.5px, 8vw, 44px) !important;
  }

  .fws-footer-clean__brand p,
  .fws-footer-clean__links a,
  .fws-footer-clean__links span,
  .fws-footer-clean__company p,
  .fws-footer-clean__company p span,
  .fws-footer-clean__label,
  .fws-footer-clean__message label,
  .fws-footer-clean__btn {
    font-size: 16.3px !important;
  }
}

@media (max-width: 380px), (max-height: 740px) and (max-width: 480px) {
  .fws-footer-clean__logo {
    font-size: clamp(28px, 8.2vw, 34px) !important;
  }

  .fws-footer-clean__brand p,
  .fws-footer-clean__links a,
  .fws-footer-clean__links span,
  .fws-footer-clean__company p,
  .fws-footer-clean__company p span {
    font-size: 15.5px !important;
    line-height: 1.45 !important;
  }
}
