/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
/*!
Theme Name: _GregarioStore
Theme URI: https://underscoretw.com/
Domain Path: /languages
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: _gregariostore
Requires at least: 6.8
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.

_GregarioStore is based on _tw https://underscoretw.com/, (C) 2021-2025 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-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter Tight', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xs: 18rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-primary: #cfa670;
    --color-footer: #231c07;
    --color-text: #231c07;
    --color-bg: #e6e6e6;
    --font-brand: "Adelia", sans-serif;
    --font-web: 'Obviously', sans-serif;
  }
}
@layer base {
  *, ::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;
  }
}
@layer utilities {
  .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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .-top-14 {
    top: calc(var(--spacing) * -14);
  }
  .-top-24 {
    top: calc(var(--spacing) * -24);
  }
  .-top-36 {
    top: calc(var(--spacing) * -36);
  }
  .-top-40 {
    top: calc(var(--spacing) * -40);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-114 {
    top: calc(var(--spacing) * 114);
  }
  .top-full {
    top: 100%;
  }
  .-right-0 {
    right: calc(var(--spacing) * -0);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-14 {
    right: calc(var(--spacing) * 14);
  }
  .right-96 {
    right: calc(var(--spacing) * 96);
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .-bottom-14 {
    bottom: calc(var(--spacing) * -14);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .-left-2 {
    left: calc(var(--spacing) * -2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-30 {
    left: calc(var(--spacing) * 30);
  }
  .left-40 {
    left: calc(var(--spacing) * 40);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .-mt-20 {
    margin-top: calc(var(--spacing) * -20);
  }
  .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-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-50 {
    margin-top: calc(var(--spacing) * 50);
  }
  .mt-\[50\%\] {
    margin-top: 50%;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }
  .ml-20 {
    margin-left: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-30 {
    width: calc(var(--spacing) * 30);
    height: calc(var(--spacing) * 30);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-94 {
    height: calc(var(--spacing) * 94);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-auto {
    height: auto;
  }
  .max-h-\[60vh\] {
    max-height: 60vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-34 {
    width: calc(var(--spacing) * 34);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-46 {
    width: calc(var(--spacing) * 46);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xs {
    max-width: var(--container-2xs);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[95vw\] {
    max-width: 95vw;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-\[18px\] {
    min-width: 18px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-6 {
    rotate: calc(6deg * -1);
  }
  .rotate-4 {
    rotate: 4deg;
  }
  .rotate-10 {
    rotate: 10deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[30\%_70\%\] {
    grid-template-columns: 30% 70%;
  }
  .grid-cols-\[85\%_15\%\] {
    grid-template-columns: 85% 15%;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .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;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  :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)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-y-2 {
    border-block-style: var(--tw-border-style);
    border-block-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-bg {
    border-color: var(--color-bg);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-footer {
    border-color: var(--color-footer);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-t-footer {
    border-top-color: var(--color-footer);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-footer {
    background-color: var(--color-footer);
  }
  .bg-green-400 {
    background-color: var(--color-green-400);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .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-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .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-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .font-brand {
    font-family: var(--font-brand);
  }
  .font-web {
    font-family: var(--font-web);
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[5px\] {
    font-size: 5px;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .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-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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-bg {
    color: var(--color-bg);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-footer {
    color: var(--color-footer);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-slate-100 {
    color: var(--color-slate-100);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow {
    --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);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .ring-black\/10 {
    --tw-ring-color: color-mix(in srgb, #000 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-black\/10 {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .content-none {
    --tw-content: none;
    content: none;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-open\:rotate-180:is(:where(.group):is([open],:popover-open,:open) *) {
    rotate: 180deg;
  }
  @media (hover: hover) {
    .group-hover\:scale-90:is(:where(.group):hover *) {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:opacity-90:is(:where(.group):hover *) {
      opacity: 90%;
    }
  }
  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }
  }
  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .hover\:opacity-55:hover {
      opacity: 55%;
    }
  }
  .focus\:border-gray-900:focus {
    border-color: var(--color-gray-900);
  }
  @media (width >= 40em) {
    .sm\:-top-12 {
      top: calc(var(--spacing) * -12);
    }
  }
  @media (width >= 40em) {
    .sm\:-top-24 {
      top: calc(var(--spacing) * -24);
    }
  }
  @media (width >= 40em) {
    .sm\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 40em) {
    .sm\:top-40 {
      top: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 40em) {
    .sm\:left-2 {
      left: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 40em) {
    .sm\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }
  @media (width >= 40em) {
    .sm\:mx-8 {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40em) {
    .sm\:mx-12 {
      margin-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 40em) {
    .sm\:mx-auto {
      margin-inline: auto;
    }
  }
  @media (width >= 40em) {
    .sm\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 40em) {
    .sm\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40em) {
    .sm\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40em) {
    .sm\:mt-30 {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 40em) {
    .sm\:mt-50 {
      margin-top: calc(var(--spacing) * 50);
    }
  }
  @media (width >= 40em) {
    .sm\:h-120 {
      height: calc(var(--spacing) * 120);
    }
  }
  @media (width >= 40em) {
    .sm\:w-18 {
      width: calc(var(--spacing) * 18);
    }
  }
  @media (width >= 40em) {
    .sm\:w-50 {
      width: calc(var(--spacing) * 50);
    }
  }
  @media (width >= 40em) {
    .sm\:w-60 {
      width: calc(var(--spacing) * 60);
    }
  }
  @media (width >= 40em) {
    .sm\:w-70 {
      width: calc(var(--spacing) * 70);
    }
  }
  @media (width >= 40em) {
    .sm\:w-80 {
      width: calc(var(--spacing) * 80);
    }
  }
  @media (width >= 40em) {
    .sm\:w-\[45\%\] {
      width: 45%;
    }
  }
  @media (width >= 40em) {
    .sm\:w-\[55\%\] {
      width: 55%;
    }
  }
  @media (width >= 40em) {
    .sm\:max-w-2xl {
      max-width: var(--container-2xl);
    }
  }
  @media (width >= 40em) {
    .sm\:max-w-6xl {
      max-width: var(--container-6xl);
    }
  }
  @media (width >= 40em) {
    .sm\:max-w-\[880px\] {
      max-width: 880px;
    }
  }
  @media (width >= 40em) {
    .sm\:min-w-\[680px\] {
      min-width: 680px;
    }
  }
  @media (width >= 40em) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40em) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 40em) {
    .sm\:grid-cols-\[40\%_60\%\] {
      grid-template-columns: 40% 60%;
    }
  }
  @media (width >= 40em) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40em) {
    .sm\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40em) {
    .sm\:bg-green-400 {
      background-color: var(--color-green-400);
    }
  }
  @media (width >= 40em) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40em) {
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40em) {
    .sm\:px-14 {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  @media (width >= 40em) {
    .sm\:text-left {
      text-align: left;
    }
  }
  @media (width >= 40em) {
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-9xl {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 40em) {
    .sm\:text-\[8px\] {
      font-size: 8px;
    }
  }
  @media (width >= 80em) {
    .md\:absolute {
      position: absolute;
    }
  }
  @media (width >= 80em) {
    .md\:static {
      position: static;
    }
  }
  @media (width >= 80em) {
    .md\:-top-5 {
      top: calc(var(--spacing) * -5);
    }
  }
  @media (width >= 80em) {
    .md\:-top-14 {
      top: calc(var(--spacing) * -14);
    }
  }
  @media (width >= 80em) {
    .md\:-top-24 {
      top: calc(var(--spacing) * -24);
    }
  }
  @media (width >= 80em) {
    .md\:-top-36 {
      top: calc(var(--spacing) * -36);
    }
  }
  @media (width >= 80em) {
    .md\:-top-80 {
      top: calc(var(--spacing) * -80);
    }
  }
  @media (width >= 80em) {
    .md\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:top-30 {
      top: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 80em) {
    .md\:top-40 {
      top: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 80em) {
    .md\:right-0 {
      right: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:right-10 {
      right: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80em) {
    .md\:-bottom-26 {
      bottom: calc(var(--spacing) * -26);
    }
  }
  @media (width >= 80em) {
    .md\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:left-170 {
      left: calc(var(--spacing) * 170);
    }
  }
  @media (width >= 80em) {
    .md\:left-180 {
      left: calc(var(--spacing) * 180);
    }
  }
  @media (width >= 80em) {
    .md\:order-1 {
      order: 1;
    }
  }
  @media (width >= 80em) {
    .md\:order-2 {
      order: 2;
    }
  }
  @media (width >= 80em) {
    .md\:order-3 {
      order: 3;
    }
  }
  @media (width >= 80em) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 80em) {
    .md\:mx-12 {
      margin-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 80em) {
    .md\:mx-auto {
      margin-inline: auto;
    }
  }
  @media (width >= 80em) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80em) {
    .md\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80em) {
    .md\:mt-14 {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  @media (width >= 80em) {
    .md\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 80em) {
    .md\:mt-30 {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 80em) {
    .md\:mt-40 {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 80em) {
    .md\:mt-50 {
      margin-top: calc(var(--spacing) * 50);
    }
  }
  @media (width >= 80em) {
    .md\:mt-\[15\%\] {
      margin-top: 15%;
    }
  }
  @media (width >= 80em) {
    .md\:mr-4 {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80em) {
    .md\:ml-4 {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80em) {
    .md\:ml-10 {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80em) {
    .md\:ml-20 {
      margin-left: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 80em) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 80em) {
    .md\:flex {
      display: flex;
    }
  }
  @media (width >= 80em) {
    .md\:grid {
      display: grid;
    }
  }
  @media (width >= 80em) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 80em) {
    .md\:inline-block {
      display: inline-block;
    }
  }
  @media (width >= 80em) {
    .md\:size-8 {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 80em) {
    .md\:size-60 {
      width: calc(var(--spacing) * 60);
      height: calc(var(--spacing) * 60);
    }
  }
  @media (width >= 80em) {
    .md\:h-120 {
      height: calc(var(--spacing) * 120);
    }
  }
  @media (width >= 80em) {
    .md\:h-140 {
      height: calc(var(--spacing) * 140);
    }
  }
  @media (width >= 80em) {
    .md\:w-18 {
      width: calc(var(--spacing) * 18);
    }
  }
  @media (width >= 80em) {
    .md\:w-50 {
      width: calc(var(--spacing) * 50);
    }
  }
  @media (width >= 80em) {
    .md\:w-80 {
      width: calc(var(--spacing) * 80);
    }
  }
  @media (width >= 80em) {
    .md\:w-100 {
      width: calc(var(--spacing) * 100);
    }
  }
  @media (width >= 80em) {
    .md\:w-110 {
      width: calc(var(--spacing) * 110);
    }
  }
  @media (width >= 80em) {
    .md\:w-\[40\%\] {
      width: 40%;
    }
  }
  @media (width >= 80em) {
    .md\:w-\[60\%\] {
      width: 60%;
    }
  }
  @media (width >= 80em) {
    .md\:w-auto {
      width: auto;
    }
  }
  @media (width >= 80em) {
    .md\:max-w-4xl {
      max-width: var(--container-4xl);
    }
  }
  @media (width >= 80em) {
    .md\:max-w-5xl {
      max-width: var(--container-5xl);
    }
  }
  @media (width >= 80em) {
    .md\:rotate-2 {
      rotate: 2deg;
    }
  }
  @media (width >= 80em) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 80em) {
    .md\:grid-cols-\[28\%_20\%_22\%_30\%\] {
      grid-template-columns: 28% 20% 22% 30%;
    }
  }
  @media (width >= 80em) {
    .md\:grid-cols-\[40\%_60\%\] {
      grid-template-columns: 40% 60%;
    }
  }
  @media (width >= 80em) {
    .md\:grid-cols-\[60\%_40\%\] {
      grid-template-columns: 60% 40%;
    }
  }
  @media (width >= 80em) {
    .md\:grid-cols-\[70\%_30\%\] {
      grid-template-columns: 70% 30%;
    }
  }
  @media (width >= 80em) {
    .md\:grid-cols-\[90\%_10\%\] {
      grid-template-columns: 90% 10%;
    }
  }
  @media (width >= 80em) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 80em) {
    .md\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 80em) {
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80em) {
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80em) {
    .md\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 80em) {
    .md\:bg-amber-950 {
      background-color: var(--color-amber-950);
    }
  }
  @media (width >= 80em) {
    .md\:bg-transparent {
      background-color: transparent;
    }
  }
  @media (width >= 80em) {
    .md\:p-0 {
      padding: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80em) {
    .md\:px-40 {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 80em) {
    .md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 80em) {
    .md\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 80em) {
    .md\:pt-4 {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80em) {
    .md\:pt-30 {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 80em) {
    .md\:pr-6 {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 80em) {
    .md\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 80em) {
    .md\:pl-10 {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80em) {
    .md\:text-right {
      text-align: right;
    }
  }
  @media (width >= 80em) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-8xl\/28 {
      font-size: var(--text-8xl);
      line-height: calc(var(--spacing) * 28);
    }
  }
  @media (width >= 80em) {
    .md\:text-\[80px\]\/24 {
      font-size: 80px;
      line-height: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 80em) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:text-xl\/8 {
      font-size: var(--text-xl);
      line-height: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 80em) {
    .md\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  @media (width >= 80em) {
    .md\:shadow-none {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  @media (width >= 80em) {
    .md\:ring-0 {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
  }
  @media (width >= 90em) {
    .xl\:static {
      position: static;
    }
  }
  @media (width >= 90em) {
    .xl\:mx-auto {
      margin-inline: auto;
    }
  }
  @media (width >= 90em) {
    .xl\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 90em) {
    .xl\:mr-4 {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 90em) {
    .xl\:ml-4 {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 90em) {
    .xl\:flex {
      display: flex;
    }
  }
  @media (width >= 90em) {
    .xl\:hidden {
      display: none;
    }
  }
  @media (width >= 90em) {
    .xl\:inline-block {
      display: inline-block;
    }
  }
  @media (width >= 90em) {
    .xl\:h-160 {
      height: calc(var(--spacing) * 160);
    }
  }
  @media (width >= 90em) {
    .xl\:w-24 {
      width: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 90em) {
    .xl\:w-auto {
      width: auto;
    }
  }
  @media (width >= 90em) {
    .xl\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 90em) {
    .xl\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 90em) {
    .xl\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 90em) {
    .xl\:bg-amber-100 {
      background-color: var(--color-amber-100);
    }
  }
  @media (width >= 90em) {
    .xl\:bg-transparent {
      background-color: transparent;
    }
  }
  @media (width >= 90em) {
    .xl\:p-0 {
      padding: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 90em) {
    .xl\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 90em) {
    .xl\:pt-4 {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 90em) {
    .xl\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 90em) {
    .xl\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 90em) {
    .xl\:text-9xl {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  @media (width >= 90em) {
    .xl\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 90em) {
    .xl\:shadow-none {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  @media (width >= 90em) {
    .xl\:ring-0 {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:mt-14 {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:mt-30 {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:mt-40 {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:mt-50 {
      margin-top: calc(var(--spacing) * 50);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:mt-\[15\%\] {
      margin-top: 15%;
    }
  }
  @media (width >= 96em) {
    .\32 xl\:h-140 {
      height: calc(var(--spacing) * 140);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:h-160 {
      height: calc(var(--spacing) * 160);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:max-w-7xl {
      max-width: var(--container-7xl);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:bg-black {
      background-color: var(--color-black);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (width >= 96em) {
    .\32 xl\:text-8xl\/28 {
      font-size: var(--text-8xl);
      line-height: calc(var(--spacing) * 28);
    }
  }
  @media (width >= 96em) {
    .\32 xl\:text-9xl {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
}
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/uploads/fonts/InterTight.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
@font-face {
  font-family: "Adelia";
  src: url("/wp-content/uploads/fonts/adelia.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/uploads/fonts/ObviouslyEdited.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
body {
  color: var(--color-text);
}
@layer components {
  form.cart {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .single_add_to_cart_button {
    border-radius: var(--radius-2xl) !important;
    background-color: var(--color-primary) !important;
    padding-block: calc(var(--spacing) * 2) !important;
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  @layer components {
    .quantity input {
      width: calc(var(--spacing) * 20);
      border-radius: var(--radius-xl);
      border-style: var(--tw-border-style);
      border-width: 2px;
      border-color: var(--color-gray-300);
      padding-block: calc(var(--spacing) * 2);
      text-align: center;
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
    :is(.quantity input):focus {
      border-color: var(--color-primary);
    }
    :is(.quantity input):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);
    }
    :is(.quantity input):focus {
      --tw-ring-color: var(--color-primary);
    }
    :is(.quantity input):focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    .quantity input {
      -moz-appearance: textfield;
    }
    .quantity input::-webkit-inner-spin-button,
      .quantity input::-webkit-outer-spin-button {
      opacity: 100%;
      height: auto;
      appearance: auto;
      color: var(--color-gray-400);
    }
    .quantity input[type=number] {
      -moz-appearance: number-input;
    }
  }
}
@layer components {
  .widget_shopping_cart_content {
    color: var(--color-slate-100);
  }
  :where(.woocommerce-mini-cart > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.woocommerce-mini-cart > :not(:last-child)) {
    border-color: color-mix(in srgb, #fff 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :where(.woocommerce-mini-cart > :not(:last-child)) {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .woocommerce-mini-cart li {
    display: flex;
    align-items: flex-start;
    gap: calc(var(--spacing) * 3);
    padding: calc(var(--spacing) * 3);
  }
  .woocommerce-mini-cart img {
    height: calc(var(--spacing) * 12);
    width: calc(var(--spacing) * 12);
    border-radius: var(--radius-lg);
    background-color: var(--color-slate-700);
    object-fit: cover;
  }
  .woocommerce-mini-cart__total {
    display: none;
  }
  .woocommerce-mini-cart__buttons {
    display: none;
  }
  .woocommerce-mini-cart__empty-message {
    padding: calc(var(--spacing) * 4);
    color: var(--color-slate-300);
  }
  .remove_from_cart_button {
    color: var(--color-red-400);
    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));
  }
  @media (hover: hover) {
    .remove_from_cart_button:hover {
      color: var(--color-red-500);
    }
  }
}
@layer components {
  .wc-block-components-button__text {
    display: block;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding-inline: calc(var(--spacing) * 10);
    padding-block: calc(var(--spacing) * 2);
  }
  table.variations tbody tr {
    margin-top: calc(var(--spacing) * 4);
  }
  .reset_variations {
    display: none;
  }
  .woocommerce-variation-price {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
  }
}
@layer components {
  .newsletter-input {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    border-top-left-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding-inline: calc(var(--spacing) * 3);
    color: var(--color-slate-800);
    --tw-outline-style: none;
    outline-style: none;
  }
  .newsletter-input::placeholder {
    color: var(--color-slate-400);
  }
  .newsletter-input:focus {
    background-color: var(--color-slate-100);
  }
  .newsletter-input: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);
  }
  .newsletter-input:focus {
    --tw-ring-color: var(--color-indigo-400);
  }
  .newsletter-button {
    flex-shrink: 0;
    border-top-right-radius: var(--radius-2xl);
    border-bottom-right-radius: var(--radius-2xl);
    background-color: var(--color-footer);
    padding-inline: calc(var(--spacing) * 6);
    color: var(--color-white);
  }
  .experience-datepicker {
    border: none !important;
  }
  .woocommerce-product-details__short-description {
    color: white;
  }
  .wc-block-components-product-metadata__description {
    display: none;
  }
  .qty {
    background-color: white;
    color: black;
  }
  table.variations tr, th, td {
    display: block;
    width: 100%;
  }
  .variations th {
    text-align: left !important;
    margin-bottom: 10px;
  }
  .variations th label {
    color: var(--color-white);
  }
  .variations td select {
    border-radius: var(--radius-sm);
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 1);
    padding-right: calc(var(--spacing) * 20);
    padding-left: calc(var(--spacing) * 4);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    color: var(--color-footer);
  }
  .variations_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    gap: calc(var(--spacing) * 8) !important;
  }
  .woocommerce-variation-add-to-cart {
    display: flex;
    gap: calc(var(--spacing) * 4);
  }
  @media (width >= 80em) {
    .flatpickr-wrapper {
      width: calc(var(--spacing) * 98);
    }
  }
  .wc-block-cart-items thead tr {
    display: flex;
    gap: calc(var(--spacing) * 4);
  }
  .wc-block-cart-items tbody tr {
    display: flex;
    gap: calc(var(--spacing) * 4);
  }
  .wc-block-cart table.wc-block-cart-items th {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .entry-header {
    display: none;
  }
  .woocommerce-error {
    position: absolute;
    z-index: 10;
    margin-inline: calc(var(--spacing) * 6) !important;
    margin-top: calc(var(--spacing) * 10) !important;
    max-width: var(--container-5xl);
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
    border-color: #b81c23 !important;
    color: #b81c23 !important;
  }
  @media (width >= 80em) {
    .woocommerce-error {
      margin-inline: auto !important;
    }
  }
}
@layer components {
  .fp-scale-125 .flatpickr-calendar {
    transform: scale(1.25);
    transform-origin: top left;
  }
  .fp-scale-125 .flatpickr-calendar.inline {
    margin-bottom: calc((1.25 - 1) * 280px);
  }
}
@layer components {
  @media (min-width: 768px) {
    .md\:fp-scale-125 .flatpickr-calendar {
      transform: scale(1.25);
      transform-origin: top left;
    }
    .md\:fp-scale-125 .flatpickr-calendar.inline {
      margin-bottom: calc((1.25 - 1) * 280px);
    }
  }
}
@layer base {
  #reviews-marquee {
    position: relative;
    margin-top: calc(var(--spacing) * 10);
    overflow: hidden;
  }
  #reviews-track {
    display: flex;
    align-items: center;
    will-change: transform;
    -webkit-user-select: none;
    user-select: none;
  }
  @media (prefers-reduced-motion: reduce) {
    #reviews-track {
      animation: none !important;
      transform: none !important;
    }
  }
}
.wpcf7-form hr {
  margin-block: calc(var(--spacing) * 10);
}
.group-name {
  width: 100%;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  --tw-outline-style: none;
  outline-style: none;
}
.group-name:focus {
  border-color: var(--color-gray-900);
}
.group-people {
  width: 100%;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  --tw-outline-style: none;
  outline-style: none;
}
.group-people:focus {
  border-color: var(--color-gray-900);
}
.wpcf7-date {
  width: 100%;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  --tw-outline-style: none;
  outline-style: none;
}
.wpcf7-date:focus {
  border-color: var(--color-gray-900);
}
.wpcf7-select {
  width: 100%;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  --tw-outline-style: none;
  outline-style: none;
}
.wpcf7-select:focus {
  border-color: var(--color-gray-900);
}
.group-tel {
  width: 100%;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  --tw-outline-style: none;
  outline-style: none;
}
.group-tel:focus {
  border-color: var(--color-gray-900);
}
.group-email {
  width: 100%;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  --tw-outline-style: none;
  outline-style: none;
}
.group-email:focus {
  border-color: var(--color-gray-900);
}
.group-textarea {
  width: 100%;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 3);
  --tw-outline-style: none;
  outline-style: none;
}
.group-textarea:focus {
  border-color: var(--color-gray-900);
}
.wpcf7-submit {
  margin-inline: auto;
  display: block;
  width: 100%;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-primary);
  padding-block: calc(var(--spacing) * 4);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-footer);
}
.wpcf7-response-output {
  border-radius: var(--radius-4xl);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  color: var(--color-white);
}
.wpcf7-not-valid-tip {
  margin-top: calc(var(--spacing) * 2);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-font-weight {
  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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-divide-y-reverse: 0;
    }
  }
}


