.contact-us-page {
  color: #361f1a;
}

.contact-us-page .page-header {
  font-family: tt firs neue variable, sans-serif;
  font-size: 1.375rem;
}

@media (width >= 600px) {
  .contact-us-page .page-header {
    font-size: 2rem;
  }
}

.contact-us-page .consent-checkbox-group .form-check-input {
  margin-top: .2rem;
}

.contact-us-page .consent-checkbox-group .form-check-label {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-us-page .consent-checkbox-group .form-check-label a {
  color: inherit;
  text-decoration: underline;
}

.contact-us-page .consent-checkbox-group .form-check-label a:hover, .contact-us-page .consent-checkbox-group .form-check-label a:focus {
  opacity: .8;
}

.contact-us-page .consent-checkbox-group .form-check-input.is-invalid ~ .form-check-label {
  color: #361f1a;
}

.contact-us-page .consent-checkbox-group .invalid-feedback {
  padding-left: 0;
  display: none;
}

.contact-us-page .consent-checkbox-group .form-check-input.is-invalid ~ .invalid-feedback {
  display: block;
}


/*# sourceMappingURL=contactUs.css.map*/