/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: allvalleycoin
Theme URI: https://allvalley.gogoldencommerce.com/
Description: A custom theme based on _tw
Version: 1.0.0
Author: Golden Commerce
Author URI: https://gogoldencommerce.com/
Text Domain: allvalleycoin
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

allvalleycoin is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.allvalley-blog a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.allvalley-blog-card h2 a, .allvalley-blog-content a, .allvalley-comments a {
  color: var(--bg-alt);
}
.allvalley-blog-card h2 a:hover, .allvalley-blog-card h2 a:focus, .allvalley-blog-content a:hover, .allvalley-blog-content a:focus, .allvalley-comments a:hover, .allvalley-comments a:focus {
  color: var(--accent-primary);
}
.allvalley-blog-content {
  color: var(--bg-alt);
  font-size: 17px;
  line-height: 1.75;
}
.allvalley-blog-content > * + * {
  margin-top: 1.25em;
}
.allvalley-blog-content h2, .allvalley-blog-content h3, .allvalley-blog-content h4 {
  color: var(--bg-alt);
  font-weight: 900;
  line-height: 1.2;
  margin-top: 1.8em;
}
.allvalley-blog-content h2 {
  font-size: 34px;
}
.allvalley-blog-content h3 {
  font-size: 28px;
}
.allvalley-blog-content h4 {
  font-size: 22px;
}
.allvalley-blog-content ul, .allvalley-blog-content ol {
  padding-left: 1.4em;
}
.allvalley-blog-content li + li {
  margin-top: 0.45em;
}
.allvalley-blog-content blockquote {
  border-left: 4px solid var(--accent-primary);
  color: var(--bg-alt);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 2em 0;
  padding-left: 22px;
}
.allvalley-blog-content img, .allvalley-blog-content figure {
  max-width: 100%;
}
.allvalley-blog-content figure {
  margin: 2em 0;
}
.allvalley-blog-content figcaption {
  color: #6b7280;
  font-size: 14px;
  margin-top: 8px;
}
.allvalley-blog-content table {
  border-collapse: collapse;
  width: 100%;
}
.allvalley-blog-content th, .allvalley-blog-content td {
  border: 1px solid #d1d1d1;
  padding: 12px;
  text-align: left;
}
.allvalley-blog-content th {
  color: var(--bg-alt);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.allvalley-blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.allvalley-blog-pagination li {
  list-style: none;
}
.allvalley-blog-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid #a1a1a1;
  color: var(--bg-alt);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  min-width: 46px;
  padding: 0 14px;
}
.allvalley-blog-pagination .page-numbers.current, .allvalley-blog-pagination .page-numbers:hover, .allvalley-blog-pagination .page-numbers:focus {
  background: var(--bg-alt);
  border-color: var(--bg-alt);
  color: #fff;
}
.allvalley-post-navigation .nav-links {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .allvalley-post-navigation .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.allvalley-post-navigation .nav-previous, .allvalley-post-navigation .nav-next {
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 24px;
}
.allvalley-post-navigation .nav-next {
  text-align: right;
}
.allvalley-post-navigation a {
  display: block;
}
.allvalley-comments .comments-title, .allvalley-comments .comment-reply-title {
  color: var(--bg-alt);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}
.allvalley-comments .comment-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.allvalley-comments .comment-body {
  border: 1px solid #d1d1d1;
  color: var(--bg-alt);
  padding: 20px;
}
.allvalley-comments .comment-metadata, .allvalley-comments .comment-author {
  font-size: 14px;
  font-weight: 800;
}
.allvalley-comments .comment-content {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 12px;
}
.allvalley-comments input[type="text"], .allvalley-comments input[type="email"], .allvalley-comments input[type="url"], .allvalley-comments textarea {
  width: 100%;
  border: 1px solid #a1a1a1;
  background: #fff;
  color: var(--text-dark);
  padding: 12px 14px;
  outline: none;
}
.allvalley-comments input[type="text"]:focus, .allvalley-comments input[type="email"]:focus, .allvalley-comments input[type="url"]:focus, .allvalley-comments textarea:focus {
  border-color: var(--accent-primary);
  box-shadow: 0 0 0 2px var(--accent-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .allvalley-comments input[type="text"]:focus, .allvalley-comments input[type="email"]:focus, .allvalley-comments input[type="url"]:focus, .allvalley-comments textarea:focus {
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--accent-primary) 25%, transparent);
  }
}
.allvalley-comments .submit {
  align-items: center;
  background: var(--accent-primary);
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.5px;
  min-height: 48px;
  padding: 12px 22px;
  text-align: center;
  text-transform: uppercase;
}
.allvalley-cart-drawer {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 9999;
}
.allvalley-cart-drawer[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.allvalley-cart-drawer-open {
  overflow: hidden;
}
.allvalley-cart-drawer__overlay {
  background: rgba(28, 28, 28, 0.58);
  inset: 0;
  position: absolute;
}
.allvalley-cart-drawer__panel {
  background: #fff;
  box-shadow: -16px 0 45px rgba(28, 28, 28, 0.22);
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  max-width: 100%;
  outline: none;
  position: relative;
  transform: translateX(100%);
  transition: transform 260ms ease;
  width: min(460px, 100vw);
}
.allvalley-cart-drawer[aria-hidden="false"] .allvalley-cart-drawer__panel {
  transform: translateX(0);
}
.allvalley-cart-drawer__header {
  align-items: flex-start;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 26px 24px 22px;
}
.allvalley-cart-drawer__eyebrow {
  color: var(--accent-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.allvalley-cart-drawer__header h2 {
  color: var(--bg-alt);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 4px;
}
.allvalley-cart-drawer__header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}
.allvalley-cart-drawer__count {
  align-items: center;
  background: var(--bg-light);
  border: 1px solid #d1d1d1;
  color: var(--bg-alt);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 10px;
}
.allvalley-cart-drawer__close {
  align-items: center;
  background: var(--bg-alt);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 26px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}
.allvalley-cart-drawer__contents {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}
.allvalley-cart-drawer__items {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
}
.allvalley-cart-drawer__item {
  align-items: flex-start;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 20px 24px;
}
.allvalley-cart-drawer__item-main {
  min-width: 0;
}
.allvalley-cart-drawer__item-title {
  color: var(--bg-alt);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.allvalley-cart-drawer__item-title a {
  color: var(--bg-alt);
}
.allvalley-cart-drawer__item-title a:hover, .allvalley-cart-drawer__item-title a:focus {
  color: var(--accent-primary);
}
.allvalley-cart-drawer__item-meta {
  align-items: center;
  color: var(--bg-alt);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  margin-top: 10px;
}
.allvalley-cart-drawer__item-meta .amount {
  color: var(--text-dark);
  font-weight: 900;
}
.allvalley-cart-drawer__remove {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid #d1d1d1;
  color: var(--bg-alt);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}
.allvalley-cart-drawer__remove:hover, .allvalley-cart-drawer__remove:focus, .allvalley-cart-drawer__remove.is-loading {
  background: var(--bg-alt);
  border-color: var(--bg-alt);
  color: #fff;
}
.allvalley-cart-drawer__summary {
  border-top: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 24px 24px;
}
.allvalley-cart-drawer__subtotal {
  align-items: center;
  color: var(--bg-alt);
  display: flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: space-between;
  margin-bottom: 8px;
}
.allvalley-cart-drawer__subtotal .amount {
  color: var(--text-dark);
}
.allvalley-cart-drawer__primary-button, .allvalley-cart-drawer__outline-button {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.5px;
  min-height: 48px;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase;
}
.allvalley-cart-drawer__primary-button {
  background: var(--accent-primary);
  color: #fff;
}
.allvalley-cart-drawer__primary-button:hover, .allvalley-cart-drawer__primary-button:focus {
  background: var(--bg-alt);
  color: #fff;
}
.allvalley-cart-drawer__outline-button {
  background: #fff;
  border: 1px solid var(--bg-alt);
  color: var(--bg-alt);
}
.allvalley-cart-drawer__outline-button:hover, .allvalley-cart-drawer__outline-button:focus {
  background: var(--bg-alt);
  color: #fff;
}
.allvalley-cart-drawer__empty {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 38px 24px;
  text-align: center;
}
.allvalley-cart-drawer__empty h3 {
  color: var(--bg-alt);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}
.allvalley-cart-drawer__empty p {
  color: var(--bg-alt);
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 24px;
  max-width: 320px;
}
@media (max-width: 480px) {
  .allvalley-cart-drawer__header,	.allvalley-cart-drawer__item,	.allvalley-cart-drawer__summary {
    padding-left: 18px;
    padding-right: 18px;
  }
  .allvalley-cart-drawer__header h2 {
    font-size: 26px;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.allvalley-woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.allvalley-woocommerce .woocommerce-error, .allvalley-woocommerce .woocommerce-info, .allvalley-woocommerce .woocommerce-message {
  border: 1px solid var(--accent-primary);
  background: #f8f4ef;
  color: var(--bg-alt);
  margin-bottom: 24px;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.6;
}
.allvalley-woocommerce .woocommerce-error {
  border-color: #b91c1c;
  background: #fef2f2;
  color: #7f1d1d;
}
.allvalley-woocommerce .woocommerce-result-count {
  margin: 0;
}
.allvalley-woocommerce .woocommerce-ordering {
  margin: 0;
}
.allvalley-woocommerce .woocommerce-ordering select, .allvalley-single-product .variations select {
  min-height: 48px;
  border: 1px solid #a1a1a1;
  background: #fff;
  color: var(--text-dark);
  padding: 10px 44px 10px 14px;
  font-size: 15px;
  outline: none;
}
.allvalley-woocommerce .woocommerce-ordering select:focus, .allvalley-single-product .variations select:focus, .allvalley-single-product .quantity .qty:focus {
  border-color: var(--accent-primary);
  box-shadow: 0 0 0 2px var(--accent-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .allvalley-woocommerce .woocommerce-ordering select:focus, .allvalley-single-product .variations select:focus, .allvalley-single-product .quantity .qty:focus {
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--accent-primary) 25%, transparent);
  }
}
.allvalley-product-card .price del, .allvalley-single-product .price del {
  color: #6b7280;
  font-size: 0.75em;
  font-weight: 700;
  margin-right: 8px;
}
.allvalley-product-card .price ins, .allvalley-single-product .price ins {
  color: var(--text-dark);
  text-decoration: none;
}
.allvalley-product-card .btn-primary, .allvalley-product-card .added_to_cart {
  min-height: 48px;
  flex: 1;
  padding: 12px 18px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.allvalley-product-card .added_to_cart {
  align-items: center;
  background: var(--bg-alt);
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
}
.allvalley-product-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.allvalley-product-pagination li {
  list-style: none;
}
.allvalley-product-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid #a1a1a1;
  color: var(--bg-alt);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  min-width: 46px;
  padding: 0 14px;
}
.allvalley-product-pagination .page-numbers.current, .allvalley-product-pagination .page-numbers:hover, .allvalley-product-pagination .page-numbers:focus {
  background: var(--bg-alt);
  border-color: var(--bg-alt);
  color: #fff;
}
.allvalley-single-product form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
}
.allvalley-single-product .quantity {
  display: flex;
}
.allvalley-single-product .quantity .qty {
  min-height: 48px;
  width: 86px;
  border: 1px solid #a1a1a1;
  background: #fff;
  color: var(--text-dark);
  padding: 10px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  outline: none;
}
.allvalley-single-product form.cart .button, .allvalley-single-product .single_add_to_cart_button {
  align-items: center;
  background: var(--accent-primary);
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.5px;
  min-height: 48px;
  padding: 12px 24px;
  text-transform: uppercase;
}
.allvalley-single-product form.cart .button.disabled, .allvalley-single-product form.cart .button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.allvalley-single-product .stock {
  color: var(--bg-alt);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
  width: 100%;
}
.allvalley-single-product .stock.out-of-stock {
  color: #7f1d1d;
}
.allvalley-single-product .variations {
  margin: 0;
  width: 100%;
}
.allvalley-single-product .variations tr {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.allvalley-single-product .variations th, .allvalley-single-product .variations td {
  display: block;
  padding: 0;
  text-align: left;
}
.allvalley-single-product .variations label {
  color: var(--bg-alt);
  font-size: 15px;
  font-weight: 800;
}
.allvalley-single-product .reset_variations {
  color: var(--bg-alt);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  text-decoration: underline;
  text-decoration-color: var(--accent-primary);
  text-underline-offset: 4px;
}
.allvalley-single-product .woocommerce-variation {
  width: 100%;
}
.allvalley-single-product .woocommerce-variation-price {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
}
.allvalley-product-tabs .woocommerce-tabs {
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 24px;
}
.allvalley-product-tabs .tabs {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0 0 16px;
}
.allvalley-product-tabs .tabs li {
  list-style: none;
}
.allvalley-product-tabs .tabs a {
  background: var(--bg-light);
  color: var(--bg-alt);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
  text-transform: uppercase;
}
.allvalley-product-tabs .tabs .active a {
  background: var(--bg-alt);
  color: #fff;
}
.allvalley-product-tabs .woocommerce-Tabs-panel h2, .allvalley-product-tabs .comment-reply-title {
  color: var(--bg-alt);
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.allvalley-product-tabs .woocommerce-Tabs-panel, .allvalley-product-tabs .woocommerce-Tabs-panel p {
  color: var(--bg-alt);
  font-size: 16px;
  line-height: 1.7;
}
.allvalley-product-tabs table.shop_attributes {
  border-collapse: collapse;
  width: 100%;
}
.allvalley-product-tabs table.shop_attributes th, .allvalley-product-tabs table.shop_attributes td {
  border-bottom: 1px solid #d1d1d1;
  padding: 14px;
  text-align: left;
}
.allvalley-product-tabs .stars a {
  color: var(--accent-primary);
  font-weight: 800;
  margin-right: 8px;
}
.allvalley-transaction-page .woocommerce {
  width: 100%;
}
.allvalley-woocommerce a {
  color: var(--bg-alt);
}
.allvalley-woocommerce a:hover, .allvalley-woocommerce a:focus {
  color: var(--accent-primary);
}
.allvalley-woocommerce .button, .allvalley-woocommerce button.button, .allvalley-woocommerce input.button, .allvalley-woocommerce #place_order {
  align-items: center;
  background: var(--accent-primary);
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.5px;
  min-height: 48px;
  padding: 12px 22px;
  text-align: center;
  text-transform: uppercase;
}
.allvalley-woocommerce .button:hover, .allvalley-woocommerce button.button:hover, .allvalley-woocommerce input.button:hover, .allvalley-woocommerce #place_order:hover, .allvalley-woocommerce .button:focus, .allvalley-woocommerce button.button:focus, .allvalley-woocommerce input.button:focus, .allvalley-woocommerce #place_order:focus {
  background: var(--bg-alt);
  color: #fff;
}
.allvalley-woocommerce .button:disabled, .allvalley-woocommerce .button.disabled, .allvalley-woocommerce button.button:disabled, .allvalley-woocommerce input.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.allvalley-woocommerce .form-row {
  margin: 0 0 18px;
}
.allvalley-woocommerce .form-row label, .allvalley-woocommerce fieldset legend, .allvalley-woocommerce .woocommerce-form__label {
  color: var(--bg-alt);
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}
.allvalley-woocommerce .required {
  color: var(--accent-primary);
  text-decoration: none;
}
.allvalley-woocommerce input.input-text, .allvalley-woocommerce input[type="email"], .allvalley-woocommerce input[type="password"], .allvalley-woocommerce input[type="search"], .allvalley-woocommerce input[type="tel"], .allvalley-woocommerce input[type="text"], .allvalley-woocommerce textarea, .allvalley-woocommerce select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #a1a1a1;
  background: #fff;
  color: var(--text-dark);
  padding: 11px 14px;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
}
.allvalley-woocommerce textarea {
  min-height: 130px;
  resize: vertical;
}
.allvalley-woocommerce input.input-text:focus, .allvalley-woocommerce input[type="email"]:focus, .allvalley-woocommerce input[type="password"]:focus, .allvalley-woocommerce input[type="search"]:focus, .allvalley-woocommerce input[type="tel"]:focus, .allvalley-woocommerce input[type="text"]:focus, .allvalley-woocommerce textarea:focus, .allvalley-woocommerce select:focus {
  border-color: var(--accent-primary);
  box-shadow: 0 0 0 2px var(--accent-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .allvalley-woocommerce input.input-text:focus, .allvalley-woocommerce input[type="email"]:focus, .allvalley-woocommerce input[type="password"]:focus, .allvalley-woocommerce input[type="search"]:focus, .allvalley-woocommerce input[type="tel"]:focus, .allvalley-woocommerce input[type="text"]:focus, .allvalley-woocommerce textarea:focus, .allvalley-woocommerce select:focus {
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--accent-primary) 25%, transparent);
  }
}
.allvalley-woocommerce .select2-container .select2-selection--single {
  height: 48px;
  border: 1px solid #a1a1a1;
  border-radius: 0;
}
.allvalley-woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text-dark);
  line-height: 46px;
  padding-left: 14px;
}
.allvalley-woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.allvalley-woocommerce .shop_table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.allvalley-woocommerce .shop_table th, .allvalley-woocommerce .shop_table td {
  border-bottom: 1px solid #d1d1d1;
  padding: 18px 14px;
  text-align: left;
  vertical-align: middle;
}
.allvalley-woocommerce .shop_table th {
  color: var(--bg-alt);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.allvalley-woocommerce .shop_table td {
  color: var(--bg-alt);
  font-size: 15px;
  line-height: 1.55;
}
.allvalley-woocommerce .shop_table .amount, .allvalley-woocommerce .cart_totals .order-total .amount, .allvalley-woocommerce .woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--text-dark);
  font-weight: 900;
}
.allvalley-cart-form .product-thumbnail img {
  border: 1px solid #d1d1d1;
  display: block;
}
.allvalley-cart-form .product-name a {
  color: var(--bg-alt);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.allvalley-cart-form .product-remove .remove {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid #d1d1d1;
  color: var(--bg-alt);
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}
.allvalley-cart-form .product-remove .remove:hover, .allvalley-cart-form .product-remove .remove:focus {
  background: var(--bg-alt);
  border-color: var(--bg-alt);
  color: #fff;
}
.allvalley-cart-form .quantity .qty, .allvalley-checkout-form .quantity .qty {
  width: 82px;
  text-align: center;
  font-weight: 800;
}
.allvalley-cart-form .actions {
  border-bottom: 0;
  padding-top: 24px;
}
.allvalley-cart-form .coupon input {
  min-width: min(260px, 100%);
}
.allvalley-woocommerce .cart-collaterals .cross-sells {
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 24px;
}
.allvalley-woocommerce .cart-collaterals .cross-sells h2 {
  color: var(--bg-alt);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
.allvalley-woocommerce .cart_totals .shop_table tr:last-child th, .allvalley-woocommerce .cart_totals .shop_table tr:last-child td, .allvalley-woocommerce .woocommerce-checkout-review-order-table tfoot tr:last-child th, .allvalley-woocommerce .woocommerce-checkout-review-order-table tfoot tr:last-child td {
  border-bottom: 0;
  font-size: 18px;
}
.allvalley-woocommerce .wc-proceed-to-checkout .btn-primary {
  display: flex;
  width: 100%;
}
.allvalley-empty-cart .cart-empty, .allvalley-empty-cart .woocommerce-info {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  color: var(--bg-alt);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}
.allvalley-empty-cart .cart-empty::before, .allvalley-empty-cart .woocommerce-info::before {
  content: none;
  display: none;
}
.allvalley-checkout-form h3, .allvalley-checkout-form .woocommerce-billing-fields h3, .allvalley-checkout-form .woocommerce-shipping-fields h3, .allvalley-checkout-form .woocommerce-additional-fields h3 {
  color: var(--bg-alt);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 22px;
}
.allvalley-checkout-form .woocommerce-account-fields, .allvalley-checkout-form .woocommerce-shipping-fields {
  margin-top: 22px;
}
.allvalley-checkout-form .woocommerce-checkout-review-order-table th, .allvalley-checkout-form .woocommerce-checkout-review-order-table td {
  padding-left: 0;
  padding-right: 0;
}
.allvalley-checkout-form .woocommerce-checkout-review-order-table .product-total, .allvalley-checkout-form .woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}
.allvalley-checkout-form .woocommerce-checkout-payment {
  border-top: 1px solid #d1d1d1;
  margin-top: 22px;
  padding-top: 22px;
}
.allvalley-checkout-form .wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.allvalley-checkout-form .wc_payment_method {
  border: 1px solid #d1d1d1;
  padding: 16px;
}
.allvalley-checkout-form .wc_payment_method label {
  display: inline;
  margin: 0;
}
.allvalley-checkout-form .payment_box {
  color: var(--bg-alt);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 12px;
}
.allvalley-checkout-form .place-order {
  margin-bottom: 0;
}
.allvalley-checkout-form #place_order {
  margin-top: 16px;
  width: 100%;
}
.allvalley-checkout-form .woocommerce-terms-and-conditions-wrapper {
  color: var(--bg-alt);
  font-size: 14px;
  line-height: 1.6;
}
.allvalley-customer-login form, .allvalley-my-account-grid form {
  color: var(--bg-alt);
}
.allvalley-customer-login h2, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content legend {
  color: var(--bg-alt);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}
