/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
form input[type=button],
form input[type=email],
form input[type=text],
form input[type=tel],
form input[type=date],
form textarea {
  margin: 0;
  background: white;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--secondary, black);
  color: var(--wp--preset--color--foreground, black);
  padding: 15px 10px;
}
form input[type=radio],
form input[type=checkbox] {
  display: inline-block;
  appearance: none;
  min-width: 1rem;
  min-height: 1rem;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 2px solid var(--wp--preset--color--secondary, black);
}
form input[type=radio]:hover,
form input[type=checkbox]:hover {
  cursor: pointer;
}
form input[type=radio]::after,
form input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
form input[type=radio]::before,
form input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--wp--preset--color--secondary, black);
  background-color: var(--wp--preset--color--secondary, black);
  -webkit-mask-image: url("../img/check-mark.png");
          mask-image: url("../img/check-mark.png");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 75%;
          mask-size: 75%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
form input[type=radio]:checked::before,
form input[type=checkbox]:checked::before {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.wpcf7 {
  --spacing-label: 15px;
  --spacing-blocks: 30px;
}
.wpcf7 label + label {
  margin-top: var(--spacing-label);
}
.wpcf7 .wp-block-heading {
  margin-top: var(--spacing-blocks);
}
.wpcf7 .form-column-three-one {
  display: grid;
  grid-template: 1fr 1fr/1fr;
  gap: 0;
}
.wpcf7 .form-column-three-one label {
  margin-top: revert;
}
@media (min-width: 560px) {
  .wpcf7 .form-column-three-one {
    grid-template: 1fr/3fr 1fr;
    gap: var(--spacing-blocks);
  }
}
.wpcf7 input[type=submit] {
  display: block;
  margin-top: var(--spacing-blocks);
}
.wpcf7 label {
  display: flex;
  flex-direction: column-reverse;
}
.wpcf7 label .floater {
  padding: 2px 10px;
  color: var(--wp--preset--color--secondary, black);
  font-weight: 500;
}
.wpcf7-list-item label {
  flex-direction: row;
}
.wpcf7-radio, .wpcf7-acceptance {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: var(--spacing-label);
}
.wpcf7-radio label, .wpcf7-acceptance label {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
}
.wpcf7-radio > span, .wpcf7-acceptance > span {
  margin: 0;
}
.wpcf7 .family-members {
  display: none;
}
.wpcf7 .family-members.visible {
  display: block;
  gap: var(--spacing-blocks);
}
.wpcf7 .family-members .form-column-three-one + .form-column-three-one {
  margin-top: var(--spacing-blocks);
}
@media (min-width: 560px) {
  .wpcf7 .family-members .form-column-three-one + .form-column-three-one {
    margin-top: 0;
  }
}
.wpcf7 input[name=website] {
  display: none;
}

.site-header nav {
  display: flex;
  justify-content: flex-end;
}
.site-header .wpz-header-button {
  display: flex !important;
}

body {
  hyphens: auto;
}

@media (max-width: 1024px) {
  .wp-block-columns.break-on-laptop {
    display: grid;
    grid-template-columns: 1fr;
  }
}

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