/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
@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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --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-main: #fcfcf5;
    --color-dark: #2f3b16;
    --color-leaf: #7b9b3a;
    --color-moss: #4a5d23;
    --color-mist: #e3ead4;
  }
}
@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;
  }
  ::-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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[-2vw\] {
    top: -2vw;
  }
  .top-\[-3em\] {
    top: -3em;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-\[-2vw\] {
    right: -2vw;
  }
  .bottom-\[-5\%\] {
    bottom: -5%;
  }
  .bottom-\[-20vw\] {
    bottom: -20vw;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[65\%\] {
    left: 65%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-100 {
    z-index: 100;
  }
  .z-110 {
    z-index: 110;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .my-\[2em\] {
    margin-block: 2em;
  }
  .my-\[3em\] {
    margin-block: 3em;
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .ms-\[1em\] {
    margin-inline-start: 1em;
  }
  .mt-\[1em\] {
    margin-top: 1em;
  }
  .mt-\[2em\] {
    margin-top: 2em;
  }
  .mt-\[3em\] {
    margin-top: 3em;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[1em\] {
    margin-bottom: 1em;
  }
  .mb-\[2em\] {
    margin-bottom: 2em;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[20vw\] {
    height: 20vw;
  }
  .h-\[25vw\] {
    height: 25vw;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-auto {
    height: auto;
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .w-\[20vw\] {
    width: 20vw;
  }
  .w-\[25vw\] {
    width: 25vw;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[50\] {
    width: 50;
  }
  .w-\[110\%\] {
    width: 110%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[60\%\] {
    max-width: 60%;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .rotate-\[-77deg\] {
    rotate: -77deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-disc {
    list-style-type: disc;
  }
  .columns-2 {
    columns: 2;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-black\/90 {
    background-color: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .bg-mist {
    background-color: var(--color-mist);
  }
  .bg-moss {
    background-color: var(--color-moss);
  }
  .fill-leaf {
    fill: var(--color-leaf);
  }
  .fill-moss {
    fill: var(--color-moss);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[2em\] {
    padding: 2em;
  }
  .px-\[2em\] {
    padding-inline: 2em;
  }
  .py-\[1em\] {
    padding-block: 1em;
  }
  .py-\[2em\] {
    padding-block: 2em;
  }
  .py-\[6em\] {
    padding-block: 6em;
  }
  .py-\[10vh\] {
    padding-block: 10vh;
  }
  .py-\[20vh\] {
    padding-block: 20vh;
  }
  .py-\[25vh\] {
    padding-block: 25vh;
  }
  .pb-\[2em\] {
    padding-bottom: 2em;
  }
  .pb-\[4em\] {
    padding-bottom: 4em;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[1em\] {
    font-size: 1em;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-leaf {
    color: var(--color-leaf);
  }
  .text-main\! {
    color: var(--color-main) !important;
  }
  .text-mist {
    color: var(--color-mist);
  }
  .text-moss {
    color: var(--color-moss);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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);
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .hover\:fill-leaf {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-leaf);
      }
    }
  }
  .hover\:fill-moss {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-moss);
      }
    }
  }
  .hover\:text-leaf {
    &:hover {
      @media (hover: hover) {
        color: var(--color-leaf);
      }
    }
  }
  .hover\:text-moss {
    &:hover {
      @media (hover: hover) {
        color: var(--color-moss);
      }
    }
  }
  .md\:pointer-events-none {
    @media (width >= 48rem) {
      pointer-events: none;
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:top-\[-6vw\] {
    @media (width >= 48rem) {
      top: -6vw;
    }
  }
  .md\:right-auto {
    @media (width >= 48rem) {
      right: auto;
    }
  }
  .md\:bottom-\[-30\%\] {
    @media (width >= 48rem) {
      bottom: -30%;
    }
  }
  .md\:left-\[3vw\] {
    @media (width >= 48rem) {
      left: 3vw;
    }
  }
  .md\:left-\[14vw\] {
    @media (width >= 48rem) {
      left: 14vw;
    }
  }
  .md\:my-\[2vw\] {
    @media (width >= 48rem) {
      margin-block: 2vw;
    }
  }
  .md\:my-\[3vw\] {
    @media (width >= 48rem) {
      margin-block: 3vw;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[-25vh\] {
    @media (width >= 48rem) {
      margin-top: -25vh;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[1vw\] {
    @media (width >= 48rem) {
      margin-bottom: 1vw;
    }
  }
  .md\:mb-\[2vw\] {
    @media (width >= 48rem) {
      margin-bottom: 2vw;
    }
  }
  .md\:mb-\[4vw\] {
    @media (width >= 48rem) {
      margin-bottom: 4vw;
    }
  }
  .md\:mb-\[6vw\] {
    @media (width >= 48rem) {
      margin-bottom: 6vw;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[10vw\] {
    @media (width >= 48rem) {
      height: 10vw;
    }
  }
  .md\:h-\[15vw\] {
    @media (width >= 48rem) {
      height: 15vw;
    }
  }
  .md\:w-\[10vw\] {
    @media (width >= 48rem) {
      width: 10vw;
    }
  }
  .md\:w-\[15\%\] {
    @media (width >= 48rem) {
      width: 15%;
    }
  }
  .md\:w-\[15vw\] {
    @media (width >= 48rem) {
      width: 15vw;
    }
  }
  .md\:w-\[20vw\] {
    @media (width >= 48rem) {
      width: 20vw;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[55\%\] {
    @media (width >= 48rem) {
      width: 55%;
    }
  }
  .md\:w-\[150\%\] {
    @media (width >= 48rem) {
      width: 150%;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:rotate-\[-25deg\] {
    @media (width >= 48rem) {
      rotate: -25deg;
    }
  }
  .md\:cursor-default {
    @media (width >= 48rem) {
      cursor: default;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-\[5vw\] {
    @media (width >= 48rem) {
      padding: 5vw;
    }
  }
  .md\:px-\[4vw\] {
    @media (width >= 48rem) {
      padding-inline: 4vw;
    }
  }
  .md\:px-\[5vw\] {
    @media (width >= 48rem) {
      padding-inline: 5vw;
    }
  }
  .md\:py-\[8vw\] {
    @media (width >= 48rem) {
      padding-block: 8vw;
    }
  }
  .md\:py-\[25vh\] {
    @media (width >= 48rem) {
      padding-block: 25vh;
    }
  }
  .md\:ps-10 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 10);
    }
  }
  .md\:pe-10 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 10);
    }
  }
  .md\:pe-\[3vw\] {
    @media (width >= 48rem) {
      padding-inline-end: 3vw;
    }
  }
  .md\:pe-\[4vw\] {
    @media (width >= 48rem) {
      padding-inline-end: 4vw;
    }
  }
  .md\:pt-\[15vw\] {
    @media (width >= 48rem) {
      padding-top: 15vw;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[10vw\] {
    @media (width >= 48rem) {
      padding-bottom: 10vw;
    }
  }
  .lg\:top-\[-7vw\] {
    @media (width >= 64rem) {
      top: -7vw;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[-30vh\] {
    @media (width >= 64rem) {
      margin-top: -30vh;
    }
  }
  .lg\:max-w-\[80\%\] {
    @media (width >= 64rem) {
      max-width: 80%;
    }
  }
  .lg\:max-w-\[95\%\] {
    @media (width >= 64rem) {
      max-width: 95%;
    }
  }
  .lg\:rotate-\[-45deg\] {
    @media (width >= 64rem) {
      rotate: -45deg;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:px-\[6vw\] {
    @media (width >= 64rem) {
      padding-inline: 6vw;
    }
  }
  .lg\:pe-\[2vw\] {
    @media (width >= 64rem) {
      padding-inline-end: 2vw;
    }
  }
  .lg\:pt-\[12vw\] {
    @media (width >= 64rem) {
      padding-top: 12vw;
    }
  }
  .xl\:bottom-\[-60\%\] {
    @media (width >= 80rem) {
      bottom: -60%;
    }
  }
  .xl\:mt-\[-30vh\] {
    @media (width >= 80rem) {
      margin-top: -30vh;
    }
  }
  .xl\:min-h-screen {
    @media (width >= 80rem) {
      min-height: 100vh;
    }
  }
  .xl\:w-\[20\%\] {
    @media (width >= 80rem) {
      width: 20%;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[90\%\] {
    @media (width >= 80rem) {
      width: 90%;
    }
  }
  .xl\:columns-3 {
    @media (width >= 80rem) {
      columns: 3;
    }
  }
  .xl\:pt-\[8vw\] {
    @media (width >= 80rem) {
      padding-top: 8vw;
    }
  }
}
@layer base {
  h1, .h1-style {
    font-size: clamp(3rem, 9vw, 16rem);
    font-weight: 800;
    line-height: 1.1;
  }
  h2 {
    font-size: clamp(2.4rem, 6vw, 12rem);
    font-weight: 600;
    line-height: 1.1;
  }
  h3, .h3-style {
    font-size: clamp(1.3rem, 4vw, 8rem);
    font-weight: 600;
    line-height: 1.1;
  }
  p, .p-style {
    font-size: clamp(1rem, 0.5vw + 0.8rem, 1.5rem);
    line-height: 1.4;
  }
  .bigger {
    font-size: clamp(1.5rem, 0.7vw + 0.9rem, 2rem);
    font-weight: 400;
  }
  @media (min-width: 2560px) {
    p {
      font-size: 1.75rem;
    }
  }
  ul li {
    line-height: 1.7em;
    text-wrap: pretty;
  }
}
body {
  background-color: var(--color-main);
  color: var(--color-dark);
  font-family: 'Google Sans', sans-serif;
}
main {
  overflow-x: hidden;
  margin: 0;
  position: relative;
  z-index: 1;
}
a:focus, a:active {
  outline: none;
  box-shadow: none;
}
section {
  position: relative;
}
.media-box {
  position: relative;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.container-arch {
  width: 100%;
  aspect-ratio: 333 / 473;
}
.masked-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(#responsiveMask);
  mask-image: url(#responsiveMask);
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-moss) !important;
  z-index: 1000;
}
.after-section {
  position: relative;
  z-index: 0;
  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: -10vw;
    width: calc(100% + 20vw);
    height: 100%;
    background-color: var(--color-mist);
    z-index: -1;
  }
}
.email-link {
  position: relative;
  cursor: pointer;
}
.email-link::after {
  content: 'Copied!';
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4a5d23;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.email-link.copied::after {
  opacity: 1;
}
@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-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-duration {
  syntax: "*";
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: 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-duration: initial;
    }
  }
}
