/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wp-theme-guiding-light [type=button], .wp-theme-guiding-light [type=submit], .wp-theme-guiding-light button {
  border-radius: var(--wp--custom--compontent--border--radius);
}
.wp-theme-guiding-light * {
  box-sizing: border-box;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  padding-right: calc((var(--wp--custom--button--min-height) + var(--wp--custom--button--border--width) * 2 - 2rem) / 2);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover::before {
  background-position: var(--wp--custom--button--background--hover--position);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .wp-block-button__content::before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .wp-block-button__content::after {
  transform: translateX(0.25em);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  transform: var(--wp--custom--button--active--transform);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__content {
  display: grid;
  grid-template-columns: auto 2rem;
  grid-template-rows: auto;
  align-items: center;
  gap: calc(var(--wp--custom--button--padding--x) - 1rem);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__content::before, .wp-block-button:not(.is-style-outline) .wp-block-button__content::after {
  transition: transform 0.8s cubic-bezier(0.33, 1.42, 0.05, 0.96);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__content::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><path d=\"M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z\"/></svg>");
          mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><path d=\"M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z\"/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--accent-1);
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
  z-index: 1;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__content::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  grid-column: 2/3;
  grid-row: 1/2;
  background-color: currentColor;
  border-radius: 50rem;
  z-index: 0;
}
.wp-block-button {
  line-height: 0;
}
@media (max-width: 768px) {
  .wp-block-button {
    width: 100%;
  }
}
.wp-block-button__link {
  position: relative;
  background: transparent;
  transition: var(--wp--custom--button--transition);
  overflow: hidden;
}
@media (max-width: 768px) {
  .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-button__link::before {
  content: "";
  position: absolute;
  display: block;
  background-image: var(--wp--custom--button--background--color);
  background-size: var(--wp--custom--button--background--size);
  background-position: var(--wp--custom--button--background--position);
  z-index: 0;
  transition: background-position 0.8s cubic-bezier(0.33, 1.42, 0.05, 0.96);
  width: 150%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border-radius: 100%;
}
.wp-block-button__link:hover {
  transform: var(--wp--custom--button--hover--transform);
  box-shadow: var(--wp--custom--button--hover--box-shadow);
}
.wp-block-button__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .wp-block-button__content {
    width: 100%;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 0;
  box-shadow: 0 0 0 var(--wp--custom--button--border--width) currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link::before {
  transform: translate(-50%, 10%);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.33, 1.42, 0.05, 0.96), opacity 1s cubic-bezier(0.33, 1.42, 0.05, 0.96);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  box-shadow: 0 0 0 var(--wp--custom--button--border--width) transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
:root .wp-theme-guiding-light .wp-block-buttons {
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  :root .wp-theme-guiding-light .wp-block-buttons {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  :root .wp-theme-guiding-light .wp-block-buttons .is-style-link + .is-style-link {
    margin-left: 1rem;
  }
}
:root .wp-theme-guiding-light :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;
}
.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-post-navigation-link {
  --post-navigation--image-size: 72px;
}
.wp-block-post-navigation-link a {
  display: grid;
}
.wp-block-post-navigation-link a .post-navigation-link__label {
  align-self: end;
  padding-inline: 1.2rem;
}
.wp-block-post-navigation-link a .post-navigation-link__title {
  align-self: start;
  padding-inline: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
}
.wp-block-post-navigation-link a .post-navigation-link__title-text {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.wp-block-post-navigation-link.post-navigation-link-previous a {
  grid-template-columns: var(--post-navigation--image-size) 1fr;
  grid-template-rows: auto auto;
}
.wp-block-post-navigation-link.post-navigation-link-previous a .post-navigation-link__thumbnail-wrapper {
  grid-column: 1/2;
  grid-row: 1/3;
}
.wp-block-post-navigation-link.post-navigation-link-previous a .post-navigation-link__thumbnail-wrapper img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-navigation-link.post-navigation-link-previous a .post-navigation-link__label {
  grid-column: 2/3;
  grid-row: 1/2;
}
.wp-block-post-navigation-link.post-navigation-link-previous a .post-navigation-link__title {
  grid-column: 2/3;
  grid-row: 2/3;
}
.wp-block-post-navigation-link.post-navigation-link-next a {
  grid-template-columns: var(--post-navigation--image-size) 1fr;
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .wp-block-post-navigation-link.post-navigation-link-next a {
    grid-template-columns: 1fr var(--post-navigation--image-size);
  }
}
@media (min-width: 1224px) {
  .wp-block-post-navigation-link.post-navigation-link-next a {
    grid-template-columns: var(--post-navigation--image-size) 1fr;
  }
}
.wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__thumbnail-wrapper {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__thumbnail-wrapper {
    grid-column: 2/3;
  }
}
@media (min-width: 1224px) {
  .wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__thumbnail-wrapper {
    grid-column: 1/2;
  }
}
.wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__thumbnail-wrapper img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__label {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__label {
    grid-column: 1/2;
  }
}
@media (min-width: 1224px) {
  .wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__label {
    grid-column: 2/3;
  }
}
.wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__title {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__title {
    grid-column: 1/2;
  }
}
@media (min-width: 1224px) {
  .wp-block-post-navigation-link.post-navigation-link-next a .post-navigation-link__title {
    grid-column: 2/3;
  }
}
.wp-block-post-navigation-link .post-navigation-link__thumbnail-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 0;
}
.wp-block-post-navigation-link .post-navigation-link__thumbnail {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.wp-block-post-navigation-link a:hover .post-navigation-link__thumbnail {
  transform: scale(1.1);
}
.wp-block-pullquote blockquote p {
  font-family: var(--wp--preset--font-family--times-new-roman);
  font-style: italic;
}
: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;
  }
}
.is-style-dark {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.is-style-light {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}
.is-style-subtle {
  background-color: var(--wp--preset--color--base-2);
  color: var(--wp--preset--color--contrast);
}
.is-style-eyebrow + * {
  margin-top: var(--wp--preset--spacing--10);
}
.is-style-hero-heading {
  margin-bottom: 2rem;
  max-width: 900px;
}
.is-style-hero-subheading + .wp-block-buttons {
  margin-top: 3.5rem;
}
.is-style-section-heading {
  font-size: clamp(2rem, 5vw, 4.5rem);
  margin: 0;
}
.is-style-section-subheading {
  font-size: 1.125rem;
  max-width: 600px;
}
.is-style-section-header {
  margin-bottom: clamp(2rem, 1rem + 2vw, 4rem);
}
.is-style-section-header + * {
  margin-top: var(--wp--preset--spacing--30);
}
.is-style-hero {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  min-height: 100vh !important;
  min-height: 100svh !important;
}
.is-style-hero * {
  box-sizing: border-box;
}
.is-style-page-header .wp-block-cover__background {
  mix-blend-mode: multiply;
}
.is-style-page-header .wp-block-cover__background.has-accent-1-background-color ~ .wp-block-cover__inner-container {
  color: var(--wp--preset--color--base);
}
.is-style-page-header .wp-block-cover__background.has-accent-1-background-color ~ .wp-block-cover__inner-container .is-style-eyebrow {
  color: var(--wp--preset--color--accent-3);
}
.is-style-page-header .is-style-eyebrow {
  font-size: 1rem;
}
.is-style-page-header .wp-block-heading {
  color: var(--wp--preset--color--contrast);
}
.is-style-page-header .wp-block-heading + p {
  text-wrap: balance;
}
.is-style-page-section {
  margin-block-start: 0 !important;
  padding-top: var(--wp--custom--page-section--padding--y);
  padding-bottom: var(--wp--custom--page-section--padding--y);
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}
.is-style-page-section--no-pad {
  padding-inline: 0 !important;
  padding-block: 0 !important;
}
.is-style-page-section--tight {
  padding-top: var(--wp--preset--spacing--30) !important;
  padding-bottom: var(--wp--preset--spacing--30) !important;
}
.is-style-page-section * {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .is-style-page-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.is-style-page-section > .alignfull {
  margin-left: calc(-1 * var(--wp--style--root--padding-left));
  margin-right: calc(-1 * var(--wp--style--root--padding-right));
}
.is-style-card {
  position: relative;
}
.is-style-card::before, .is-style-card::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 4rem;
  top: -1px;
  transition: height 0.3s ease-in-out;
}
.is-style-card::before {
  background-color: var(--wp--preset--color--accent-1);
  left: 3rem;
}
.is-style-card::after {
  background-color: var(--wp--preset--color--accent-3);
  left: 7rem;
}
.is-style-card:hover::before, .is-style-card:hover::after {
  height: 0.75rem;
}
.is-style-column-content {
  padding-top: var(--wp--custom--page-section--padding--y);
  padding-bottom: var(--wp--custom--page-section--padding--y);
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
.is-style-column-content--no-pad {
  padding-inline: 0 !important;
  padding-block: 0 !important;
}
.is-style-column-content--tight {
  padding-top: var(--wp--preset--spacing--30) !important;
  padding-bottom: var(--wp--preset--spacing--30) !important;
}
.has-text-muted {
  color: var(--wp--preset--color--muted);
}
.has-text-base {
  color: var(--wp--preset--color--base);
}
.has-text-contrast {
  color: var(--wp--preset--color--contrast);
}
.text-balance {
  text-wrap: balance;
}
.has-gradient {
  background: linear-gradient(135deg, var(--wp--preset--color--accent-1), var(--wp--preset--color--accent-3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact__columns {
  gap: 0;
}
.contact__columns .gform_heading {
  display: none;
}
.lyric-memorium {
  padding-block: clamp(5rem, 3vw, 4rem);
  background-image: radial-gradient(circle at 50% 0, color-mix(in srgb, var(--wp--preset--color--base) 20%, transparent), transparent 80%);
}
.lyric-memorium .wp-block-group.is-layout-flex {
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .lyric-memorium .wp-block-group.is-layout-flex {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .lyric-memorium .wp-block-group.is-layout-flex {
    gap: 3rem;
  }
}
.lyric-memorium .wp-block-group.is-layout-flex .wp-block-outermost-icon-block {
  width: 150px;
  border: 1px solid color-mix(in srgb, currentColor 40%, transparent);
  aspect-ratio: 4/3;
}
.lyric-memorium .wp-block-group.is-layout-flex .wp-block-outermost-icon-block svg {
  scale: 1.25;
  transform: translateY(-7%);
}
.lyric-memorium .wp-block-group.is-layout-flex .is-style-lead {
  line-height: 1.2;
  letter-spacing: -0.0375em;
  font-weight: 150;
  font-size: clamp(1.25rem, 2.25vw, 2.5rem);
  max-width: 15ch;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .lyric-memorium .wp-block-group.is-layout-flex .is-style-lead {
    text-align: center;
  }
}
.lyric-memorium .wp-block-group.is-layout-flex .is-style-lead strong {
  color: var(--wp--preset--color--base);
}
.lyric-memorium .wp-block-group.is-layout-flex .is-style-lead i, .lyric-memorium .wp-block-group.is-layout-flex .is-style-lead em {
  font-family: var(--wp--preset--font-family--safiro);
}
.page-gallery .wp-block-gallery.has-nested-images .wp-block-image {
  flex-grow: 0;
}
.stat__columns .stat__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--wp--preset--spacing--20);
  border-radius: var(--wp--custom--border--radius--xl);
  transition: background 0.8s cubic-bezier(0.33, 1.42, 0.05, 0.96);
}
.stat__columns .stat__column:hover {
  background: color-mix(in srgb, var(--wp--preset--color--accent-1) 12%, transparent);
  cursor: crosshair;
}
.stat__columns .stat__value {
  font-family: var(--wp--preset--font-family--inter);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 500;
}
.stat__columns .stat__value mark {
  font-size: 0.6em;
  position: relative;
  top: -0.3em;
}
.stat__columns .stat__label {
  margin-block-start: 0;
}
.home-services__columns {
  gap: var(--wp--preset--spacing--20);
}
.home-quote {
  background: color-mix(in srgb, var(--wp--preset--color--accent-1) 12%, transparent);
}
.home-quote__stars {
  color: var(--wp--preset--color--accent-1);
  letter-spacing: 0.25em;
}
.home-quote__content .wp-block-pullquote {
  margin-block-start: 0;
  padding-block: var(--wp--preset--spacing--30);
}
.home-quote__content .wp-block-pullquote blockquote cite {
  font-style: normal;
  font-size: 1rem;
  margin-block-start: var(--wp--preset--spacing--30);
}
.home-quote__content .wp-block-pullquote blockquote cite::before {
  content: "—";
  margin-right: 0.375em;
}
@media (min-width: 768px) {
  .global-cta .wp-block-cover__inner-container {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.global-cta__content {
  padding: var(--wp--preset--spacing--30);
  border-radius: var(--wp--custom--border--radius--xl);
  background-color: color-mix(in srgb, var(--wp--preset--color--accent-1) 12%, transparent);
}
@media (max-width: 768px) {
  .global-cta__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .global-cta__content {
    display: flex;
    justify-content: space-between;
    padding: var(--wp--preset--spacing--40);
  }
}
.global-cta__content .wp-block-buttons {
  margin-block-start: 0;
}
@media (max-width: 782px) {
  .service__column-group .service__columns:nth-child(1) .wp-block-column:nth-child(1), .service__column-group .service__columns:nth-child(2) .wp-block-column:nth-child(1) {
    order: 2;
  }
}
.service__columns {
  gap: 0;
}
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-1);
}
.has-contrast-background-color li, .has-contrast-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 {
  color: var(--wp--preset--color--base);
}
.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]::-moz-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input: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:not([type=submit])::-moz-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) input:not([type=submit])::-moz-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea::-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::-moz-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) textarea::-moz-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select::-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::-moz-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) select::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input: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:not([type=submit])::-moz-placeholder, .wf-form .gfield input:not([type=submit])::-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea::-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::-moz-placeholder, .wf-form .gfield textarea::-moz-placeholder, .gform_wrapper.gravity-theme .gfield select::-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::-moz-placeholder, .wf-form .gfield select::-moz-placeholder, .gform_wrapper.gravity-theme .wf-input-group input: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:not([type=submit])::-moz-placeholder, .wf-form .wf-input-group input:not([type=submit])::-moz-placeholder, .gform_wrapper.gravity-theme .wf-input-group textarea::-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::-moz-placeholder, .wf-form .wf-input-group textarea::-moz-placeholder, .gform_wrapper.gravity-theme .wf-input-group select::-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::-moz-placeholder, .wf-form .wf-input-group select::-moz-placeholder, form input:not([type=submit])::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  opacity: 0;
}
.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::-moz-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:focus: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:focus:not([type=submit])::-moz-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit])::-moz-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:focus::-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:focus::-moz-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) textarea:focus::-moz-placeholder, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:focus::-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:focus::-moz-placeholder, .wf-form .wc-block-components-text-input:not([type=submit]) select:focus::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input:focus: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:focus:not([type=submit])::-moz-placeholder, .wf-form .gfield input:focus:not([type=submit])::-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea:focus::-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:focus::-moz-placeholder, .wf-form .gfield textarea:focus::-moz-placeholder, .gform_wrapper.gravity-theme .gfield select:focus::-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:focus::-moz-placeholder, .wf-form .gfield select:focus::-moz-placeholder, .gform_wrapper.gravity-theme .wf-input-group input:focus: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:focus:not([type=submit])::-moz-placeholder, .wf-form .wf-input-group input:focus:not([type=submit])::-moz-placeholder, .gform_wrapper.gravity-theme .wf-input-group textarea:focus::-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:focus::-moz-placeholder, .wf-form .wf-input-group textarea:focus::-moz-placeholder, .gform_wrapper.gravity-theme .wf-input-group select:focus::-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:focus::-moz-placeholder, .wf-form .wf-input-group select:focus::-moz-placeholder, form input:focus:not([type=submit])::-moz-placeholder, form select:focus::-moz-placeholder, form textarea:focus::-moz-placeholder {
  opacity: 1;
}
.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-image: var(--wp--custom--button--background--color);
  background-size: var(--wp--custom--button--background--size);
  background-position: var(--wp--custom--button--background--position);
  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] {
  height: 50px !important;
}
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::-moz-placeholder {
  color: var(--wp--custom--form--field--placeholder--color);
}
.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;
}
.ghost-link {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: currentColor;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.25rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .ghost-link {
    font-size: 0.8125rem;
  }
}
.ghost-link:hover {
  opacity: 0.6;
}
.ghost-link--light {
  color: var(--wp--preset--color--base, #FFF);
}
/**
 * Magnetic Buttons - Base Styles
 *
 * These styles provide a foundation for the magnetic button effect.
 * Customize colors, sizes, and transitions to match your design.
 */
:root {
  --magnetic-btn-bg: transparent;
  --magnetic-btn-border: 2px solid currentColor;
  --magnetic-btn-radius: var(--wp--custom--component--border--radius);
  --magnetic-btn-padding: 1em 2em;
  --magnetic-btn-fill-color: var(--wp--preset--color--accent-1);
  --magnetic-btn-text-color: currentColor;
  --magnetic-btn-text-color-hover: var(--wp--preset--color--base);
  --magnetic-btn-transition: 0.3s ease;
}
.btn-click {
  overflow: hidden;
  position: relative;
  will-change: transform;
}
.btn-fill {
  background: var(--magnetic-btn-fill-color);
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, -76%, 0);
  will-change: transform;
}
.btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: var(--magnetic-btn-text-color);
  position: relative;
  transform: rotate(0.001deg);
  transition: color var(--magnetic-btn-transition);
  pointer-events: none;
  will-change: transform, color;
}
.magnetic:hover .btn-text {
  color: var(--magnetic-btn-text-color-hover);
}
.btn-text-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.btn-text-inner svg {
  width: 0.9rem;
  height: 0.9rem;
}
.magnetic--outlined {
  background: transparent;
  border: 2px solid currentColor;
}
.magnetic--filled {
  background: var(--magnetic-btn-fill-color);
  border: none;
  color: var(--magnetic-btn-text-color-hover);
}
.magnetic--circle {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
}
.magnetic--lg {
  padding: 1.25em 2.5em;
  font-size: 1.125rem;
}
.magnetic--sm {
  padding: 0.75em 1.5em;
  font-size: 0.875rem;
}
@media (prefers-reduced-motion: reduce) {
  .magnetic,
  .btn-text,
  .btn-fill {
    transition: none;
    will-change: auto;
  }
}
@media (hover: none) {
  .magnetic:active {
    transform: scale(0.98);
  }
  .btn-fill {
    display: none;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
  height: var(--wp--custom--header--height);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  border-radius: 0.375rem;
}
.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height);
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  backdrop-filter: blur(10px);
  border-radius: 0.375rem;
  transition: opacity 0.3s ease-in-out;
}
.header--sticky .site-header::before {
  opacity: 1;
}
.header--sticky .site-header {
  background: color-mix(in srgb, var(--wp--preset--color--base) 20%, transparent);
}
.header--light .site-header {
  color: var(--wp--preset--color--base);
}
.header--sticky .header--light .site-header {
  background: color-mix(in srgb, var(--wp--preset--color--contrast) 70%, transparent);
}
.header--hidden .site-header {
  top: calc(-1 * var(--wp--custom--header--height));
}
.site-header__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  padding-inline: var(--wp--custom--header--content--padding);
}
.site-header__content > * {
  margin-block-start: 0;
}
.site-logo {
  width: auto !important;
  height: 75px !important;
}
@media (min-width: 768px) {
  .site-logo {
    max-width: 220px;
  }
}
.site-logo .icon-container {
  color: inherit;
}
.site-logo .icon-container svg {
  width: -moz-fit-content;
  width: fit-content;
}
.header--dark .site-logo .icon-container {
  color: var(--wp--preset--color--accent-1);
}
.header--dark .site-logo .icon-container svg #overlay {
  stroke-width: 1px;
}
.header--light .site-logo .icon-container {
  color: var(--wp--preset--color--base);
}
.header--light .site-logo .icon-container svg #overlay {
  stroke-width: 1px;
  stroke: color-mix(in srgb, currentColor 25%, transparent);
}
.header--light .site-logo .icon-container svg #background {
  fill: color-mix(in srgb, var(--wp--preset--color--contrast) 10%, transparent);
}
.header--light .site-logo .icon-container svg #contrast {
  fill: currentColor !important;
}
@media (min-width: 1024px) {
  .site-navigation {
    margin-right: 1vw;
  }
}
.header--light .site-navigation {
  color: var(--wp--preset--color--base);
}
.site-navigation .wp-block-navigation {
  gap: var(--wp--custom--navigation--gap);
}
.site-navigation .wp-block-navigation .wp-block-navigation-item__content {
  border-radius: 50rem;
  padding: 0.125rem 1.25rem;
  font-family: var(--wp--preset--font-family--instrument-sans);
  transition: background 0.8s cubic-bezier(0.33, 1.42, 0.05, 0.96), color 0.8s cubic-bezier(0.33, 1.42, 0.05, 0.96);
}
.site-navigation .wp-block-navigation .wp-block-navigation-item__content:hover {
  text-decoration: none;
  color: var(--wp--preset--color--base-3);
  background: var(--wp--preset--color--contrast);
}
.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--preset--spacing--30);
}
.site-footer {
  --site-footer-background-color: var(--wp--preset--color--contrast);
  --site-footer-color: var(--wp--preset--color--base);
  --site-footer-color--muted: color-mix(in srgb, currentColor 60%, var(--site-footer-background-color));
  margin-block-start: 0;
  background-color: var(--site-footer-background-color);
  color: var(--site-footer-color);
  font-family: var(--wp--preset--font-family--inter);
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .site-footer__main {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.site-footer__content {
  padding: var(--wp--preset--spacing--40) var(--wp--style--root--padding-left) var(--wp--preset--spacing--40) var(--wp--style--root--padding-right);
}
@media (min-width: 768px) {
  .site-footer__content {
    padding-inline: var(--wp--preset--spacing--30);
  }
}
@media (max-width: 768px) {
  .site-footer__details {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__details {
    gap: var(--wp--preset--spacing--50);
  }
}
.site-footer__details .wp-block-heading {
  color: var(--wp--preset--color--base);
}
.site-footer__legal {
  margin-block-start: 0;
  font-size: inherit;
}
@media (max-width: 768px) {
  .site-footer__legal {
    gap: 0.5rem;
  }
}
.site-footer__legal p {
  font-size: inherit;
}
.site-footer__legal p a {
  color: inherit;
}
.site-footer__legal p a:hover {
  text-decoration: underline;
}
.site-footer__about-text {
  max-width: 38ch;
  font-size: 0.65rem !important;
  line-height: 1.4;
  color: var(--site-footer-color--muted);
  text-wrap: balance;
}
.site-footer__about svg #overlay {
  stroke-width: 1px;
  stroke: color-mix(in srgb, currentColor 25%, var(--site-footer-background-color));
}
.site-footer__about svg #background {
  fill: var(--wp--preset--color--contrast);
}
.site-footer__about svg #trademark {
  fill: var(--site-footer-color--muted);
}
@media (max-width: 1024px) {
  .site-footer .wp-block-social-links {
    justify-content: center !important;
  }
}
.site-footer__contact p a {
  color: var(--site-footer-color--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__contact p a:hover {
  color: var(--site-footer-color);
  text-decoration: underline;
}
.site-footer__contact .wp-block-outermost-icon-block svg path {
  fill: currentColor;
}
.site-footer__contact-list.wp-block-list {
  padding-left: 0;
  list-style: none;
}
.site-footer__contact-list.wp-block-list li:not(:first-child) {
  margin-block-start: 0.75rem;
}
.site-footer__contact-list.wp-block-list li a {
  color: var(--site-footer-color--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__contact-list.wp-block-list li a:hover {
  color: var(--site-footer-color);
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .site-footer__links {
    padding-right: 8vw;
  }
}
.site-footer__links .wp-block-page-list {
  padding-left: 0;
  list-style: none;
}
.site-footer__links .wp-block-page-list li:not(:first-child) {
  margin-block-start: 0.75rem;
}
.site-footer__links .wp-block-page-list li a {
  color: var(--site-footer-color--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__links .wp-block-page-list li a:hover {
  color: var(--site-footer-color);
  text-decoration: underline;
}
.site-footer__created-by {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, var(--site-footer-background-color));
  padding: var(--wp--preset--spacing--20) var(--wp--style--root--padding-left) var(--wp--preset--spacing--20) var(--wp--style--root--padding-right);
}
.site-footer__created-by a {
  color: var(--site-footer-color--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__created-by a:hover {
  color: var(--site-footer-color);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer__created-by > div {
    flex-direction: column;
  }
}
.card-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}
.card-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .card-grid--cols-2 {
    grid-template-columns: 1fr;
  }
}
.card-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .card-grid--cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .card-grid--cols-3 {
    grid-template-columns: 1fr;
  }
}
.card-grid--gap-1px {
  gap: 1px;
  background: var(--wp--preset--color--base-3, #ebebeb);
}
.card-grid--gap-1px > * {
  background: var(--wp--preset--color--base, #fff);
}
.site-main {
  margin-block-start: 0;
}
.sticky-split {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5rem);
}
@media (min-width: 768px) {
  .sticky-split {
    flex-direction: row;
  }
}
.sticky-split__sticky {
  flex: 0 0 auto;
  width: 100%;
  position: static;
}
@media (min-width: 768px) {
  .sticky-split__sticky {
    position: sticky;
    top: 120px;
    align-self: start;
  }
}
.sticky-split__content {
  flex: 1;
}
.sticky-split__card {
  padding: clamp(1.25rem, 1rem + 2vw, 2rem);
  border: 1px solid color-mix(in srgb, currentColor 50%, transparent);
}

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