/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/shared.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.wp-theme-brickswolfpackclub [type=button], .wp-theme-brickswolfpackclub [type=submit], .wp-theme-brickswolfpackclub button {
  border-radius: var(--wp--custom--compontent--border--radius);
}
.wp-theme-brickswolfpackclub * {
  box-sizing: border-box;
}
:root {
  --wp--custom--submenu-icon--button--height: var(--wp--custom--submenu-icon--size);
}
@media (min-width: 768px) {
  :root {
    --wp--custom--header--content--padding--y: 1.5rem;
  }
}
.spinning-badge {
  min-width: 35%;
  aspect-ratio: 1/1;
  animation: spin 10s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.column__content {
  padding-block: clamp(3rem, 6vw, 7rem);
  padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
}
@media (min-width: 768px) {
  .column__content {
    padding-inline: var(--wp--preset--spacing--40);
  }
}
[class*=section] {
  margin-block-start: 0;
}
.is-style-section-header > * {
  margin-block-start: 1.5rem;
}
.is-style-section-header + * {
  margin-block-start: 3rem;
}
@media (min-width: 768px) {
  .is-style-page-section {
    padding-inline: var(--wp--preset--spacing--40);
  }
}
.has-base-background-color .is-style-card {
  background-color: var(--wp--preset--color--base-2);
}
.has-base-background-color .is-style-post-card {
  background-color: var(--wp--preset--color--base-2);
}
.has-base-2-background-color .is-style-card {
  background-color: var(--wp--preset--color--base);
}
.has-base-2-background-color .is-style-post-card {
  background-color: var(--wp--preset--color--base);
}
.has-base-3-background-color .is-style-card {
  background-color: var(--wp--preset--color--base);
}
.has-base-3-background-color .is-style-post-card {
  background-color: var(--wp--preset--color--base);
}
.is-style-column-content {
  padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
}
@media (min-width: 768px) {
  .is-style-column-content {
    padding-inline: var(--wp--preset--spacing--40);
  }
}
.is-style-post-card {
  gap: 0;
}
.is-style-post-card .post-content {
  margin-block-start: 0;
  padding: clamp(1rem, 2vw, 2rem);
}
.is-style-work-card {
  --work-card--padding: var(--wp--preset--spacing--30);
  display: grid;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5/4;
  border-radius: var(--wp--custom--border--radius--xl);
  background-color: var(--wp--preset--color--base);
  padding: var(--work-card--padding);
  text-align: center;
}
.is-style-work-card::after {
  content: "";
  position: absolute;
  top: var(--work-card--padding);
  right: var(--work-card--padding);
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,<%3Fxml version=\"1.0\" encoding=\"UTF-8\"%3F><svg id=\"a\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 199.62 160.7\"><polyline points=\"119.25 15 184.62 80.37 119.29 145.7\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\"/><line x1=\"184.62\" y1=\"80.37\" x2=\"15\" y2=\"80.37\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\"/></svg>");
          mask-image: url("data:image/svg+xml,<%3Fxml version=\"1.0\" encoding=\"UTF-8\"%3F><svg id=\"a\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 199.62 160.7\"><polyline points=\"119.25 15 184.62 80.37 119.29 145.7\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\"/><line x1=\"184.62\" y1=\"80.37\" x2=\"15\" y2=\"80.37\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\"/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: currentColor;
  transform: translate(0, 0) rotate(-45deg);
  width: 2em;
  height: 2em;
  margin-top: 0.075em;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.is-style-work-card:hover::after {
  transform: translate(0.5rem, -0.5rem) rotate(-45deg);
  opacity: 1;
}
.is-style-work-card .work__title {
  font-size: clamp(1.2rem, 2vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.0375em;
}
li a, p a {
  color: var(--wp--preset--color--contrast);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in-out;
}
li a:hover, p a:hover {
  text-decoration-color: var(--wp--preset--color--accent);
}
.has-contrast-background-color .wp-block-heading,
.has-contrast-2-background-color .wp-block-heading {
  color: var(--wp--preset--color--base);
}
.has-contrast-background-color li, .has-contrast-background-color p,
.has-contrast-2-background-color li,
.has-contrast-2-background-color p {
  color: color-mix(in srgb, var(--wp--preset--color--base) 60%, var(--wp--preset--color--contrast));
}
.has-contrast-background-color li a, .has-contrast-background-color p a,
.has-contrast-2-background-color li a,
.has-contrast-2-background-color p a {
  color: var(--wp--preset--color--base);
}
.wp-block-button.is-style-link .wp-block-button__link {
  display: inline-flex;
  gap: 0.5em;
  min-height: unset;
  font-weight: 500;
  font-size: 1rem;
}
.wp-block-button.is-style-link .wp-block-button__link::after {
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 277.06 131.7\"><polyline points=\"210.98 .5 276.36 65.87 211.03 131.2\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" vector-effect=\"non-scaling-stroke\" stroke-width=\"1\" /><line x1=\"276.36\" y1=\"65.87\" x2=\".5\" y2=\"65.87\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" vector-effect=\"non-scaling-stroke\" stroke-width=\"1\" /></svg>");
          mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 277.06 131.7\"><polyline points=\"210.98 .5 276.36 65.87 211.03 131.2\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" vector-effect=\"non-scaling-stroke\" stroke-width=\"1\" /><line x1=\"276.36\" y1=\"65.87\" x2=\".5\" y2=\"65.87\" fill=\"none\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" vector-effect=\"non-scaling-stroke\" stroke-width=\"1\" /></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: currentColor;
  width: 1em;
  height: 1em;
  margin-top: 0.15em;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.wp-block-button.is-style-link .wp-block-button__link:hover::after {
  transform: translateX(0.25em);
}
.has-base-background-color .wp-block-button .wp-block-button__link, .has-base-2-background-color .wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--contrast);
}
:root .wp-theme-brickswolfpackclub .wp-block-buttons {
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  :root .wp-theme-brickswolfpackclub .wp-block-buttons {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  :root .wp-theme-brickswolfpackclub .wp-block-buttons .is-style-link + .is-style-link {
    margin-left: 1rem;
  }
}
:root .wp-theme-brickswolfpackclub :where(.wp-element-buttons) {
  gap: 1rem;
}
.wp-block-group.is-linked {
  position: relative;
  cursor: pointer;
}
.wp-block-group.is-linked .wp-block-group__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.wp-block-group.is-linked .wp-block-group__link:empty {
  display: block;
}
.wp-block-group.is-linked span[data-href] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}
.wp-block-group.is-linked span[data-href]:hover {
  text-decoration: none;
}
.wp-block-group.is-linked button {
  position: relative;
  z-index: 2;
}
.wp-block-group.is-linked input,
.wp-block-group.is-linked select,
.wp-block-group.is-linked textarea {
  position: relative;
  z-index: 2;
}
.wp-block-group.is-linked .wp-block-post-terms a {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-group.is-linked {
  outline: 2px dashed rgba(0, 123, 255, 0.3);
  outline-offset: -2px;
}
.editor-styles-wrapper .wp-block-group.is-linked:hover {
  outline-color: rgba(0, 123, 255, 0.6);
}
.editor-styles-wrapper .wp-block-group.is-linked::before {
  content: "Linked Block";
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 123, 255, 0.9);
  color: white;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 3px;
  z-index: 10;
  pointer-events: none;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wp-block-list.is-style-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding-left: 0;
}
.wp-block-list.is-style-pills li {
  margin-block-start: 0;
  padding: 0.75rem 1rem;
  background-color: var(--wp--preset--color--primary);
  display: inline-block;
  font-size: 0.75rem;
  color: var(--wp--preset--color--base);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.wc-block-components-text-input label,
.wc-block-components-form .wc-block-components-text-input label, .gform_wrapper.gravity-theme .name_first label,
.gform_wrapper.gravity-theme .name_last label,
.gform_wrapper.gravity-theme .name_middle label,
.gform_wrapper.gravity-theme .name_prefix label,
.gform_wrapper.gravity-theme .name_suffix label,
.gform_wrapper.gravity-theme .ginput_left label,
.gform_wrapper.gravity-theme .ginput_right label,
.gform_wrapper.gravity-theme .address_line_1 label,
.gform_wrapper.gravity-theme .address_line_2 label,
.gform_wrapper.gravity-theme .address_city label,
.gform_wrapper.gravity-theme .address_state label,
.gform_wrapper.gravity-theme .address_zip label,
.gform_wrapper.gravity-theme .address_country label, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) label:first-of-type, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) label:first-of-type, .wf-form .wc-block-components-text-input:not([type=submit]) label:first-of-type,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) .gfield_label_before_complex,
.wf-form .wc-block-components-text-input:not([type=submit]) .gfield_label_before_complex,
.gform_wrapper.gravity-theme .gfield label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield label:first-of-type,
.wf-form .gfield label:first-of-type,
.gform_wrapper.gravity-theme .gfield .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield .gfield_label_before_complex,
.wf-form .gfield .gfield_label_before_complex,
.gform_wrapper.gravity-theme .wf-input-group label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group label:first-of-type,
.wf-form .wf-input-group label:first-of-type,
.gform_wrapper.gravity-theme .wf-input-group .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group .gfield_label_before_complex,
.wf-form .wf-input-group .gfield_label_before_complex {
  margin-bottom: var(--p-spacing1);
  font-size: var(--wp--custom--form--field--label--font-size);
  font-family: var(--wp--custom--form--field--label--font);
  font-weight: var(--wp--custom--form--field--label--font-weight);
  line-height: var(--wp--custom--form--field--label--line-height);
  color: var(--wp--custom--form--field--label--color);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  transform: translate(0, 10.5px) scale(1);
  transform-origin: top left;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}
