/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.site-footer {
  --footer-background-color: var(--wp--preset--color--accent);
  --footer-border-color: color-mix(in srgb, currentColor 20%, transparent);
  margin-block-start: 0;
  background-color: var(--footer-background-color);
  color: var(--wp--preset--color--base);
}
.site-footer__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "main" "colophon";
}
.site-footer__main {
  background-color: var(--footer-background-color);
  row-gap: 3.5rem;
  padding-block: 3rem;
}
@media (max-width: 782px) {
  .site-footer__main {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 782px) {
  .site-footer__main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "gallery" "meta";
  }
}
@media (max-width: 782px) {
  .site-footer__gallery {
    display: none;
  }
}
@media (min-width: 782px) {
  .site-footer__gallery {
    grid-area: gallery;
    padding-block-start: 2rem;
  }
}
.site-footer__interactive {
  width: 100%;
  margin-block-start: 0;
}
@media (max-width: 1023px) {
  .site-footer__interactive {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__interactive {
    display: grid;
    gap: 1rem;
    grid-template-areas: "social-1 curator social-2";
    grid-template-columns: calc(14.2857142857% - 0.8571428571rem) 1fr calc(14.2857142857% - 0.8571428571rem);
  }
}
@media (max-width: 1023px) {
  .site-footer__social {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    font-size: 32px;
    padding-block-start: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__social {
    display: contents !important;
  }
}
.site-footer__social .wp-block-social-link {
  color: currentColor;
  transition: transform var(--wp--custom--image--linked--transition--duration) var(--wp--custom--image--linked--transition--timing-function);
}
@media (max-width: 1023px) {
  .site-footer__social .wp-block-social-link {
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .site-footer__social .wp-block-social-link {
    display: grid !important;
    height: 100%;
    background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 20%, transparent);
    border-radius: 0;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .site-footer__social .wp-block-social-link:nth-child(1) {
    grid-area: social-1;
  }
}
@media (min-width: 1024px) {
  .site-footer__social .wp-block-social-link:nth-child(2) {
    grid-area: social-2;
  }
}
.site-footer__social .wp-block-social-link:hover {
  transform: scale(1.05);
}
.site-footer__social .wp-block-social-link-anchor {
  display: grid;
  width: 100% !important;
  height: 100% !important;
  justify-items: center;
  align-items: center;
  margin: 0 !important;
}
.site-footer__curator {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer__curator {
    grid-area: curator;
  }
}
@media (min-width: 1024px) {
  .site-footer__social .wp-block-social-link:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer__social .wp-block-social-link:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .site-footer__curator {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.site-footer__curator .crt-widget.crt-widget-branded {
  padding-bottom: 0;
}
.site-footer__curator .crt-feed-window {
  overflow: visible !important;
}
.site-footer__curator .crt-feed {
  display: flex;
  gap: 1rem;
}
.site-footer__curator .crt-feed::before, .site-footer__curator .crt-feed::after {
  display: none !important;
}
.site-footer__curator .crt-feed .crt-grid-post {
  transition: transform var(--wp--custom--image--linked--transition--duration) var(--wp--custom--image--linked--transition--timing-function);
}
.site-footer__curator .crt-feed .crt-grid-post:hover {
  transform: scale(1.05);
}
.site-footer__curator .crt-feed .crt-grid-post:hover .crt-social-icon {
  opacity: 1;
}
.site-footer__curator .crt-feed .crt-grid-post:hover .crt-image-carousel {
  opacity: 1;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-post-c > div > div:first-child {
  position: relative;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-post-c > div .crt-social-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: 24px;
  height: 24px;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-post-c > div .crt-social-icon svg {
  width: 100%;
  height: 100%;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-grid-post-content {
  position: relative;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-image-carousel {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 24px;
  height: 24px;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-image-carousel svg {
  width: 100%;
  height: 100%;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-play .crt-play-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border: 2px solid var(--wp--preset--color--white);
  border-radius: 50rem;
  font-size: 0;
  opacity: 1;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-play .crt-play-icon::before {
  position: static;
  width: 0;
  height: 0;
  margin: 0 0 0 16px;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent transparent var(--wp--preset--color--white);
  border-radius: 0;
  line-height: 0;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-post-hover {
  display: none;
}
.site-footer__curator .crt-feed .crt-grid-post .crt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.site-footer__curator .crt-logo {
  display: none !important;
}
.site-footer__meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "company company" "split-nav-1 split-nav-2";
  width: 100%;
  margin-block-start: 0;
  padding-block-end: 2rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 782px) {
  .site-footer__gallery {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer__meta {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 782px) {
  .site-footer__meta {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    grid-template-areas: "split-nav-1 company split-nav-2";
  }
}
.site-footer__split-nav {
  margin-block-start: 0;
  align-self: center;
}
.site-footer__split-nav--1 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: split-nav-1;
  justify-self: end;
}
@media (min-width: 782px) {
  .site-footer__split-nav--1 {
    justify-self: start;
  }
}
.site-footer__split-nav--2 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: split-nav-2;
  justify-self: start;
}
@media (min-width: 782px) {
  .site-footer__split-nav--2 {
    justify-self: end;
    text-align: right;
  }
}
.site-footer__split-nav li:not(:first-child) {
  margin-block-start: 0.25rem;
}
.site-footer__split-nav li a {
  display: inline-block;
  color: currentColor;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  letter-spacing: 0.025em;
}
.site-footer__split-nav li a:hover {
  transform: scale(1.1);
}
.site-footer__company {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  --company-grid-spacing: clamp(1rem, 2vw, 2rem);
  grid-area: company;
  display: grid;
  align-self: center;
  margin-block-start: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "logo" "separator" "addresses";
  align-items: center;
  gap: 1rem;
}
@media (min-width: 782px) {
  .site-footer__split-nav--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer__split-nav--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .site-footer__company {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 782px) {
  .site-footer__company {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto;
    grid-template-areas: "logo separator addresses";
    gap: var(--company-grid-spacing);
  }
}
.site-footer__company .wp-block-separator {
  width: 80px;
  margin-block-start: 0;
  background-color: var(--footer-border-color);
}
@media (min-width: 782px) {
  .site-footer__company .wp-block-separator {
    width: 1px;
    margin-block: 0;
    margin-inline: 0;
    height: 50px;
    border: 0;
  }
}
.site-footer__company > .wp-block-separator {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: separator;
  opacity: 0;
}
@media (min-width: 782px) {
  .site-footer__company > .wp-block-separator {
    opacity: 1;
  }
}
.site-footer__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}
@media (max-width: 782px) {
  .site-footer__logo {
    justify-self: center;
  }
}
@media (min-width: 782px) {
  .site-footer__logo {
    align-self: start;
  }
}
.site-footer__logo .icon-container {
  width: 90px !important;
  color: currentColor;
  transition: scale 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-footer__logo .icon-container:hover {
  scale: 1.05;
}
.site-footer__logo svg * {
  fill: currentColor;
}
.site-footer__addresses {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: addresses;
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center !important;
}
@media (min-width: 782px) {
  .site-footer__addresses {
    flex-direction: row;
    gap: var(--company-grid-spacing);
    text-align: left !important;
  }
}
.site-footer__addresses > .wp-block-separator {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: separator;
}
@media (min-width: 782px) {
  .site-footer__company > .wp-block-separator {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .site-footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer__addresses {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .site-footer__addresses > .wp-block-separator {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.site-footer__address {
  margin-block-start: 0.25em !important;
  font-size: 0.9em;
  font-style: normal;
  letter-spacing: 0.025em;
  color: color-mix(in srgb, currentColor 70%, var(--footer-background-color));
}
.site-footer__address strong {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--wp--preset--color--white);
}
.site-footer__colophon {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  margin-block-start: 0;
  grid-area: colophon;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 1.2rem;
  padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: color-mix(in srgb, currentColor 70%, var(--footer-background-color));
  position: sticky;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 782px) {
  .site-footer__colophon {
    flex-direction: row;
  }
}
.site-footer__legal {
  margin-block-start: 0;
}
.site-footer__created-by {
  margin-block-start: 0;
  margin-inline-end: 3rem;
}
.site-footer__created-by a {
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--wp--preset--color--white);
}
.site-header {
  height: var(--wp--custom--header--height);
}
.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height);
}
.site-header__content {
  padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
  padding-block: var(--wp--custom--header--padding--top) var(--wp--custom--header--padding--bottom);
  display: flex;
}
@media (min-width: 782px) {
  .site-header__content {
    display: contents;
  }
}
.site-header {
  color: var(--wp--preset--color--white);
}
.header--dark .site-header {
  color: var(--wp--preset--color--contrast);
}

.site-name {
  position: fixed;
  display: none;
  margin-block-start: 0;
  z-index: 100;
  left: 50%;
  top: calc(var(--wp--custom--header--height) / 2);
  transform: translate(-50%, -50%);
  font-family: var(--wp--preset--font-family--europa);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.admin-bar .site-name {
  top: calc(var(--wp--custom--header--height) / 2 + var(--wp-admin--admin-bar--height));
}
@media (min-width: 782px) {
  .site-name {
    display: block;
  }
}

@media (min-width: 782px) {
  .site-logo {
    position: fixed;
    top: var(--wp--custom--header--padding--top);
    left: var(--wp--custom--header--padding--left);
    z-index: 100;
  }
}
.admin-bar .site-logo {
  top: calc(var(--wp-admin--admin-bar--height) + var(--wp--custom--header--padding--top));
}
.site-logo .icon-container {
  width: var(--wp--custom--header--logo--width) !important;
  color: currentColor;
}
.section-bg-profile .site-logo .icon-container, .section-bg-base-2 .site-logo .icon-container {
  color: var(--wp--preset--color--contrast);
}
.site-logo .icon-container svg {
  fill: currentColor;
}
.site-logo .icon-container svg path {
  fill: currentColor;
}

.site-main {
  position: relative;
  z-index: 1;
  margin-block-start: 0;
  background-color: var(--wp--preset--color--base);
}

.html, body {
  overflow-x: hidden;
}

@media (max-width: 1520px) {
  body {
    --wp--style--global--wide-size: 1320px;
  }
}

.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, .wf-form .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, .gform_wrapper.gravity-theme .gfield label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group .gfield_label_before_complex {
  display: inline-flex;
  text-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0;
  margin: 0;
  font-size: var(--wp--custom--form--field--label--font-size);
  font-family: var(--wp--custom--form--field--label--font), sans-serif;
  font-weight: var(--wp--custom--form--field--label--font-weight) !important;
  line-height: var(--wp--custom--form--field--label--line-height);
  color: var(--wp--custom--form--field--label--color);
  pointer-events: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: translate(1rem, calc(var(--wp--custom--form--field--height) / 2 - 0.5em)) scale(1);
  transform-origin: top left;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 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, .wf-form .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, .gform_wrapper.gravity-theme .gfield.is-active label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield.is-active .gfield_label_before_complex, .wf-form .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, .gform_wrapper.gravity-theme .gfield.is-focused label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield.is-focused .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .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 .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,
.gform_wrapper.gravity-theme .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-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,
.gform_wrapper.gravity-theme .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 .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.is-active label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.is-active .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.is-focused label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .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, .wf-form .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, .gform_wrapper.gravity-theme .gfield.has-value label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield.has-value .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .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 .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-value .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.has-value label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.has-value .gfield_label_before_complex, .wf-form .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, .gform_wrapper.gravity-theme .gfield.is-active label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield.is-active .gfield_label_before_complex, .wf-form .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, .gform_wrapper.gravity-theme .gfield.is-focused label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield.is-focused .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .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 .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,
.gform_wrapper.gravity-theme .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-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,
.gform_wrapper.gravity-theme .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 .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).is-focused .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.is-active label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.is-active .gfield_label_before_complex,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.is-focused label:first-of-type,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.is-focused .gfield_label_before_complex {
  transform: translate(0.5rem, 8px) scale(0.74);
}

.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel], .wf-form .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]), .gform_wrapper.gravity-theme .gfield input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea, .wf-form .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, .gform_wrapper.gravity-theme .gfield select,
.wf-form .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]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select,
.wf-form .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]),
.gform_wrapper.gravity-theme .wf-input-group input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select, body:not(.wp-admin) form input:not([type=submit]),
body:not(.wp-admin) form select, body:not(.wp-admin) form textarea {
  width: 100%;
  height: var(--wp--custom--form--field--height);
  padding: var(--wp--custom--form--field--padding--y) var(--wp--custom--form--field--padding--x) 0 !important;
  font-family: var(--wp--custom--form--field--font--family) !important;
  font-size: var(--wp--custom--form--field--font--size) !important;
  font-weight: var(--wp--custom--form--field--font--weight);
  line-height: var(--wp--custom--form--field--font--line-height);
  color: var(--wp--custom--form--field--text-color);
  background-color: var(--wp--custom--form--field--background-color);
  border: 1px solid var(--wp--custom--form--field--border--color);
  border-radius: var(--wp--custom--form--field--border--radius);
  transition: var(--wp--custom--form--field--transition);
  box-shadow: var(--wp--custom--form--field--box-shadow);
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield input:not([type=submit])::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield select::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:not([type=submit])::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wf-input-group input:not([type=submit])::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wf-input-group textarea::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wf-input-group select::-moz-placeholder, body:not(.wp-admin) form input:not([type=submit])::-moz-placeholder, body:not(.wp-admin) form select::-moz-placeholder, body:not(.wp-admin) form textarea::-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]::placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield input:not([type=submit])::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea::placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield select::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:not([type=submit])::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group input:not([type=submit])::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select::placeholder, body:not(.wp-admin) form input:not([type=submit])::placeholder,
body:not(.wp-admin) form select::placeholder, body:not(.wp-admin) form textarea::placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]:focus, .wf-form .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]), .gform_wrapper.gravity-theme .gfield input:focus:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea:focus, .wf-form .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, .gform_wrapper.gravity-theme .gfield select:focus,
.wf-form .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]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:focus,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:focus,
.wf-form .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]),
.gform_wrapper.gravity-theme .wf-input-group input:focus:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea:focus,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select:focus, body:not(.wp-admin) form input:focus:not([type=submit]),
body:not(.wp-admin) form select:focus, body:not(.wp-admin) 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, .wf-form .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, .gform_wrapper.gravity-theme .gfield input:focus:not([type=submit])::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield textarea:focus::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield select:focus::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .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]) 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, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:focus::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:focus::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wf-input-group input:focus:not([type=submit])::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wf-input-group textarea:focus::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .wf-input-group select:focus::-moz-placeholder, body:not(.wp-admin) form input:focus:not([type=submit])::-moz-placeholder, body:not(.wp-admin) form select:focus::-moz-placeholder, body:not(.wp-admin) form textarea:focus::-moz-placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]:focus::placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield input:focus:not([type=submit])::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea:focus::placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield select:focus::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:focus:not([type=submit])::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:focus::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:focus::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group input:focus:not([type=submit])::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea:focus::placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select:focus::placeholder, body:not(.wp-admin) form input:focus:not([type=submit])::placeholder,
body:not(.wp-admin) form select:focus::placeholder, body:not(.wp-admin) form textarea:focus::placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=tel]:disabled, .wf-form .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]), .gform_wrapper.gravity-theme .gfield input:disabled:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea:disabled, .wf-form .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, .gform_wrapper.gravity-theme .gfield select:disabled,
.wf-form .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]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) input:disabled:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea:disabled,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:disabled,
.wf-form .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]),
.gform_wrapper.gravity-theme .wf-input-group input:disabled:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea:disabled,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select:disabled, body:not(.wp-admin) form input:disabled:not([type=submit]),
body:not(.wp-admin) form select:disabled, body:not(.wp-admin) 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, .wf-form .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, .gform_wrapper.gravity-theme .gfield input[type=date]:not([type=submit])::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea[type=date]::-webkit-datetime-edit, .wf-form .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, .gform_wrapper.gravity-theme .gfield select[type=date]::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .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]) 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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:not([type=submit])::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]::-webkit-datetime-edit, body:not(.wp-admin) form input[type=date]:not([type=submit])::-webkit-datetime-edit,
body:not(.wp-admin) form select[type=date]::-webkit-datetime-edit, body:not(.wp-admin) 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, .wf-form .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, .gform_wrapper.gravity-theme .gfield input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea[type=date]:focus::-webkit-datetime-edit, .wf-form .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, .gform_wrapper.gravity-theme .gfield select[type=date]:focus::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .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]) 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,
.gform_wrapper.gravity-theme .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]) 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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]:focus::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]:focus::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]:focus::-webkit-datetime-edit, body:not(.wp-admin) form input[type=date]:focus:not([type=submit])::-webkit-datetime-edit,
body:not(.wp-admin) form select[type=date]:focus::-webkit-datetime-edit, body:not(.wp-admin) form textarea[type=date]:focus::-webkit-datetime-edit, .gform_wrapper.gravity-theme .ginput_container_phone input[type=date][type=tel]:valid::-webkit-datetime-edit, .wf-form .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, .gform_wrapper.gravity-theme .gfield input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea[type=date]:valid::-webkit-datetime-edit, .wf-form .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, .gform_wrapper.gravity-theme .gfield select[type=date]:valid::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .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]) 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,
.gform_wrapper.gravity-theme .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]) 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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]:valid::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]:valid::-webkit-datetime-edit,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]:valid::-webkit-datetime-edit, body:not(.wp-admin) form input[type=date]:valid:not([type=submit])::-webkit-datetime-edit,
body:not(.wp-admin) form select[type=date]:valid::-webkit-datetime-edit, body:not(.wp-admin) 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, .wf-form .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, .gform_wrapper.gravity-theme .gfield input[type=date]:not([type=submit])::-moz-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea[type=date]::-moz-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield select[type=date]::-moz-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .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]) 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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-moz-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]::-moz-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:not([type=submit])::-moz-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]::-moz-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]::-moz-placeholder, body:not(.wp-admin) form input[type=date]:not([type=submit])::-moz-placeholder,
body:not(.wp-admin) form select[type=date]::-moz-placeholder, body:not(.wp-admin) form textarea[type=date]::-moz-placeholder {
  opacity: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_phone input[type=date][type=tel]::-ms-input-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield input[type=date]:not([type=submit])::-ms-input-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .gfield textarea[type=date]::-ms-input-placeholder, .wf-form .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, .gform_wrapper.gravity-theme .gfield select[type=date]::-ms-input-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .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]) 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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea[type=date]::-ms-input-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select[type=date]::-ms-input-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group input[type=date]:not([type=submit])::-ms-input-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea[type=date]::-ms-input-placeholder,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group select[type=date]::-ms-input-placeholder, body:not(.wp-admin) form input[type=date]:not([type=submit])::-ms-input-placeholder,
