.hbspt-form {
  font: inherit !important;
}
input[type="email"].hs-input {
  border: 1px solid #29ffbf;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  background: transparent !important;
  color: #fff !important;
  width: 100% !important;
}
.hs-input::placeholder {
  color: #fff !important;
}

.hs-form-booleancheckbox {
  color: #fff !important;
  text-align: left !important;
}
input[type="checkbox"].hs-input {
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 1px solid #29ffbf !important;
  margin-right: 0.8rem !important;
}

input[type="checkbox"].hs-input:checked {
  border: 1px solid #29ffbf !important;
  background-image: url("https://cdn.prod.website-files.com/6721edec2a463887e742a101/68e3e215d4d27f964c3555c6_Frame%20(1).svg") !important;
  background-color: #29ffbf !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0.25rem !important;
}

.hs-email > label {
  display: none !important;
}

ul {
  list-style-type: none !important;
  padding-left: 0px !important;
}
ul > li {
  padding-left: 0px !important;
}

input[type="submit"] {
  color: #000 !important;
  background: #29ffbf !important;
  padding: 1rem 4rem !important;
  border-radius: 0.5rem !important;
  cursor: pointer !important;
  width: 100% !important;
}

.hs-error-msg,
.hs-error-msgs {
  color: red !important;
}