.gform_wrapper.gravity-theme .name_first.is-focused label,
.gform_wrapper.gravity-theme .name_last.is-focused label,
.gform_wrapper.gravity-theme .name_middle.is-focused label,
.gform_wrapper.gravity-theme .name_prefix.is-focused label,
.gform_wrapper.gravity-theme .name_suffix.is-focused label,
.gform_wrapper.gravity-theme .ginput_left.is-focused label,
.gform_wrapper.gravity-theme .ginput_right.is-focused label,
.gform_wrapper.gravity-theme .address_line_1.is-focused label,
.gform_wrapper.gravity-theme .address_line_2.is-focused label,
.gform_wrapper.gravity-theme .address_city.is-focused label,
.gform_wrapper.gravity-theme .address_state.is-focused label,
.gform_wrapper.gravity-theme .address_zip.is-focused label,
.gform_wrapper.gravity-theme .address_country.is-focused label, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-active label:first-of-type, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-active label:first-of-type, .wf-form .wc-block-components-text-input:not([type=submit]).is-active label:first-of-type, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-focused label:first-of-type, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-focused label:first-of-type, .wf-form .wc-block-components-text-input:not([type=submit]).is-focused label:first-of-type, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-active .gfield_label_before_complex, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-active .gfield_label_before_complex, .wf-form .wc-block-components-text-input:not([type=submit]).is-active .gfield_label_before_complex, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex, .wf-form .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex,
.gform_wrapper.gravity-theme .gfield.is-active label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-active label:first-of-type,
.wf-form .gfield.is-active label:first-of-type,
.gform_wrapper.gravity-theme .gfield.is-focused label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-focused label:first-of-type,
.wf-form .gfield.is-focused label:first-of-type,
.gform_wrapper.gravity-theme .gfield.is-active .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-active .gfield_label_before_complex,
.wf-form .gfield.is-active .gfield_label_before_complex,
.gform_wrapper.gravity-theme .gfield.is-focused .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-focused .gfield_label_before_complex,
.wf-form .gfield.is-focused .gfield_label_before_complex,
.gform_wrapper.gravity-theme .wf-input-group.is-active label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-active label:first-of-type,
.wf-form .wf-input-group.is-active label:first-of-type,
.gform_wrapper.gravity-theme .wf-input-group.is-focused label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-focused label:first-of-type,
.wf-form .wf-input-group.is-focused label:first-of-type,
.gform_wrapper.gravity-theme .wf-input-group.is-active .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-active .gfield_label_before_complex,
.wf-form .wf-input-group.is-active .gfield_label_before_complex,
.gform_wrapper.gravity-theme .wf-input-group.is-focused .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-focused .gfield_label_before_complex,
.wf-form .wf-input-group.is-focused .gfield_label_before_complex {
  color: var(--wp--custom--form--field--border--focus);
}
.gform_wrapper.gravity-theme .name_first.has-value label,
.gform_wrapper.gravity-theme .name_last.has-value label,
.gform_wrapper.gravity-theme .name_middle.has-value label,
.gform_wrapper.gravity-theme .name_prefix.has-value label,
.gform_wrapper.gravity-theme .name_suffix.has-value label,
.gform_wrapper.gravity-theme .ginput_left.has-value label,
.gform_wrapper.gravity-theme .ginput_right.has-value label,
.gform_wrapper.gravity-theme .address_line_1.has-value label,
.gform_wrapper.gravity-theme .address_line_2.has-value label,
.gform_wrapper.gravity-theme .address_city.has-value label,
.gform_wrapper.gravity-theme .address_state.has-value label,
.gform_wrapper.gravity-theme .address_zip.has-value label,
.gform_wrapper.gravity-theme .address_country.has-value label, .gform_wrapper.gravity-theme .name_first.is-focused label,
.gform_wrapper.gravity-theme .name_last.is-focused label,
.gform_wrapper.gravity-theme .name_middle.is-focused label,
.gform_wrapper.gravity-theme .name_prefix.is-focused label,
.gform_wrapper.gravity-theme .name_suffix.is-focused label,
.gform_wrapper.gravity-theme .ginput_left.is-focused label,
.gform_wrapper.gravity-theme .ginput_right.is-focused label,
.gform_wrapper.gravity-theme .address_line_1.is-focused label,
.gform_wrapper.gravity-theme .address_line_2.is-focused label,
.gform_wrapper.gravity-theme .address_city.is-focused label,
.gform_wrapper.gravity-theme .address_state.is-focused label,
.gform_wrapper.gravity-theme .address_zip.is-focused label,
.gform_wrapper.gravity-theme .address_country.is-focused label, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-value label:first-of-type, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).has-value label:first-of-type, .wf-form .wc-block-components-text-input:not([type=submit]).has-value label:first-of-type, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-value .gfield_label_before_complex, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).has-value .gfield_label_before_complex, .wf-form .wc-block-components-text-input:not([type=submit]).has-value .gfield_label_before_complex,
.gform_wrapper.gravity-theme .gfield.has-value label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.has-value label:first-of-type,
.wf-form .gfield.has-value label:first-of-type,
.gform_wrapper.gravity-theme .gfield.has-value .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.has-value .gfield_label_before_complex,
.wf-form .gfield.has-value .gfield_label_before_complex,
.gform_wrapper.gravity-theme .wf-input-group.has-value label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.has-value label:first-of-type,
.wf-form .wf-input-group.has-value label:first-of-type,
.gform_wrapper.gravity-theme .wf-input-group.has-value .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.has-value .gfield_label_before_complex,
.wf-form .wf-input-group.has-value .gfield_label_before_complex, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-active label:first-of-type, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-active label:first-of-type, .wf-form .wc-block-components-text-input:not([type=submit]).is-active label:first-of-type, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-focused label:first-of-type, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-focused label:first-of-type, .wf-form .wc-block-components-text-input:not([type=submit]).is-focused label:first-of-type, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-active .gfield_label_before_complex, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-active .gfield_label_before_complex, .wf-form .wc-block-components-text-input:not([type=submit]).is-active .gfield_label_before_complex, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex, .wf-form .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex,
.gform_wrapper.gravity-theme .gfield.is-active label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-active label:first-of-type,
.wf-form .gfield.is-active label:first-of-type,
.gform_wrapper.gravity-theme .gfield.is-focused label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-focused label:first-of-type,
.wf-form .gfield.is-focused label:first-of-type,
.gform_wrapper.gravity-theme .gfield.is-active .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-active .gfield_label_before_complex,
.wf-form .gfield.is-active .gfield_label_before_complex,
.gform_wrapper.gravity-theme .gfield.is-focused .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.is-focused .gfield_label_before_complex,
.wf-form .gfield.is-focused .gfield_label_before_complex,
.gform_wrapper.gravity-theme .wf-input-group.is-active label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-active label:first-of-type,
.wf-form .wf-input-group.is-active label:first-of-type,
.gform_wrapper.gravity-theme .wf-input-group.is-focused label:first-of-type,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-focused label:first-of-type,
.wf-form .wf-input-group.is-focused label:first-of-type,
.gform_wrapper.gravity-theme .wf-input-group.is-active .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-active .gfield_label_before_complex,
.wf-form .wf-input-group.is-active .gfield_label_before_complex,
.gform_wrapper.gravity-theme .wf-input-group.is-focused .gfield_label_before_complex,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.is-focused .gfield_label_before_complex,
.wf-form .wf-input-group.is-focused .gfield_label_before_complex {
  transform: translate(0, 4px) scale(0.74);
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel], .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:not([type=submit]), .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input:not([type=submit]), .wf-form .wc-block-components-text-input:not([type=submit]) input:not([type=submit]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select,
.wf-form .wc-block-components-text-input:not([type=submit]) select,
.gform_wrapper.gravity-theme .gfield input:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input:not([type=submit]),
.wf-form .gfield input:not([type=submit]),
.gform_wrapper.gravity-theme .gfield textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea,
.wf-form .gfield textarea,
.gform_wrapper.gravity-theme .gfield select,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select,
.wf-form .gfield select,
.gform_wrapper.gravity-theme .wf-input-group input:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input:not([type=submit]),
.wf-form .wf-input-group input:not([type=submit]),
.gform_wrapper.gravity-theme .wf-input-group textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea,
.wf-form .wf-input-group textarea,
.gform_wrapper.gravity-theme .wf-input-group select,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select,
.wf-form .wf-input-group select, form input:not([type=submit]),
form select,
form textarea {
  width: 100%;
  padding: var(--wp--custom--form--field--padding--y) var(--wp--custom--form--field--padding--x);
  font-family: var(--wp--custom--form--field--font--family) !important;
  font-size: var(--wp--custom--form--field--font--size) !important;
  color: var(--wp--custom--form--field--text-color);
  border: none;
  border-bottom: 1px solid var(--wp--custom--form--field--border--color);
  border-radius: var(--wp--custom--form--field--radius);
  background-color: var(--wp--custom--form--field--background-color);
  transition: var(--wp--custom--form--field--transition);
  line-height: var(--wp--custom--form--field--font--line-height);
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]::placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:not([type=submit])::placeholder, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input:not([type=submit])::placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) input:not([type=submit])::placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea::placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea::placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select::placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) select::placeholder,
.gform_wrapper.gravity-theme .gfield input:not([type=submit])::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input:not([type=submit])::placeholder,
.wf-form .gfield input:not([type=submit])::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea::placeholder,
.wf-form .gfield textarea::placeholder,
.gform_wrapper.gravity-theme .gfield select::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select::placeholder,
.wf-form .gfield select::placeholder,
.gform_wrapper.gravity-theme .wf-input-group input:not([type=submit])::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input:not([type=submit])::placeholder,
.wf-form .wf-input-group input:not([type=submit])::placeholder,
.gform_wrapper.gravity-theme .wf-input-group textarea::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea::placeholder,
.wf-form .wf-input-group textarea::placeholder,
.gform_wrapper.gravity-theme .wf-input-group select::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select::placeholder,
.wf-form .wf-input-group select::placeholder, form input:not([type=submit])::placeholder,
form select::placeholder,
form textarea::placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]:focus, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit]), .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit]), .wf-form .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:focus,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea:focus,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea:focus,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:focus,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select:focus,
.wf-form .wc-block-components-text-input:not([type=submit]) select:focus,
.gform_wrapper.gravity-theme .gfield input:focus:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input:focus:not([type=submit]),
.wf-form .gfield input:focus:not([type=submit]),
.gform_wrapper.gravity-theme .gfield textarea:focus,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea:focus,
.wf-form .gfield textarea:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select:focus,
.wf-form .gfield select:focus,
.gform_wrapper.gravity-theme .wf-input-group input:focus:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input:focus:not([type=submit]),
.wf-form .wf-input-group input:focus:not([type=submit]),
.gform_wrapper.gravity-theme .wf-input-group textarea:focus,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea:focus,
.wf-form .wf-input-group textarea:focus,
.gform_wrapper.gravity-theme .wf-input-group select:focus,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select:focus,
.wf-form .wf-input-group select:focus, form input:focus:not([type=submit]),
form select:focus,
form textarea:focus {
  outline: var(--wp--custom--form--field--focus--outline);
  border-color: var(--wp--custom--form--field--focus--border-color);
  box-shadow: var(--wp--custom--form--field--focus--box-shadow);
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]:focus::placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit])::placeholder, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit])::placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit])::placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:focus::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea:focus::placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea:focus::placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:focus::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select:focus::placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) select:focus::placeholder,
.gform_wrapper.gravity-theme .gfield input:focus:not([type=submit])::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input:focus:not([type=submit])::placeholder,
.wf-form .gfield input:focus:not([type=submit])::placeholder,
.gform_wrapper.gravity-theme .gfield textarea:focus::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea:focus::placeholder,
.wf-form .gfield textarea:focus::placeholder,
.gform_wrapper.gravity-theme .gfield select:focus::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select:focus::placeholder,
.wf-form .gfield select:focus::placeholder,
.gform_wrapper.gravity-theme .wf-input-group input:focus:not([type=submit])::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input:focus:not([type=submit])::placeholder,
.wf-form .wf-input-group input:focus:not([type=submit])::placeholder,
.gform_wrapper.gravity-theme .wf-input-group textarea:focus::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea:focus::placeholder,
.wf-form .wf-input-group textarea:focus::placeholder,
.gform_wrapper.gravity-theme .wf-input-group select:focus::placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select:focus::placeholder,
.wf-form .wf-input-group select:focus::placeholder, form input:focus:not([type=submit])::placeholder,
form select:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]:disabled, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:disabled:not([type=submit]), .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input:disabled:not([type=submit]), .wf-form .wc-block-components-text-input:not([type=submit]) input:disabled:not([type=submit]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:disabled,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea:disabled,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea:disabled,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:disabled,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select:disabled,
.wf-form .wc-block-components-text-input:not([type=submit]) select:disabled,
.gform_wrapper.gravity-theme .gfield input:disabled:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input:disabled:not([type=submit]),
.wf-form .gfield input:disabled:not([type=submit]),
.gform_wrapper.gravity-theme .gfield textarea:disabled,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea:disabled,
.wf-form .gfield textarea:disabled,
.gform_wrapper.gravity-theme .gfield select:disabled,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select:disabled,
.wf-form .gfield select:disabled,
.gform_wrapper.gravity-theme .wf-input-group input:disabled:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input:disabled:not([type=submit]),
.wf-form .wf-input-group input:disabled:not([type=submit]),
.gform_wrapper.gravity-theme .wf-input-group textarea:disabled,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea:disabled,
.wf-form .wf-input-group textarea:disabled,
.gform_wrapper.gravity-theme .wf-input-group select:disabled,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select:disabled,
.wf-form .wf-input-group select:disabled, form input:disabled:not([type=submit]),
form select:disabled,
form textarea:disabled {
  background: var(--wp--custom--form--field--disabled--background-color);
  color: var(--wp--custom--form--field--disabled--color);
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=date][type=tel]::-webkit-datetime-edit, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-webkit-datetime-edit, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-webkit-datetime-edit, .wf-form .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-webkit-datetime-edit,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select[type=date]::-webkit-datetime-edit,
.wf-form .wc-block-components-text-input:not([type=submit]) select[type=date]::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield input[type=date]:not([type=submit])::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input[type=date]:not([type=submit])::-webkit-datetime-edit,
.wf-form .gfield input[type=date]:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield textarea[type=date]::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea[type=date]::-webkit-datetime-edit,
.wf-form .gfield textarea[type=date]::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield select[type=date]::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select[type=date]::-webkit-datetime-edit,
.wf-form .gfield select[type=date]::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:not([type=submit])::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input[type=date]:not([type=submit])::-webkit-datetime-edit,
.wf-form .wf-input-group input[type=date]:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea[type=date]::-webkit-datetime-edit,
.wf-form .wf-input-group textarea[type=date]::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select[type=date]::-webkit-datetime-edit,
.wf-form .wf-input-group select[type=date]::-webkit-datetime-edit, form input[type=date]:not([type=submit])::-webkit-datetime-edit,
form select[type=date]::-webkit-datetime-edit,
form textarea[type=date]::-webkit-datetime-edit {
  color: transparent !important;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=date][type=tel]:focus::-webkit-datetime-edit, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input[type=date]:focus:not([type=submit])::-webkit-datetime-edit, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input[type=date]:focus:not([type=submit])::-webkit-datetime-edit, .wf-form .wc-block-components-text-input:not([type=submit]) input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]:focus::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]:focus::-webkit-datetime-edit,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]:focus::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]:focus::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select[type=date]:focus::-webkit-datetime-edit,
