.form-consent a {
  font-size: inherit !important;
  color: inherit !important;
  text-decoration: underline !important;
}

.form-consent a:hover,
.form-consent a:active,
.form-consent a:focus {
  text-decoration: none !important;
}

.form-consent p > a {
  font-size: inherit !important;
  color: inherit !important;
  text-decoration: underline !important;
}

.form-consent p > a:hover,
.form-consent p > a:active,
.form-consent p > a:focus {
  text-decoration: none !important;
}

body.home .form-call {
  a {
    color: inherit;
  }
}

.gform_wrapper {
  .validation_error {
    display: none;
  }
}