/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
/*!
Theme Name: WordPress + Tailwind
*/
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :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-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-thin: 100;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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-purple: #302846;
    --color-green: #58812E;
    --color-burgundy: #7F3550;
    --color-blue: #2F6B8A;
    --color-red: #B54853;
    --color-light-grey: #E7EBEE;
    --color-dark-grey: #505050;
    --font-body: 'Ubuntu', sans-serif;
    --font-heading: 'Special Elite',  display;
    --text-h1: clamp(2.5rem, calc(1.82rem + 2.6vw), 4.5rem);
    --text-h2: clamp(2rem, calc(1.68rem + 1.15vw), 3rem);
    --text-h3: clamp(1.5rem, calc(1.32rem + 0.7vw), 2rem);
    --text-h4: clamp(1.125rem, calc(0.96rem + 0.78vw), 1.5rem);
    --text-focus: clamp(1.13rem, 0.54vi + 1.02rem, 1.5rem);
  }
}
@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)) {
        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;
  }
  :-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;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-\[-1px\] {
    top: -1px;
  }
  .top-\[-2px\] {
    top: -2px;
  }
  .top-\[-3px\] {
    top: -3px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[9px\] {
    top: 9px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[18px\] {
    top: 18px;
  }
  .top-\[32px\] {
    top: 32px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[110px\] {
    top: 110px;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[-\.5px\] {
    right: -.5px;
  }
  .right-\[-\.25px\] {
    right: -.25px;
  }
  .right-\[-\.55px\] {
    right: -.55px;
  }
  .right-\[-1px\] {
    right: -1px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-1px\] {
    left: -1px;
  }
  .left-\[-4px\] {
    left: -4px;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .left-\[2px\] {
    left: 2px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-full {
    left: 100%;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 528px) {
      max-width: 528px;
    }
    @media (width >= 767px) {
      max-width: 767px;
    }
    @media (width >= 1069px) {
      max-width: 1069px;
    }
    @media (width >= 1441px) {
      max-width: 1441px;
    }
    @media (width >= 1921px) {
      max-width: 1921px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-\[4px\] {
    margin-inline: 4px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-\[24px\] {
    margin-block: 24px;
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .my-\[80px\] {
    margin-block: 80px;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .\!mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .\!mt-\[24px\] {
    margin-top: 24px !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[58px\] {
    margin-top: 58px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[75px\] {
    margin-top: 75px;
  }
  .mt-\[78px\] {
    margin-top: 78px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .\!mr-2 {
    margin-right: calc(var(--spacing) * 2) !important;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-\[2px\] {
    margin-right: 2px;
  }
  .mr-\[6px\] {
    margin-right: 6px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .\!mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .-mb-\[\.2px\] {
    margin-bottom: calc(.2px * -1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .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-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[0px\] {
    margin-bottom: 0px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[37\/30\] {
    aspect-ratio: 37/30;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[105px\] {
    height: 105px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[188px\] {
    height: 188px;
  }
  .h-\[195px\] {
    height: 195px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[205px\] {
    height: 205px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[245px\] {
    height: 245px;
  }
  .h-\[281px\] {
    height: 281px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[calc\(100vh-110px\)\] {
    height: calc(100vh - 110px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[210px\] {
    min-height: 210px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .min-h-\[310px\] {
    min-height: 310px;
  }
  .min-h-\[313px\] {
    min-height: 313px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[33\%\] {
    width: 33%;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[101\%\] {
    width: 101%;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[95px\] {
    max-width: 95px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[910px\] {
    max-width: 910px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-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-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-45deg\]\! {
    rotate: -45deg !important;
  }
  .rotate-\[0deg\] {
    rotate: 0deg;
  }
  .rotate-\[45deg\] {
    rotate: 45deg;
  }
  .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-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col\! {
    flex-direction: column !important;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .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-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .space-y-2 {
    :where(& > :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)));
    }
  }
  .space-y-3 {
    :where(& > :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)));
    }
  }
  .space-y-4 {
    :where(& > :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)));
    }
  }
  .space-y-6 {
    :where(& > :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)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[6px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(6px * var(--tw-space-y-reverse));
      margin-block-end: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(8px * var(--tw-space-y-reverse));
      margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[4px\] {
    column-gap: 4px;
  }
  .gap-x-\[15px\] {
    column-gap: 15px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .gap-x-\[35px\] {
    column-gap: 35px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[45px\] {
    column-gap: 45px;
  }
  .gap-x-\[55px\] {
    column-gap: 55px;
  }
  .gap-x-\[70px\] {
    column-gap: 70px;
  }
  .gap-x-\[75px\] {
    column-gap: 75px;
  }
  .gap-x-\[78px\] {
    column-gap: 78px;
  }
  .gap-x-\[135px\] {
    column-gap: 135px;
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-\[6px\] {
    row-gap: 6px;
  }
  .gap-y-\[8px\] {
    row-gap: 8px;
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .gap-y-\[12px\] {
    row-gap: 12px;
  }
  .gap-y-\[15px\] {
    row-gap: 15px;
  }
  .gap-y-\[16px\] {
    row-gap: 16px;
  }
  .gap-y-\[25px\] {
    row-gap: 25px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[35px\] {
    row-gap: 35px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .gap-y-\[50px\] {
    row-gap: 50px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-y-\[2px\] {
    border-block-style: var(--tw-border-style);
    border-block-width: 2px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#E7EBEE\] {
    border-color: #E7EBEE;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-dark-grey {
    border-color: var(--color-dark-grey);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green {
    border-color: var(--color-green);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-y-black {
    border-block-color: var(--color-black);
  }
  .border-b-black {
    border-bottom-color: var(--color-black);
  }
  .bg-\[\#7e354f\] {
    background-color: #7e354f;
  }
  .bg-\[\#58812E\] {
    background-color: #58812E;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-burgundy {
    background-color: var(--color-burgundy);
  }
  .bg-dark-grey {
    background-color: var(--color-dark-grey);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-light-grey {
    background-color: var(--color-light-grey);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .\!fill-white {
    fill: var(--color-white) !important;
  }
  .fill-green {
    fill: var(--color-green);
  }
  .stroke-green {
    stroke: var(--color-green);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[50\%_35\%\] {
    object-position: 50% 35%;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .object-top {
    object-position: top;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[\.5px\] {
    padding: .5px;
  }
  .p-\[1px\] {
    padding: 1px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[10\%\] {
    padding-inline: 10%;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[26px\] {
    padding-inline: 26px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[42px\] {
    padding-inline: 42px;
  }
  .\!py-\[24px\] {
    padding-block: 24px !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[0px\] {
    padding-block: 0px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[85px\] {
    padding-block: 85px;
  }
  .py-\[95px\] {
    padding-block: 95px;
  }
  .\!pt-\[24px\] {
    padding-top: 24px !important;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[3rem\] {
    padding-top: 3rem;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[44px\] {
    padding-top: 44px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[95px\] {
    padding-top: 95px;
  }
  .pr-\[22px\] {
    padding-right: 22px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[95px\] {
    padding-bottom: 95px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-\[0px\] {
    padding-left: 0px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!font-body {
    font-family: var(--font-body) !important;
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .\!text-\[32px\] {
    font-size: 32px !important;
  }
  .\!text-h2 {
    font-size: var(--text-h2) !important;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-focus\! {
    font-size: var(--text-focus) !important;
  }
  .text-h1 {
    font-size: var(--text-h1);
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .text-h3 {
    font-size: var(--text-h3);
  }
  .text-h4 {
    font-size: var(--text-h4);
  }
  .\!leading-\[36px\] {
    --tw-leading: 36px !important;
    line-height: 36px !important;
  }
  .\!leading-\[40px\] {
    --tw-leading: 40px !important;
    line-height: 40px !important;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .\!font-thin {
    --tw-font-weight: var(--font-weight-thin) !important;
    font-weight: var(--font-weight-thin) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .\!tracking-\[-0\.64px\] {
    --tw-tracking: -0.64px !important;
    letter-spacing: -0.64px !important;
  }
  .tracking-\[-0\.64px\] {
    --tw-tracking: -0.64px;
    letter-spacing: -0.64px;
  }
  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#1D1D1D\] {
    color: #1D1D1D;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-burgundy {
    color: var(--color-burgundy);
  }
  .text-dark-grey {
    color: var(--color-dark-grey);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .brightness-\[100\] {
    --tw-brightness: brightness(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,);
  }
  .filter {
    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, visibility, 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));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:pointer-events-auto {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        pointer-events: auto;
      }
    }
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.open\]\:pointer-events-auto {
    &:is(:where(.group):is(.open) *) {
      pointer-events: auto;
    }
  }
  .group-\[\.open\]\:h-auto {
    &:is(:where(.group):is(.open) *) {
      height: auto;
    }
  }
  .group-\[\.open\]\:overflow-visible {
    &:is(:where(.group):is(.open) *) {
      overflow: visible;
    }
  }
  .group-\[\.open\]\:pt-\[4px\] {
    &:is(:where(.group):is(.open) *) {
      padding-top: 4px;
    }
  }
  .group-\[\.open\]\:opacity-100 {
    &:is(:where(.group):is(.open) *) {
      opacity: 100%;
    }
  }
  .placeholder\:text-black {
    &::placeholder {
      color: var(--color-black);
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.05\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .hover\:bg-\[\#505050\] {
    &:hover {
      @media (hover: hover) {
        background-color: #505050;
      }
    }
  }
  .hover\:bg-black\/70 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
        }
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green);
      }
    }
  }
  .hover\:fill-black {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-black);
      }
    }
  }
  .hover\:fill-white {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-white);
      }
    }
  }
  .hover\:\!text-\[\#E7EBEE\] {
    &:hover {
      @media (hover: hover) {
        color: #E7EBEE !important;
      }
    }
  }
  .hover\:text-\[\#4F742A\] {
    &:hover {
      @media (hover: hover) {
        color: #4F742A;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green);
      }
    }
  }
  .hover\:text-light-grey {
    &:hover {
      @media (hover: hover) {
        color: var(--color-light-grey);
      }
    }
  }
  .hover\:text-purple {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:decoration-green {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-green);
      }
    }
  }
  .hover\:decoration-white {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-white);
      }
    }
  }
  .hover\:decoration-2 {
    &:hover {
      @media (hover: hover) {
        text-decoration-thickness: 2px;
      }
    }
  }
  .hover\:underline-offset-2 {
    &:hover {
      @media (hover: hover) {
        text-underline-offset: 2px;
      }
    }
  }
  .hover\:underline-offset-4 {
    &:hover {
      @media (hover: hover) {
        text-underline-offset: 4px;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:brightness-0 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(0%);
        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,);
      }
    }
  }
  .focus\:w-\[220px\] {
    &:focus {
      width: 220px;
    }
  }
  .focus\:border-b-2 {
    &:focus {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .focus\:border-green {
    &:focus {
      border-color: var(--color-green);
    }
  }
  .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-green {
    &:focus {
      --tw-ring-color: var(--color-green);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tw-ring-inset: inset;
    }
  }
  .max-md\:px-\[32px\] {
    @media (width < 1069px) {
      padding-inline: 32px;
    }
  }
  .xs\:top-\[50\%\] {
    @media (width >= 528px) {
      top: 50%;
    }
  }
  .xs\:left-0 {
    @media (width >= 528px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .xs\:mb-0 {
    @media (width >= 528px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xs\:w-4\/10 {
    @media (width >= 528px) {
      width: calc(4/10 * 100%);
    }
  }
  .xs\:w-5\/10 {
    @media (width >= 528px) {
      width: calc(5/10 * 100%);
    }
  }
  .xs\:translate-y-\[-50\%\] {
    @media (width >= 528px) {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xs\:pt-0 {
    @media (width >= 528px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xs\:pb-0 {
    @media (width >= 528px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:order-1 {
    @media (width >= 767px) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 767px) {
      order: 2;
    }
  }
  .sm\:mt-0 {
    @media (width >= 767px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-\[35px\] {
    @media (width >= 767px) {
      margin-top: 35px;
    }
  }
  .sm\:mb-0 {
    @media (width >= 767px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-auto {
    @media (width >= 767px) {
      margin-left: auto;
    }
  }
  .sm\:flex {
    @media (width >= 767px) {
      display: flex;
    }
  }
  .sm\:h-\[350px\] {
    @media (width >= 767px) {
      height: 350px;
    }
  }
  .sm\:h-\[380px\] {
    @media (width >= 767px) {
      height: 380px;
    }
  }
  .sm\:h-\[400px\] {
    @media (width >= 767px) {
      height: 400px;
    }
  }
  .sm\:h-auto {
    @media (width >= 767px) {
      height: auto;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 767px) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-2\/12 {
    @media (width >= 767px) {
      width: calc(2/12 * 100%);
    }
  }
  .sm\:w-10\/12 {
    @media (width >= 767px) {
      width: calc(10/12 * 100%);
    }
  }
  .sm\:w-\[350px\] {
    @media (width >= 767px) {
      width: 350px;
    }
  }
  .sm\:w-full {
    @media (width >= 767px) {
      width: 100%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 767px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 767px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[1fr_30\%\] {
    @media (width >= 767px) {
      grid-template-columns: 1fr 30%;
    }
  }
  .sm\:grid-cols-\[1fr_40\%\] {
    @media (width >= 767px) {
      grid-template-columns: 1fr 40%;
    }
  }
  .sm\:flex-row {
    @media (width >= 767px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 767px) {
      align-items: center;
    }
  }
  .sm\:items-stretch {
    @media (width >= 767px) {
      align-items: stretch;
    }
  }
  .sm\:gap-\[12px\] {
    @media (width >= 767px) {
      gap: 12px;
    }
  }
  .sm\:px-\[60px\] {
    @media (width >= 767px) {
      padding-inline: 60px;
    }
  }
  .sm\:px-\[80px\] {
    @media (width >= 767px) {
      padding-inline: 80px;
    }
  }
  .md\:top-\[50\%\] {
    @media (width >= 1069px) {
      top: 50%;
    }
  }
  .md\:right-\[-64px\] {
    @media (width >= 1069px) {
      right: -64px;
    }
  }
  .md\:left-\[-64px\] {
    @media (width >= 1069px) {
      left: -64px;
    }
  }
  .md\:order-1 {
    @media (width >= 1069px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 1069px) {
      order: 2;
    }
  }
  .md\:my-\[80px\] {
    @media (width >= 1069px) {
      margin-block: 80px;
    }
  }
  .md\:mt-0 {
    @media (width >= 1069px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[30px\] {
    @media (width >= 1069px) {
      margin-top: 30px;
    }
  }
  .md\:mt-\[32px\] {
    @media (width >= 1069px) {
      margin-top: 32px;
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 1069px) {
      margin-top: 40px;
    }
  }
  .md\:mt-\[78px\] {
    @media (width >= 1069px) {
      margin-top: 78px;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 1069px) {
      margin-top: 80px;
    }
  }
  .md\:mt-\[90px\] {
    @media (width >= 1069px) {
      margin-top: 90px;
    }
  }
  .md\:mt-\[140px\] {
    @media (width >= 1069px) {
      margin-top: 140px;
    }
  }
  .md\:mb-4 {
    @media (width >= 1069px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-\[30px\] {
    @media (width >= 1069px) {
      margin-bottom: 30px;
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 1069px) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[80px\] {
    @media (width >= 1069px) {
      margin-bottom: 80px;
    }
  }
  .md\:mb-\[90px\] {
    @media (width >= 1069px) {
      margin-bottom: 90px;
    }
  }
  .md\:block {
    @media (width >= 1069px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 1069px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 1069px) {
      display: none;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 1069px) {
      height: 500px;
    }
  }
  .md\:min-h-\[97px\] {
    @media (width >= 1069px) {
      min-height: 97px;
    }
  }
  .md\:min-h-\[105px\] {
    @media (width >= 1069px) {
      min-height: 105px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 1069px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 1069px) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 1069px) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-2\/10 {
    @media (width >= 1069px) {
      width: calc(2/10 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 1069px) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-\[31\%\] {
    @media (width >= 1069px) {
      width: 31%;
    }
  }
  .md\:w-\[65\%\] {
    @media (width >= 1069px) {
      width: 65%;
    }
  }
  .md\:w-\[75\%\] {
    @media (width >= 1069px) {
      width: 75%;
    }
  }
  .md\:w-\[301px\] {
    @media (width >= 1069px) {
      width: 301px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 1069px) {
      width: 500px;
    }
  }
  .md\:w-full {
    @media (width >= 1069px) {
      width: 100%;
    }
  }
  .md\:max-w-\[75\%\] {
    @media (width >= 1069px) {
      max-width: 75%;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 1069px) {
      max-width: 600px;
    }
  }
  .md\:translate-y-\[-50\%\] {
    @media (width >= 1069px) {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[40\%_1fr\] {
    @media (width >= 1069px) {
      grid-template-columns: 40% 1fr;
    }
  }
  .md\:flex-col {
    @media (width >= 1069px) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 1069px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 1069px) {
      align-items: center;
    }
  }
  .md\:gap-12 {
    @media (width >= 1069px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 1069px) {
      gap: 24px;
    }
  }
  .md\:gap-x-\[32px\] {
    @media (width >= 1069px) {
      column-gap: 32px;
    }
  }
  .md\:gap-x-\[40px\] {
    @media (width >= 1069px) {
      column-gap: 40px;
    }
  }
  .md\:gap-x-\[50px\] {
    @media (width >= 1069px) {
      column-gap: 50px;
    }
  }
  .md\:gap-x-\[60px\] {
    @media (width >= 1069px) {
      column-gap: 60px;
    }
  }
  .md\:gap-y-\[30px\] {
    @media (width >= 1069px) {
      row-gap: 30px;
    }
  }
  .md\:gap-y-\[45px\] {
    @media (width >= 1069px) {
      row-gap: 45px;
    }
  }
  .md\:p-8 {
    @media (width >= 1069px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-\[32px\] {
    @media (width >= 1069px) {
      padding-inline: 32px;
    }
  }
  .md\:py-32 {
    @media (width >= 1069px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 1069px) {
      padding-block: 60px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 1069px) {
      padding-block: 100px;
    }
  }
  .md\:py-\[130px\] {
    @media (width >= 1069px) {
      padding-block: 130px;
    }
  }
  .md\:pt-0 {
    @media (width >= 1069px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-12 {
    @media (width >= 1069px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .md\:pt-\[0px\] {
    @media (width >= 1069px) {
      padding-top: 0px;
    }
  }
  .md\:pt-\[75px\] {
    @media (width >= 1069px) {
      padding-top: 75px;
    }
  }
  .md\:pt-\[100px\] {
    @media (width >= 1069px) {
      padding-top: 100px;
    }
  }
  .md\:pt-\[130px\] {
    @media (width >= 1069px) {
      padding-top: 130px;
    }
  }
  .md\:pb-24 {
    @media (width >= 1069px) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-\[50px\] {
    @media (width >= 1069px) {
      padding-bottom: 50px;
    }
  }
  .md\:pb-\[60px\] {
    @media (width >= 1069px) {
      padding-bottom: 60px;
    }
  }
  .md\:pb-\[75px\] {
    @media (width >= 1069px) {
      padding-bottom: 75px;
    }
  }
  .md\:pb-\[130px\] {
    @media (width >= 1069px) {
      padding-bottom: 130px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 1069px) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 1069px) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 1069px) {
      font-size: 18px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 1069px) {
      font-size: 24px;
    }
  }
  .md\:text-\[48px\] {
    @media (width >= 1069px) {
      font-size: 48px;
    }
  }
  .md\:leading-\[22px\] {
    @media (width >= 1069px) {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .md\:leading-\[24px\] {
    @media (width >= 1069px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .md\:leading-\[28px\] {
    @media (width >= 1069px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .md\:leading-\[52px\] {
    @media (width >= 1069px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 1441px) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 1441px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 1441px) {
      height: 600px;
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 1441px) {
      width: 160px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 1441px) {
      width: 600px;
    }
  }
  .lg\:max-w-\[1180px\] {
    @media (width >= 1441px) {
      max-width: 1180px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:gap-\[22px\] {
    @media (width >= 1441px) {
      gap: 22px;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 1441px) {
      gap: 32px;
    }
  }
  .lg\:gap-x-\[40px\] {
    @media (width >= 1441px) {
      column-gap: 40px;
    }
  }
  .lg\:gap-x-\[60px\] {
    @media (width >= 1441px) {
      column-gap: 60px;
    }
  }
  .lg\:gap-x-\[78px\] {
    @media (width >= 1441px) {
      column-gap: 78px;
    }
  }
  .lg\:gap-x-\[130px\] {
    @media (width >= 1441px) {
      column-gap: 130px;
    }
  }
}
@layer base;
h1 {
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  --tw-leading: 56px;
  line-height: 56px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: -0.8px;
  letter-spacing: -0.8px;
  @media (width >= 1069px) {
    --tw-leading: 76px;
    line-height: 76px;
  }
  @media (width >= 1069px) {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }
}
h2 {
  font-size: var(--text-h2);
  --tw-leading: 48px;
  line-height: 48px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.64px;
  letter-spacing: -0.64px;
  @media (width >= 1069px) {
    --tw-leading: 52px;
    line-height: 52px;
  }
  @media (width >= 1069px) {
    --tw-tracking: -0.96px;
    letter-spacing: -0.96px;
  }
}
h3 {
  font-size: var(--text-h3);
  --tw-leading: 28px;
  line-height: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: -0.48px;
  letter-spacing: -0.48px;
  @media (width >= 1069px) {
    --tw-leading: 36px;
    line-height: 36px;
  }
  @media (width >= 1069px) {
    --tw-tracking: -0.64px;
    letter-spacing: -0.64px;
  }
}
h4 {
  font-size: var(--text-h4);
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 1069px) {
    --tw-leading: 28px;
    line-height: 28px;
  }
}
@layer components {
  .cutout {
    position: relative;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * -2);
    }
    &::before {
      content: var(--tw-content);
      display: block;
    }
    &::before {
      content: var(--tw-content);
      height: 40px;
    }
    &::before {
      content: var(--tw-content);
      width: 105%;
    }
    &::before {
      content: var(--tw-content);
      background-image: url(/wp-content/themes/learning-through-landscapes/assets/media/build/cutout-top.svg);
    }
    &::before {
      content: var(--tw-content);
      background-position: center;
    }
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
    &::before {
      content: var(--tw-content);
      background-repeat: repeat-x;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * -2);
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      height: 40px;
    }
    &::after {
      content: var(--tw-content);
      width: 105%;
    }
    &::after {
      content: var(--tw-content);
      background-image: url(/wp-content/themes/learning-through-landscapes/assets/media/build/cutout-bottom.svg);
    }
    &::after {
      content: var(--tw-content);
      background-position: center;
    }
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
    &::after {
      content: var(--tw-content);
      background-repeat: repeat-x;
    }
  }
  .cutout-no-top {
    position: relative;
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      height: 40px;
    }
    &::after {
      content: var(--tw-content);
      width: 100vw;
    }
    &::after {
      content: var(--tw-content);
      background-image: url(/wp-content/themes/learning-through-landscapes/assets/media/build/cutout-bottom.svg);
    }
    &::after {
      content: var(--tw-content);
      background-size: cover;
    }
    &::after {
      content: var(--tw-content);
      background-position: center;
    }
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .cutout-no-top::before {
    display: none !important;
  }
  .cutout-no-bottom {
    position: relative;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      display: block;
    }
    &::before {
      content: var(--tw-content);
      height: 40px;
    }
    &::before {
      content: var(--tw-content);
      width: 100vw;
    }
    &::before {
      content: var(--tw-content);
      background-image: url(/wp-content/themes/learning-through-landscapes/assets/media/build/cutout-top.svg);
    }
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
    &::before {
      content: var(--tw-content);
      background-position: center;
    }
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .cutout-no-bottom::after {
    display: none !important;
  }
  .cutout-bottom {
    position: relative;
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * -2);
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      height: 40px;
    }
    &::after {
      content: var(--tw-content);
      width: 100vw;
    }
    &::after {
      content: var(--tw-content);
      background-image: url(/wp-futout-clip-right/themes/learning-through-landscapes/assets/media/build/cutout-bottom.svg);
    }
    &::after {
      content: var(--tw-content);
      background-position: center;
    }
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
    &::after {
      content: var(--tw-content);
      background-repeat: repeat-x;
    }
  }
  .wrapper {
    margin-inline: auto;
    width: 100%;
    max-width: 1080px;
    padding-inline: 24px;
    @media (width >= 767px) {
      padding-inline: 30px;
    }
    @media (width >= 1069px) {
      max-width: 1536px;
    }
    @media (width >= 1069px) {
      padding-inline: 80px;
    }
  }
  .contained-wrapper {
    margin-inline: auto;
    width: 100%;
    max-width: 900px;
    padding-inline: 24px;
  }
  .divider-wrapper {
    margin-inline: auto;
    width: 102% !important;
  }
  .divider-inner-contained {
    position: relative;
    left: calc(1/2 * 100%);
    width: 104%;
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tribe-common {
    margin-inline: auto;
    width: 100%;
    max-width: 1080px;
    padding-inline: 24px;
    padding-block: calc(var(--spacing) * 12);
    @media (width >= 767px) {
      padding-inline: 32px;
    }
    @media (width >= 1069px) {
      max-width: 1536px;
    }
    @media (width >= 1069px) {
      padding-inline: 100px;
    }
  }
  .tribe-tickets__commerce-checkout {
    max-width: 1536px !important;
  }
  .woocommerce-cart .wrapper, .woocommerce-checkout .wrapper {
    margin-inline: auto;
    width: 100%;
    max-width: 1080px;
    padding-inline: 24px;
    @media (width >= 767px) {
      padding-inline: 30px;
    }
    @media (width >= 1069px) {
      max-width: 1536px;
    }
    @media (width >= 1069px) {
      padding-inline: 80px;
    }
  }
  .cutout-4 {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .cutout-4::before {
    content: "";
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 10px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/learning-through-landscapes/assets/media/build/cutout-top.svg);
    pointer-events: none;
  }
  .cutout-4::after {
    content: "";
    position: absolute;
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 10px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/learning-through-landscapes/assets/media/build/cutout-bottom.svg);
    pointer-events: none;
  }
  .cutout-4-left {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 100%;
    width: 4px;
    background: white;
    clip-path: polygon(0% 0%, 100% 3%, 100% 8%, 0% 12%, 0% 18%, 100% 25%, 100% 31%, 0% 38%, 0% 44%, 100% 47%, 100% 52%, 0% 58%, 0% 63%, 100% 69%, 100% 74%, 0% 81%, 0% 87%, 100% 91%, 100% 96%, 0% 100%);
    pointer-events: none;
  }
  .cutout-4-right {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(4px * -1);
    height: 100%;
    width: 7px;
    background: white;
    clip-path: polygon(100% 0%, 0% 4%, 0% 9%, 100% 13%, 100% 19%, 0% 26%, 0% 32%, 100% 39%, 100% 45%, 0% 48%, 0% 53%, 100% 59%, 100% 64%, 0% 70%, 0% 75%, 100% 82%, 100% 88%, 0% 92%, 0% 97%, 100% 100%);
    pointer-events: none;
  }
  .cutout-clip {
    position: relative;
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  .cutout-clip-left {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 100%;
    width: 3px;
    background: inherit;
    clip-path: polygon(0% 0%, 30% 3%, 50% 8%, 0% 12%, 0% 18%, 100% 25%, 100% 31%, 0% 38%, 0% 44%, 100% 47%, 100% 52%, 0% 58%, 0% 63%, 100% 69%, 100% 74%, 0% 81%, 0% 87%, 100% 91%, 100% 96%, 0% 100%);
    pointer-events: none;
    z-index: 1;
  }
  .cutout-clip-right {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(1px * -1);
    height: 100%;
    width: 4px;
    background: inherit;
    clip-path: polygon(100% 0%, 70% 3%, 50% 8%, 100% 12%, 100% 18%, 0% 25%, 0% 31%, 100% 38%, 100% 44%, 0% 47%, 0% 52%, 100% 58%, 100% 63%, 0% 69%, 0% 74%, 100% 81%, 100% 87%, 0% 91%, 0% 96%, 100% 100%);
    pointer-events: none;
    z-index: 1;
  }
  .cutout-clip-top {
    position: absolute;
    top: calc(1px * -1);
    left: calc(var(--spacing) * 0);
    height: 10px;
    width: 100%;
    background: inherit;
    clip-path: polygon(0% 0%, 4% 30%, 8% 0%, 12% 45%, 16% 0%, 22% 25%, 28% 0%, 34% 40%, 38% 0%, 44% 35%, 48% 0%, 54% 50%, 58% 0%, 64% 20%, 68% 0%, 74% 45%, 78% 0%, 84% 30%, 88% 0%, 92% 40%, 96% 0%, 100% 0%, 0% 0%);
    pointer-events: none;
    z-index: 1;
  }
  .cutout-clip-bottom {
    position: absolute;
    bottom: calc(1px * -1);
    left: calc(var(--spacing) * 0);
    height: 12px;
    width: 100%;
    background: inherit;
    clip-path: polygon(0% 100%, 8% 60%, 16% 100%, 24% 40%, 32% 100%, 40% 70%, 48% 100%, 56% 50%, 64% 100%, 72% 65%, 80% 100%, 88% 45%, 96% 100%, 100% 100%, 0% 100%);
    pointer-events: none;
    z-index: 1;
  }
  .cutout-clip-burgundy {
    background-color: var(--color-burgundy);
  }
  .cutout-clip-blue {
    background-color: var(--color-blue);
  }
  .cutout-clip-green {
    background-color: var(--color-green);
  }
  .cutout-clip-light-grey {
    background-color: var(--color-light-grey);
  }
  .primary-btn {
    width: fit-content;
    border-radius: 24px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: transparent;
    background-color: var(--color-green);
    padding-inline: 26px;
    padding-block: 16px;
    font-family: var(--font-body);
    font-size: 16px;
    --tw-leading: 16px;
    line-height: 16px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: #4F742A;
      }
    }
  }
  .primary-btn:focus {
    border-radius: var(--32, 32px);
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--Green, #58812E);
    outline: none;
  }
  .primary-btn.white {
    width: fit-content;
    border-radius: 24px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: transparent;
    background-color: var(--color-white);
    padding-inline: 26px;
    padding-block: 16px;
    font-family: var(--font-body);
    font-size: 16px;
    --tw-leading: 16px;
    line-height: 16px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-grey);
      }
    }
  }
  .secondary-btn {
    width: fit-content;
    border-radius: 26px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-green);
    background-color: var(--color-white);
    padding-inline: 24px;
    padding-block: 16px;
    font-family: var(--font-body);
    font-size: 16px;
    --tw-leading: 16px;
    line-height: 16px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-green);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .secondary-btn:focus {
    border-radius: var(--32, 32px);
    background-color: var(--Green, #58812E);
    color: white;
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--Green, #58812E);
    outline: none;
  }
  .tertiary-btn {
    width: fit-content;
    border-radius: 26px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: transparent;
    background-color: var(--color-white);
    padding-inline: 24px;
    padding-block: 16px;
    font-family: var(--font-body);
    font-size: 16px;
    --tw-leading: 16px;
    line-height: 16px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: #E7EBEE;
      }
    }
  }
  .tertiary-btn:focus {
    border-radius: var(--32, 32px);
    background-color: var(--Green, #58812E);
    color: white;
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--Green, #58812E);
    outline: none;
  }
  .filters #search-filter-form-91925 ul li:nth-of-type(1) {
    @media (width >= 1441px) {
      grid-column-start: 5;
    }
  }
  .filters #search-filter-form-91666 ul li:nth-of-type(2) {
    @media (width >= 1441px) {
      grid-column-start: 5;
    }
  }
  .prose.prose-p-16 p {
    font-size: 16px !important;
    --tw-leading: 24px !important;
    line-height: 24px !important;
  }
  .prose.prose-p-24 p {
    font-size: 24px !important;
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
}
.copy {
  ul, ol, p, h1, h2, h3, h4, h5, h6 {
    &:not(:first-child) {
      margin-top: 25px;
    }
  }
  p a {
    color: var(--color-green);
    text-decoration-line: underline;
  }
  ul {
    list-style-type: disc;
    padding-left: 25px;
  }
  ol {
    list-style-type: decimal;
    padding-left: 25px;
  }
  li {
    margin-top: 10px;
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  blockquote {
    position: relative;
    margin-top: 40px;
    margin-bottom: 35px;
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-color: var(--color-green);
    padding-left: 48px;
    font-size: 20px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    font-style: italic;
    &::before {
      content: '"';
      pointer-events: none;
      position: absolute;
      top: calc(var(--spacing) * -2);
      left: 16px;
      font-size: 48px;
      --tw-leading: 48px;
      line-height: 48px;
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      color: var(--color-green);
    }
  }
  blockquote p:last-child::after {
    content: '"';
    pointer-events: none;
    position: absolute;
    bottom: calc(var(--spacing) * 3);
    margin-left: calc(var(--spacing) * 1);
    vertical-align: top;
    font-size: 36px;
    --tw-leading: 0;
    line-height: 0;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-green);
  }
}
.slick-dots {
  margin-top: 40px !important;
  text-align: center;
  font-size: 0px;
  li {
    margin-inline: 4px;
    display: inline-block;
    height: 2px;
    width: 40px;
    cursor: pointer;
    background-color: var(--color-white);
    opacity: 50%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &.slick-active {
      opacity: 100%;
    }
  }
}
.gform-theme--foundation .gform_fields {
  gap: 22px !important;
}
.gform_button {
  border-radius: 100px !important;
  background-color: var(--color-green) !important;
  padding-inline: 26px !important;
  padding-block: 18px !important;
  font-size: 16px !important;
  --tw-leading: 16px !important;
  line-height: 16px !important;
}
.gform-field-label {
  font-size: 16px !important;
  --tw-leading: 24px !important;
  line-height: 24px !important;
  a {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-green);
    text-decoration-line: underline;
  }
  .gfield_required {
    display: none !important;
  }
}
.gform_description {
  padding-block: 25px;
}
.cta-banner-form label {
  color: var(--color-white) !important;
}
.cta-banner-form .gform-field-label a {
  color: var(--color-white);
}
.cta-banner-form .gform_button {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
}
.filters form ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 20px;
  @media (width >= 767px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (width >= 1069px) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  @media (width >= 1441px) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.filters form ul li:nth-of-type(4) {
  @media (width >= 1441px) {
    grid-column-start: 5;
  }
}
.filters form ul li h4 {
  font-size: 16px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.filters form ul li label {
  width: 100%;
}
.filters form ul li select, .filters form ul li input {
  height: 48px;
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-black);
  padding: 12px;
}
.header a:focus {
  text-decoration-line: underline;
  text-decoration-color: var(--color-green);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  --tw-outline-style: none;
  outline-style: none;
}
.woocommerce {
  margin-inline: auto;
  width: 100%;
  max-width: 1080px;
  padding-inline: 24px;
  @media (width >= 767px) {
    padding-inline: 30px;
  }
  @media (width >= 1069px) {
    max-width: 1536px;
  }
  @media (width >= 1069px) {
    padding-inline: 80px;
  }
}
.timeline-slider .slick-track {
  display: flex !important;
}
.timeline-slider .slick-slide {
  height: inherit !important;
}
@media only screen and (min-width: 528px) {
  .timeline-slider .slick-slide {
    min-height: 800px !important;
  }
  .timeline-slider .item:nth-child(even) {
    justify-content: top;
  }
  .timeline-slider .item:nth-child(even) .content-wrap {
    position: relative;
    top: 432px;
  }
  .timeline-slider .item:nth-child(odd) {
    justify-content: flex-end;
  }
  .timeline-slider .item:nth-child(odd) .content-wrap {
    position: relative;
    bottom: 432px;
  }
}
.timeline .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.img-gallery-container {
  position: relative;
}
.js-img-gallery-slider {
  position: relative;
}
.gallery-slide {
  position: relative;
}
.gallery-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}
.tribe-common {
  padding: 0 !important;
}
.gallery-prev, .gallery-next {
  background: rgba(88, 129, 46, 0.9);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.gallery-prev:hover, .gallery-next:hover {
  background: rgba(88, 129, 46, 1);
  transform: scale(1.1);
}
.gallery-prev {
  margin-left: 16px;
}
.gallery-next {
  margin-right: 16px;
}
.gallery-prev svg, .gallery-next svg {
  color: white;
  width: 20px;
  height: 20px;
}
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.gallery-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(88, 129, 46, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.gallery-dot.active {
  background: rgba(88, 129, 46, 1);
  transform: scale(1.2);
}
.gallery-dot:hover {
  background: rgba(88, 129, 46, 0.6);
}
@media (max-width: 767px) {
  .gallery-prev, .gallery-next {
    width: 40px;
    height: 40px;
  }
  .gallery-prev svg, .gallery-next svg {
    width: 16px;
    height: 16px;
  }
  .gallery-prev {
    margin-left: 8px;
  }
  .gallery-next {
    margin-right: 8px;
  }
  .gallery-slide img {
    max-height: 350px;
  }
}
.copy h2, h3 {
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-body);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.copy p {
  margin-bottom: calc(var(--spacing) * 4);
}
.fullwidth-content-block.bg-blue a, .fullwidth-content-block.bg-burgundy a, .fullwidth-content-block.bg-dark-grey a, .fullwidth-content-block.bg-green a, .fullwidth-content-block.bg-red a {
  color: var(--color-white) !important;
  text-decoration-line: underline !important;
  text-decoration-color: white !important;
  text-underline-offset: 4px !important;
}
.fullwidth-content-block.bg-blue a:hover, .fullwidth-content-block.bg-burgundy a:hover, .fullwidth-content-block.bg-dark-grey a:hover, .fullwidth-content-block.bg-green a:hover, .fullwidth-content-block.bg-red a:hover {
  text-decoration-color: white !important;
}
.fullwidth-content-block.bg-blue p, .fullwidth-content-block.bg-burgundy p, .fullwidth-content-block.bg-dark-grey p, .fullwidth-content-block.bg-green p, .fullwidth-content-block.bg-red p {
  font-size: 14px !important;
}
.fullwidth-content-block .prose ul a, .fullwidth-content-block .prose ol a {
  color: var(--color-green) !important;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--color-green) !important;
}
.fullwidth-content-block .prose ul a:hover, .fullwidth-content-block .prose ol a:hover {
  text-decoration-color: var(--color-green) !important;
}
.fullwidth-content-block.bg-green .prose ul a, .fullwidth-content-block.bg-green .prose ol a {
  color: var(--color-burgundy) !important;
  text-decoration-line: underline;
  text-decoration-color: var(--color-burgundy) !important;
}
.fullwidth-content-block.bg-green .prose ul a:hover, .fullwidth-content-block.bg-green .prose ol a:hover {
  text-decoration-color: var(--color-burgundy) !important;
}
.tabs-nav {
  display: flex;
  gap: 10px;
}
.tab-btn {
  padding: 8px 16px;
  cursor: pointer;
  background: #eee;
  border: 1px solid #ccc;
}
.tab-btn.active {
  background: #fff;
  border-bottom: 2px solid #000;
}
.tab-panel {
  display: none;
  padding: 20px 0;
}
.tab-panel.active {
  display: block;
}
.wc-block-components-checkout-place-order-button__text {
  width: fit-content;
  border-radius: 24px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: transparent;
  background-color: var(--color-green);
  padding-inline: 26px;
  padding-block: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  --tw-leading: 16px;
  line-height: 16px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #4F742A;
    }
  }
}
form.post-password-form {
  max-width: 36rem;
  margin: 3rem auto;
  padding: 2rem;
  border: 1px solid var(--color-light-grey, #e7ebee);
  border-radius: 0.75rem;
  background: var(--color-white, #fff);
  box-shadow: 0 8px 24px rgb(0 0 0 / 8%);
}
form.post-password-form p {
  margin: 0 0 1rem;
}
form.post-password-form p:last-child {
  display: flex;
  gap: 0.75rem;
  align-items: end;
  margin-bottom: 0;
  flex-wrap: wrap;
}
form.post-password-form label {
  display: block;
  min-width: 16rem;
  font-weight: 600;
}
form.post-password-form input[type="password"] {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid #cfd8de;
  border-radius: 0.5rem;
  background: #fff;
}
form.post-password-form input[type="submit"] {
  width: fit-content;
  border-radius: 24px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: transparent;
  background-color: var(--color-green);
  padding-inline: 26px;
  padding-block: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  --tw-leading: 16px;
  line-height: 16px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #4F742A;
    }
  }
}
form.post-password-form input[type="submit"]:hover, form.post-password-form input[type="submit"]:focus-visible {
  background: var(--color-blue, #2f6b8a);
  border-color: var(--color-blue, #2f6b8a);
}
#wtp-discount-list-container {
  color: var(--color-white);
}
.quantity input {
  border: 1px solid #fff;
  color: #fff;
  padding: 3px;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-outline-style: solid;
      --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-content: "";
    }
  }
}