.wf-form .wc-block-components-text-input:not([type=submit]) select[type=date]:focus::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.wf-form .gfield input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield textarea[type=date]:focus::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea[type=date]:focus::-webkit-datetime-edit,
.wf-form .gfield textarea[type=date]:focus::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield select[type=date]:focus::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select[type=date]:focus::-webkit-datetime-edit,
.wf-form .gfield select[type=date]:focus::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.wf-form .wf-input-group input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]:focus::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea[type=date]:focus::-webkit-datetime-edit,
.wf-form .wf-input-group textarea[type=date]:focus::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]:focus::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select[type=date]:focus::-webkit-datetime-edit,
.wf-form .wf-input-group select[type=date]:focus::-webkit-datetime-edit, form input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
form select[type=date]:focus::-webkit-datetime-edit,
form textarea[type=date]:focus::-webkit-datetime-edit, .gform_wrapper.gravity-theme .ginput_container_phone input[type=date][type=tel]:valid::-webkit-datetime-edit, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input[type=date]:valid:not([type=submit])::-webkit-datetime-edit, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input[type=date]:valid:not([type=submit])::-webkit-datetime-edit, .wf-form .wc-block-components-text-input:not([type=submit]) input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]:valid::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]:valid::-webkit-datetime-edit,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]:valid::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]:valid::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select[type=date]:valid::-webkit-datetime-edit,
.wf-form .wc-block-components-text-input:not([type=submit]) select[type=date]:valid::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.wf-form .gfield input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield textarea[type=date]:valid::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea[type=date]:valid::-webkit-datetime-edit,
.wf-form .gfield textarea[type=date]:valid::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .gfield select[type=date]:valid::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select[type=date]:valid::-webkit-datetime-edit,
.wf-form .gfield select[type=date]:valid::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.wf-form .wf-input-group input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]:valid::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea[type=date]:valid::-webkit-datetime-edit,
.wf-form .wf-input-group textarea[type=date]:valid::-webkit-datetime-edit,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]:valid::-webkit-datetime-edit,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select[type=date]:valid::-webkit-datetime-edit,
.wf-form .wf-input-group select[type=date]:valid::-webkit-datetime-edit, form input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
form select[type=date]:valid::-webkit-datetime-edit,
form textarea[type=date]:valid::-webkit-datetime-edit {
  color: inherit !important;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=date][type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-moz-placeholder, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-moz-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-moz-placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-moz-placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select[type=date]::-moz-placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) select[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=date]:not([type=submit])::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input[type=date]:not([type=submit])::-moz-placeholder,
