/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.hbspt-form .hs-form-field,
#hubspotform .hs-form-field {
  margin-bottom: 1rem;
}
.hbspt-form textarea,
.hbspt-form select,
.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=tel],
.hbspt-form input[type=file],
.hbspt-form input[type=password],
#hubspotform textarea,
#hubspotform select,
#hubspotform input[type=text],
#hubspotform input[type=email],
#hubspotform input[type=tel],
#hubspotform input[type=file],
#hubspotform input[type=password] {
  min-width: 100%;
  border: 1px solid var(--color-primary);
  padding: 5px;
}
.hbspt-form select:focus option,
.hbspt-form select:focus option:disabled,
#hubspotform select:focus option,
#hubspotform select:focus option:disabled {
  background-color: #fff !important;
  color: #000 !important;
}
.hbspt-form input[type=submit],
#hubspotform input[type=submit] {
  background-color: var(--color-primary);
  color: white;
  padding: 0.625rem 1.25rem;
  border: none;
  cursor: pointer;
}
.hbspt-form ul.inputs-list,
#hubspotform ul.inputs-list {
  list-style: none;
  padding: 0;
}
.hbspt-form ul.inputs-list li::marker,
#hubspotform ul.inputs-list li::marker {
  content: normal;
}
.hbspt-form .hs-form-booleancheckbox,
.hbspt-form .hs-form-checkbox,
.hbspt-form .hs-form-radio,
#hubspotform .hs-form-booleancheckbox,
#hubspotform .hs-form-checkbox,
#hubspotform .hs-form-radio {
  margin-top: 1rem;
}
.hbspt-form .hs-form-booleancheckbox label,
.hbspt-form .hs-form-checkbox label,
.hbspt-form .hs-form-radio label,
#hubspotform .hs-form-booleancheckbox label,
#hubspotform .hs-form-checkbox label,
#hubspotform .hs-form-radio label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1rem;
  align-items: center;
}
.hbspt-form .hs-form-booleancheckbox input,
.hbspt-form .hs-form-checkbox input,
.hbspt-form .hs-form-radio input,
#hubspotform .hs-form-booleancheckbox input,
#hubspotform .hs-form-checkbox input,
#hubspotform .hs-form-radio input {
  /* Add if not using autoprefixer */
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid var(--color-primary);
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.hbspt-form .hs-form-booleancheckbox input::before,
.hbspt-form .hs-form-checkbox input::before,
.hbspt-form .hs-form-radio input::before,
#hubspotform .hs-form-booleancheckbox input::before,
#hubspotform .hs-form-checkbox input::before,
#hubspotform .hs-form-radio input::before {
  content: "";
  width: 0.65em;
  aspect-ratio: 1;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-primary);
}
.hbspt-form .hs-form-booleancheckbox input:checked::before,
.hbspt-form .hs-form-checkbox input:checked::before,
.hbspt-form .hs-form-radio input:checked::before,
#hubspotform .hs-form-booleancheckbox input:checked::before,
#hubspotform .hs-form-checkbox input:checked::before,
#hubspotform .hs-form-radio input:checked::before {
  transform: scale(1);
}

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