/** 
* Radix UI Colors
* https://www.radix-ui.com/colors
* */

/** 
* SAGE
* */
:root,
.light,
.light-theme {
  --sage-1: #fbfdfc;
  --sage-2: #f7f9f8;
  --sage-3: #eef1f0;
  --sage-4: #e6e9e8;
  --sage-5: #dfe2e0;
  --sage-6: #d7dad9;
  --sage-7: #cbcfcd;
  --sage-8: #b8bcba;
  --sage-9: #868e8b;
  --sage-10: #7c8481;
  --sage-11: #5f6563;
  --sage-12: #1a211e;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    :root,
    .light,
    .light-theme {
      --sage-1: color(
        display-p3 0.986 0.992 0.988
      );
      --sage-2: color(
        display-p3 0.97 0.977 0.974
      );
      --sage-3: color(
        display-p3 0.935 0.944 0.94
      );
      --sage-4: color(
        display-p3 0.904 0.913 0.909
      );
      --sage-5: color(
        display-p3 0.875 0.885 0.88
      );
      --sage-6: color(
        display-p3 0.844 0.854 0.849
      );
      --sage-7: color(
        display-p3 0.8 0.811 0.806
      );
      --sage-8: color(
        display-p3 0.725 0.738 0.732
      );
      --sage-9: color(
        display-p3 0.531 0.556 0.546
      );
      --sage-10: color(
        display-p3 0.492 0.515 0.506
      );
      --sage-11: color(
        display-p3 0.377 0.395 0.389
      );
      --sage-12: color(
        display-p3 0.107 0.129 0.118
      );
    }
  }
}

.dark,
.dark-theme {
  --sage-1: #101211;
  --sage-2: #171918;
  --sage-3: #202221;
  --sage-4: #272a29;
  --sage-5: #2e3130;
  --sage-6: #373b39;
  --sage-7: #444947;
  --sage-8: #5b625f;
  --sage-9: #63706b;
  --sage-10: #717d79;
  --sage-11: #adb5b2;
  --sage-12: #eceeed;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    .dark,
    .dark-theme {
      --sage-1: color(
        display-p3 0.064 0.07 0.067
      );
      --sage-2: color(
        display-p3 0.092 0.098 0.094
      );
      --sage-3: color(
        display-p3 0.128 0.135 0.131
      );
      --sage-4: color(
        display-p3 0.155 0.164 0.159
      );
      --sage-5: color(
        display-p3 0.183 0.193 0.188
      );
      --sage-6: color(
        display-p3 0.218 0.23 0.224
      );
      --sage-7: color(
        display-p3 0.269 0.285 0.277
      );
      --sage-8: color(
        display-p3 0.362 0.382 0.373
      );
      --sage-9: color(
        display-p3 0.398 0.438 0.421
      );
      --sage-10: color(
        display-p3 0.453 0.49 0.474
      );
      --sage-11: color(
        display-p3 0.685 0.709 0.697
      );
      --sage-12: color(
        display-p3 0.927 0.933 0.93
      );
    }
  }
}

/** 
* GRASS
* */
:root,
.light,
.light-theme {
  --grass-1: #fbfefb;
  --grass-2: #f5fbf5;
  --grass-3: #e9f6e9;
  --grass-4: #daf1db;
  --grass-5: #c9e8ca;
  --grass-6: #b2ddb5;
  --grass-7: #94ce9a;
  --grass-8: #65ba74;
  --grass-9: #46a758;
  --grass-10: #3e9b4f;
  --grass-11: #2a7e3b;
  --grass-12: #203c25;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    :root,
    .light,
    .light-theme {
      --grass-1: color(
        display-p3 0.986 0.996 0.985
      );
      --grass-2: color(
        display-p3 0.966 0.983 0.964
      );
      --grass-3: color(
        display-p3 0.923 0.965 0.917
      );
      --grass-4: color(
        display-p3 0.872 0.94 0.865
      );
      --grass-5: color(
        display-p3 0.811 0.908 0.802
      );
      --grass-6: color(
        display-p3 0.733 0.864 0.724
      );
      --grass-7: color(
        display-p3 0.628 0.803 0.622
      );
      --grass-8: color(
        display-p3 0.477 0.72 0.482
      );
      --grass-9: color(
        display-p3 0.38 0.647 0.378
      );
      --grass-10: color(
        display-p3 0.344 0.598 0.342
      );
      --grass-11: color(
        display-p3 0.263 0.488 0.261
      );
      --grass-12: color(
        display-p3 0.151 0.233 0.153
      );
    }
  }
}

