<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.in-form--single-field .hs-form-field {
  display: inline-block;
  width: 100%;
}

.in-form--multiple-field h4 {
  margin: 0 0 20px 0;
  text-align: center;
}

.in-form--single-form-field form .actions,
.in-form--single-field form .actions {
  text-align: center;
}

.submitted-message {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .in-form--multiple-field h4 {
    text-align: left;
  } 

  .in-form--single-field form {
    display: flex;
  }

  .in-form--single-field .hs-form-field {
    width: calc(100% - 160px);
  }

  .in-form--single-field .hs-submit {
    width: auto;
  }

  .in-form--single-field .actions {
    margin-left: 20px;
  }

  .in-form--single-form-field form .actions,
  .in-form--single-field form .actions {
    text-align: left;
  }

  .in-form--single-field form {
    padding-top: 40px;
  }

  .in-form--single-field form label {
    margin-bottom: 0;
    margin-top: -26px;
  }

  .in-form--single-field form label span:empty {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.hs-form input[type="email"],
.hs-form input[type="number"],
.hs-form input[type="password"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="text"],
.hs-form select,
.hs-form textarea,
.hs-form .hs-input {
  border: 1px solid #707070;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.18px;
  font-weight: 500;
  background-color: transparent;
}

.hs-input::placeholder {
  color: #707070;
  opacity: 0.5;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.18px;
  font-weight: 500;
}

form label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.13px;
  line-height: 17px;
  margin-bottom: 2px;
}

.form-title {
  font-size: 40px; 
  font-weight: 500;
  letter-spacing: -0.40px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 25px !important;
  border: none;
}

span &gt; h3 &gt; .form-title {
  padding: 0;
  background-color: transparent; !important
}

.in-form--form {
  padding: 28px 20px !important;
  border-radius: 14px;
}

.in-form .submitted-message, form {
}

.in-form .submitted-message, form {
  padding: 0 !important;
}

.hs-form .hs-input[type=checkbox] {
  width: 14px !important;
  height: 14px !important;
  border: 1.5px solid black;
  border-radius: 4px;
  padding: 0;
}

form .hs-button, form input[type=submit] {
  width: auto;
}

.hs-form-checkbox-display &gt; span {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.13px
}

.hs-form .hs-input[type=checkbox]:checked:before {
  background: #fff;
  content: "";
  height: 10px;
  left: 7px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 3px;
}

.hs-form .hs-input[type=checkbox]:checked:after {
    background: #fff;
    content: "";
    height: 6px;
    left: 3px;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 3px;
}

@media (max-width: 800px) {
  .form-title {
    font-size: 32px;
    letter-spacing: -0.32px;
    line-height: 33px;
  }
}

form {
  border: none !important;
}

.hs-input &gt; span {
  font-size: 13px;
}</pre></body></html>