.ab-footer .footer__info a {
  color: #fff !important;
  text-decoration: none !important;
}

.ab-footer .form-subscribe .hsfc-Step {
    background: transparent !important;
    border: 0 !important;
}

.ab-footer .form-subscribe .hsfc-Step__Content {
  padding: 0 !important;
}

.ab-footer .form-subscribe .hsfc-Row label {
  color: #fff !important;
}

.ab-footer .form-subscribe .hsfc-Row input {
  padding: 1ex !important;
  border-radius: 0 !important;
}

.ab-footer .form-subscribe .hsfc-ErrorAlert {
  color: #fff; !important;
}


.ab-footer .form-subscribe button[type="submit"] {
  margin-top: -2rem;
  border-radius: 0;
  border: 1px solid #fff !important;
  font-size: 20px;
  background-color: transparent !important;
  color: #fff !important;
  font-weight: 400;
  display: inline-block;
  width: unset;
  padding: 1ex 2ex;
  position: relative;
  text-decoration: none !important;
}

.ab-footer .form-subscribe button[type="submit"]:hover {
  background-color: #fff !important;
  color: #EF2176 !important;
}

.ab-footer .form-subscribe div:has(> button[type="submit"]) {
  justify-content: flex-start;
}