/***** Vistra Design System *****/
/************************************/
/* 16px */
/* 24px */
/***** START: New theme variables *****/
/************************************/
/***** END: New theme variables ******/
/************************************/
.hubspot-form form .hs-form-field label {
  color: #2A2A2A;
  padding-bottom: 4px;
  padding-top: 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media all and (min-width: 64em) {
  .hubspot-form form .hs-form-field label {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.hubspot-form form .hs-form-field input {
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.hubspot-form form .hs-form-field select {
  border-radius: 8px;
  padding: 1rem;
  height: auto !important;
  margin-bottom: 1rem;
}
.hubspot-form form .hs-form-field textarea {
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 64em) {
  .hubspot-form form .form-columns-2 .hs-form-field:first-child .input {
    margin-right: 1.5rem;
  }
  .hubspot-form form .form-columns-2 .hs-form-field:nth-child(2) .input {
    margin-right: 0;
  }
}
@media all and (max-width: 63.9375em) {
  .hubspot-form form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none;
  }
}
.hubspot-form form .legal-consent-container {
  padding-block: 1rem;
}
.hubspot-form form .legal-consent-container .hs-form-booleancheckbox-display span * {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
}
@media all and (min-width: 48em) {
  .hubspot-form form .legal-consent-container .hs-form-booleancheckbox-display span * {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.01em;
  }
}
.hubspot-form form .legal-consent-container .hs-richtext p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}
.hubspot-form form .legal-consent-container .hs-richtext p a {
  color: var(--text-link-color, var(--text-color, #2A2A2A));
  text-decoration: underline;
}
@media all and (min-width: 48em) {
  .hubspot-form form .legal-consent-container .hs-richtext p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.hubspot-form form .legal-consent-container label {
  color: var(--text-color, #2A2A2A);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
}
@media all and (min-width: 48em) {
  .hubspot-form form .legal-consent-container label {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.01em;
  }
}
.hubspot-form form .legal-consent-container label a {
  color: var(--text-color, #2A2A2A);
  text-decoration: underline;
}
.hubspot-form form .legal-consent-container label.hs-form-booleancheckbox-display {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.hubspot-form form .submitted-message {
  color: var(---error-color, #da3237);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}
@media all and (min-width: 48em) {
  .hubspot-form form .submitted-message {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.hubspot-form form .hs-fieldtype-checkbox .inputs-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 4px;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox {
  margin: 0;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display {
  cursor: pointer;
  position: relative;
  font-weight: normal;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox]:checked + span {
  background-color: var(--pill-selected-color, #FFF);
  color: var(--pill-selected-text-color, #0909B7);
  border-color: transparent;
  padding-left: 16px;
  padding-right: 12px;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox]:checked + span::before {
  opacity: 0;
  width: 0;
  margin-right: 0;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox]:checked + span::after {
  opacity: 1;
  width: 14px;
  margin-left: 4px;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px 8px 12px;
  background-color: transparent;
  color: var(--pill-color, #FFF);
  border: 1px solid var(--pill-color, #FFF);
  border-radius: 20px;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.01em;
}
@media all and (min-width: 48em) {
  .hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display span {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.01em;
  }
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display span:hover {
  background-color: rgba(0, 26, 91, 0.15);
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8.5 7.5V4H7.5V7.5H4V8.5H7.5V12H8.5V8.5H12V7.5H8.5Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8.5 7.5V4H7.5V7.5H4V8.5H7.5V12H8.5V8.5H12V7.5H8.5Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.hubspot-form form .hs-fieldtype-checkbox .hs-form-checkbox-display span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 14px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12 4.70012L11.3 4.00012L8 7.30012L4.7 4.00012L4 4.70012L7.3 8.00012L4 11.3001L4.7 12.0001L8 8.70012L11.3 12.0001L12 11.3001L8.7 8.00012L12 4.70012Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12 4.70012L11.3 4.00012L8 7.30012L4.7 4.00012L4 4.70012L7.3 8.00012L4 11.3001L4.7 12.0001L8 8.70012L11.3 12.0001L12 11.3001L8.7 8.00012L12 4.70012Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  margin-left: 0;
}
.hubspot-form form .form-columns-1 .hs-fieldtype-textarea .input, .hubspot-form form .form-columns-1 .hs-fieldtype-select .input {
  margin-right: 0;
}
.hubspot-form form ul.hs-error-msgs label.hs-error-msg {
  color: var(---error-color, #da3237);
  margin-top: -8px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}
@media all and (min-width: 48em) {
  .hubspot-form form ul.hs-error-msgs label.hs-error-msg {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.hubspot-form form .hs-submit .hs-button.primary.large {
  padding: 1rem 1.5rem;
  width: 100%;
}
@media all and (min-width: 48em) {
  .hubspot-form form .hs-submit .hs-button.primary.large {
    width: auto;
  }
}
.hubspot-form form .hs_select_the_topic_s__that_interest_you_the_most {
  padding-block: 1.5rem;
  border-top: 1px solid #a6a9aD;
  border-bottom: 1px solid #a6a9aD;
}
/*# sourceMappingURL=hubspot-form.css.map */
