/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Onest:wght@100..900&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&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-sky-100: oklch(95.1% 0.026 236.824);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-sky-900: oklch(39.1% 0.09 240.876);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --blur-xl: 24px;
    --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);
    --font-main: 'Red Hat Display', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64.0625rem) {
      max-width: 64.0625rem;
    }
    @media (width >= 100rem) {
      max-width: 100rem;
    }
    @media (width >= 130rem) {
      max-width: 130rem;
    }
  }
  .m-\[2vh\] {
    margin: 2vh;
  }
  .mx-\[5vw\] {
    margin-inline: 5vw;
  }
  .my-\[6vh\] {
    margin-block: 6vh;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[2vh\] {
    margin-top: 2vh;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[1vh\] {
    margin-bottom: 1vh;
  }
  .mb-\[3vh\] {
    margin-bottom: 3vh;
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[4vw\] {
    margin-left: 4vw;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[80\%\] {
    max-height: 80%;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[4rem\] {
    width: 4rem;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90vw\] {
    width: 90vw;
  }
  .w-\[clamp\(280px\,40vw\,350px\)\] {
    width: clamp(280px, 40vw, 350px);
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .scroll-mt-26 {
    scroll-margin-top: calc(var(--spacing) * 26);
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[0\.5vh\] {
    gap: 0.5vh;
  }
  .gap-\[2vh\] {
    gap: 2vh;
  }
  .gap-\[4vh\] {
    gap: 4vh;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-sky-200 {
    border-color: var(--color-sky-200);
  }
  .bg-\[\#d2d3ce\]\/20 {
    background-color: color-mix(in oklab, #d2d3ce 20%, transparent);
  }
  .bg-\[\#d2d3ce\]\/45 {
    background-color: color-mix(in oklab, #d2d3ce 45%, transparent);
  }
  .bg-\[\#d4d3d1\] {
    background-color: #d4d3d1;
  }
  .bg-\[\#ededed\] {
    background-color: #ededed;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-sky-900 {
    background-color: var(--color-sky-900);
  }
  .bg-sky-950 {
    background-color: var(--color-sky-950);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\/assets\/webp\/bg_aegz\.webp\'\)\] {
    background-image: url('/assets/webp/bg_aegz.webp');
  }
  .from-sky-200\/20 {
    --tw-gradient-from: color-mix(in srgb, oklch(90.1% 0.058 230.902) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-sky-200) 20%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-sky-200\/30 {
    --tw-gradient-via: color-mix(in srgb, oklch(90.1% 0.058 230.902) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-sky-200) 30%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-sky-200\/60 {
    --tw-gradient-to: color-mix(in srgb, oklch(90.1% 0.058 230.902) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-sky-200) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-left {
    background-position: left;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .object-top {
    object-position: top;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[5vw\] {
    padding-inline: 5vw;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[1vh\] {
    padding-block: 1vh;
  }
  .py-\[2vh\] {
    padding-block: 2vh;
  }
  .py-\[8vh\] {
    padding-block: 8vh;
  }
  .pt-\[6\.5vh\] {
    padding-top: 6.5vh;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-\[2vw\] {
    padding-left: 2vw;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .font-main {
    font-family: var(--font-main);
  }
  .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-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-\[clamp\(0\.9rem\,1\.8vw\,1\.06rem\)\] {
    font-size: clamp(0.9rem, 1.8vw, 1.06rem);
  }
  .text-\[clamp\(1\.25rem\,3vw\,1\.5rem\)\] {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
  }
  .text-\[clamp\(1\.25rem\,4vw\,1\.75rem\)\] {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
  }
  .text-\[clamp\(1\.125rem\,2vw\,1\.25rem\)\] {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
  }
  .text-\[clamp\(1\.875rem\,5vw\,2\.25rem\)\] {
    font-size: clamp(1.875rem, 5vw, 2.25rem);
  }
  .text-\[clamp\(1rem\,1\.5vw\,1\.125rem\)\] {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
  }
  .text-\[clamp\(1rem\,2vw\,1\.1rem\)\] {
    font-size: clamp(1rem, 2vw, 1.1rem);
  }
  .text-\[clamp\(2\.25rem\,8vw\,3\.5rem\)\] {
    font-size: clamp(2.25rem, 8vw, 3.5rem);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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);
  }
  .text-\[\#2c3e50\] {
    color: #2c3e50;
  }
  .text-gray-50 {
    color: var(--color-gray-50);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-sky-900 {
    color: var(--color-sky-900);
  }
  .text-sky-950 {
    color: var(--color-sky-950);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:bg-sky-100\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(95.1% 0.026 236.824) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-sky-100) 50%, transparent);
        }
      }
    }
  }
  .hover\:text-sky-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-700);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:bg-sky-900\/25 {
    &:active {
      background-color: color-mix(in srgb, oklch(39.1% 0.09 240.876) 25%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-sky-900) 25%, transparent);
      }
    }
  }
  .md\:mx-\[8vw\] {
    @media (width >= 48rem) {
      margin-inline: 8vw;
    }
  }
  .md\:my-\[8vh\] {
    @media (width >= 48rem) {
      margin-block: 8vh;
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-\[4vh\] {
    @media (width >= 48rem) {
      margin-bottom: 4vh;
    }
  }
  .md\:mb-\[6vh\] {
    @media (width >= 48rem) {
      margin-bottom: 6vh;
    }
  }
  .md\:mb-\[15vh\] {
    @media (width >= 48rem) {
      margin-bottom: 15vh;
    }
  }
  .md\:ml-\[6vw\] {
    @media (width >= 48rem) {
      margin-left: 6vw;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[3rem\] {
    @media (width >= 48rem) {
      width: 3rem;
    }
  }
  .md\:w-\[7rem\] {
    @media (width >= 48rem) {
      width: 7rem;
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[54vw\] {
    @media (width >= 48rem) {
      width: 54vw;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[78vw\] {
    @media (width >= 48rem) {
      width: 78vw;
    }
  }
  .md\:w-\[clamp\(250px\,25vw\,350px\)\] {
    @media (width >= 48rem) {
      width: clamp(250px, 25vw, 350px);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-14 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:gap-\[1vh\] {
    @media (width >= 48rem) {
      gap: 1vh;
    }
  }
  .md\:gap-\[3vh\] {
    @media (width >= 48rem) {
      gap: 3vh;
    }
  }
  .md\:gap-\[4vw\] {
    @media (width >= 48rem) {
      gap: 4vw;
    }
  }
  .md\:gap-\[6vh\] {
    @media (width >= 48rem) {
      gap: 6vh;
    }
  }
  .md\:gap-\[6vw\] {
    @media (width >= 48rem) {
      gap: 6vw;
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-\[8vw\] {
    @media (width >= 48rem) {
      padding-inline: 8vw;
    }
  }
  .md\:py-2 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:py-40 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .md\:py-\[1\.2vh\] {
    @media (width >= 48rem) {
      padding-block: 1.2vh;
    }
  }
  .md\:py-\[4vh\] {
    @media (width >= 48rem) {
      padding-block: 4vh;
    }
  }
  .md\:py-\[10vh\] {
    @media (width >= 48rem) {
      padding-block: 10vh;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[2\.7rem\] {
    @media (width >= 48rem) {
      font-size: 2.7rem;
    }
  }
  .md\:text-\[clamp\(0\.9rem\,1\.8vw\,1\.06rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(0.9rem, 1.8vw, 1.06rem);
    }
  }
  .md\:text-\[clamp\(0\.95rem\,1\.9vw\,1\.1rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(0.95rem, 1.9vw, 1.1rem);
    }
  }
  .md\:text-\[clamp\(1\.3rem\,3vw\,1\.6rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(1.3rem, 3vw, 1.6rem);
    }
  }
  .md\:text-\[clamp\(1\.05rem\,2vw\,1\.15rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(1.05rem, 2vw, 1.15rem);
    }
  }
  .md\:text-\[clamp\(1\.25rem\,2\.5vw\,1\.5rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    }
  }
  .md\:text-\[clamp\(1\.75rem\,5vw\,2rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(1.75rem, 5vw, 2rem);
    }
  }
  .md\:text-\[clamp\(1rem\,1\.5vw\,1\.125rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(1rem, 1.5vw, 1.125rem);
    }
  }
  .md\:text-\[clamp\(2\.25rem\,6vw\,2\.5rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(2.25rem, 6vw, 2.5rem);
    }
  }
  .md\:text-\[clamp\(3\.5rem\,10vw\,4rem\)\] {
    @media (width >= 48rem) {
      font-size: clamp(3.5rem, 10vw, 4rem);
    }
  }
  .md\:leading-none {
    @media (width >= 48rem) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .md\:font-medium {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .md\:font-semibold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .lg\:relative {
    @media (width >= 64.0625rem) {
      position: relative;
    }
  }
  .lg\:z-20 {
    @media (width >= 64.0625rem) {
      z-index: 20;
    }
  }
  .lg\:mx-\[14vw\] {
    @media (width >= 64.0625rem) {
      margin-inline: 14vw;
    }
  }
  .lg\:my-\[10vh\] {
    @media (width >= 64.0625rem) {
      margin-block: 10vh;
    }
  }
  .lg\:mb-\[5vh\] {
    @media (width >= 64.0625rem) {
      margin-bottom: 5vh;
    }
  }
  .lg\:mb-\[8vh\] {
    @media (width >= 64.0625rem) {
      margin-bottom: 8vh;
    }
  }
  .lg\:mb-\[20vh\] {
    @media (width >= 64.0625rem) {
      margin-bottom: 20vh;
    }
  }
  .lg\:ml-\[8vw\] {
    @media (width >= 64.0625rem) {
      margin-left: 8vw;
    }
  }
  .lg\:block {
    @media (width >= 64.0625rem) {
      display: block;
    }
  }
  .lg\:inline {
    @media (width >= 64.0625rem) {
      display: inline;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64.0625rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-\[3\.5rem\] {
    @media (width >= 64.0625rem) {
      width: 3.5rem;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64.0625rem) {
      width: 45%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 64.0625rem) {
      width: 55%;
    }
  }
  .lg\:w-\[65vw\] {
    @media (width >= 64.0625rem) {
      width: 65vw;
    }
  }
  .lg\:w-\[86\%\] {
    @media (width >= 64.0625rem) {
      width: 86%;
    }
  }
  .lg\:w-\[clamp\(300px\,30vw\,400px\)\] {
    @media (width >= 64.0625rem) {
      width: clamp(300px, 30vw, 400px);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64.0625rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:items-end {
    @media (width >= 64.0625rem) {
      align-items: flex-end;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64.0625rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64.0625rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-\[4\.5vh\] {
    @media (width >= 64.0625rem) {
      gap: 4.5vh;
    }
  }
  .lg\:gap-\[4vh\] {
    @media (width >= 64.0625rem) {
      gap: 4vh;
    }
  }
  .lg\:gap-\[5vw\] {
    @media (width >= 64.0625rem) {
      gap: 5vw;
    }
  }
  .lg\:gap-\[8vh\] {
    @media (width >= 64.0625rem) {
      gap: 8vh;
    }
  }
  .lg\:gap-\[8vw\] {
    @media (width >= 64.0625rem) {
      gap: 8vw;
    }
  }
  .lg\:mask-fade-left {
    @media (width >= 64.0625rem) {
      mask-image: linear-gradient(to left, black 70%, transparent 100%);
    }
  }
  .lg\:bg-right {
    @media (width >= 64.0625rem) {
      background-position: right;
    }
  }
  .lg\:px-6 {
    @media (width >= 64.0625rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64.0625rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-\[10vw\] {
    @media (width >= 64.0625rem) {
      padding-inline: 10vw;
    }
  }
  .lg\:py-2 {
    @media (width >= 64.0625rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-\[1\.5vh\] {
    @media (width >= 64.0625rem) {
      padding-block: 1.5vh;
    }
  }
  .lg\:py-\[12vh\] {
    @media (width >= 64.0625rem) {
      padding-block: 12vh;
    }
  }
  .lg\:text-lg {
    @media (width >= 64.0625rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-\[1\.4rem\] {
    @media (width >= 64.0625rem) {
      font-size: 1.4rem;
    }
  }
  .lg\:text-\[1\.06rem\] {
    @media (width >= 64.0625rem) {
      font-size: 1.06rem;
    }
  }
  .lg\:text-\[1\.6rem\] {
    @media (width >= 64.0625rem) {
      font-size: 1.6rem;
    }
  }
  .lg\:text-\[1rem\] {
    @media (width >= 64.0625rem) {
      font-size: 1rem;
    }
  }
  .lg\:text-\[2\.2rem\] {
    @media (width >= 64.0625rem) {
      font-size: 2.2rem;
    }
  }
  .lg\:text-\[2\.5rem\] {
    @media (width >= 64.0625rem) {
      font-size: 2.5rem;
    }
  }
  .lg\:text-\[4rem\] {
    @media (width >= 64.0625rem) {
      font-size: 4rem;
    }
  }
  .lg\:text-\[clamp\(1\.25rem\,2\.5vw\,1\.5rem\)\] {
    @media (width >= 64.0625rem) {
      font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    }
  }
  .lg\:text-\[clamp\(1rem\,1\.5vw\,1\.125rem\)\] {
    @media (width >= 64.0625rem) {
      font-size: clamp(1rem, 1.5vw, 1.125rem);
    }
  }
  .lg\:opacity-100 {
    @media (width >= 64.0625rem) {
      opacity: 100%;
    }
  }
  .xl\:mx-\[14vw\] {
    @media (width >= 100rem) {
      margin-inline: 14vw;
    }
  }
  .xl\:mb-\[10vh\] {
    @media (width >= 100rem) {
      margin-bottom: 10vh;
    }
  }
  .xl\:gap-20 {
    @media (width >= 100rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:text-\[1\.1rem\] {
    @media (width >= 100rem) {
      font-size: 1.1rem;
    }
  }
  .xl\:text-\[1\.2rem\] {
    @media (width >= 100rem) {
      font-size: 1.2rem;
    }
  }
  .xl\:text-\[1rem\] {
    @media (width >= 100rem) {
      font-size: 1rem;
    }
  }
  .\32 xl\:mx-\[15vw\] {
    @media (width >= 130rem) {
      margin-inline: 15vw;
    }
  }
  .\32 xl\:mb-\[10vh\] {
    @media (width >= 130rem) {
      margin-bottom: 10vh;
    }
  }
  .\32 xl\:mb-\[12vh\] {
    @media (width >= 130rem) {
      margin-bottom: 12vh;
    }
  }
  .\32 xl\:ml-\[2vw\] {
    @media (width >= 130rem) {
      margin-left: 2vw;
    }
  }
  .\32 xl\:w-1\/3 {
    @media (width >= 130rem) {
      width: calc(1/3 * 100%);
    }
  }
  .\32 xl\:w-\[8rem\] {
    @media (width >= 130rem) {
      width: 8rem;
    }
  }
  .\32 xl\:w-\[35\%\] {
    @media (width >= 130rem) {
      width: 35%;
    }
  }
  .\32 xl\:w-\[65\%\] {
    @media (width >= 130rem) {
      width: 65%;
    }
  }
  .\32 xl\:w-\[900px\] {
    @media (width >= 130rem) {
      width: 900px;
    }
  }
  .\32 xl\:w-full {
    @media (width >= 130rem) {
      width: 100%;
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 130rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:justify-end {
    @media (width >= 130rem) {
      justify-content: flex-end;
    }
  }
  .\32 xl\:gap-12 {
    @media (width >= 130rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:gap-24 {
    @media (width >= 130rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:gap-\[3vh\] {
    @media (width >= 130rem) {
      gap: 3vh;
    }
  }
  .\32 xl\:gap-\[4\.5vh\] {
    @media (width >= 130rem) {
      gap: 4.5vh;
    }
  }
  .\32 xl\:gap-\[4vh\] {
    @media (width >= 130rem) {
      gap: 4vh;
    }
  }
  .\32 xl\:gap-\[6vw\] {
    @media (width >= 130rem) {
      gap: 6vw;
    }
  }
  .\32 xl\:gap-\[10vw\] {
    @media (width >= 130rem) {
      gap: 10vw;
    }
  }
  .\32 xl\:gap-\[15vh\] {
    @media (width >= 130rem) {
      gap: 15vh;
    }
  }
  .\32 xl\:px-14 {
    @media (width >= 130rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .\32 xl\:px-16 {
    @media (width >= 130rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:px-\[15vw\] {
    @media (width >= 130rem) {
      padding-inline: 15vw;
    }
  }
  .\32 xl\:py-6 {
    @media (width >= 130rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:py-\[2vh\] {
    @media (width >= 130rem) {
      padding-block: 2vh;
    }
  }
  .\32 xl\:py-\[8vh\] {
    @media (width >= 130rem) {
      padding-block: 8vh;
    }
  }
  .\32 xl\:py-\[16vh\] {
    @media (width >= 130rem) {
      padding-block: 16vh;
    }
  }
  .\32 xl\:py-\[20vh\] {
    @media (width >= 130rem) {
      padding-block: 20vh;
    }
  }
  .\32 xl\:pt-\[20vh\] {
    @media (width >= 130rem) {
      padding-top: 20vh;
    }
  }
  .\32 xl\:pb-\[10vh\] {
    @media (width >= 130rem) {
      padding-bottom: 10vh;
    }
  }
  .\32 xl\:text-2xl {
    @media (width >= 130rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 xl\:text-4xl {
    @media (width >= 130rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 130rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 130rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\32 xl\:text-\[1\.9rem\] {
    @media (width >= 130rem) {
      font-size: 1.9rem;
    }
  }
  .\32 xl\:text-\[2\.1rem\] {
    @media (width >= 130rem) {
      font-size: 2.1rem;
    }
  }
  .\32 xl\:text-\[2\.5rem\] {
    @media (width >= 130rem) {
      font-size: 2.5rem;
    }
  }
  .\32 xl\:text-\[6rem\] {
    @media (width >= 130rem) {
      font-size: 6rem;
    }
  }
  .\32 xl\:text-\[8rem\] {
    @media (width >= 130rem) {
      font-size: 8rem;
    }
  }
  .\32 xl\:text-\[clamp\(1\.5rem\,2vw\,2rem\)\] {
    @media (width >= 130rem) {
      font-size: clamp(1.5rem, 2vw, 2rem);
    }
  }
  .\32 xl\:text-\[clamp\(2\.5rem\,4vw\,3rem\)\] {
    @media (width >= 130rem) {
      font-size: clamp(2.5rem, 4vw, 3rem);
    }
  }
  .\32 xl\:text-\[clamp\(2rem\,3vw\,2\.5rem\)\] {
    @media (width >= 130rem) {
      font-size: clamp(2rem, 3vw, 2.5rem);
    }
  }
  .\32 xl\:text-\[clamp\(3rem\,5vw\,3\.5rem\)\] {
    @media (width >= 130rem) {
      font-size: clamp(3rem, 5vw, 3.5rem);
    }
  }
}
.stats-number {
  text-align: end;
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 48rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  @media (width >= 64.0625rem) {
    text-align: end;
  }
  @media (width >= 64.0625rem) {
    font-size: 5rem;
  }
  @media (width >= 130rem) {
    font-size: 10rem;
  }
}
.stats-text {
  text-align: end;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 48rem) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  @media (width >= 64.0625rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 130rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