body:not(.wp-admin) form select[type=date]::-ms-input-placeholder, body:not(.wp-admin) form textarea[type=date]::-ms-input-placeholder {
  opacity: 0 !important;
}

.wf-form .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, .gform_wrapper.gravity-theme .gfield .error,
.wf-form .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]),
.gform_wrapper.gravity-theme .gfield .gfield_error input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .gfield .gfield_error textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .error,
.wf-form .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]),
.gform_wrapper.gravity-theme .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 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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .gfield_error textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group .error,
.wf-form .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]),
.gform_wrapper.gravity-theme .wf-input-group .gfield_error input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group .gfield_error textarea {
  border-color: var(--wp--custom--form--field--error--color) !important;
}

.wf-form .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, .gform_wrapper.gravity-theme .gfield label.error,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) label.error,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group label.error, .wf-form .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, .gform_wrapper.gravity-theme .gfield .error-message, .wf-form .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, .gform_wrapper.gravity-theme .gfield .validation_message,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .error-message,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) .validation_message,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group .error-message,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group .validation_message {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  color: var(--wp--custom--form--field--error--color);
  min-height: 1rem;
  max-width: 100%;
  margin-block-start: 0.5rem;
  padding-block: 0;
  padding-inline: 0;
  white-space: normal;
  background: none;
  border: none;
}

.wf-form .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, .gform_wrapper.gravity-theme .gfield small,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) small,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group small {
  font-size: 0.75rem;
  color: #777;
  margin-block-start: 0.25rem;
  display: block;
}

.password-form .password-submit-btn, .wf-form 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], .gform_wrapper.gravity-theme input[type=submit], .wf-form 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, .gform_wrapper.gravity-theme button, body:not(.wp-admin) form button[type=submit],
body:not(.wp-admin) form input[type=button],
body:not(.wp-admin) form input[type=submit] {
  background-color: var(--wp--custom--button--color--background);
  background-image: var(--wp--custom--button--background--image);
  background-size: var(--wp--custom--button--background--size);
  background-position: var(--wp--custom--button--background--position);
  color: var(--wp--custom--button--color--text);
  border: var(--wp--custom--button--border--width) var(--wp--custom--button--border--style) var(--wp--custom--button--border--color);
  border-radius: var(--wp--custom--button--border--radius);
  padding-block: var(--wp--custom--button--spacing--padding--top) var(--wp--custom--button--spacing--padding--bottom);
  padding-inline: var(--wp--custom--button--spacing--padding--left) var(--wp--custom--button--spacing--padding--right);
  font-family: var(--wp--custom--button--typography--font--family);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight);
  text-transform: var(--wp--custom--button--typography--text-transform);
  letter-spacing: var(--wp--custom--button--typography--letter-spacing);
  line-height: var(--wp--custom--button--typography--line-height, 1);
  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, .wf-form 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, .gform_wrapper.gravity-theme input[type=submit]:hover, .wf-form 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, .gform_wrapper.gravity-theme button:hover, body:not(.wp-admin) form button[type=submit]:hover,
body:not(.wp-admin) form input[type=button]:hover,
body:not(.wp-admin) 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, .wf-form 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, .gform_wrapper.gravity-theme input[type=submit]:active, .wf-form 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, .gform_wrapper.gravity-theme button:active, body:not(.wp-admin) form button[type=submit]:active,
body:not(.wp-admin) form input[type=button]:active,
body:not(.wp-admin) form input[type=submit]:active {
  transform: var(--wp--custom--button--active--transform);
}