.allvalley-customer-login .lost_password {
  margin: 16px 0 0;
}
.allvalley-customer-login .lost_password a, .woocommerce-MyAccount-content a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--accent-primary);
  text-underline-offset: 4px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}
.woocommerce-MyAccount-navigation a {
  align-items: center;
  border: 1px solid #d1d1d1;
  color: var(--bg-alt);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.5px;
  min-height: 48px;
  padding: 12px 14px;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation a:focus {
  background: var(--bg-alt);
  border-color: var(--bg-alt);
  color: #fff;
}
.woocommerce-MyAccount-content p {
  color: var(--bg-alt);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.woocommerce-MyAccount-content .woocommerce-Address, .woocommerce-MyAccount-content address {
  border: 1px solid #d1d1d1;
  color: var(--bg-alt);
  font-size: 15px;
  line-height: 1.7;
  padding: 20px;
}
.woocommerce-MyAccount-content fieldset {
  border: 1px solid #d1d1d1;
  margin: 24px 0;
  padding: 20px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table, .woocommerce-MyAccount-content .woocommerce-table, .woocommerce-MyAccount-content .shop_table {
  border: 1px solid #d1d1d1;
}
.woocommerce-MyAccount-content .woocommerce-orders-table .button, .woocommerce-MyAccount-content .woocommerce-button {
  margin: 4px 4px 4px 0;
}
.woocommerce-MyAccount-content .woocommerce-pagination {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.woocommerce-MyAccount-content mark {
  background: #f8f4ef;
  color: var(--bg-alt);
  font-weight: 800;
  padding: 2px 5px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .allvalley-woocommerce .shop_table thead {
    display: none;
  }
  .allvalley-woocommerce .shop_table,	.allvalley-woocommerce .shop_table tbody,	.allvalley-woocommerce .shop_table tr,	.allvalley-woocommerce .shop_table td {
    display: block;
    width: 100%;
  }
  .allvalley-woocommerce .shop_table tr {
    border-bottom: 1px solid #d1d1d1;
    padding: 16px 0;
  }
  .allvalley-woocommerce .shop_table tr:last-child {
    border-bottom: 0;
  }
  .allvalley-woocommerce .shop_table td {
    border-bottom: 0;
    padding: 8px 0;
  }
  .allvalley-woocommerce .shop_table_responsive td::before {
    color: var(--bg-alt);
    content: attr(data-title) ": ";
    float: left;
    font-weight: 900;
    text-transform: uppercase;
  }
  .allvalley-cart-form .product-remove,	.allvalley-cart-form .product-thumbnail {
    text-align: left;
  }
  .allvalley-checkout-form .woocommerce-checkout-review-order-table .product-total,	.allvalley-checkout-form .woocommerce-checkout-review-order-table td:last-child {
    text-align: left;
  }
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-y-0 {
  inset-block: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-5 {
  top: calc(var(--spacing) * 5);
}
.top-auto {
  top: auto;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.left-5 {
  left: calc(var(--spacing) * 5);
}
.left-\[-9999px\] {
  left: -9999px;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.col-1 {
  grid-column: 1;
}
.col-2 {
  grid-column: 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-0 {
  margin-inline: calc(var(--spacing) * 0);
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-\[-30px\] {
  margin-top: -30px;
}
.mt-\[-150px\] {
  margin-top: -150px;
}
.-mr-16 {
  margin-right: calc(var(--spacing) * -16);
}
.mr-1 {
  margin-right: calc(var(--spacing) * 1);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.-ml-16 {
  margin-left: calc(var(--spacing) * -16);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-24 {
  height: calc(var(--spacing) * 24);
}
.h-30 {
  height: calc(var(--spacing) * 30);
}
.h-\[60px\] {
  height: 60px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-25 {
  max-height: calc(var(--spacing) * 25);
}
.max-h-30 {
  max-height: calc(var(--spacing) * 30);
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.min-h-130 {
  min-height: calc(var(--spacing) * 130);
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[122px\] {
  min-height: 122px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[190px\] {
  min-height: 190px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[310px\] {
  min-height: 310px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.w-1\/2 {
  width: calc(1 / 2 * 100%);
}
.w-1\/3 {
  width: calc(1 / 3 * 100%);
}
.w-1\/4 {
  width: calc(1 / 4 * 100%);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-24 {
  width: calc(var(--spacing) * 24);
}
.w-\[60px\] {
  width: 60px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-\[82px\] {
  max-width: 82px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1152px\] {
  max-width: 1152px;
}
.max-w-\[1170px\] {
  max-width: 1170px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1366px\] {
  max-width: 1366px;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.resize {
  resize: both;
}
.resize-y {
  resize: vertical;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[15px\] {
  gap: 15px;
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-\[\#7A7A7A\] {
  border-color: #7A7A7A;
}
.border-\[\#A1A1A1\] {
  border-color: #A1A1A1;
}
.border-\[\#B91C1C\] {
  border-color: #B91C1C;
}
.border-\[\#D1D1D1\] {
  border-color: #D1D1D1;
}
.border-\[\#eeeeee\] {
  border-color: #eeeeee;
}
.border-\[var\(--accent-primary\)\] {
  border-color: var(--accent-primary);
}
.border-\[var\(--bg-alt\)\] {
  border-color: var(--bg-alt);
}
.border-white\/25 {
  border-color: color-mix(in srgb, #fff 25%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/25 {
    border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
  }
}
.bg-\[\#F8F4EF\] {
  background-color: #F8F4EF;
}
.bg-\[\#FEF2F2\] {
  background-color: #FEF2F2;
}
.bg-\[var\(--accent-primary\)\] {
  background-color: var(--accent-primary);
}
.bg-\[var\(--bg-alt\)\] {
  background-color: var(--bg-alt);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-\[linear-gradient\(90deg\,var\(--bg-dark\)_35\%\,rgba\(28\,28\,28\,0\.13\)_100\%\)\] {
  background-image: linear-gradient(90deg,var(--bg-dark) 35%,rgba(28,28,28,0.13) 100%);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-left {
  object-position: left;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.p-10 {
  padding: calc(var(--spacing) * 10);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-\[30px\] {
  padding-inline: 30px;
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-50 {
  padding-block: calc(var(--spacing) * 50);
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[60px\] {
  padding-block: 60px;
}
.pt-2\.5 {
  padding-top: calc(var(--spacing) * 2.5);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-2\.5 {
  padding-bottom: calc(var(--spacing) * 2.5);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-40 {
  padding-bottom: calc(var(--spacing) * 40);
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5);
}
.pl-8 {
  padding-left: calc(var(--spacing) * 8);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-7xl {
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[90px\] {
  font-size: 90px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-black {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[0\.5px\] {
  --tw-tracking: 0.5px;
  letter-spacing: 0.5px;
}
.tracking-\[1px\] {
  --tw-tracking: 1px;
  letter-spacing: 1px;
}
.text-\[\#1B1B1B\] {
  color: #1B1B1B;
}
.text-\[\#7F1D1D\] {
  color: #7F1D1D;
}
.text-\[\#D29804\] {
  color: #D29804;
}
.text-\[\#F3F0EB\] {
  color: #F3F0EB;
}
.text-\[\#FFCC00\] {
  color: #FFCC00;
}
.text-\[var\(--accent-primary\)\] {
  color: var(--accent-primary);
}
.text-\[var\(--bg-alt\)\] {
  color: var(--bg-alt);
}
.text-\[var\(--text-dark\)\] {
  color: var(--text-dark);
}
.text-\[var\(--text-light\)\] {
  color: var(--text-light);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.decoration-\[var\(--accent-primary\)\] {
  text-decoration-color: var(--accent-primary);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-70 {
  opacity: 70%;
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
@media (hover: hover) {
  .hover\:scale-105:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.focus\:border-\[var\(--accent-primary\)\]:focus {
  border-color: var(--accent-primary);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-\[var\(--accent-primary\)\]\/25:focus {
  --tw-ring-color: var(--accent-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .focus\:ring-\[var\(--accent-primary\)\]\/25:focus {
    --tw-ring-color: color-mix(in oklab, var(--accent-primary) 25%, transparent);
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (width >= 40rem) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-3\/5 {
    width: calc(3 / 5 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[10\.757\%\] {
    width: 10.757%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[90\%\] {
    width: 90%;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
}
@media (width >= 48rem) {
  .md\:min-w-\[calc\(\(100\%-35px\)\/2\)\] {
    min-width: calc((100% - 35px) / 2);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[35px\] {
    gap: 35px;
  }
}
@media (width >= 48rem) {
  .md\:border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:border-r-4 {
    border-right-style: var(--tw-border-style);
    border-right-width: 4px;
  }
}
@media (width >= 48rem) {
  .md\:border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
@media (width >= 48rem) {
  .md\:border-\[\#A1A1A1\] {
    border-color: #A1A1A1;
  }
}
@media (width >= 48rem) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:text-\[110px\] {
    font-size: 110px;
  }
}
@media (width >= 64rem) {
  .lg\:min-w-\[calc\(\(100\%-70px\)\/3\)\] {
    min-width: calc((100% - 70px) / 3);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[300px_minmax\(0\,1fr\)\] {
    grid-template-columns: 300px minmax(0,1fr);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[minmax\(0\,1\.25fr\)_minmax\(320px\,0\.75fr\)\] {
    grid-template-columns: minmax(0,1.25fr) minmax(320px,0.75fr);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
    grid-template-columns: minmax(0,1fr) 320px;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[minmax\(0\,1fr\)_420px\] {
    grid-template-columns: minmax(0,1fr) 420px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
:root {
  --bg-dark: #131313;
  --bg-light: #ECE6DD;
  --bg-alt: #3E4756;
  --accent-primary: #C09E7B;
  --text-dark: #1C1C1C;
  --text-light: #ECE6DD;
}
body {
  font-family: "Lato", sans-serif !important;
}
.bg-dark {
  background-color: var(--bg-dark);
}
.bg-light {
  background-color: var(--bg-light);
}
.bg-alt {
  background-color: var(--bg-alt);
}
.accent-primary {
  background-color: var(--accent-primary);
}
.text-dark {
  color: var(--text-dark);
}
.text-light {
  background-color: var(--text-light);
}
.btn-primary {
  background-color: var(--accent-primary);
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 2px 2px 2px 2px;
  padding: 12px 24px 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.btn-primary img {
  width: 20px;
}
#tvchart iframe {
  min-height: 500px;
}
.gradient_divider {
  background: linear-gradient(0deg,rgba(19, 19, 19, 1) 55%, rgba(19, 19, 19, 0) 100%);
  position: relative;
  z-index: 999;
}
.allvalley-mobile-menu-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(62, 71, 86, 0.25);
  background: #fff;
  color: var(--bg-alt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 2px;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.allvalley-mobile-menu-toggle:hover,
.allvalley-mobile-menu-toggle:focus {
  border-color: var(--accent-primary);
  color: var(--text-dark);
  outline: none;
}
.allvalley-mobile-menu-toggle__line {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.allvalley-mobile-menu-toggle.is-open .allvalley-mobile-menu-toggle__line:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}
.allvalley-mobile-menu-toggle.is-open .allvalley-mobile-menu-toggle__line:nth-child(3) {
  opacity: 0;
}
.allvalley-mobile-menu-toggle.is-open .allvalley-mobile-menu-toggle__line:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 768px) {
  .allvalley-mobile-menu-toggle {
    display: none;
  }
}
#site_navigation ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
#site_navigation ul li a {
  color: var(--text-dark);
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .allvalley-mobile-menu.is-open {
    display: flex;
  }
  .allvalley-mobile-menu {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(62, 71, 86, 0.16);
  }
  #site_navigation ul {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(62, 71, 86, 0.16);
    background: #fff;
  }
  #site_navigation ul li + li {
    border-top: 1px solid rgba(62, 71, 86, 0.12);
  }
  #site_navigation ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bg-alt);
  }
  #site_navigation ul li a:hover,
	#site_navigation ul li a:focus,
	#site_navigation ul li.current-menu-item > a {
    background: var(--bg-light);
    color: var(--text-dark);
    outline: none;
  }
  #header_cart_btn,
	.allvalley-header-appraisal {
    width: 100%;
    min-height: 48px;
  }
}
.video-docker video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-docker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-content {
  z-index: 2;
}
.path_box {
  cursor: pointer;
}
.path_box h3 {
  transition: all 1s ease;
}
.path_box:hover h3 {
  font-size: 45px !important;
}
@keyframes slideOutOfFrameLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-200%);
    opacity: 0;
  }
}
@keyframes slideIntoFrameRight {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.slideout {
  animation-name: slideOutOfFrameLeft;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.slidein {
  animation-name: slideIntoFrameRight;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}
#path_row_buy {
  transform: translateX(200%);
}
#path_row_sell {
  transform: translateX(200%);
}
#choose_your_path {
  overflow: hidden;
}
#footer_nav {
  padding: 10px;
  margin-top: 10px;
  display: flex;
  gap: 20px;
  color: #fff !important;
}
#footer_nav ul {
  display: flex;
  gap: 15px;
}
#footer_nav ul li a {
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}
#header_cart_btn ,
#my_account_btn {
  background: #3E4756;
  color: #fff !important;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px 2px 2px 2px;
  padding: 12px 24px 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.current_term {
  color: #fff !important;
}
.breadcrumbs a {
  color: var(--accent-primary) !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 100%;
}
.checkout .col2-set {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
