/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf")	format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf")	format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter/static/Inter_18pt-Regular.ttf")	format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter/static/Inter_18pt-SemiBold.ttf")	format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martian Mono";
  src: url("../assets/fonts/martian-mono/MartianMono-VariableFont_wdth,wght.ttf")	format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martian Mono";
  src: url("../assets/fonts/martian-mono/static/MartianMono-Regular.ttf")	format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martian Mono";
  src: url("../assets/fonts/martian-mono/static/MartianMono-SemiBold.ttf")	format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martian Mono";
  src: url("../assets/fonts/martian-mono/static/MartianMono-Bold.ttf")	format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@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-gray-200: oklch(92.8% 0.006 264.531);
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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-inter: Inter, sans-serif;
    --font-martian-mono: "Martian Mono", sans-serif;
    --color-tech-neutral-900: #062630;
    --color-tech-neutral-700: #385159;
    --color-tech-neutral-200: #e6e1df;
    --color-tech-neutral-100: #faf5f3;
    --color-tech-neutral-0: #ffffff;
    --color-tech-salmon-100: #ffe2d1;
    --color-tech-salmon-50: #fff5ef;
    --color-tech-prototype: var(--color-tech-neutral-200);
    --tech-gradient-primary: linear-gradient(
		107deg,
		#ff9a60 -11.37%,
		#062630 61.84%
	);
  }
}
@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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[350px\] {
    top: 350px;
  }
  .-left-\[8px\] {
    left: calc(8px * -1);
  }
  .left-\[10px\] {
    left: 10px;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-1 {
    z-index: 1;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-6\.25 {
    margin: calc(var(--spacing) * 6.25);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-79 {
    height: calc(var(--spacing) * 79);
  }
  .h-79\.5 {
    height: calc(var(--spacing) * 79.5);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-96\.25 {
    height: calc(var(--spacing) * 96.25);
  }
  .w-full {
    width: 100%;
  }
  .max-w-95 {
    max-width: calc(var(--spacing) * 95);
  }
  .max-w-242 {
    max-width: calc(var(--spacing) * 242);
  }
  .max-w-242\.5 {
    max-width: calc(var(--spacing) * 242.5);
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[684px\] {
    max-width: 684px;
  }
  .min-w-\[600px\] {
    min-width: 600px;
  }
  .min-w-\[684px\] {
    min-width: 684px;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-tech-neutral-0 {
    border-color: var(--color-tech-neutral-0);
  }
  .border-tech-neutral-200 {
    border-color: var(--color-tech-neutral-200);
  }
  .border-tech-neutral-700 {
    border-color: var(--color-tech-neutral-700);
  }
  .border-tech-neutral-900 {
    border-color: var(--color-tech-neutral-900);
  }
  .bg-tech-neutral-0 {
    background-color: var(--color-tech-neutral-0);
  }
  .bg-tech-neutral-100 {
    background-color: var(--color-tech-neutral-100);
  }
  .bg-tech-neutral-900 {
    background-color: var(--color-tech-neutral-900);
  }
  .bg-tech-prototype {
    background-color: var(--color-tech-prototype);
  }
  .bg-\(image\:--tech-gradient-primary\) {
    background-image: var(--tech-gradient-primary);
  }
  .bg-\[url\(\.\.\/assets\/images\/pattern-dark-bg\.svg\)\] {
    background-image: url(../assets/images/pattern-dark-bg.svg);
  }
  .bg-\[url\(\.\.\/assets\/images\/pattern-light-bg\.svg\)\] {
    background-image: url(../assets/images/pattern-light-bg.svg);
  }
  .bg-\[url\(\.\/assets\/images\/pattern-dark-bg\.svg\)\] {
    background-image: url(./assets/images/pattern-dark-bg.svg);
  }
  .bg-\[url\(\.\/assets\/images\/pattern-light-bg\.svg\)\] {
    background-image: url(./assets/images/pattern-light-bg.svg);
  }
  .bg-\[url\(\.\/assets\/images\/pattern\.svg\)\] {
    background-image: url(./assets/images/pattern.svg);
  }
  .bg-\[url\(\/assets\/images\/pattern-dark-bg\.svg\)\] {
    background-image: url(/assets/images/pattern-dark-bg.svg);
  }
  .bg-\[url\(\/assets\/images\/pattern-light-bg\.svg\)\] {
    background-image: url(/assets/images/pattern-light-bg.svg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[1440px\] {
    background-size: 1440px;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .bg-repeat-y {
    background-repeat: repeat-y;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .font-inter {
    font-family: var(--font-inter);
  }
  .font-martian-mono {
    font-family: var(--font-martian-mono);
  }
  .text-tech-neutral-0 {
    color: var(--color-tech-neutral-0);
  }
  .text-tech-neutral-100 {
    color: var(--color-tech-neutral-100);
  }
  .text-tech-neutral-700 {
    color: var(--color-tech-neutral-700);
  }
  .text-tech-neutral-900 {
    color: var(--color-tech-neutral-900);
  }
  .text-transparent {
    color: transparent;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\[--counter\:tech-counter\] {
    --counter: tech-counter;
  }
  .\[counter-reset\:var\(--counter\)\] {
    counter-reset: var(--counter);
  }
  .\*\:not-first\:-ml-1\.25 {
    :is(& > *) {
      &:not(*:first-child) {
        margin-left: calc(var(--spacing) * -1.25);
      }
    }
  }
  .group-data-\[highlight\=true\]\/membership\:block {
    &:is(:where(.group\/membership)[data-highlight="true"] *) {
      display: block;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .before\:left-1\/2 {
    &::before {
      content: var(--tw-content);
      left: calc(1/2 * 100%);
    }
  }
  .before\:h-\[calc\(100\%\+8px\)\] {
    &::before {
      content: var(--tw-content);
      height: calc(100% + 8px);
    }
  }
  .before\:w-\[calc\(100\%\+22px\)\] {
    &::before {
      content: var(--tw-content);
      width: calc(100% + 22px);
    }
  }
  .before\:-translate-x-\[calc\(50\%-2px\)\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(50% - 2px) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:-translate-y-\[calc\(50\%\+1px\)\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(50% + 1px) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:bg-\[url\(\.\.\/assets\/images\/pattern-circle\.svg\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../assets/images/pattern-circle.svg);
    }
  }
  .before\:bg-\[url\(\.\/assets\/images\/pattern-circle\.svg\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(./assets/images/pattern-circle.svg);
    }
  }
  .before\:bg-\[url\(\/assets\/images\/pattern-circle\.svg\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(/assets/images/pattern-circle.svg);
    }
  }
  .before\:bg-contain {
    &::before {
      content: var(--tw-content);
      background-size: contain;
    }
  }
  .before\:bg-center {
    &::before {
      content: var(--tw-content);
      background-position: center;
    }
  }
  .before\:bg-no-repeat {
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .before\:content-\[counter\(var\(--counter\)\)\] {
    &::before {
      content: var(--tw-content);
      --tw-content: counter(var(--counter));
      content: var(--tw-content);
    }
  }
  .before\:\[counter-increment\:var\(--counter\)\] {
    &::before {
      content: var(--tw-content);
      counter-increment: var(--counter);
    }
  }
  .\*\:not-last\:before\:hidden {
    :is(& > *) {
      &:not(*:last-child) {
        &::before {
          content: var(--tw-content);
          display: none;
        }
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-120 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 120%;
        --tw-scale-y: 120%;
        --tw-scale-z: 120%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .has-\[\.time-unit\]\:flex {
    &:has(*:is(.time-unit)) {
      display: flex;
    }
  }
  .has-\[\.time-unit\]\:items-center {
    &:has(*:is(.time-unit)) {
      align-items: center;
    }
  }
  .has-\[\.time-unit\]\:gap-2 {
    &:has(*:is(.time-unit)) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .data-\[highlight\=true\]\:relative {
    &[data-highlight="true"] {
      position: relative;
    }
  }
  .data-\[highlight\=true\]\:z-1 {
    &[data-highlight="true"] {
      z-index: 1;
    }
  }
  .data-\[highlight\=true\]\:overflow-hidden {
    &[data-highlight="true"] {
      overflow: hidden;
    }
  }
  .data-\[highlight\=true\]\:bg-tech-neutral-100 {
    &[data-highlight="true"] {
      background-color: var(--color-tech-neutral-100);
    }
  }
  .max-md\:max-w-\[320px\] {
    @media (width < 48rem) {
      max-width: 320px;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-\[380px\] {
    @media (width >= 48rem) {
      top: 380px;
    }
  }
  .md\:-right-\[640px\] {
    @media (width >= 48rem) {
      right: calc(640px * -1);
    }
  }
  .md\:-bottom-\[600px\] {
    @media (width >= 48rem) {
      bottom: calc(600px * -1);
    }
  }
  .md\:left-\[240px\] {
    @media (width >= 48rem) {
      left: 240px;
    }
  }
  .md\:-z-1 {
    @media (width >= 48rem) {
      z-index: calc(1 * -1);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:h-163\.5 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 163.5);
    }
  }
  .md\:h-197\.5 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 197.5);
    }
  }
  .md\:max-w-\[690px\] {
    @media (width >= 48rem) {
      max-width: 690px;
    }
  }
  .md\:max-w-\[1400px\] {
    @media (width >= 48rem) {
      max-width: 1400px;
    }
  }
  .md\:min-w-\[1400px\] {
    @media (width >= 48rem) {
      min-width: 1400px;
    }
  }
  .md\:scale-140 {
    @media (width >= 48rem) {
      --tw-scale-x: 140%;
      --tw-scale-y: 140%;
      --tw-scale-z: 140%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .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-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:space-y-6 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-8\.5 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8.5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8.5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-10 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-12 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-20 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-8 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:before\:w-\[calc\(100\%\+32px\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        width: calc(100% + 32px);
      }
    }
  }
  .md\:before\:-translate-y-\[calc\(50\%\+2px\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: calc(calc(50% + 2px) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .md\:max-xl\:border-0 {
    @media (width >= 48rem) {
      @media (width < 90rem) {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
    }
  }
  .md\:max-xl\:border-t {
    @media (width >= 48rem) {
      @media (width < 90rem) {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
  }
  .md\:max-xl\:border-tech-neutral-700 {
    @media (width >= 48rem) {
      @media (width < 90rem) {
        border-color: var(--color-tech-neutral-700);
      }
    }
  }
  .md\:max-xl\:bg-repeat {
    @media (width >= 48rem) {
      @media (width < 90rem) {
        background-repeat: repeat;
      }
    }
  }
  .xl\:absolute {
    @media (width >= 90rem) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 90rem) {
      position: relative;
    }
  }
  .xl\:top-auto {
    @media (width >= 90rem) {
      top: auto;
    }
  }
  .xl\:-right-\[300px\] {
    @media (width >= 90rem) {
      right: calc(300px * -1);
    }
  }
  .xl\:-right-\[760px\] {
    @media (width >= 90rem) {
      right: calc(760px * -1);
    }
  }
  .xl\:-bottom-\[400px\] {
    @media (width >= 90rem) {
      bottom: calc(400px * -1);
    }
  }
  .xl\:-bottom-\[690px\] {
    @media (width >= 90rem) {
      bottom: calc(690px * -1);
    }
  }
  .xl\:bottom-7\.5 {
    @media (width >= 90rem) {
      bottom: calc(var(--spacing) * 7.5);
    }
  }
  .xl\:-left-20 {
    @media (width >= 90rem) {
      left: calc(var(--spacing) * -20);
    }
  }
  .xl\:left-auto {
    @media (width >= 90rem) {
      left: auto;
    }
  }
  .xl\:mx-auto {
    @media (width >= 90rem) {
      margin-inline: auto;
    }
  }
  .xl\:mb-20 {
    @media (width >= 90rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:block {
    @media (width >= 90rem) {
      display: block;
    }
  }
  .xl\:h-130 {
    @media (width >= 90rem) {
      height: calc(var(--spacing) * 130);
    }
  }
  .xl\:h-151\.5 {
    @media (width >= 90rem) {
      height: calc(var(--spacing) * 151.5);
    }
  }
  .xl\:max-w-\[512px\] {
    @media (width >= 90rem) {
      max-width: 512px;
    }
  }
  .xl\:min-w-135 {
    @media (width >= 90rem) {
      min-width: calc(var(--spacing) * 135);
    }
  }
  .xl\:min-w-140 {
    @media (width >= 90rem) {
      min-width: calc(var(--spacing) * 140);
    }
  }
  .xl\:basis-1\/4 {
    @media (width >= 90rem) {
      flex-basis: calc(1/4 * 100%);
    }
  }
  .xl\:scale-180 {
    @media (width >= 90rem) {
      --tw-scale-x: 180%;
      --tw-scale-y: 180%;
      --tw-scale-z: 180%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .xl\:grid-cols-\[286px_350px_286px\] {
    @media (width >= 90rem) {
      grid-template-columns: 286px 350px 286px;
    }
  }
  .xl\:flex-row {
    @media (width >= 90rem) {
      flex-direction: row;
    }
  }
  .xl\:flex-row-reverse {
    @media (width >= 90rem) {
      flex-direction: row-reverse;
    }
  }
  .xl\:items-center {
    @media (width >= 90rem) {
      align-items: center;
    }
  }
  .xl\:justify-center {
    @media (width >= 90rem) {
      justify-content: center;
    }
  }
  .xl\:gap-12 {
    @media (width >= 90rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-20 {
    @media (width >= 90rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:space-y-16 {
    @media (width >= 90rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-30 {
    @media (width >= 90rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 30) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 30) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:px-15 {
    @media (width >= 90rem) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .xl\:py-30 {
    @media (width >= 90rem) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .xl\:pt-20 {
    @media (width >= 90rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .xl\:text-center {
    @media (width >= 90rem) {
      text-align: center;
    }
  }
  .\*\:not-last\:xl\:relative {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          position: relative;
        }
      }
    }
  }
  .\*\:not-last\:xl\:overflow-hidden {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          overflow: hidden;
        }
      }
    }
  }
  .xl\:before\:w-\[calc\(100\%\+34px\)\] {
    @media (width >= 90rem) {
      &::before {
        content: var(--tw-content);
        width: calc(100% + 34px);
      }
    }
  }
  .\*\:not-last\:xl\:before\:absolute {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            position: absolute;
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:right-0 {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            right: calc(var(--spacing) * 0);
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:block {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            display: block;
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:h-8\.25 {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            height: calc(var(--spacing) * 8.25);
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:w-20 {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            width: calc(var(--spacing) * 20);
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:bg-\[url\(\.\.\/assets\/images\/pattern-arrow\.svg\)\] {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            background-image: url(../assets/images/pattern-arrow.svg);
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:bg-\[url\(\.\/assets\/images\/pattern-arrow\.svg\)\] {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            background-image: url(./assets/images/pattern-arrow.svg);
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:bg-\[url\(\/assets\/images\/pattern-arrow\.svg\)\] {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            background-image: url(/assets/images/pattern-arrow.svg);
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:bg-contain {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            background-size: contain;
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:bg-top-right {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            background-position: right top;
          }
        }
      }
    }
  }
  .\*\:not-last\:xl\:before\:bg-no-repeat {
    :is(& > *) {
      &:not(*:last-child) {
        @media (width >= 90rem) {
          &::before {
            content: var(--tw-content);
            background-repeat: no-repeat;
          }
        }
      }
    }
  }
  .xl\:data-\[highlight\=true\]\:py-10 {
    @media (width >= 90rem) {
      &[data-highlight="true"] {
        padding-block: calc(var(--spacing) * 10);
      }
    }
  }
}
@layer base {
  button {
    cursor: pointer;
  }
}
@layer components {
  .tech-container {
    margin-inline: auto;
    max-width: calc(var(--spacing) * 93.75);
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 192);
      padding-inline: calc(var(--spacing) * 8);
    }
    @media (width >= 90rem) {
      max-width: calc(var(--spacing) * 360);
      padding-inline: calc(var(--spacing) * 33.75);
    }
  }
  .tech-typo-1 {
    font-size: 2.375rem;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: calc(2px * -1);
    letter-spacing: calc(2px * -1);
    @media (width >= 48rem) {
      font-size: 3.875rem;
    }
  }
  .tech-typo-2 {
    font-size: 2.125rem;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: calc(2px * -1);
    letter-spacing: calc(2px * -1);
    @media (width >= 48rem) {
      font-size: 3.125rem;
    }
  }
  .tech-typo-3 {
    font-size: 1.5rem;
    --tw-leading: 110%;
    line-height: 110%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
    @media (width >= 48rem) {
      font-size: 2.125rem;
      --tw-leading: 130%;
      line-height: 130%;
    }
  }
  .tech-typo-3--desktop {
    font-size: 2.125rem;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
  }
  .tech-typo-4 {
    font-size: 1.5rem;
    --tw-leading: 110%;
    line-height: 110%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
  }
  .tech-typo-4--regular {
    font-size: 1.5rem;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
  }
  .tech-typo-5 {
    font-size: 1.25rem;
    --tw-leading: 140%;
    line-height: 140%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    --tw-tracking: calc(.5px * -1);
    letter-spacing: calc(.5px * -1);
  }
  .tech-typo-5--semibold {
    font-size: 1.25rem;
    --tw-leading: 140%;
    line-height: 140%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: calc(.5px * -1);
    letter-spacing: calc(.5px * -1);
  }
  .tech-typo-6 {
    font-size: 1rem;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
    @media (width >= 48rem) {
      font-size: 1.125rem;
    }
  }
  .tech-typo-7 {
    font-size: 0.875rem;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
  }
  .tech-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &: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);
      }
    }
  }
  .tech-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tech-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 4);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding-inline: calc(var(--spacing) * 5.5);
    padding-block: calc(var(--spacing) * 4.5);
    font-family: var(--font-martian-mono);
    font-size: 1rem;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
    text-transform: uppercase;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 48rem) {
      font-size: 1.125rem;
    }
  }
  .tech-btn--primary {
    border-color: var(--color-tech-neutral-900);
    background-color: var(--color-tech-salmon-50);
    color: var(--color-tech-neutral-900);
    &:hover {
      @media (hover: hover) {
        --tw-gradient-position: to right;
        @supports (background-image: linear-gradient(in lab, red, red)) {
          --tw-gradient-position: to right in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
        --tw-gradient-from: var(--color-tech-salmon-100);
        --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));
        --tw-gradient-to: var(--color-tech-salmon-50);
        --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));
      }
    }
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 3px;
      outline-color: var(--color-tech-neutral-700);
    }
  }
  .tech-btn--secondary {
    border-color: var(--color-tech-neutral-0);
    background-color: transparent;
    color: var(--color-tech-neutral-0);
    &:hover {
      @media (hover: hover) {
        --tw-gradient-position: to right;
        @supports (background-image: linear-gradient(in lab, red, red)) {
          --tw-gradient-position: to right in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
        --tw-gradient-from: var(--color-tech-neutral-700);
        --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));
        --tw-gradient-to: var(--color-tech-neutral-900);
        --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));
      }
    }
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 3px;
      outline-color: var(--color-tech-neutral-200);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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%;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --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-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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%;
    }
  }
}