body:not(.wp-admin) form input[type=text],
body:not(.wp-admin) form input[type=search],
body:not(.wp-admin) form input[type=email],
body:not(.wp-admin) form input[type=url],
body:not(.wp-admin) form input[type=tel],
body:not(.wp-admin) form input[type=password],
body:not(.wp-admin) form input[type=number],
body:not(.wp-admin) form input[type=date],
body:not(.wp-admin) form input[type=datetime-local],
body:not(.wp-admin) form input[type=month],
body:not(.wp-admin) form input[type=time],
body:not(.wp-admin) form input[type=week] {
  height: var(--wp--custom--form--field--height, 52px) !important;
}
body:not(.wp-admin) form input[type=checkbox],
body:not(.wp-admin) form input[type=radio],
body:not(.wp-admin) form input[type=range] {
  padding: unset !important;
}
body:not(.wp-admin) form input:not([type=submit]),
body:not(.wp-admin) form label, body:not(.wp-admin) form select, body:not(.wp-admin) form textarea {
  font-family: var(--wp--custom--form--field--font--family) !important;
}
.wf-form .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, .gform_wrapper.gravity-theme .gfield,
.wf-form .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]),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group {
  position: relative;
}
.wf-form .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, .gform_wrapper.gravity-theme .gfield.has-error label,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-error label,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.has-error label {
  color: var(--wp--custom--form--field--error--color) !important;
}
.wf-form .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]), .gform_wrapper.gravity-theme .gfield.has-error input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .gfield.has-error textarea, .wf-form .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, .gform_wrapper.gravity-theme .gfield.has-error select,
.wf-form .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]),
.gform_wrapper.gravity-theme .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 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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-error textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]).has-error select,
.wf-form .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]),
.gform_wrapper.gravity-theme .wf-input-group.has-error input:not([type=submit]),
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.has-error textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group.has-error select {
  border-color: var(--wp--custom--form--field--error--color) !important;
  box-shadow: none !important;
}
.wf-form .gfield select:has(option[value=""]:checked), .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:has(option[value=""]:checked), .gform_wrapper.gravity-theme .gfield select:has(option[value=""]:checked),
.wf-form .wc-block-components-text-input:not([type=submit]) select:has(option[value=""]:checked),
.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:has(option[value=""]:checked),
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) select:has(option[value=""]:checked),
.wf-form .wf-input-group select:has(option[value=""]:checked),
.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:has(option[value=""]:checked),
.gform_wrapper.gravity-theme .wf-input-group select:has(option[value=""]:checked) {
  color: transparent !important;
}
.wf-form .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, .gform_wrapper.gravity-theme .gfield textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wc-block-components-text-input:not([type=submit]) textarea,
.wf-form .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,
.gform_wrapper.gravity-theme .wf-input-group textarea {
  display: block;
  resize: vertical;
  min-height: 100px;
}
.wf-form 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]), .gform_wrapper.gravity-theme input:not([type=submit]),
.wf-form 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,
.gform_wrapper.gravity-theme select, .wf-form 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, .gform_wrapper.gravity-theme textarea {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: none !important;
  border: none !important;
  border-radius: var(--wp--custom--form--field--border--radius, 0);
  margin-block-end: var(--wp--custom--form--field--spacing, 1.25rem);
  margin-block-start: 8px;
  padding-block: 0 !important;
  padding-inline-end: 0 !important;
  padding-inline-start: 0 !important;
  box-shadow: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--wp--custom--form--field--error--color);
  text-transform: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors .gform-icon--circle-error {
  display: none !important;
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
}
.gform_wrapper.gravity-theme .gform_validation_errors + * {
  margin-block-start: var(--wp--custom--form--field--spacing, 1.25rem);
}
.gform_wrapper.gravity-theme .gform_required_legend:empty {
  display: none;
}
.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;
}
.gform_wrapper.gravity-theme .gfield--type-section {
  padding-block: 0 !important;
  margin-block-start: 1.5rem;
  margin-block-end: 0 !important;
  border: none;
  border-block-end: 1px solid var(--wp--custom--form--field--border--color);
}
.gform_wrapper.gravity-theme .gfield--type-section .gsection_title {
  font-family: var(--wp--custom--form--field--label--font), sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: currentColor;
  margin-block: 0;
  padding-block: 0 0.5rem;
}
.gform_wrapper.gravity-theme .gfield--type-section .gsection_description {
  font-size: 0.8rem;
  color: color-mix(in srgb, currentColor 50%, transparent);
  margin-block-start: 0.25rem;
}
.gform_wrapper.gravity-theme .gfield--type-section label:first-of-type {
  position: static;
  pointer-events: auto;
  transform: none;
  transition: none;
}
.gform_wrapper.gravity-theme .gfield--type-html {
  font-size: 0.85rem;
  line-height: 1.5;
  color: color-mix(in srgb, currentColor 70%, transparent);
}
.gform_wrapper.gravity-theme .gfield--type-fileupload {
  overflow: hidden;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) {
  display: grid !important;
  grid-template-columns: 1rem 1fr 1rem;
  grid-template-rows: 1rem auto calc(52px + 2rem) repeat(3, auto) 1rem 1.5rem auto;
  grid-template-areas: ". . ." ". directions . " ". icon ." ". button ." ". rules ." ". errors ." ". . ." ". . ." "files-preview files-preview files-preview";
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]):hover::before {
  border-color: var(--wp--custom--form--field--border--focus, currentColor);
  background: color-mix(in srgb, currentColor 5%, transparent);
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"])::before {
  grid-area: 1/1/8/4;
  content: "";
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px dashed var(--wp--custom--form--field--border--color);
  border-radius: var(--wp--custom--form--field--border--radius, 0);
  background: color-mix(in srgb, currentColor 3%, transparent);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"])::after {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: icon;
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY4Mi42NyA2ODIuNjciPgogIDxwYXRoIGQ9Ik0zNDEuMzMsMjkzLjMzdjMwOS4zM00yMzkuOTUsMzk0LjcxbDEwMS4zOC0xMDEuMzgsMTAxLjM4LDEwMS4zOE0yMzQuNjcsNTA2LjY3aC04MGMtNzMuNjQsMC0xMjgtNTkuNy0xMjgtMTMzLjMzLDAtNjQuNiw0MC42Mi0xMTguNDIsMTAxLjYtMTMwLjY3LTEuNjMtOTAuNzYsNzEuNy0xNjIuNjYsMTU5LjczLTE2Mi42Niw1MC4yMiwwLDk0LjU2LDIzLjcyLDEyMy45MSw2MC4wMywxMS4zMi00LjA5LDIzLjM2LTYuNywzNi4wOS02LjcsNTguOTEsMCwxMDYuNjcsNDcuNzUsMTA2LjY3LDEwNi42NywwLC45MS0uMjUsMS43NS0uMjcsMi42Niw2MC45OSwxMi4yNSwxMDEuNiw2Ni4wOCwxMDEuNiwxMzAuNjcsMCw3My42NC01NC4zNiwxMzMuMzMtMTI4LDEzMy4zM2gtODAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz4KPC9zdmc+Cg==) center/32px 32px no-repeat, white;
  justify-self: center;
  border-radius: 50rem;
  margin-block: 1rem;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gfield--fileupload-icon-trigger {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: icon;
  justify-self: center;
  width: 52px;
  height: 52px;
  margin-block: 1rem;
  cursor: pointer;
  z-index: 2;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) > .gfield_label {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .ginput_container_fileupload {
  display: contents !important;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gform_fileupload_multifile {
  display: contents !important;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gform_drop_area {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: button;
  display: inline-flex;
  align-items: baseline;
  gap: 0.5ch;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.8rem;
  justify-self: center;
  margin-block: 0;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gform_drop_instructions {
  grid-area: drop-instructions;
  margin-block-start: 0;
  margin-block-end: 0;
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gform_button_select_files {
  padding: 0;
  border: none;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: 500;
  transition: color 0.2s ease;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gform_button_select_files:hover {
  box-shadow: none;
  transform: none;
  color: var(--wp--preset--color--accent-2);
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gform_fileupload_rules {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: rules;
  display: block;
  font-size: 0.7rem;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-block-start: 0;
  text-align: center;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .gfield_description:not(.gform_fileupload_rules):not(.gfield_validation_message) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: directions;
  font-size: 0.8rem;
  margin-block-start: 0;
  padding-block-start: 0;
  text-align: center;
  text-wrap: balance;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .validation_message--hidden-on-empty {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  grid-area: errors;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-block-start: 1.5rem;
  margin-block-end: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--wp--custom--form--field--error--color);
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .validation_message--hidden-on-empty li {
  border: none !important;
  border-radius: var(--wp--custom--form--field--border--radius, 0);
  margin-block: 0 !important;
  padding-block: 0.5rem;
  padding-inline: 0.65rem;
  box-shadow: none !important;
  font-size: 0.7rem;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .validation_message--hidden-on-empty li:not(:first-child) {
  margin-block-start: 0.25rem;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .ginput_preview_list {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: files-preview;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .ginput_preview_list .ginput_preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 0;
  margin-inline: 0;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  background: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: 0.25rem;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .ginput_preview_list .gform_delete_file {
  padding: 0;
  transition: color 0.2s ease, background 0.2s ease;
  width: 32px;
  height: 32px;
  border-radius: 50rem;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .ginput_preview_list .gform_delete_file .dashicons {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .ginput_preview_list .gform_delete_file .dashicons::before {
  font-size: inherit;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload:not([style*="display: none"]) .ginput_preview_list .gform_delete_file:hover {
  color: var(--wp--custom--form--field--error--color);
  background-color: color-mix(in srgb, var(--wp--custom--form--field--error--color) 5%, transparent);
}
.gform_wrapper.gravity-theme .ginput_container_address {
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
  padding-inline: 0 !important;
  flex: 0 0 100% !important;
}
.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  padding-top: 0 !important;
}
@media (min-width: 641px) {
  .gform_wrapper.gravity-theme .ginput_container_address span,
  .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 0 !important;
  }
  .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
  .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0 !important;
  }
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  margin-block-start: 0.5rem;
  padding-top: 0 !important;
  line-height: 1.3 !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  position: relative !important;
  border-top: 1px solid currentColor;
  margin-block-start: 1.5rem !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform-loader {
  align-self: unset !important;
  justify-self: unset !important;
  position: absolute;
  left: 50%;
  top: 50%;
  animation: spin 1s linear infinite;
  margin: 0;
  z-index: 10;
  box-sizing: border-box;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.gform_wrapper.gravity-theme form[data-active-form] .gform_footer .gform_button {
  text-indent: 200%;
}

.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: 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, 8px);
  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--color--background);
  border-radius: 50%;
  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, 8px);
  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--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;
  transition: color 0.2s ease;
}
.password-form .password-input-wrapper .password-toggle:hover {
  color: var(--wp--preset--color--contrast);
}
.password-form .password-submit-btn {
  width: 100%;
}

.password-form-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E8F0;
}
.password-form-footer .security-note {
  color: #718096;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}

.site-navigation {
  --nav-content--width: 40%;
}
@media (min-width: 782px) {
  .site-navigation {
    display: contents;
  }
}
.site-navigation__control {
  position: fixed;
  top: var(--wp--custom--header--padding--top);
  right: var(--wp--custom--header--padding--right);
  width: var(--wp--custom--header--nav-control--size);
  height: var(--wp--custom--header--nav-control--size);
  margin-block-start: 0;
  z-index: 220;
}
.admin-bar .site-navigation__control {
  top: calc(var(--wp-admin--admin-bar--height) + var(--wp--custom--header--padding--top));
}
.site-navigation__control__button {
  width: 100%;
  height: 100%;
}
.site-navigation__control__button .wp-block-button__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--wp--preset--color--black) 10%, transparent);
  font-size: 0;
  overflow: hidden;
  padding-block: 0;
  padding-inline: 0;
  border: none;
  border-radius: 50rem;
  transition: background-color 0.2s ease-in-out;
  backdrop-filter: blur(10px);
}
.site-navigation__control__button .wp-block-button__link::before, .site-navigation__control__button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: var(--wp--preset--color--white);
  transition: transform 0.2s ease-in-out;
  z-index: 1;
}
.site-navigation__control__button .wp-block-button__link::before {
  transform: translateY(-4px);
}
.has-open-nav .site-navigation__control__button .wp-block-button__link::before {
  transform: translateY(0.5px) rotate(45deg);
}
.site-navigation__control__button .wp-block-button__link::after {
  transform: translateY(4px);
}
.has-open-nav .site-navigation__control__button .wp-block-button__link::after {
  transform: translateY(-0.5px) rotate(-45deg);
}
.site-navigation__control__button .wp-block-button__link .button-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--accent);
  transform: translate(-50%, 50%) scale(1.1);
  opacity: 0;
  border-radius: 50rem;
  transition: transform 0.8s cubic-bezier(0.33, 1.42, 0.05, 0.96), opacity 0.2s ease-in-out 0.2s;
  z-index: 0;
}
.site-navigation__control__button .wp-block-button__link:hover, .site-navigation__control__button .wp-block-button__link[aria-expanded=true] {
  background: transparent;
  transition: background-color 0.2s ease-in-out 0.2s;
}
.site-navigation__control__button .wp-block-button__link:hover .button-fill, .site-navigation__control__button .wp-block-button__link[aria-expanded=true] .button-fill {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 0.8s cubic-bezier(0.33, 1.42, 0.05, 0.96) 0.2s, opacity 0.2s ease-in-out;
}
.site-navigation__pages-list-container {
  margin-block-start: 0;
  pointer-events: none;
}
.has-open-nav .site-navigation__pages-list-container {
  pointer-events: auto;
}
.site-navigation__overlay {
  position: fixed;
  inset: 0;
  margin-block-start: 0;
  background-color: color-mix(in srgb, var(--wp--preset--color--black) 50%, transparent);
  z-index: 190;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.has-open-nav .site-navigation__overlay {
  opacity: 1;
  pointer-events: auto;
}
.site-navigation__logo, .site-navigation__logo .icon-container {
  position: fixed;
  display: block;
}
.site-navigation__logo {
  content: "";
  top: 0;
  left: 0;
  display: none;
  width: 40%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  background-color: var(--wp--preset--color--contrast);
  transition: opacity 0.3s ease 0.2s, clip-path 0.3s ease 0.2s;
  z-index: 220;
  display: none !important;
}
@media (min-width: 782px) {
  .site-navigation__logo {
    display: block;
  }
}
.admin-bar .site-navigation__logo {
  top: var(--wp-admin--admin-bar--height);
  height: calc(100vh - var(--wp-admin--admin-bar--height));
}
.has-open-nav .site-navigation__logo {
  pointer-events: auto;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition: opacity 0.3s ease, clip-path 0.3s ease;
}
.site-navigation__logo .icon-container {
  top: 15vh;
  left: 12.5%;
  width: 280px !important;
  aspect-ratio: 51/36 !important;
  height: unset !important;
  transform: translateX(-50%) scale(0.8) !important;
  color: var(--wp--preset--color--white);
  opacity: 0;
  z-index: 40;
  transition: transform 0.2s ease, opacity 0.3s ease;
}
.has-open-nav .site-navigation__logo .icon-container {
  pointer-events: auto;
  transform: translateX(-50%) scale(1) !important;
  opacity: 1;
}
.site-navigation__logo .icon-container svg path {
  fill: currentColor;
}
.site-navigation ul.site-navigation__pages-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background-color: var(--wp--preset--color--black);
  padding-inline: var(--wp--custom--navigation--padding--left) var(--wp--custom--navigation--padding--right);
  padding-block: calc(var(--wp--custom--header--padding--top) * 2 + var(--wp--custom--header--nav-control--size)) var(--wp--custom--header--padding--bottom);
  box-sizing: border-box;
  z-index: 200;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 782px) {
  .site-navigation ul.site-navigation__pages-list {
    left: calc(100vw - var(--nav-content--width));
    width: var(--nav-content--width);
    background-color: var(--wp--preset--color--base-2);
    color: var(--wp--preset--color--contrast);
    gap: 2.25rem;
  }
}
.admin-bar .site-navigation ul.site-navigation__pages-list {
  top: var(--wp-admin--admin-bar--height);
  height: calc(100vh - var(--wp-admin--admin-bar--height));
}
.site-navigation ul.site-navigation__pages-list .wp-block-navigation-item {
  position: relative;
  width: 100%;
}
@media (min-width: 782px) {
  .site-navigation ul.site-navigation__pages-list .wp-block-navigation-item {
    width: calc(var(--nav-content--width) - var(--wp--custom--navigation--padding--right));
  }
}
.site-navigation ul.site-navigation__pages-list .wp-block-navigation-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--base);
  transform: scaleX(0);
  z-index: 0;
  transition: transform 0.4s ease-in-out 0.2s;
}
.site-navigation ul.site-navigation__pages-list .wp-block-navigation-item__content {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.5rem;
  line-height: 1;
  font-size: 2.5rem;
  text-decoration: none;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-weight: 300;
  text-transform: uppercase;
  color: currentColor;
  z-index: 1;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (min-width: 782px) {
  .site-navigation ul.site-navigation__pages-list .wp-block-navigation-item__content {
    font-size: 2rem;
    text-decoration: none;
    font-weight: 300;
  }
}
.site-navigation ul.site-navigation__pages-list .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--accent-2);
}
.site-navigation ul.site-navigation__pages-list:has(.wp-block-navigation-item__content:hover) .wp-block-navigation-item__content:not(:hover) {
  opacity: 0.4;
}
.site-navigation ul.site-navigation__pages-list .wp-block-navigation-item__count {
  position: relative;
  top: -0.375em;
  font-size: 0.35em;
  font-weight: 400;
  vertical-align: super;
  margin-inline-start: 0.25em;
  opacity: 0.6;
}
.site-navigation ul.site-navigation__pages-list {
  opacity: 0;
  transform: translateX(-5rem);
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.has-open-nav .site-navigation ul.site-navigation__pages-list {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease 0.2s, transform 0.2s ease 0.1s;
}
.site-navigation .wp-block-navigation-item {
  position: static;
}
.site-navigation .wp-block-navigation-item__title {
  width: 100%;
}
.site-navigation .wp-block-navigation-item__preview {
  position: fixed;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100vh;
  display: none;
}
@media (min-width: 782px) {
  .site-navigation .wp-block-navigation-item__preview {
    display: block;
  }
}
.admin-bar .site-navigation .wp-block-navigation-item__preview {
  height: calc(100vh - var(--wp-admin--admin-bar--height));
}

.page-body {
  margin-block-start: 0;
}

.page-content > .is-style-page-section:first-child {
  margin-block-start: calc(-1 * var(--wp--custom--page-content--padding--y));
}

.page-header {
  padding-block: calc(var(--wp--custom--header--height) + 3rem) clamp(2rem, 6vw, 6rem);
  min-height: 400px;
  color: var(--wp--preset--color--contrast);
}
.page-header .wp-block-cover__background {
  background: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--contrast);
}
@media (min-width: 782px) {
  .page-header__column--title {
    flex-basis: 60% !important;
    flex-grow: 0;
  }
}
.page-header__column--excerpt {
  text-wrap: balance;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 782px) {
  .page-header__column--excerpt {
    flex-basis: 40% !important;
    flex-grow: 0;
  }
}
.page-header__title {
  text-transform: none;
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -0.03em;
  text-wrap: balance;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: text alphabetic;
}
.portfolio-slider {
  --slider-spacing: clamp(0rem, 2vw, 2rem);
  --slider-height: 100vh;
  position: relative;
  overflow: hidden;
  height: var(--slider-height);
  padding-block: var(--wp--custom--header--height) var(--slider-spacing);
  padding-inline: var(--slider-spacing);
}
.admin-bar .portfolio-slider {
  --slider-height: calc(100vh - var(--wp-admin--admin-bar--height));
}
.portfolio-slider__wrapper.wp-block-post-template {
  display: flex;
  flex-wrap: nowrap;
  max-width: none;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  gap: var(--slider-spacing);
}
.portfolio-slider__wrapper > li {
  margin-block-start: 0;
  flex: 0 0 auto;
  width: 100vw;
  height: 100%;
}
@media (min-width: 1024px) {
  .portfolio-slider__wrapper > li {
    width: 25vw;
  }
}
@media (min-width: 1280px) {
  .portfolio-slider__wrapper > li {
    width: 25vw;
  }
}
.portfolio-slider__wrapper > li > .wp-block-cover {
  height: 100%;
  padding-block: 0;
  padding-inline: 0;
}
.portfolio-slider__wrapper > li > .wp-block-cover .wp-block-cover__background {
  opacity: 0;
  background-color: var(--wp--preset--color--black) !important;
  transition: opacity 0.5s ease-in-out;
}
.portfolio-slider__wrapper > li > .wp-block-cover .wp-block-cover__image-element {
  image-rendering: pixelated;
}
.portfolio-slider__wrapper > li > .wp-block-cover .wp-block-cover__inner-container,
.portfolio-slider__wrapper > li > .wp-block-cover .wp-block-group,
.portfolio-slider__wrapper > li > .wp-block-cover .wp-block-group__link {
  display: block;
  height: 100%;
}
.portfolio-slider__wrapper > li > .wp-block-cover .wp-block-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 2rem;
}
.portfolio-slider__wrapper > li > .wp-block-cover .wp-block-post-title {
  font-size: clamp(2rem, 2vw, 2rem);
  margin-block-end: 5rem;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.portfolio-slider__wrapper > li.is-active > .wp-block-cover .wp-block-cover__background {
  opacity: 0.6 !important;
}
.portfolio-slider__wrapper > li.is-active > .wp-block-cover .wp-block-post-title {
  opacity: 1;
}
.portfolio-slider__pagination {
  display: none;
}
.portfolio-slider .scroll-prompt {
  bottom: calc(var(--slider-spacing) * 2);
}

.post-header {
  margin-block-start: 0;
  padding-block-start: 3rem;
  padding-block-end: 3rem;
  padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
  color: currentColor;
  min-height: unset;
}
@media (min-width: 782px) {
  .post-header {
    padding-block-start: var(--wp--custom--header--height);
  }
}
.post-header .wp-block-cover__background {
  opacity: 1 !important;
  background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 60%, transparent) !important;
  mix-blend-mode: multiply;
}
.post-header .wp-block-cover__image-background {
  filter: blur(100px);
}
.post-header .wp-block-post-title {
  max-width: 30ch;
  margin-inline: auto;
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: center;
  text-wrap: balance;
}
.post-header .wp-block-post-featured-image {
  max-width: 1280px;
  margin-inline: auto;
  aspect-ratio: 16/9;
}
.post-header .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-header .wp-block-separator {
  border-width: 1px;
  margin-block-start: 1.5rem !important;
}
.post-header .wp-block-separator + * {
  margin-block-start: 1.5rem !important;
}
.post-header__meta {
  display: flex;
  justify-content: space-between;
}
.post-header__date {
  margin-block-start: 0;
}
.post-header__sharing {
  margin-block-start: 0;
}
.post-header__sharing .outermost-social-sharing-link {
  color: currentColor !important;
}

