.form-script form {
  background-color: transparent !important;
}
.form-script form .webform_step {
  background-color: transparent !important;
  margin: 0 !important;
  border: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
.form-script form .webform_step > div:first-child, .form-script form .webform_step > div:nth-child(2) {
  display: none !important;
}
.form-script form .webform_step > div:nth-child(3) .wfe_component {
  background-color: transparent !important;
}
.form-script form .webform_step > div:nth-child(3) .wfe_component label {
  font-family: "Inter" !important;
}
.form-script form .webform_step > div:nth-child(3) .wfe_component input {
  width: 100% !important;
  border-radius: 0 !important;
}
.form-script form .webform_step > div:nth-child(4) .wfe_component {
  background-color: transparent !important;
}
.form-script form .webform_step > div:nth-child(4) .wfe_component input {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-family: "Inter" !important;
}