.wf-form .gfield input[type=date]:not([type=submit])::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield textarea[type=date]::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea[type=date]::-moz-placeholder,
.wf-form .gfield textarea[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield select[type=date]::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select[type=date]::-moz-placeholder,
.wf-form .gfield select[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:not([type=submit])::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input[type=date]:not([type=submit])::-moz-placeholder,
.wf-form .wf-input-group input[type=date]:not([type=submit])::-moz-placeholder,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea[type=date]::-moz-placeholder,
.wf-form .wf-input-group textarea[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]::-moz-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select[type=date]::-moz-placeholder,
.wf-form .wf-input-group select[type=date]::-moz-placeholder, form input[type=date]:not([type=submit])::-moz-placeholder,
form select[type=date]::-moz-placeholder,
form textarea[type=date]::-moz-placeholder {
  opacity: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=date][type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-ms-input-placeholder, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-ms-input-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) input[type=date]:not([type=submit])::-ms-input-placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-ms-input-placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) select[type=date]::-ms-input-placeholder,
.wf-form .wc-block-components-text-input:not([type=submit]) select[type=date]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=date]:not([type=submit])::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield input[type=date]:not([type=submit])::-ms-input-placeholder,
.wf-form .gfield input[type=date]:not([type=submit])::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield textarea[type=date]::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea[type=date]::-ms-input-placeholder,
.wf-form .gfield textarea[type=date]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield select[type=date]::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield select[type=date]::-ms-input-placeholder,
.wf-form .gfield select[type=date]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:not([type=submit])::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group input[type=date]:not([type=submit])::-ms-input-placeholder,
.wf-form .wf-input-group input[type=date]:not([type=submit])::-ms-input-placeholder,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea[type=date]::-ms-input-placeholder,
.wf-form .wf-input-group textarea[type=date]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]::-ms-input-placeholder,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group select[type=date]::-ms-input-placeholder,
.wf-form .wf-input-group select[type=date]::-ms-input-placeholder, form input[type=date]:not([type=submit])::-ms-input-placeholder,
form select[type=date]::-ms-input-placeholder,
form textarea[type=date]::-ms-input-placeholder {
  opacity: 0 !important;
}
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .error, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) .error, .wf-form .wc-block-components-text-input:not([type=submit]) .error,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .gfield_error input:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) .gfield_error input:not([type=submit]),
.wf-form .wc-block-components-text-input:not([type=submit]) .gfield_error input:not([type=submit]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .gfield_error textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) .gfield_error textarea,
.wf-form .wc-block-components-text-input:not([type=submit]) .gfield_error textarea,
.gform_wrapper.gravity-theme .gfield .error,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield .error,
.wf-form .gfield .error,
.gform_wrapper.gravity-theme .gfield .gfield_error input:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield .gfield_error input:not([type=submit]),
.wf-form .gfield .gfield_error input:not([type=submit]),
.gform_wrapper.gravity-theme .gfield .gfield_error textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield .gfield_error textarea,
.wf-form .gfield .gfield_error textarea,
.gform_wrapper.gravity-theme .wf-input-group .error,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group .error,
.wf-form .wf-input-group .error,
.gform_wrapper.gravity-theme .wf-input-group .gfield_error input:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group .gfield_error input:not([type=submit]),
.wf-form .wf-input-group .gfield_error input:not([type=submit]),
.gform_wrapper.gravity-theme .wf-input-group .gfield_error textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group .gfield_error textarea,
.wf-form .wf-input-group .gfield_error textarea {
  border-color: var(--wp--custom--form--field--error--color) !important;
}
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) label.error, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) label.error, .wf-form .wc-block-components-text-input:not([type=submit]) label.error,
.gform_wrapper.gravity-theme .gfield label.error,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield label.error,
.wf-form .gfield label.error,
.gform_wrapper.gravity-theme .wf-input-group label.error,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group label.error,
.wf-form .wf-input-group label.error, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .error-message, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) .error-message, .wf-form .wc-block-components-text-input:not([type=submit]) .error-message,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .validation_message,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) .validation_message,
.wf-form .wc-block-components-text-input:not([type=submit]) .validation_message,
.gform_wrapper.gravity-theme .gfield .error-message,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield .error-message,
.wf-form .gfield .error-message,
.gform_wrapper.gravity-theme .gfield .validation_message,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield .validation_message,
.wf-form .gfield .validation_message,
.gform_wrapper.gravity-theme .wf-input-group .error-message,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group .error-message,
.wf-form .wf-input-group .error-message,
.gform_wrapper.gravity-theme .wf-input-group .validation_message,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group .validation_message,
.wf-form .wf-input-group .validation_message {
  font-size: 0.75rem;
  color: var(--wp--custom--form--field--error--color);
  height: 1.5rem;
  margin: -0.4735em 0;
  width: 1.5em;
  max-width: 100%;
  min-height: 1rem;
  padding: 8px 0 0;
  white-space: normal;
}
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) small, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) small, .wf-form .wc-block-components-text-input:not([type=submit]) small,
.gform_wrapper.gravity-theme .gfield small,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield small,
.wf-form .gfield small,
.gform_wrapper.gravity-theme .wf-input-group small,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group small,
.wf-form .wf-input-group small {
  font-size: 0.75rem;
  color: #777;
  margin-top: 0.25rem;
  display: block;
}
.password-form .password-submit-btn, .gform_wrapper.gravity-theme input[type=submit], .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form input[type=submit], .wf-form input[type=submit],
.gform_wrapper.gravity-theme button,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form button,
.wf-form button, form button[type=submit],
form input[type=button],
form input[type=submit] {
  background: var(--wp--custom--button--background--color);
  color: var(--wp--custom--button--color);
  border: var(--wp--custom--button--border--width) var(--wp--custom--button--border--style) var(--wp--custom--button--border--color);
  padding: var(--wp--custom--button--padding--inner--y) var(--wp--custom--button--padding--inner--x);
  border-radius: var(--wp--custom--button--border--radius);
  font-size: var(--wp--custom--button--font--size);
  font-weight: var(--wp--custom--button--font--weight);
  text-transform: var(--wp--custom--button--text--transform);
  letter-spacing: var(--wp--custom--button--letter-spacing);
  cursor: var(--wp--custom--button--cursor);
  transition: var(--wp--custom--button--transition);
  display: var(--wp--custom--button--display);
  align-items: var(--wp--custom--button--align-items);
  justify-content: var(--wp--custom--button--justify-content);
  gap: var(--wp--custom--button--gap);
}
.password-form .password-submit-btn:hover, .gform_wrapper.gravity-theme input[type=submit]:hover, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form input[type=submit]:hover, .wf-form input[type=submit]:hover,
.gform_wrapper.gravity-theme button:hover,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form button:hover,
.wf-form button:hover, form button[type=submit]:hover,
form input[type=button]:hover,
form input[type=submit]:hover {
  background-position: var(--wp--custom--button--background--hover--position);
  transform: var(--wp--custom--button--hover--transform);
  box-shadow: var(--wp--custom--button--hover--box-shadow);
}
.password-form .password-submit-btn:active, .gform_wrapper.gravity-theme input[type=submit]:active, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form input[type=submit]:active, .wf-form input[type=submit]:active,
.gform_wrapper.gravity-theme button:active,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form button:active,
.wf-form button:active, form button[type=submit]:active,
form input[type=button]:active,
form input[type=submit]:active {
  transform: var(--wp--custom--button--active--transform);
}
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=password],
form input[type=number],
form input[type=date],
form input[type=datetime-local],
form input[type=month],
form input[type=time],
form input[type=week],
form select:not([multiple]):not([size]) {
  height: var(--wp--custom--form--field--height, 50px) !important;
}
form select:not([multiple]):not([size]) {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: var(--wp--custom--form--select--cursor, pointer);
  padding-right: var(--wp--custom--form--select--padding--right, 2.5rem) !important;
  background-image: var(--wp--custom--form--select--icon--default);
  background-repeat: no-repeat;
  background-position: var(--wp--custom--form--select--background--position, right 1rem center);
  background-size: var(--wp--custom--form--select--background--size, 0.85em 0.5em);
}
form select:not([multiple]):not([size]):focus {
  background-image: var(--wp--custom--form--select--icon--focus);
}
form textarea {
  min-height: 120px !important;
  line-height: 1.5 !important;
  resize: vertical;
}
form input[type=checkbox],
form input[type=radio],
form input[type=range] {
  padding: unset !important;
}
form input:not([type=submit]),
form label,
form select,
form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.gform_wrapper.gravity-theme, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form, .wf-form {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--form--field--spacing);
}
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]), .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]), .wf-form .wc-block-components-text-input:not([type=submit]),
.gform_wrapper.gravity-theme .gfield,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield,
.wf-form .gfield,
.gform_wrapper.gravity-theme .wf-input-group,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group,
.wf-form .wf-input-group {
  position: relative;
}
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-error label, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).has-error label, .wf-form .wc-block-components-text-input:not([type=submit]).has-error label,
.gform_wrapper.gravity-theme .gfield.has-error label,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.has-error label,
.wf-form .gfield.has-error label,
.gform_wrapper.gravity-theme .wf-input-group.has-error label,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.has-error label,
.wf-form .wf-input-group.has-error label {
  color: var(--wp--custom--form--field--error--color) !important;
}
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-error input:not([type=submit]), .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).has-error input:not([type=submit]), .wf-form .wc-block-components-text-input:not([type=submit]).has-error input:not([type=submit]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-error textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).has-error textarea,
.wf-form .wc-block-components-text-input:not([type=submit]).has-error textarea,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-error select,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]).has-error select,
.wf-form .wc-block-components-text-input:not([type=submit]).has-error select,
.gform_wrapper.gravity-theme .gfield.has-error input:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.has-error input:not([type=submit]),
.wf-form .gfield.has-error input:not([type=submit]),
.gform_wrapper.gravity-theme .gfield.has-error textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.has-error textarea,
.wf-form .gfield.has-error textarea,
.gform_wrapper.gravity-theme .gfield.has-error select,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield.has-error select,
.wf-form .gfield.has-error select,
.gform_wrapper.gravity-theme .wf-input-group.has-error input:not([type=submit]),
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.has-error input:not([type=submit]),
.wf-form .wf-input-group.has-error input:not([type=submit]),
.gform_wrapper.gravity-theme .wf-input-group.has-error textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.has-error textarea,
.wf-form .wf-input-group.has-error textarea,
.gform_wrapper.gravity-theme .wf-input-group.has-error select,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group.has-error select,
.wf-form .wf-input-group.has-error select {
  border-color: var(--wp--custom--form--field--error--color) !important;
  box-shadow: none !important;
}
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea, .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wc-block-components-text-input:not([type=submit]) textarea, .wf-form .wc-block-components-text-input:not([type=submit]) textarea,
.gform_wrapper.gravity-theme .gfield textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .gfield textarea,
.wf-form .gfield textarea,
.gform_wrapper.gravity-theme .wf-input-group textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form .wf-input-group textarea,
.wf-form .wf-input-group textarea {
  resize: vertical;
  min-height: 100px;
}
.gform_wrapper.gravity-theme input:not([type=submit]), .wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form input:not([type=submit]), .wf-form input:not([type=submit]),
.gform_wrapper.gravity-theme select,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form select,
.wf-form select,
.gform_wrapper.gravity-theme textarea,
.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content .wc-block-components-address-form textarea,
.wf-form textarea {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .name_first,
.gform_wrapper.gravity-theme .name_last,
.gform_wrapper.gravity-theme .name_middle,
.gform_wrapper.gravity-theme .name_prefix,
.gform_wrapper.gravity-theme .name_suffix,
.gform_wrapper.gravity-theme .ginput_left,
.gform_wrapper.gravity-theme .ginput_right,
.gform_wrapper.gravity-theme .address_line_1,
.gform_wrapper.gravity-theme .address_line_2,
.gform_wrapper.gravity-theme .address_city,
.gform_wrapper.gravity-theme .address_state,
.gform_wrapper.gravity-theme .address_zip,
.gform_wrapper.gravity-theme .address_country {
  position: relative;
}
.gform_wrapper.gravity-theme .gfield:has(.gfield_label_before_complex.hidden_label) .ginput_container label,
.gform_wrapper.gravity-theme .gfield:has(.gfield_label_before_complex.gfield_label_hidden) .ginput_container label,
.gform_wrapper.gravity-theme .gfield:has(.gfield_label_before_complex.screen-reader-text) .ginput_container label {
  display: block !important;
  visibility: visible !important;
}
.wc-block-components-text-input label.error {
  display: none;
}
.wc-block-components-text-input .word-count {
  margin-top: 1rem !important;
  margin-bottom: 0.675rem;
}
.wc-block-components-text-input label,
.wc-block-components-form .wc-block-components-text-input label {
  top: 0 !important;
  left: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  transform: translate(15px, 10.5px) scale(1) !important;
}
.wc-block-components-text-input.is-active label,
.wc-block-components-form .wc-block-components-text-input.is-active label {
  transform: translate(8px, 3px) scale(0.74) !important;
}
.wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-text-input input {
  padding: var(--wp--custom--form--field--padding--y) var(--wp--custom--form--field--padding--x) !important;
}
.wc-block-components-text-input.is-active input,
.wc-block-components-form .wc-block-components-text-input.is-active input {
  padding-top: 24px !important;
}
.password-form-container {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
.password-form-card {
  background: white;
  border-radius: var(--wp--custom--card--border--radius--md);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 3rem 2rem;
  text-align: center;
  border: 1px solid #E2E8F0;
}
.password-form-header {
  margin-bottom: 2rem;
}
.password-form-header .lock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: var(--wp--custom--button--background--color);
  border-radius: var(--wp--custom--card--border--radius--full);
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 24px;
}
.password-form-header h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1A202C;
  margin-bottom: 1rem;
  text-wrap: balance;
}
.password-form-header .form-description {
  color: #4A5568;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.password-error {
  background: #FED7D7;
  border: 1px solid #FC8181;
  color: #C53030;
  padding: 1rem;
  border-radius: var(--wp--custom--card--border--radius--md);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.password-form .password-input-group {
  text-align: left;
}
.password-form .password-label {
  display: block;
  font-weight: 600;
  color: #2D3748;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.password-form .password-input-wrapper {
  position: relative;
}
.password-form .password-input-wrapper .password-input {
  width: 100%;
  padding: var(--wp--custom--form--field--padding--y) var(--wp--custom--form--field--padding--x);
  border: 1px solid var(--wp--custom--form--field--border--color);
  border-radius: var(--wp--custom--form--field--border--radius);
  font-size: var(--wp--custom--form--field--font--size);
  background: var(--wp--custom--form--field--background-color);
  transition: var(--wp--custom--form--field--transition);
}
.password-form .password-input-wrapper .password-input:focus {
  outline: var(--wp--custom--form--field--focus--outline);
  border-color: var(--wp--custom--form--field--focus--border-color);
  box-shadow: var(--wp--custom--form--field--focus--box-shadow);
}
.password-form .password-input-wrapper .password-input::placeholder {
  color: var(--wp--custom--form--field--placeholder--color);
}
.password-form .password-input-wrapper .password-toggle {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #A0AEC0;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: var(--wp--custom--card--border--radius--xs);
  transition: color 0.2s ease;
}
.password-form .password-input-wrapper .password-toggle:hover {
  color: #667EEA;
}
.password-form .password-submit-btn {
  width: 100%;
}
.password-form-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E8F0;
}
.password-form-footer .security-note {
  color: #718096;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--wp--preset--color--black, #000);
  color: var(--wp--preset--color--white, #fff);
  width: 100%;
}
.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(0.5rem, 1.4vw, 0.85rem) clamp(0.9rem, 2.5vw, 2rem);
  max-width: var(--wp--style--global--wide-size, 1440px);
  margin-inline: auto;
}
.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: inherit;
  text-decoration: none !important;
  line-height: 1;
}
.site-header__brand:hover, .site-header__brand:focus, .site-header__brand:focus-visible {
  color: inherit;
  text-decoration: none;
}
.site-header__logo {
  display: block;
  flex-shrink: 0;
}
.site-header__logo svg {
  display: block;
  width: auto;
}
.site-header__brand-text {
  display: none;
  font-family: var(--wp--preset--font-family--monte-stella);
  font-weight: 700;
  font-size: clamp(1.15rem, 5vw, 1.4rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--wp--preset--color--white, #fff);
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.75rem;
  border: 1px solid var(--wp--preset--color--primary, #cc0000);
  background: transparent;
  color: var(--wp--preset--color--white, #fff) !important;
  font-family: var(--wp--preset--font-family--monte-stella);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.site-header__cta:hover, .site-header__cta:focus, .site-header__cta:focus-visible {
  background: var(--wp--preset--color--primary, #cc0000);
  color: var(--wp--preset--color--white, #fff) !important;
  border-color: var(--wp--preset--color--primary, #cc0000);
  text-decoration: none;
}
.site-header__nav-link {
  font-family: var(--wp--preset--font-family--monte-stella);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.01em;
}
.site-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: var(--wp--preset--color--primary, #cc0000);
  color: var(--wp--preset--color--white, #fff);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.site-header__toggle:hover {
  background: var(--wp--preset--color--secondary, #990000);
}
.site-header__toggle-bars {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 19px;
}
.site-header__toggle-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}
.site-header__toggle-bar:nth-child(1) {
  top: 0;
}
.site-header__toggle-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.site-header__toggle-bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.site-header[data-nav-state=open] .site-header__toggle-bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.site-header[data-nav-state=open] .site-header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.site-header[data-nav-state=open] .site-header__toggle-bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 1024px) {
  .site-header__logo {
    height: clamp(54px, 6vw, 66px);
  }
  .site-header__logo svg {
    height: 100%;
  }
  .site-header__nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  .site-header__nav-primary {
    display: flex;
  }
  .site-header__nav-secondary {
    display: flex;
    align-items: center;
    order: -1;
  }
  .site-header__nav-link {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1rem;
    color: var(--wp--preset--color--white, #fff) !important;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .site-header__nav-link:hover, .site-header__nav-link:focus, .site-header__nav-link:focus-visible {
    color: var(--wp--preset--color--white, #fff) !important;
    background: var(--wp--preset--color--primary, #cc0000);
    text-decoration: none;
  }
  .site-header__toggle {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  .site-header__inner {
    position: static;
    padding-right: clamp(58px, 17vw, 84px);
  }
  .site-header__logo {
    height: 46px;
    overflow: hidden;
  }
  .site-header__logo svg {
    height: 60px;
  }
  .site-header__logo svg > g > g > g:nth-child(2) {
    display: none;
  }
  .site-header__brand-text {
    display: block;
  }
  .site-header__toggle {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: clamp(58px, 17vw, 84px);
  }
  .admin-bar .site-header .site-header__toggle {
    height: 100%;
  }
  .site-header__nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--site-header--height, 72px);
    background: var(--wp--preset--color--white, #fff);
    z-index: 95;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    box-shadow: 0 18px 30px -18px rgba(0, 0, 0, 0.55);
  }
  .admin-bar .site-header__nav {
    top: calc(var(--site-header--height, 72px) + var(--wp-admin--admin-bar--height, 46px));
  }
  .site-header[data-nav-state=open] .site-header__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
  }
  .site-header__nav-primary {
    background: var(--wp--preset--color--black, #000);
    padding: clamp(0.75rem, 3vw, 1.1rem) clamp(0.75rem, 4vw, 1.25rem);
  }
  .site-header__cta {
    width: 100%;
    padding: 1.35rem 1.25rem;
    font-size: 1.1rem;
  }
  .site-header__nav-secondary {
    background: var(--wp--preset--color--white, #fff);
  }
  .site-header__nav-link {
    display: block;
    padding: 1.25rem clamp(0.85rem, 4vw, 1.35rem);
    color: var(--wp--preset--color--contrast, #1a1a1a);
    font-size: 1.1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast, #1a1a1a) 12%, transparent);
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .site-header__nav-link:hover, .site-header__nav-link:focus, .site-header__nav-link:focus-visible {
    background: var(--wp--preset--color--contrast-2, #f1f1f1);
    color: var(--wp--preset--color--primary, #cc0000);
  }
}
.site-footer__title {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.8;
}
.site-footer-main__title {
  width: 100%;
  margin-block: 0 var(--wp--preset--spacing--20);
}
.site-footer-main__addresses {
  row-gap: var(--wp--preset--spacing--20);
  column-gap: var(--wp--preset--spacing--50);
  text-align: center;
}
.site-footer-main__addresses p {
  margin-block: 0;
}
.site-footer-main__legal {
  align-items: center;
  gap: var(--wp--preset--spacing--10) var(--wp--preset--spacing--30);
}
.site-footer__phone a {
  font-family: inherit;
  font-weight: inherit;
}

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