.team-slider {
  position: relative;
  overflow: hidden;
}
.team-slider__wrapper.wp-block-post-template {
  display: flex;
  flex-wrap: nowrap;
  max-width: none;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  gap: 1rem;
}
.team-slider__wrapper > li:last-child {
  margin-inline-end: 20vw;
}
.team-slider__wrapper .team-member {
  display: grid;
  grid-template-rows: 1fr auto;
  margin-block-start: 0;
  flex: 0 0 auto;
  width: 90vw;
  height: 100%;
}
@media (min-width: 782px) {
  .team-slider__wrapper .team-member {
    width: 31vw;
  }
}
@media (min-width: 1024px) {
  .team-slider__wrapper .team-member {
    width: 28vw;
  }
}
.team-slider__wrapper .team-member__photo {
  margin-block-start: 0;
  aspect-ratio: 6.75/10;
}
@media (min-width: 1024px) {
  .team-slider__wrapper .team-member__photo {
    aspect-ratio: 1;
  }
}
.team-slider__wrapper .team-member__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-slider__wrapper .team-member__details {
  margin-block-start: 0;
  padding: clamp(1rem, 1vw, 1.5rem);
}
.team-slider__wrapper .team-member__name {
  font-family: var(--wp--preset--font-family--hw-cigars);
}
.team-slider__wrapper .team-member__role {
  margin-block-start: 0.5rem;
  font-size: clamp(0.7rem, 0.7vw, 0.8rem);
  letter-spacing: 0.025em;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  padding: 0.3rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--wp--preset--color--contrast, #483F37);
  color: var(--wp--preset--color--base, #F5F3EF);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease, transform 150ms ease;
  z-index: 20;
  line-height: 1.3;
}
[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.wp-block-buttons {
  gap: var(--wp--custom--buttons--spacing--mobile);
}
@media (max-width: 782px) {
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}

@media (min-width: 782px) {
  .is-style-central-content .wp-block-column:nth-child(2) {
    flex-basis: 40%;
    flex-grow: 0;
  }
}
.wp-block-list {
  list-style: none;
  padding-left: 0;
}
.wp-block-list:not(.site-footer__split-nav) li {
  position: relative;
  padding-left: 1.375rem;
}
.wp-block-list:not(.site-footer__split-nav) li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  transform: translateY(-50%);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im01Mi4xMzA5NjI0IDQuMDc4MDY0OSA3LjE0MTg3NjIgMjMuNDIyNzgyOWMxLjkzMTg1ODEgNi4zMzU3OTI1IDYuODkwNTIyIDExLjI5NDQ1NjUgMTMuMjI2MzE0NSAxMy4yMjYzMTA3bDIzLjQyMjc4MjkgNy4xNDE4NzYyYzIuMTA0MDg3OC42NDE1NTk2IDIuMTA0MDg3OCAzLjYyMDM2NTEgMCA0LjI2MTkyNDdsLTIzLjQyMjc4MjkgNy4xNDE4NzYyYy02LjMzNTc5MjUgMS45MzE4NTgxLTExLjI5NDQ1NjUgNi44OTA1MjU4LTEzLjIyNjMxNDUgMTMuMjI2MzEwN2wtNy4xNDE4NzYyIDIzLjQyMjc4OTdjLS42NDE1NTk2IDIuMTA0MDg3OC0zLjYyMDM2NTEgMi4xMDQwODc4LTQuMjYxOTI0NyAwbC03LjE0MTg3NjItMjMuNDIyNzgyOWMtMS45MzE4NTgxLTYuMzM1NzkyNS02Ljg5MDUxODItMTEuMjk0NDU2NS0xMy4yMjYzMTI2LTEzLjIyNjMxNDVsLTIzLjQyMjc4My03LjE0MTg3NjJjLTIuMTA0MDg2Mi0uNjQxNTU5Ni0yLjEwNDA4NjItMy42MjAzNjUxIDAtNC4yNjE5MjQ3bDIzLjQyMjc4MS03LjE0MTg3NjJjNi4zMzU3OTI1LTEuOTMxODU4MSAxMS4yOTQ0NTY1LTYuODkwNTE4MiAxMy4yMjYzMTA3LTEzLjIyNjMxMjZsNy4xNDE4NzYyLTIzLjQyMjc4MjljLjY0MTU2MzQtMi4xMDQwODc3IDMuNjIwMzY5LTIuMTA0MDg3NyA0LjI2MTkyODYtLjAwMDAwMTF6Ij48L3BhdGg+Cjwvc3ZnPgo=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im01Mi4xMzA5NjI0IDQuMDc4MDY0OSA3LjE0MTg3NjIgMjMuNDIyNzgyOWMxLjkzMTg1ODEgNi4zMzU3OTI1IDYuODkwNTIyIDExLjI5NDQ1NjUgMTMuMjI2MzE0NSAxMy4yMjYzMTA3bDIzLjQyMjc4MjkgNy4xNDE4NzYyYzIuMTA0MDg3OC42NDE1NTk2IDIuMTA0MDg3OCAzLjYyMDM2NTEgMCA0LjI2MTkyNDdsLTIzLjQyMjc4MjkgNy4xNDE4NzYyYy02LjMzNTc5MjUgMS45MzE4NTgxLTExLjI5NDQ1NjUgNi44OTA1MjU4LTEzLjIyNjMxNDUgMTMuMjI2MzEwN2wtNy4xNDE4NzYyIDIzLjQyMjc4OTdjLS42NDE1NTk2IDIuMTA0MDg3OC0zLjYyMDM2NTEgMi4xMDQwODc4LTQuMjYxOTI0NyAwbC03LjE0MTg3NjItMjMuNDIyNzgyOWMtMS45MzE4NTgxLTYuMzM1NzkyNS02Ljg5MDUxODItMTEuMjk0NDU2NS0xMy4yMjYzMTI2LTEzLjIyNjMxNDVsLTIzLjQyMjc4My03LjE0MTg3NjJjLTIuMTA0MDg2Mi0uNjQxNTU5Ni0yLjEwNDA4NjItMy42MjAzNjUxIDAtNC4yNjE5MjQ3bDIzLjQyMjc4MS03LjE0MTg3NjJjNi4zMzU3OTI1LTEuOTMxODU4MSAxMS4yOTQ0NTY1LTYuODkwNTE4MiAxMy4yMjYzMTA3LTEzLjIyNjMxMjZsNy4xNDE4NzYyLTIzLjQyMjc4MjljLjY0MTU2MzQtMi4xMDQwODc3IDMuNjIwMzY5LTIuMTA0MDg3NyA0LjI2MTkyODYtLjAwMDAwMTF6Ij48L3BhdGg+Cjwvc3ZnPgo=);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
}

