.hbspt-form--dark .m-newsletter-heading {
  color: inherit !important;
}

.hbspt-form {
  color: var(--white);
}

.hbspt-form--dark,
.hbspt-form--dark .hbspt-form {
  color: inherit;
}

.hbspt-form a {
  color: var(--indigo);
}

.hbspt-form--dark .hbspt-form a {
  color: var(--indigo);
}

.hbspt-form .input {
  padding: 0;
  border: none;
}

.hbspt-form .hs-form-field {
  position: relative;
}

.hbspt-form .hs-form-field label {
  font-size: 13px;
  color: #4a4a4a;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 18px;
  left: 25px;
  transition: var(--bricks-transition);
}

.hbspt-form .hs-form-field input[type="email"] {
  color: #4a4a4a;
  background-color: var(--white);
  font-size: 12px;
  line-height: 1;
  padding: 19px 25px 10px;
  border-radius: 100px;
}

@media screen and (max-width: 1024px) {
  .hbspt-form .hs-form-field input[type="email"] {
    font-size: 16px;
  }
}

.hbspt-form .hs-form-field input[type="email"]:focus {
  outline: none;
}

.hbspt-form .hs-form-field .input .inputs-list {
  list-style-type: none;
  margin: 12px 0 0;
  padding: 0;
}

.hbspt-form .hs-form-field .input .inputs-list label {
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  position: static;
}

.hbspt-form--dark .hbspt-form .hs-form-field .input .inputs-list label {
  color: inherit;
}

.hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span {
  display: block;
  margin-left: 0;
  position: relative;
  padding-left: calc(18px + 10px);
}

.hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::before,
.hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--black);
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 0;
  transition: background-color .3s;
}

.hbspt-form--dark .hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::before,
.hbspt-form--dark .hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after {
  border-color: var(--black);
}

.hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after {
  content: "\f2bc";
  color: var(--black);
  font-size: .8em;
  font-weight: 700;
  font-family: Ionicons;
  line-height: 1.2;
  text-rendering: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  opacity: 0;
  transition: opacity .3s;
}

.hbspt-form--dark .hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after {
  color: var(--indigo);
}

.hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]:checked+span::after {
  opacity: 1;
}

.hbspt-form .hs-error-msgs {
  list-style-type: none;
  margin: 8px 0 0;
  padding: 0;
}

.hbspt-form .hs-error-msgs+.hs-error-msgs {
  margin-top: 0;
}

.hbspt-form .hs-error-msgs li {
  display: flex;
  align-items: center;
  padding-left: 8px;
  position: relative;
}

.hbspt-form .hs-error-msgs li::before {
  content: "";
  background-color: var(--ocean);
  width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
}

.hbspt-form .hs-error-msgs li label {
  color: var(--aqua);
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  position: static;
}

.hbspt-form--dark .hbspt-form .hs-error-msgs li label {
  color: inherit;
}

.hbspt-form .legal-consent-container {
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}

.hbspt-form .hs-submit {
  margin-top: 12px;
}

.hbspt-form .hs-submit .hs-button {
  background-image: var(--gradient-aqua-ocean);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 13px 23px;
  border: none;
  border-radius: 46px;
  transition: var(--orange);
}

.hbspt-form .hs-submit .hs-button:hover {
  background-image: var(--gradient-indigo-lavender);
  color: var(--white);
}

.hbspt-form--dark:not(.hbspt-form-button--primary) .hbspt-form .hs-submit .hs-button {
  background-color: var(--indigo);
  color: #F5F5F5;
}

.hbspt-form--dark:not(.hbspt-form-button--primary) .hbspt-form .hs-submit .hs-button:hover {
  background-color: var(--aqua);
  color: var(--ocean);
}

.hubspot-form--standard {
  background-color: #f1f1f1;
  color: #262626;
  padding: 0 16px 16px;
  border-radius: 8px;
}

.hubspot-form--standard .hbspt-form {
  color: inherit;
}

.hubspot-form--standard .hbspt-form .form-columns-1,
.hubspot-form--standard .hbspt-form .form-columns-2 {
  max-width: 100%;
}

.hubspot-form--standard .hbspt-form .form-columns-1 .hs-input,
.hubspot-form--standard .hbspt-form .form-columns-2 .hs-input {
  width: 100% !important;
}

.hubspot-form--standard .hbspt-form .form-columns-2 {
  display: flex;
  gap: 16px;
}

@media (max-width: 767px) {
  .hubspot-form--standard .hbspt-form .form-columns-2 {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .hubspot-form--standard .hbspt-form .form-columns-2 .hs-form-field {
    flex: 0 0 100%;
  }
}

.hubspot-form--standard .hbspt-form .hs-form-field {
  margin-top: 16px;
}

.hubspot-form--standard .hbspt-form .hs-form-field label {
  margin-bottom: 8px;
  position: static;
}

.hubspot-form--standard .hbspt-form .hs-form-field input:not([type="submit"]),
.hubspot-form--standard .hbspt-form .hs-form-field select.hs-input:not([type="submit"]) {
  background-color: var(--white);
  font-size: 14px;
  line-height: 1;
  padding: 5px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: var(--indigo);
}

@media screen and (max-width: 1024px) {

  .hubspot-form--standard .hbspt-form .hs-form-field input:not([type="submit"]),
  .hubspot-form--standard .hbspt-form .hs-form-field select.hs-input:not([type="submit"]) {
    font-size: 16px;
  }
}

.hubspot-form--standard .hbspt-form .hs-form-field input:not([type="submit"]):focus,
.hubspot-form--standard .hbspt-form .hs-form-field select.hs-input:not([type="submit"]):focus {
  border-color: var(--indigo);
  outline: none;
}

.hubspot-form--standard .hbspt-form .hs-form-field select.hs-input:not([type="submit"]) {
  padding-top: 8px;
  padding-bottom: 8px;
}

.hubspot-form--standard .hbspt-form .hs-submit .hs-button {
  background-color: var(--indigo);
  color: #F5F5F5;
}

.hubspot-form--standard .hbspt-form .hs-submit .hs-button:hover {
  background-color: var(--aqua);
  color: var(--white);
}

.hubspot-form--standard .hbspt-form .hs-error-msgs li label {
  color: inherit;
  margin: 0;
}

.m-hero-internal-simple .hbspt-form .hs-form-field .input .inputs-list label,
.m-quote-and-form .hbspt-form .hs-form-field .input .inputs-list label {
  color: #262626;
}

.m-hero-internal-simple .hbspt-form .hs-form-field .input .inputs-list label input[type=checkbox]+span::before,
.m-hero-internal-simple .hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after,
.m-quote-and-form .hbspt-form .hs-form-field .input .inputs-list label input[type=checkbox]+span::before,
.m-quote-and-form .hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after {
  border: 2px solid var(--black);
}

.m-hero-internal-simple .hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after,
.m-quote-and-form .hbspt-form .hs-form-field .input .inputs-list label input[type="checkbox"]+span::after {
  color: var(--black);
}