/* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.hs-form label {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  display: block;
  margin-bottom: 0.25rem;
}
.hs-form .hs-error-msgs {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding: 0;
  color: #ad0322;
  list-style: none;
}
.hs-form .bg-indigo .hs-error-msgs.hs-button, .hs-form .bg-navy .hs-error-msgs.hs-button, .bg-navy .hs-form .hs-error-msgs, .bg-indigo .hs-form .hs-error-msgs {
  color: #fcfcfc;
}
.hs-form .hs-error-msgs label {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
}
.hs-form fieldset {
  display: grid;
  grid-template-columns: 1fr;
  max-width: none !important;
  column-gap: 1.25rem;
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 36rem) {
  .hs-form fieldset.form-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.hs-form fieldset .input {
  margin: 0 !important;
}
.hs-form fieldset .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.hs-fieldtype-checkbox > label,
.hs-fieldtype-radio > label {
  display: block;
  margin-bottom: 1rem;
}

.hbspt-form ul[role=checkbox],
.hbspt-form ul[role=radio],
.hs_single_checkbox ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.hbspt-form ul[role=checkbox] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=checkbox] input[type=checkbox]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=radio]:focus ~ label::before,
.hbspt-form ul[role=radio] input[type=checkbox]:focus ~ label::before,
.hs_single_checkbox ul input[type=radio]:focus ~ label::before,
.hs_single_checkbox ul input[type=checkbox]:focus ~ label::before {
  border-color: #0737cf;
}
.hbspt-form ul[role=checkbox] li,
.hbspt-form ul[role=radio] li,
.hs_single_checkbox ul li {
  margin-bottom: 0 !important;
}
.hbspt-form ul[role=checkbox] br,
.hbspt-form ul[role=radio] br,
.hs_single_checkbox ul br {
  display: none;
}

.hs-input {
  width: 100% !important;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span,
.hs-form-booleancheckbox-display > span {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  margin-bottom: var(--subtitle-1-margin-bottom);
  margin-bottom: 0.375rem !important;
  cursor: pointer;
}
.hs-form-checkbox-display > span:last-child,
.hs-form-radio-display > span:last-child,
.hs-form-booleancheckbox-display > span:last-child {
  margin-bottom: 0;
}
.hs-form-checkbox-display > span:hover::before, .hs-form-checkbox-display > span:focus::before,
.hs-form-radio-display > span:hover::before,
.hs-form-radio-display > span:focus::before,
.hs-form-booleancheckbox-display > span:hover::before,
.hs-form-booleancheckbox-display > span:focus::before {
  border-color: #0737cf;
}

.hs-form-checkbox-display input:checked ~ span::before,
.hs-form-booleancheckbox-display input:checked ~ span::before {
  content: "\ea0a";
}

.hs-form-radio-display input:checked ~ span::before {
  content: "\ea34";
}

.hs-submit {
  margin-top: clamp(0.5rem, -0.6428571429rem + 2.380952381vw, 1.5rem);
}

.hs-button {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.6875rem 1.9375rem;
  text-align: center;
  border-radius: 100rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #fcfcfc;
  border: 1px solid #0737cf;
  background-color: #0737cf;
}
.bg-navy .hs-form .hs-button.hs-error-msgs, .bg-indigo .hs-form .hs-button.hs-error-msgs, .bg-navy .hs-button, .bg-indigo .hs-button {
  color: #0737cf;
  border-color: #fcfcfc;
  background-color: #fcfcfc;
}
.bg-navy .hs-button:hover, .bg-indigo .hs-button:hover, .bg-navy .hs-button:focus, .bg-indigo .hs-button:focus {
  color: #0a0028;
  border-color: #4bc031;
  background-color: #4bc031;
}
.hs-button:hover, .hs-button:focus {
  color: #0a0028;
  border-color: #4bc031;
  background-color: #4bc031;
}
.bg-white .hs-button {
  color: #fcfcfc;
  border: 1px solid #0737cf;
  background-color: #0737cf;
}
.bg-white .hs-button:hover, .bg-white .hs-button:focus {
  color: #0a0028;
  border-color: #4bc031;
  background-color: #4bc031;
}

.hs-form-field {
  margin-bottom: 1.5rem !important;
  line-height: 1.5rem;
}

.hubspot-link__container {
  display: none;
}