@media (min-width: 1023px) {
  .ht--hero-section-home .ht--internal-row:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    border-radius: 60px;
  }
}
@media (max-width: 1024px) {
  /* .ht--hero-section-home .ht--internal-row:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 !important;
    height: 100%;

    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.16) 0%,
      rgba(0, 0, 0, 0.8) 84.64%
    );
  } */
}
.ht--form #gform_submit_button_1 {
  font-size: clamp(18px, 15.7714px + 0.5714vw, 24px) !important;
  border-radius: 999px !important;
  padding: 24px 40px !important;
}
@media (max-width: 1023px) {
  .ht--form #gform_submit_button_1 {
    padding: 20px 24px !important;
  }
}
.ht--form
  .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: #5c1089 !important;
}
.ht--form #gform_fields_1 {
  grid-row-gap: 22px !important;
}