.dark,
.dark-theme {
  --grass-1: #0e1511;
  --grass-2: #141a15;
  --grass-3: #1b2a1e;
  --grass-4: #1d3a24;
  --grass-5: #25482d;
  --grass-6: #2d5736;
  --grass-7: #366740;
  --grass-8: #3e7949;
  --grass-9: #46a758;
  --grass-10: #53b365;
  --grass-11: #71d083;
  --grass-12: #c2f0c2;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    .dark,
    .dark-theme {
      --grass-1: color(
        display-p3 0.062 0.083 0.067
      );
      --grass-2: color(
        display-p3 0.083 0.103 0.085
      );
      --grass-3: color(
        display-p3 0.118 0.163 0.122
      );
      --grass-4: color(
        display-p3 0.142 0.225 0.15
      );
      --grass-5: color(
        display-p3 0.178 0.279 0.186
      );
      --grass-6: color(
        display-p3 0.217 0.337 0.224
      );
      --grass-7: color(
        display-p3 0.258 0.4 0.264
      );
      --grass-8: color(
        display-p3 0.302 0.47 0.305
      );
      --grass-9: color(
        display-p3 0.38 0.647 0.378
      );
      --grass-10: color(
        display-p3 0.426 0.694 0.426
      );
      --grass-11: color(
        display-p3 0.535 0.807 0.542
      );
      --grass-12: color(
        display-p3 0.797 0.936 0.776
      );
    }
  }
}
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Montserrat", sans-serif;
    --font-serif: "Playfair Display", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: oklch(80.8% .114 19.571);
    --color-red-400: oklch(70.4% .191 22.216);
    --color-orange-400: oklch(75% .183 55.934);
    --color-yellow-300: oklch(90.5% .182 98.111);
    --color-green-300: oklch(87.1% .15 154.449);
    --color-teal-300: oklch(85.5% .138 181.071);
    --color-sky-300: oklch(82.8% .111 230.318);
    --color-blue-100: oklch(93.2% .032 255.585);
    --color-blue-300: oklch(80.9% .105 251.813);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-violet-300: oklch(81.1% .111 293.571);
    --color-fuchsia-300: oklch(83.3% .145 321.434);
    --color-rose-300: oklch(81% .117 11.638);
    --color-gray-50: oklch(98.5% .002 247.839);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-black: #101211;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-black: 900;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --drop-shadow-md: 0 3px 3px #0000001f;
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--sage-1);
    --color-subtle-background: var(--sage-2);
    --color-subtle-border: var(--sage-6);
    --color-element-border: var(--sage-7);
    --color-low-contrast: var(--sage-11);
    --color-high-contrast: var(--sage-12);
    --color-sundance-green: #233015;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .start\! {
    inset-inline-start: var(--spacing) !important;
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .end\! {
    inset-inline-end: var(--spacing) !important;
  }

  .top-1\/4 {
    top: 25%;
  }

  .top-\[60\%\] {
    top: 60%;
  }

  .top-\[63\%\] {
    top: 63%;
  }

  .top-\[64\%\] {
    top: 64%;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-\[-20\%\] {
    bottom: -20%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-\[15\%\] {
    left: 15%;
  }

  .left-\[27\%\] {
    left: 27%;
  }

  .left-\[60\%\] {
    left: 60%;
  }

  .isolate {
    isolation: isolate;
  }

  .z-1 {
    z-index: 1;
  }

  .z-1000 {
    z-index: 1000;
  }

  .col-span-6 {
    grid-column: span 6 / span 6;
  }

  .col-span-12 {
    grid-column: span 12 / span 12;
  }

  .col-start-0 {
    grid-column-start: 0;
  }

  .col-start-1 {
    grid-column-start: 1;
  }

  .col-start-7 {
    grid-column-start: 7;
  }

  .row-span-1 {
    grid-row: span 1 / span 1;
  }

  .row-span-2 {
    grid-row: span 2 / span 2;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .row-start-2 {
    grid-row-start: 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-1 {
    margin: calc(var(--spacing) * 1);
  }

  .m-2 {
    margin: calc(var(--spacing) * 2);
  }

  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }

  .-mt-\[41\%\] {
    margin-top: -41%;
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }

  .mt-22 {
    margin-top: calc(var(--spacing) * 22);
  }

  .mt-auto {
    margin-top: auto;
  }

  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }

  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }

  .mb-\[5\%\] {
    margin-bottom: 5%;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .aspect-2\/3 {
    aspect-ratio: 2 / 3;
  }

  .aspect-3\/2 {
    aspect-ratio: 3 / 2;
  }

  .aspect-\[9\/16\] {
    aspect-ratio: 9 / 16;
  }

  .aspect-\[64\/417\] {
    aspect-ratio: 64 / 417;
  }

  .aspect-\[218\/579\] {
    aspect-ratio: 218 / 579;
  }

  .aspect-auto {
    aspect-ratio: auto;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-100 {
    height: calc(var(--spacing) * 100);
  }

  .h-150 {
    height: calc(var(--spacing) * 150);
  }

  .h-\[500vh\] {
    height: 500vh;
  }

  .h-\[var\(--logo-scroll-trigger-size\)\] {
    height: var(--logo-scroll-trigger-size);
  }

  .h-\[var\(--logo-size\)\] {
    height: var(--logo-size);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-max {
    height: max-content;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[var\(--logo-size\)\] {
    max-height: var(--logo-size);
  }

  .min-h-100 {
    min-height: calc(var(--spacing) * 100);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-1\/4 {
    width: 25%;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-\[0px\] {
    width: 0;
  }

  .w-\[60\%\] {
    width: 60%;
  }

  .w-\[var\(--logo-size\)\] {
    width: var(--logo-size);
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }

  .max-w-\[1400px\] {
    max-width: 1400px;
  }

  .max-w-max {
    max-width: max-content;
  }

  .max-w-screen {
    max-width: 100vw;
  }

  .min-w-12 {
    min-width: calc(var(--spacing) * 12);
  }

  .min-w-20 {
    min-width: calc(var(--spacing) * 20);
  }

  .min-w-50 {
    min-width: calc(var(--spacing) * 50);
  }

  .shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .translate-\[var\(--eyes\)\] {
    --tw-translate-x: var(--eyes);
    --tw-translate-y: var(--eyes);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .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;
  }

  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .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-20 {
    gap: calc(var(--spacing) * 20);
  }

  .place-self-center {
    place-self: center;
  }

  .place-self-end {
    place-self: end;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-7 {
    border-style: var(--tw-border-style);
    border-width: 7px;
  }

  .border-element-border {
    border-color: var(--color-element-border);
  }

  .border-high-contrast {
    border-color: var(--color-high-contrast);
  }

  .border-subtle-border {
    border-color: var(--color-subtle-border);
  }

  .border-sundance-green {
    border-color: var(--color-sundance-green);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[var\(--bg\)\] {
    background-color: var(--bg);
  }

  .bg-background {
    background-color: var(--color-background);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }

  .bg-green-300 {
    background-color: var(--color-green-300);
  }

  .bg-orange-400 {
    background-color: var(--color-orange-400);
  }

  .bg-red-300 {
    background-color: var(--color-red-300);
  }

  .bg-sky-300 {
    background-color: var(--color-sky-300);
  }

  .bg-subtle-background {
    background-color: var(--color-subtle-background);
  }

  .bg-teal-300 {
    background-color: var(--color-teal-300);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-300 {
    background-color: var(--color-yellow-300);
  }

  .fill-high-contrast {
    fill: var(--color-high-contrast);
  }

  .fill-white {
    fill: var(--color-white);
  }

  .stroke-element-border {
    stroke: var(--color-element-border);
  }

  .stroke-high-contrast {
    stroke: var(--color-high-contrast);
  }

  .object-contain {
    object-fit: contain;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-100 {
    padding-inline: calc(var(--spacing) * 100);
  }

  .px-\[5\%\] {
    padding-inline: 5%;
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .text-justify {
    text-align: justify;
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .font-serif {
    font-family: var(--font-serif);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[1rem\] {
    font-size: 1rem;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .text-\[var\(--icon\)\]\! {
    color: var(--icon) !important;
  }

  .text-high-contrast {
    color: var(--color-high-contrast);
  }

  .text-low-contrast {
    color: var(--color-low-contrast);
  }

  .text-white {
    color: var(--color-white);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-black\/50 {
    --tw-shadow-color: #10121180;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/50 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, #0000001f));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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, );
  }

  .drop-shadow-background {
    --tw-drop-shadow-color: var(--color-background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .drop-shadow-background {
      --tw-drop-shadow-color: color-mix(in oklab, var(--color-background) var(--tw-drop-shadow-alpha), transparent);
    }
  }

  .drop-shadow-background {
    --tw-drop-shadow: var(--tw-drop-shadow-size);
  }

  .invert {
    --tw-invert: invert(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, 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-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-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .group-\[\.dark-theme\]\:hidden:is(:where(.group).dark-theme *), .group-\[\.light-theme\]\:hidden:is(:where(.group).light-theme *) {
    display: none;
  }

  @media (hover: hover) {
    .hover\:w-14:hover {
      width: calc(var(--spacing) * 14);
    }

    .hover\:border-high-contrast:hover {
      border-color: var(--color-high-contrast);
    }

    .hover\:bg-background:hover {
      background-color: var(--color-background);
    }

    .hover\:bg-blue-100:hover {
      background-color: var(--color-blue-100);
    }

    .hover\:text-blue-600:hover {
      color: var(--color-blue-600);
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .motion-safe\:animate-bounce {
      animation: var(--animate-bounce);
    }
  }

  @media not all and (min-width: 40rem) {
    .max-sm\:w-\[76\%\] {
      width: 76%;
    }

    .max-sm\:w-\[85\%\] {
      width: 85%;
    }

    .max-sm\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (min-width: 40rem) {
    .sm\:min-w-100 {
      min-width: calc(var(--spacing) * 100);
    }
  }

  @media (min-width: 48rem) {
    .md\:order-1 {
      order: 1;
    }

    .md\:order-2 {
      order: 2;
    }

    .md\:order-3 {
      order: 3;
    }

    .md\:order-4 {
      order: 4;
    }

    .md\:order-5 {
      order: 5;
    }

    .md\:order-6 {
      order: 6;
    }

    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }

    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .md\:row-span-2 {
      grid-row: span 2 / span 2;
    }

    .md\:max-w-\[25\%\] {
      max-width: 25%;
    }

    .md\:max-w-\[65\%\] {
      max-width: 65%;
    }

    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .md\:text-\[1\.3rem\] {
      font-size: 1.3rem;
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-\[30\%\] {
      padding-inline: 30%;
    }
  }
}

.htmx-indicator {
  display: none;
}

.htmx-request .htmx-indicator a:hover ion-icon {
  color: var(--color-background);
}

html[lang="fr"] .fr {
  display: inline;
}

html[lang="fr"] .en, html[lang="en"] span.fr {
  display: none;
}

html[lang="en"] span.en {
  display: inline;
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@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
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}
html,body{margin:0;width:100%;height:100%}