.wp-block-post-navigation__link {
  background-color: color-mix(in srgb, var(--wp--preset--color--white) 40%, transparent) !important;
  padding: 1rem;
  border-radius: 50rem;
  backdrop-filter: blur(10px);
  margin-bottom: 1.5rem;
}
.wp-block-post-navigation__link * {
  text-decoration: none;
  color: currentColor;
}
.wp-block-post-navigation__link--prev {
  margin-left: 1.5rem;
  padding-right: 2.5rem;
}
.wp-block-post-navigation__link--next {
  margin-right: 1.5rem;
  padding-left: 2.5rem;
}

.is-style-hero {
  height: 100vh;
}
.admin-bar .is-style-hero {
  height: calc(100vh - var(--wp-admin--admin-bar--height));
}
.is-style-hero .swiper,
.is-style-hero .swiper-container {
  height: 100%;
}
.is-style-hero .swiper-wrapper {
  height: 100%;
}
.is-style-hero .swiper-slide {
  height: 100%;
}
.is-style-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-style-hero > img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.scroll-prompt {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 10;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-prompt {
  background-color: color-mix(in srgb, var(--wp--preset--color--white) 5%, transparent);
  color: var(--wp--preset--color--white);
  padding: 1rem 2rem;
  border-radius: 50rem;
  backdrop-filter: blur(10px);
}
.scroll-prompt__icon {
  margin-block-start: 0;
}
.scroll-prompt__icon .icon-container {
  width: 0.5rem !important;
}
.scroll-prompt__text {
  margin-block-start: 0;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.site-main--about .page-header {
  position: relative;
  min-height: 100vh;
}
.site-main--about .page-header .wp-block-cover__inner-container {
  display: contents;
}
.site-main--about .page-header .wp-block-breadcrumbs {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.site-main--about .page-header .page-header__title {
  position: absolute;
  top: 34vh;
  left: 65%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 19ch;
  font-size: clamp(1.5rem, 3.5vw, 3.5rem);
  line-height: 1.2;
  text-shadow: 0 0 10px var(--wp--preset--color--white);
}
@media (min-width: 768px) and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 16/7) {
  .site-main--about .page-header .page-header__title {
    top: 30vh;
  }
}
.admin-bar .site-main--about .page-header {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}

.site-main--home .section--home-hero {
  position: sticky;
  top: 0;
  z-index: 0;
}
.admin-bar .site-main--home .section--home-hero {
  top: var(--wp-admin--admin-bar--height);
}
.site-main--home .is-style-page-section {
  position: relative;
  z-index: 10;
}

.site-main--services {
  counter-reset: service-counter;
}

@media (max-width: 782px) {
  .site-main--team .is-style-hero {
    height: unset;
    width: 100vw;
    aspect-ratio: 3/4;
    min-height: unset;
  }
}

:root {
  color-scheme: light dark; /* Essential for light-dark() to work */
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p em,
figcaption em {
  font-family: var(--wp--preset--font-family--hw-cigars);
  font-size: 0.9em;
  font-weight: 400;
}

p [style="text-decoration: underline;"] {
  text-decoration: underline;
  text-decoration-thickness: 0.5px !important;
  text-underline-offset: 0.25em;
}

p [style="text-decoration: line-through;"] {
  text-decoration: line-through;
}

p b, p strong {
  font-weight: 600;
}
.has-base-2-background-color p b, .has-base-2-background-color p strong {
  color: var(--wp--preset--color--contrast);
}

.section--about-intro .wp-block-columns {
  margin-block: clamp(2rem, 5vw, 5rem);
}
.section--about-intro .wp-block-columns + * {
  margin-block: clamp(2rem, 5vw, 5rem);
}
.section--about-intro .wp-block-buttons .wp-block-button {
  min-width: var(--wp--custom--button--dimensions--min-width);
}

.section--contact__columns {
  gap: clamp(1.5rem, 5vw, 5rem);
}
.section--contact__column--details .wp-block-cover {
  height: 100%;
  padding-block: var(--wp--custom--section--padding--top) var(--wp--custom--section--padding--bottom);
  padding-inline: clamp(1.5rem, 5vw, 5rem);
  align-items: unset !important;
}
@media (min-width: 782px) {
  .section--contact__column--details .wp-block-cover {
    padding-inline-end: clamp(1.5rem, 10vw, 10rem);
  }
}
.admin-bar .section--contact__column--details .is-style-card--contact {
  top: calc(1rem + var(--wp-admin--admin-bar--height));
}
.section--contact__column--details .is-style-card--contact p {
  font-weight: 400;
}
.section--contact__column--form {
  position: relative;
  z-index: 10;
}
.section--contact__column--form .gform_button.button {
  width: 100%;
}
.section--contact__form-card {
  background-color: var(--wp--preset--color--base);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.section--contact__subheading {
  font-size: 1rem;
  font-weight: 400;
}

.section--founder .is-style-eyebrow {
  font-size: 1.75rem !important;
  line-height: 1;
}
.section--founder .is-style-eyebrow + * {
  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .section--founder__columns {
    gap: var(--wp--custom--team-member--columns--gap);
  }
}
.section--global-cta {
  --global-cta-separator-spacing: clamp(2rem, 3vw, 3rem);
  color: var(--wp--preset--color--contrast);
  text-align: center;
}
@media (min-width: 782px) {
  .section--global-cta {
    text-align: left;
  }
}
.section--global-cta .wp-block-cover__background {
  background-color: var(--wp--preset--color--base-2) !important;
}
.section--global-cta .wp-block-columns {
  gap: clamp(2rem, 10vw, 10rem);
}
.section--global-cta .wp-block-heading.is-style-page-section-heading {
  text-transform: none;
}
.section--global-cta .wp-block-separator {
  border-width: 1px;
  border-color: color-mix(in srgb, currentColor 50%, transparent);
  margin-block-start: var(--global-cta-separator-spacing) !important;
}
.section--global-cta .wp-block-separator + * {
  margin-block-start: var(--global-cta-separator-spacing) !important;
}
.section--global-cta .wp-block-buttons {
  justify-content: center;
}
@media (min-width: 782px) {
  .section--global-cta .wp-block-buttons {
    justify-content: flex-start;
  }
}

.section--home-hero {
  --swiper-theme-color: goldenrod;
}
.section--home-hero .swiper-button-next ::slotted(svg), .section--home-hero .swiper-button-next svg, .section--home-hero .swiper-button-prev ::slotted(svg), .section--home-hero .swiper-button-prev svg {
  fill: transparent;
}

@media (min-width: 782px) {
  .section--home-services .wp-block-columns {
    gap: 4rem;
  }
}
.section--home-services .wp-block-column:nth-child(2) {
  flex-grow: 0;
}
@media (min-width: 782px) {
  .section--home-services .wp-block-column:nth-child(2) {
    width: 1px !important;
    flex-basis: 1px !important;
  }
}
@media (min-width: 782px) {
  .section--home-services .wp-block-separator {
    width: 1px;
    border: 0;
    height: 100%;
    background-color: currentColor;
  }
}
.section--home-services .is-style-lead {
  text-wrap: balance;
}

.section--latest-project {
  background-color: var(--wp--preset--color--base);
}
.section--latest-project .wp-block-read-more {
  min-width: var(--wp--custom--button--dimensions--min-width);
}
.section--latest-project .wp-block-buttons .wp-block-button {
  min-width: var(--wp--custom--button--dimensions--min-width);
}
.section--latest-project .is-style-page-section-header {
  max-width: 460px;
  margin-inline: auto;
}
@media (max-width: 782px) {
  .section--latest-project__actions {
    flex-direction: column;
    gap: var(--wp--custom--buttons--spacing--mobile);
  }
}
@media (max-width: 782px) {
  .section--latest-project__actions .wp-block-read-more {
    width: 100%;
  }
}
@media (max-width: 782px) {
  .section--latest-project__actions .wp-block-buttons {
    width: 100%;
  }
}

.section--posts {
  padding-block-start: 0;
}
@media (min-width: 782px) {
  .section--posts .wp-block-post-template {
    gap: 3rem 1rem;
  }
}
.section--posts .wp-block-post-template .post {
  display: grid;
  background-color: var(--wp--preset--color--white);
  padding: 1.5rem;
  border-radius: var(--wp--custom--card--border--radius--xs);
  overflow: hidden;
}
.section--posts .wp-block-post-template .post .wp-block-post-featured-image {
  margin-block-start: 0;
  aspect-ratio: 6/7;
}
.section--posts .wp-block-post-template .post .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--posts .wp-block-post-template .post .wp-block-post-title {
  margin-block-start: 1.2rem;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  text-wrap: balance;
  text-align: center;
  line-height: 1.2;
}

.section--press-items {
  padding-block-start: 0;
}
.section--press-items .wp-block-post-template {
  display: grid;
  gap: 1rem;
}
@media (min-width: 782px) {
  .section--press-items .wp-block-post-template {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .section--press-items .wp-block-post-template {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .section--press-items .wp-block-post-template {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.section--press-items .wp-block-post-template .press-item {
  margin-block: 0;
  row-gap: 0.75rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.section--press-items .wp-block-post-template .press-item__inner-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  background-color: var(--wp--preset--color--white);
  transition: background-color 0.2s ease-in-out;
  border-radius: var(--wp--custom--card--border--radius--xs);
  overflow: hidden;
}
.section--press-items .wp-block-post-template .press-item__inner-container .wp-block-group-link {
  margin-block-start: 0;
}
.section--press-items .wp-block-post-template .press-item__inner-container:hover {
  background-color: var(--wp--preset--color--base);
}
.section--press-items .wp-block-post-template .press-item__inner-container:hover .wp-block-post-excerpt__more-link::before, .section--press-items .wp-block-post-template .press-item__inner-container:hover .wp-block-post-excerpt__more-link::after {
  transform: translateX(100%);
}
.section--press-items .wp-block-post-template .press-item__featured-image {
  margin-block-start: 0;
  min-height: unset;
  padding: 0;
  color: currentColor;
  aspect-ratio: 1/1;
  grid-column: 1/3;
  grid-row: 1/2;
  z-index: 0;
  width: 60px;
  border-radius: 50rem;
  overflow: hidden;
  justify-self: start;
  align-self: end;
  margin-block-end: 1rem;
  margin-inline-start: 1rem;
}
.section--press-items .wp-block-post-template .press-item__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--press-items .wp-block-post-template .press-item__logo {
  margin-block-start: 0;
  display: flex;
  justify-content: center;
  aspect-ratio: 10/8;
  width: 100%;
  align-items: center;
  grid-column: 1/3;
  grid-row: 1/2;
  z-index: 0;
  justify-self: center;
  background-color: color-mix(in srgb, var(--wp--preset--color--base) 30%, transparent);
  backdrop-filter: blur(10px);
}
.section--press-items .wp-block-post-template .press-item__logo svg {
  width: -moz-fit-content;
  width: fit-content;
}
.section--press-items .wp-block-post-template .press-item__logo svg * {
  fill: currentColor;
}
.section--press-items .wp-block-post-template .press-item__logo.is-ultrawide svg {
  height: 40px;
}
.section--press-items .wp-block-post-template .press-item__logo.is-wide svg {
  height: 40px;
}
.section--press-items .wp-block-post-template .press-item__logo.is-landscape svg {
  height: 56px;
}
.section--press-items .wp-block-post-template .press-item__logo.is-horizontal svg {
  height: 56px;
}
.section--press-items .wp-block-post-template .press-item__logo.is-square svg {
  height: 90px;
}
.section--press-items .wp-block-post-template .press-item__logo.is-portrait svg {
  width: 70%;
}
.section--press-items .wp-block-post-template .press-item__content {
  margin-block-start: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "title ." "teaser read-more";
  padding: 1.5rem;
  row-gap: 0.75rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.section--press-items .wp-block-post-template .press-item__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  margin-block-start: 0;
  margin-block-end: 0;
  grid-area: title;
  font-family: var(--wp--preset--font-family--hw-cigars);
  text-transform: none;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2vw, 1.25rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section--press-items .wp-block-post-template .press-item__teaser {
  margin-block-start: 0;
  display: contents;
  color: #8F877C;
}
.section--press-items .wp-block-post-template .press-item .wp-block-post-excerpt__excerpt {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  margin-block-start: 0;
  grid-area: teaser;
  font-size: clamp(0.8rem, 0.7vw, 0.8rem);
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section--press-items .wp-block-post-template .press-item .wp-block-post-excerpt__more-text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  margin-block-start: 0;
  grid-area: read-more;
  align-self: end;
}
.section--press-items .wp-block-post-template .press-item .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 0;
  border: 1px solid currentColor;
  border-radius: 50rem;
  overflow: hidden;
}
.section--press-items .wp-block-post-template .press-item .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::before, .section--press-items .wp-block-post-template .press-item .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::after {
  content: "";
  display: block;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8bGluZSB5MT0iMjkuOTciIHgyPSI1OS4yNiIgeTI9IjI5Ljk3IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFmMjAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+CiAgPHBvbHlsaW5lIHBvaW50cz0iMzQuNTggNS4zIDU5LjI2IDI5Ljk3IDM0LjUzIDU0LjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMWYyMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz4KPC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8bGluZSB5MT0iMjkuOTciIHgyPSI1OS4yNiIgeTI9IjI5Ljk3IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFmMjAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+CiAgPHBvbHlsaW5lIHBvaW50cz0iMzQuNTggNS4zIDU5LjI2IDI5Ljk3IDM0LjUzIDU0LjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMWYyMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz4KPC9zdmc+Cg==);
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  flex-basis: 42px;
  height: 42px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  .section--profile {
    padding-block: 12vw;
  }
}
@media (min-width: 782px) {
  .section--profile .team-member__columns {
    gap: var(--wp--custom--team-member--columns--gap);
  }
}
.section--profile .team-member__column {
  box-sizing: border-box;
}
.section--profile .team-member__details + * {
  margin-block-start: 3rem;
}
.section--profile .team-member__name {
  font-size: clamp(3rem, 3vw, 3rem);
  text-transform: none;
}
.section--profile .team-member__name + * {
  margin-block-start: 0.75rem;
}
.section--profile .team-member__role {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  font-weight: 400;
}
.section--profile .team-member__bio p:first-of-type::first-letter {
  text-transform: uppercase;
  font-size: 2lh;
  float: left;
  margin-right: 0.25em;
  line-height: 1.2;
  margin-bottom: -0.2em;
  font-family: var(--wp--preset--font-family--hw-cigars);
}
.section--profile .team-member__email-button {
  margin-block-start: 3rem;
}
.section--project-gallery {
  padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
}
.section--project-gallery .wp-block-dapd-project-gallery__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--project-gallery .wp-block-dapd-project-gallery__image {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}

.section--services .service {
  margin-block-start: 0;
  counter-increment: service-counter;
  gap: clamp(2rem, 20vw, 20rem);
}
@media (min-width: 768px) {
  .section--services .service {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section--services .service:not(:last-child) {
  padding-block-end: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid var(--wp--preset--color--contrast);
}
.section--services .service:not(:first-child) {
  padding-block-start: clamp(2rem, 4vw, 4rem);
}
.section--services .service__details {
  position: relative;
  padding-left: clamp(2rem, 8vw, 8rem);
  align-self: center;
}
.section--services .service__details::before {
  font-family: "Helvetica Neue", sans-serif;
  content: counter(service-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 100;
  line-height: 1;
}
.section--services .service__name {
  font-size: clamp(2rem, 3vw, 3rem);
  text-transform: none;
}
.section--services .service__description {
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.section--services .service__image {
  margin-block-start: 0;
  aspect-ratio: 4/3;
}
.section--services .service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--shop .is-style-page-section-header {
  max-width: 460px;
  margin-inline: auto;
}

.section--team-bios {
  margin-block-start: 0;
}
.section--team-bios .wp-block-post-template {
  gap: 0;
}
.section--team-bios .wp-block-post-template > li {
  margin-block-start: 0;
}
.section--team-bios .wp-block-post-template > li .wp-block-columns {
  margin-block: 0;
}
@media (min-width: 782px) {
  .section--team-bios .wp-block-post-template > li .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 782px) {
  .section--team-bios .wp-block-post-template > li .wp-block-column {
    height: 100%;
  }
}
.section--team-bios .wp-block-post-template > li .wp-block-column:nth-child(1) {
  order: 2;
}
@media (min-width: 782px) {
  .section--team-bios .wp-block-post-template > li .wp-block-column:nth-child(1) {
    order: 0;
  }
}
.section--team-bios .wp-block-post-template .team-member {
  max-width: 1200px;
  margin-inline: auto;
  padding-block: var(--wp--custom--section--padding--top) var(--wp--custom--section--padding--bottom);
  padding-inline: var(--wp--custom--section--padding--left) var(--wp--custom--section--padding--right);
}
@media (min-width: 782px) {
  .section--team-bios .wp-block-post-template .team-member__columns {
    gap: var(--wp--custom--team-member--columns--gap);
  }
}
.section--team-bios .wp-block-post-template .team-member__column--content {
  display: grid;
  align-items: center;
}
.section--team-bios .wp-block-post-template .team-member__content {
  font-size: clamp(1rem, 1vw, 1.1rem);
}
.section--team-bios .wp-block-post-template .team-member__name {
  font-size: clamp(2rem, 4vw, 4rem);
  text-transform: none;
}
@media (max-width: 782px) {
  .section--team-bios .wp-block-post-template .team-member__photo {
    aspect-ratio: 5/4;
  }
}
@media (min-width: 782px) {
  .section--team-bios .wp-block-post-template .team-member__photo {
    aspect-ratio: 3/4;
  }
}
.section--team-bios .wp-block-post-template .team-member__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--team-intro {
  min-height: unset;
}

.section--team-preview {
  padding-block-start: 0;
  padding-inline: 0;
}
@media (max-width: 782px) {
  .section--team-preview .wp-block-buttons {
    width: 100%;
  }
}
.section--team-preview .team-slider {
  margin-block-start: 0 !important;
}
.section--team-preview__inner-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.section--team-preview__inner-container .is-style-page-section-header {
  width: 100%;
  box-sizing: border-box;
  padding-block-start: var(--wp--custom--section--header--padding--top);
  padding-block-end: var(--wp--custom--section--header--padding--bottom);
}
@media (max-width: 1024px) {
  .section--team-preview__inner-container .is-style-page-section-header {
    flex-direction: column;
  }
}
@media (min-width: 782px) {
  .section--team-preview__inner-container .is-style-page-section-header {
    padding-block-start: var(--wp--custom--section--padding--top);
  }
}

.blog .site-logo {
  color: light-dark(var(--wp--preset--color--contrast), var(--wp--preset--color--white));
}
.blog .site-name {
  color: light-dark(var(--wp--preset--color--contrast), var(--wp--preset--color--white));
}

.single-portfolio-entry .site-logo {
  color: light-dark(var(--wp--preset--color--contrast), var(--wp--preset--color--white));
}
.single-portfolio-entry .site-name {
  color: light-dark(var(--wp--preset--color--contrast), var(--wp--preset--color--white));
}

.site-main--portfolio-entry {
  --wp--style--global--wide-size: 1000px;
  --project-media-height: calc(100vh - 5rem);
}
@media (min-width: 1024px) {
  .site-main--portfolio-entry {
    --project-media-height: calc(150vh - 5rem);
  }
}
.header--sticky .has-stuck-actions .site-main--portfolio-entry .site-name {
  color: var(--wp--preset--color--white);
}
.site-main--portfolio-entry .post-content {
  margin-block-start: 0;
}
@media (min-width: 1024px) {
  .site-main--portfolio-entry .post-content {
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr calc(100% - 800px - var(--project-gallery-gap, clamp(30px, 5vw, 50px)) * 2) 1fr;
    gap: var(--project-gallery-gap, clamp(30px, 5vw, 50px));
  }
}
@media (min-width: 1024px) {
  .site-main--portfolio-entry .post-content__project-details {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-block-start: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .site-main--portfolio-entry .post-content__project-details-inner {
    position: sticky;
    top: calc(var(--wp--custom--header--height) + 3rem);
  }
}
.admin-bar .site-main--portfolio-entry .post-content__project-details-inner {
  top: calc(var(--wp--custom--header--height) + 3rem + var(--wp-admin--admin-bar--height));
}
.site-main--portfolio-entry .post-content__project-details-inner .wp-block-post-content {
  --wp--custom--typography--line-height: 1.5;
  --wp--custom--spacing--block-gap: 1.25rem;
  font-size: 1rem;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation {
  width: 100%;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation.is-hidden {
  transform: unset;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation .wp-block-post-navigation__links {
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation .wp-block-post-navigation__link {
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation .wp-block-post-navigation__link--prev {
  grid-column: 1/2;
  justify-self: start;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation .wp-block-post-navigation__link--next {
  grid-column: 1/2;
  justify-self: start;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation .wp-block-post-navigation__link--next .wp-block-post-navigation__link-content {
  flex-direction: row;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation .wp-block-post-navigation__link--next .wp-block-post-navigation__details {
  text-align: left;
}
.site-main--portfolio-entry .post-content__project-details-inner .post-content__navigation .wp-block-post-navigation__link-thumbnail {
  flex: 0 0 60px;
  width: 60px;
  border-radius: 0;
}
.site-main--portfolio-entry .post-content__excerpt {
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.site-main--portfolio-entry .post-content__featured-image {
  margin-block-start: var(--project-gallery-gap, clamp(30px, 5vw, 50px));
}
@media (min-width: 1024px) {
  .site-main--portfolio-entry .post-content__featured-image {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-block-start: 0;
    height: var(--project-media-height);
  }
  .site-main--portfolio-entry .post-content__featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    image-rendering: pixelated;
  }
}
@media (min-width: 1024px) {
  .site-main--portfolio-entry .post-content__actions {
    grid-column: 1/2;
    grid-row: 1/4;
    justify-self: center;
    margin-block-start: 0;
  }
}
.site-main--portfolio-entry .post-content__gallery {
  margin-block-start: var(--project-gallery-gap, clamp(30px, 5vw, 50px));
}
.site-main--portfolio-entry .portfolio-entry-actions {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  margin-top: calc(var(--wp--custom--header--height) / 2);
  transform: translateY(-50%);
  padding-block: 0;
  padding-inline: 0;
  border-radius: 50rem;
  z-index: 10;
  align-items: center;
  border: 0;
  transition: background-color 0.3s ease, color 0.3s ease, backdrop-filter 0.3s ease, padding 0.3s ease, border 0.3s ease, max-width 0.3s ease;
}
.site-main--portfolio-entry .portfolio-entry-actions .scroll-progress-border {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
  z-index: 1;
  overflow: visible;
  margin-block-start: 0;
}
.site-main--portfolio-entry .portfolio-entry-actions .scroll-progress-border__track {
  fill: none;
  stroke: #FF4D00;
  stroke-width: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.05s linear;
}
.site-main--portfolio-entry .portfolio-entry-actions.is-stuck {
  background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 95%, transparent);
  color: var(--wp--preset--color--white);
  max-width: 1050px !important;
  padding-block: 0.5rem;
  padding-inline: 2.5rem 0.5rem;
  box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 782px) {
  .site-main--portfolio-entry .portfolio-entry-actions.is-stuck {
    padding-inline: 2.25rem 0.6rem;
  }
}
.site-main--portfolio-entry .portfolio-entry-actions.is-stuck .wp-block-post-title {
  font-size: 1.375rem;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
@media (max-width: 782px) {
  .site-main--portfolio-entry .portfolio-entry-actions.is-stuck .wp-block-post-title {
    font-size: 1.125rem;
  }
}
.site-main--portfolio-entry .portfolio-entry-actions .wp-block-post-title {
  margin: 0;
  color: currentColor;
  text-transform: none;
  justify-self: start;
  font-size: 2.25rem;
  transition: font-size 0.3s ease;
}
@media (max-width: 782px) {
  .site-main--portfolio-entry .portfolio-entry-actions .wp-block-post-title {
    font-size: 1.5rem;
  }
}
.site-main--portfolio-entry .portfolio-entry-actions .wp-block-button {
  margin-block-start: 0 !important;
}
.site-main--portfolio-entry .portfolio-entry-actions .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 50rem;
  color: currentColor;
}
.site-main--portfolio-entry .portfolio-entry-actions .wp-block-button .wp-block-button__link::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8bGluZSB5MT0iMjkuOTciIHgyPSI1OS4yNiIgeTI9IjI5Ljk3IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFmMjAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+CiAgPHBvbHlsaW5lIHBvaW50cz0iMzQuNTggNS4zIDU5LjI2IDI5Ljk3IDM0LjUzIDU0LjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMWYyMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz4KPC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8bGluZSB5MT0iMjkuOTciIHgyPSI1OS4yNiIgeTI9IjI5Ljk3IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFmMjAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+CiAgPHBvbHlsaW5lIHBvaW50cz0iMzQuNTggNS4zIDU5LjI2IDI5Ljk3IDM0LjUzIDU0LjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMWYyMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz4KPC9zdmc+Cg==);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  rotate: 180deg;
}
@media (max-width: 782px) {
  .site-main--portfolio-entry .portfolio-entry-actions .wp-block-button .wp-block-button__content {
    display: none;
  }
}
.site-main--portfolio-entry .post-content__actions {
  position: sticky;
  bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 1.5rem;
  margin-inline: auto;
}
.site-main--portfolio-entry .post-content__actions .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: color-mix(in srgb, var(--wp--preset--color--white) 5%, transparent);
  border: 0;
  border-radius: 50rem;
  color: var(--wp--preset--color--white);
  backdrop-filter: blur(10px);
  transition: background-color 0.3s ease;
}
.site-main--portfolio-entry .post-content__actions .wp-block-button .wp-block-button__link::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8bGluZSB5MT0iMjkuOTciIHgyPSI1OS4yNiIgeTI9IjI5Ljk3IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFmMjAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+CiAgPHBvbHlsaW5lIHBvaW50cz0iMzQuNTggNS4zIDU5LjI2IDI5Ljk3IDM0LjUzIDU0LjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMWYyMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz4KPC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8bGluZSB5MT0iMjkuOTciIHgyPSI1OS4yNiIgeTI9IjI5Ljk3IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFmMjAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+CiAgPHBvbHlsaW5lIHBvaW50cz0iMzQuNTggNS4zIDU5LjI2IDI5Ljk3IDM0LjUzIDU0LjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMWYyMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz4KPC9zdmc+Cg==);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  rotate: 180deg;
}
.site-main--portfolio-entry .post-content__actions.is-unstuck .wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--contrast);
}

.single-press-item .site-logo {
  color: light-dark(var(--wp--preset--color--contrast), var(--wp--preset--color--white));
}
.single-press-item .site-name {
  color: light-dark(var(--wp--preset--color--contrast), var(--wp--preset--color--white));
}

.site-main--press-item {
  --press-item-spacing: 3vw;
}
.site-main--press-item .press-item-header {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--white);
}
.site-main--press-item .press-item-header + .post-content {
  margin-block-start: 0;
}
.site-main--press-item .press-item-content {
  --_gap: clamp(1.5rem, 2.5vw, 2.5rem);
  --_panel-padding-top: var(--_gap);
  --_panel-h: calc(100vh - (var(--wp--custom--header--height) + (var(--press-item-spacing) * 2)));
  padding-block: calc(var(--press-item-spacing) + var(--wp--custom--header--height)) var(--press-item-spacing);
  padding-inline: var(--_gap);
}
html:has(.admin-bar) .site-main--press-item .press-item-content {
  --_panel-h: calc(100vh - (var(--wp--custom--header--height) + (var(--press-item-spacing) * 2)) - var(--wp-admin--admin-bar--height));
}
.site-main--press-item .press-item-content__columns {
  display: flex;
  flex-direction: column;
  gap: var(--_gap);
}
@media (min-width: 782px) {
  .site-main--press-item .press-item-content__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: var(--_panel-h) var(--_panel-h);
    gap: var(--_gap);
  }
}
@media (min-width: 1280px) {
  .site-main--press-item .press-item-content__columns {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: var(--_panel-h);
  }
}
.site-main--press-item .press-item-content__column {
  flex-basis: unset !important;
}
.site-main--press-item .press-item-content__column--details {
  padding-block: clamp(1.5rem, 2.5vw, 2.5rem);
  padding-inline: clamp(1.5rem, 2.5vw, 2.5rem);
  font-size: 1.1rem;
}
@media (min-width: 782px) {
  .site-main--press-item .press-item-content__column--details {
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (min-width: 782px) {
  .site-main--press-item .press-item-content__column--featured-image {
    overflow: hidden;
  }
}
.site-main--press-item .press-item-content__column--featured-image .wp-block-post-featured-image {
  height: 100%;
  margin-block-start: 0;
}
.site-main--press-item .press-item-content__column--featured-image .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main--press-item .press-item-content__column--navigation {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: var(--_gap);
}
@media (min-width: 782px) {
  .site-main--press-item .press-item-content__column--navigation {
    grid-column: 1/-1;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .site-main--press-item .press-item-content__column--navigation {
    grid-column: auto;
  }
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation {
  display: grid;
  height: 100%;
  box-sizing: border-box;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__links {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr !important;
  grid-template-rows: 100px 100px;
  gap: 1rem;
}
@media (min-width: 782px) {
  .site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__links {
    grid-template-rows: 1fr 1fr;
  }
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link {
  width: 100%;
  height: 100%;
  display: grid;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link--prev {
  margin-block-end: 0;
  margin-inline-start: 0;
  grid-column: 1/2;
  grid-row: 1/2;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link--next {
  margin-block-end: 0;
  margin-inline-end: 0;
  grid-column: 1/2;
  grid-row: 2/3;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link a {
  text-align: left;
  transition: background-color 0.1s ease-in-out;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link a:hover {
  background-color: var(--wp--preset--color--accent);
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link a:hover .wp-block-post-navigation__link-thumbnail img {
  scale: 1.05;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link-content {
  width: 100%;
  height: 100% !important;
  flex-direction: row;
  overflow: hidden;
  gap: clamp(1.375rem, 1.75vw, 1.75rem);
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link-thumbnail {
  position: relative;
  border-radius: 0;
  aspect-ratio: 1/1 !important;
  height: 100%;
  flex: 0 0 auto;
  width: unset;
  min-width: 0;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.2s ease-in-out;
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link-label-text {
  font-size: clamp(0.6rem, 0.7vw, 0.7rem);
}
.site-main--press-item .press-item-content__column--navigation .wp-block-post-navigation__link-title span {
  font-size: 1.3rem;
  max-width: 17ch;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-main--press-item .press-item-content__column--navigation .press-item-content__press-item-source .wp-block-button {
  height: 100%;
}
.site-main--press-item .press-item-content__column--navigation .press-item-content__press-item-source .wp-block-button__link {
  height: 100%;
}
.site-main--press-item .press-item-content__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main--press-item .press-item-content__content {
  margin-block-start: 0;
  font-size: 1rem;
}
.site-main--press-item .press-item-content__logo {
  position: absolute;
  top: clamp(1.5rem, 2.5vw, 2.5rem);
  left: clamp(1.5rem, 2.5vw, 2.5rem);
  z-index: 1;
  max-width: 120px;
  margin-block-start: 0;
  display: none;
}
@media (min-width: 782px) {
  .site-main--press-item .press-item-content__logo {
    max-width: 200px;
  }
}
.site-main--press-item .press-item-content__logo svg, .site-main--press-item .press-item-content__logo img {
  width: 100%;
  height: auto;
}
.site-main--press-item .press-item-content__logo svg *, .site-main--press-item .press-item-content__logo img * {
  fill: currentColor !important;
}
.site-main--press-item .press-item-content__logo.is-ultrawide svg {
  height: 40px;
}
.site-main--press-item .press-item-content__logo.is-wide svg {
  height: 40px;
}
.site-main--press-item .press-item-content__logo.is-landscape svg {
  height: 56px;
}
.site-main--press-item .press-item-content__logo.is-horizontal svg {
  height: 56px;
}
.site-main--press-item .press-item-content__logo.is-square svg {
  height: 90px;
}
.site-main--press-item .press-item-content__logo.is-portrait svg {
  width: 70%;
}
.site-main--press-item .press-item-content__press-item-source {
  position: relative;
  margin-block-start: 0;
}
.site-main--press-item .press-item-content__press-item-source .wp-block-button {
  margin-block-start: 0;
  width: 100%;
}
.site-main--press-item .press-item-content__press-item-source .wp-block-button .wp-block-button__link {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  align-content: end;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  line-height: 1.2;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  border: 0;
  transform: none !important;
  transition: background-color 0.2s ease-in-out;
}
.site-main--press-item .press-item-content__press-item-source .wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDgwLjggODAuOCI+Cgk8bGluZSB4MT0iNzcuOSIgeTE9IjIuOSIgeDI9IjIuOCIgeTI9Ijc4LjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+Cgk8cG9seWxpbmUgcG9pbnRzPSIxMy4zIDIuOSA3Ny45IDIuOSA3Ny45IDY5LjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+Cjwvc3ZnPgo=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDgwLjggODAuOCI+Cgk8bGluZSB4MT0iNzcuOSIgeTE9IjIuOSIgeDI9IjIuOCIgeTI9Ijc4LjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+Cgk8cG9seWxpbmUgcG9pbnRzPSIxMy4zIDIuOSA3Ny45IDIuOSA3Ny45IDY5LjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+Cjwvc3ZnPgo=);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.1s ease-in-out;
}
.site-main--press-item .press-item-content__press-item-source .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--accent) !important;
  box-shadow: none;
}
.site-main--press-item .press-item-content__press-item-source .wp-block-button .wp-block-button__link:hover::after {
  transform: translate(0.5rem, -0.5rem);
}
.site-main--press-item .press-item-content p a {
  position: relative;
  text-decoration: none;
}
.site-main--press-item .press-item-content p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8lh;
  background-color: gold;
  opacity: 0.2;
  z-index: 0;
  transform: rotate(1deg) skew(-10deg);
  mix-blend-mode: multiply;
  transition: opacity 0.2s ease-in-out;
}
.site-main--press-item .press-item-content p a:hover::before {
  opacity: 0.8;
}
.site-main--press-item .wp-block-image {
  background: var(--wp--preset--color--white);
  padding: 1.5rem;
}
.site-main--press-item .wp-block-image:not(:first-child) {
  margin-block-start: clamp(2rem, 4vw, 4rem);
}
.site-main--press-item .wp-block-image:not(:last-child) + * {
  margin-block-start: clamp(2rem, 4vw, 4rem);
}
.site-main--press-item .wp-block-image + .wp-block-image {
  margin-block: 1rem;
}
.site-main--press-item .wp-block-image img {
  width: 100%;
}
.site-main--press-item .wp-block-heading + .wp-block-image {
  margin-block-start: 2rem;
}
.site-main--press-item .wp-block-separator:not(:first-child) {
  margin-block-start: clamp(1.5rem, 2.5vw, 2.5rem);
}
.site-main--press-item .wp-block-separator:not(:last-child) + * {
  margin-block-start: clamp(1.5rem, 2.5vw, 2.5rem);
}

.single-post .site-logo {
  color: light-dark(var(--wp--preset--color--white), var(--wp--preset--color--contrast));
}

.site-main--post .post-header {
  color: light-dark(var(--wp--preset--color--white), var(--wp--preset--color--contrast));
}
.site-main--post .post-header + .post-content {
  margin-block-start: 0;
}
.site-main--post .post-content__content {
  padding-block: clamp(2rem, 4vw, 4rem);
}
.site-main--post .post-content p a {
  position: relative;
  text-decoration: none;
}
.site-main--post .post-content p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8lh;
  background-color: gold;
  opacity: 0.2;
  z-index: 0;
  transform: rotate(1deg) skew(-10deg);
  mix-blend-mode: multiply;
  transition: opacity 0.2s ease-in-out;
}
.site-main--post .post-content p a:hover::before {
  opacity: 0.8;
}
.site-main--post .post-content .wp-block-image {
  background: var(--wp--preset--color--white);
  padding: 1.5rem;
}
.site-main--post .post-content .wp-block-image:not(:first-child) {
  margin-block-start: clamp(2rem, 4vw, 4rem);
}
.site-main--post .post-content .wp-block-image:not(:last-child) + * {
  margin-block-start: clamp(2rem, 4vw, 4rem);
}
.site-main--post .post-content .wp-block-image + .wp-block-image {
  margin-block: 1rem;
}
.site-main--post .post-content .wp-block-image img {
  width: 100%;
}
.site-main--post .post-content .wp-block-heading + .wp-block-image {
  margin-block-start: 2rem;
}
.site-main--post .post-content .wp-block-separator:not(:first-child) {
  margin-block-start: clamp(2rem, 4vw, 4rem);
}
.site-main--post .post-content .wp-block-separator:not(:last-child) + * {
  margin-block-start: clamp(2rem, 4vw, 4rem);
}

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