/* [project]/workspace/src/styles/globals.css [client] (css) */
@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-border-style: solid;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-app-sans, ui-sans-serif, system-ui, sans-serif);
    --color-white: #fff;
    --spacing: .25rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-app-sans, ui-sans-serif, system-ui, sans-serif);
    --default-mono-font-family: var(--font-app-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-border: var(--border);
    --color-ring: var(--ring);
  }
}

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

  * {
    border-color: var(--color-border);
    outline-color: var(--color-ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }

  html {
    font-family: var(--font-app-sans, ui-sans-serif, system-ui, sans-serif);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@layer components;

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

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

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

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

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

  .z-\[3\] {
    z-index: 3;
  }

  .z-\[4\] {
    z-index: 4;
  }

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

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

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

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

  .h-1\/2 {
    height: 50%;
  }

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

  .h-\[100dvh\] {
    height: 100dvh;
  }

  .h-full {
    height: 100%;
  }

  .min-h-\[100dvh\] {
    min-height: 100dvh;
  }

  .min-h-full {
    min-height: 100%;
  }

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

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

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

  .w-full {
    width: 100%;
  }

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

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-in {
    animation: enter var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
  }

  .animate-out {
    animation: exit var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

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

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

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

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

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

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }

  .gap-x-14 {
    column-gap: calc(var(--spacing) * 14);
  }

  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }

  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }

  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }

  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }

  .gap-y-14 {
    row-gap: calc(var(--spacing) * 14);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

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

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

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

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

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

  .font-heading {
    font-family: var(--font-app-heading, var(--font-app-sans, ui-sans-serif, system-ui, sans-serif));
  }

  .font-mono {
    font-family: var(--font-app-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  }

  .font-sans {
    font-family: var(--font-app-sans, ui-sans-serif, system-ui, sans-serif);
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

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

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

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

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

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

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .will-change-transform {
    will-change: transform;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .fade-out {
    --tw-exit-opacity: 0;
  }

  .running {
    animation-play-state: running;
  }

  .slide-in-from-bottom-4 {
    --tw-enter-translate-y: calc(4*var(--spacing));
  }

  .zoom-in {
    --tw-enter-scale: 0;
  }

  .zoom-out {
    --tw-exit-scale: 0;
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-baseline {
      align-items: baseline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }

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

  @media (min-width: 40rem) {
    .sm\:text-right {
      text-align: right;
    }
  }

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

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[minmax\(0\,0\.34fr\)_minmax\(0\,0\.66fr\)\] {
      grid-template-columns: minmax(0, .34fr) minmax(0, .66fr);
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[minmax\(0\,0\.44fr\)_minmax\(0\,0\.56fr\)\] {
      grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[minmax\(0\,0\.52fr\)_minmax\(0\,0\.48fr\)\] {
      grid-template-columns: minmax(0, .52fr) minmax(0, .48fr);
    }
  }

  @media (min-width: 48rem) {
    .md\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-x-8 {
      column-gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,0\.66fr\)_minmax\(0\,0\.34fr\)\] {
      grid-template-columns: minmax(0, .66fr) minmax(0, .34fr);
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-right {
      text-align: right;
    }
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

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

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --radius: .625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(100% 0 0);
    --foreground: lab(2.75381% 0 0);
    --card: lab(100% 0 0);
    --card-foreground: lab(2.75381% 0 0);
    --popover: lab(100% 0 0);
    --popover-foreground: lab(2.75381% 0 0);
    --primary: lab(7.78201% -.0000149012 0);
    --primary-foreground: lab(98.26% 0 0);
    --secondary: lab(96.52% -.0000298023 .0000119209);
    --secondary-foreground: lab(7.78201% -.0000149012 0);
    --muted: lab(96.52% -.0000298023 .0000119209);
    --muted-foreground: lab(48.496% 0 0);
    --accent: lab(96.52% -.0000298023 .0000119209);
    --accent-foreground: lab(7.78201% -.0000149012 0);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --border: lab(90.952% 0 -.0000119209);
    --input: lab(90.952% 0 -.0000119209);
    --ring: lab(66.128% -.0000298023 .0000119209);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(98.26% 0 0);
    --sidebar-foreground: lab(2.75381% 0 0);
    --sidebar-primary: lab(7.78201% -.0000149012 0);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(96.52% -.0000298023 .0000119209);
    --sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
    --sidebar-border: lab(90.952% 0 -.0000119209);
    --sidebar-ring: lab(66.128% -.0000298023 .0000119209);
  }
}

@keyframes lrFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lrRise {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(30px)scale(.9);
  }

  to {
    opacity: 1;
    filter: blur();
    transform: none;
  }
}

@keyframes lrChromeIn {
  from {
    opacity: 0;
    transform: translateY(9px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lrMetaIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lrSlit {
  from {
    clip-path: inset(50% 0);
  }

  to {
    clip-path: inset(0);
  }
}

@keyframes lrPartUp {
  from {
    opacity: 0;
    transform: translateY(46px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lrPartDown {
  from {
    opacity: 0;
    transform: translateY(-46px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lrMaskUp {
  from {
    transform: translateY(112%);
  }

  to {
    transform: none;
  }
}

@keyframes lrRule {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes lrSettle {
  from {
    transform: scale(1.16);
  }

  to {
    transform: scale(1);
  }
}

.lr-scroll {
  overflow-anchor: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: hidden scroll;
}

.lr-scroll::-webkit-scrollbar {
  display: none;
}

.lr-chrome > * {
  animation: .85s cubic-bezier(.16, 1, .3, 1) both lrChromeIn;
}

.lr-chrome > :first-child {
  animation-delay: .62s;
}

.lr-chrome > :nth-child(2) {
  animation-delay: .74s;
}

.lr-chrome > :nth-child(3) {
  animation-delay: .86s;
}

.lr-chrome > :nth-child(4) {
  animation-delay: .98s;
}

.lr-nav-link {
  transition: color .35s;
}

.lr-nav-link:hover {
  color: var(--lr-ink) !important;
}

.lr-thumb {
  animation: .85s cubic-bezier(.22, 1, .36, 1) both lrRise;
}

.lr-thumb-img img {
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.lr-thumb:hover .lr-thumb-img img {
  transform: scale(1.06);
}

.lr-slit {
  animation: 1.05s cubic-bezier(.16, 1, .3, 1) both lrSlit;
}

.lr-settle {
  animation: 1.9s cubic-bezier(.16, 1, .3, 1) both lrSettle;
}

.lr-up {
  animation: .95s cubic-bezier(.16, 1, .3, 1) both lrPartUp;
}

.lr-down {
  animation: .95s cubic-bezier(.16, 1, .3, 1) both lrPartDown;
}

.lr-mask {
  margin-bottom: -.14em;
  padding-bottom: .14em;
  display: block;
  overflow: hidden;
}

.lr-mask > span {
  animation: 1.05s cubic-bezier(.16, 1, .3, 1) both lrMaskUp;
  display: block;
}

.lr-rule {
  transform-origin: 0;
  animation: 1.15s cubic-bezier(.16, 1, .3, 1) both lrRule;
}

.lr-in {
  animation: .9s cubic-bezier(.16, 1, .3, 1) both lrMetaIn;
}

@media (prefers-reduced-motion: reduce) {
  .lr-thumb {
    animation: none !important;
  }

  .lr-thumb-img img {
    transition: none;
  }

  .lr-chrome > * {
    animation: none;
  }

  .lr-slit, .lr-settle, .lr-up, .lr-down, .lr-mask > span, .lr-rule, .lr-in {
    animation: none !important;
  }
}

.lr-contact-link {
  border-bottom: 1px solid var(--lr-line);
  padding-bottom: 2px;
  transition: border-color .35s, opacity .35s;
  position: relative;
}

.lr-contact-link:hover {
  border-color: var(--lr-ink);
}

.lr-section :focus-visible, .lr-chrome :focus-visible, .lr-contact-link:focus-visible {
  outline: 1px solid var(--lr-ink);
  outline-offset: 4px;
}

.lr-navlink {
  color: var(--lr-meta);
  border-bottom: 1px solid #0000;
  padding-bottom: 4px;
  transition: color .35s, border-color .35s;
}

.lr-navlink:hover {
  color: var(--lr-ink);
  border-bottom-color: var(--lr-line);
}

.lr-navlink[data-on] {
  color: var(--lr-ink);
  border-bottom-color: var(--lr-ink);
}

.lr-field {
  border: 0;
  border-bottom: 1px solid var(--lr-line);
  width: 100%;
  color: var(--lr-ink);
  font: inherit;
  letter-spacing: .01em;
  background: none;
  border-radius: 0;
  outline: none;
  padding: 10px 0;
  transition: border-color .4s;
}

.lr-field::placeholder {
  color: var(--lr-meta);
  letter-spacing: .02em;
}

.lr-field:focus {
  border-bottom-color: var(--lr-ink);
}

.lr-field:disabled {
  opacity: .5;
}

textarea.lr-field {
  resize: none;
}

.lr-submit {
  border: 1px solid var(--lr-line);
  color: var(--lr-ink);
  background: none;
  transition: background .45s cubic-bezier(.16, 1, .3, 1), color .45s, border-color .45s;
}

.lr-submit:hover:not(:disabled) {
  background: var(--lr-ink);
  color: var(--lr-bg);
  border-color: var(--lr-ink);
}

.lr-submit:disabled {
  opacity: .45;
}

.lr-outline-c {
  -webkit-text-stroke: 1px var(--lr-line);
  color: #0000;
}

.lr-input {
  border: 1px solid var(--lr-line);
  width: 100%;
  color: var(--lr-ink);
  font: inherit;
  background: none;
  border-radius: 0;
  outline: none;
  padding: 13px 14px;
  transition: border-color .35s;
}

.lr-input::placeholder {
  color: var(--lr-dim);
}

.lr-input:focus {
  border-color: var(--lr-ink);
}

.lr-input:disabled {
  opacity: .5;
}

textarea.lr-input {
  resize: vertical;
  min-height: 120px;
}

.lr-button {
  background: var(--lr-ink);
  color: var(--lr-bg);
  border: 1px solid var(--lr-ink);
  transition: background .4s, color .4s;
}

.lr-button:hover:not(:disabled) {
  color: var(--lr-ink);
  background: none;
}

.lr-button:disabled {
  opacity: .5;
}

.lr-row {
  border-bottom: 1px solid var(--lr-line-strong);
  grid-template-columns: 1fr;
  align-items: baseline;
  gap: 8px;
  padding: clamp(15px, 2.2vh, 22px) 0;
  transition: border-color .35s;
  display: grid;
}

@media (min-width: 640px) {
  .lr-row {
    grid-template-columns: minmax(140px, .24fr) minmax(0, 1fr);
    gap: clamp(16px, 2.4vw, 40px);
  }
}

.lr-row:focus-within {
  border-bottom-color: var(--lr-ink);
}

.lr-bare {
  width: 100%;
  color: var(--lr-ink);
  font: inherit;
  letter-spacing: -.01em;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
}

.lr-bare::placeholder {
  color: var(--lr-dim);
  letter-spacing: 0;
}

.lr-bare:disabled {
  opacity: .5;
}

textarea.lr-bare {
  resize: vertical;
  min-height: 92px;
}

.lr-theme-toggle {
  width: 30px;
  height: 30px;
  color: var(--lr-meta);
  border: 1px solid var(--lr-line-strong);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: color .35s, border-color .35s;
  display: inline-flex;
}

.lr-theme-toggle:hover {
  color: var(--lr-ink);
  border-color: var(--lr-ink);
}

.lr-perf {
  background-image: repeating-linear-gradient(to right, var(--lr-dim) 0 12px, transparent 12px 26px);
  background-position: 0;
  background-repeat: repeat-x;
  background-size: 26px 4px;
  height: 10px;
}

.lr-sheet {
  border: 1px solid var(--lr-line-strong);
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 700px) {
  .lr-sheet {
    grid-template-columns: 1fr 1fr;
  }
}

.lr-sheet > * {
  border-bottom: 1px solid var(--lr-line-strong);
  padding: clamp(15px, 2.2vh, 22px) clamp(15px, 1.6vw, 24px);
  transition: border-color .35s;
}

@media (min-width: 700px) {
  .lr-sheet > :nth-child(odd):not(.lr-span) {
    border-right: 1px solid var(--lr-line-strong);
  }
}

.lr-sheet > :last-child {
  border-bottom: 0;
}

.lr-cell:focus-within {
  border-color: var(--lr-ink);
}

.lr-dot {
  border: 1px solid var(--lr-meta);
  border-radius: 999px;
  width: 7px;
  height: 7px;
  transition: background .3s, border-color .3s;
  display: block;
}

.lr-dot[data-on] {
  background: var(--lr-ink);
  border-color: var(--lr-ink);
}

.lr-underline {
  border-bottom: 1px solid var(--lr-line-strong);
  padding-bottom: 10px;
  transition: border-color .35s;
}

.lr-underline:focus-within {
  border-bottom-color: var(--lr-ink);
}

.lr-stack-img {
  opacity: 0;
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  inset: 0;
}

.lr-stack-img[data-on] {
  opacity: 1;
}

.lr-figure {
  background: var(--lr-thumb);
  position: relative;
  overflow: hidden;
}

.lr-figure img {
  transition: transform .9s cubic-bezier(.2, .7, .2, 1);
}

.lr-tile:hover .lr-figure img {
  transform: scale(1.04);
}

.lr-bignum {
  letter-spacing: -.05em;
  color: var(--lr-ink);
  font-size: clamp(46px, 7vw, 116px);
  font-weight: 400;
  line-height: .86;
}

@media (prefers-reduced-motion: reduce) {
  .lr-stack-img, .lr-figure img {
    transition: none;
  }
}

.lr-chrome header[data-over] .lr-navlink {
  color: #ffffffbd;
}

.lr-chrome header[data-over] .lr-navlink:hover {
  color: #fff;
  border-bottom-color: #ffffff80;
}

.lr-chrome header[data-over] .lr-navlink[data-on] {
  color: #fff;
  border-bottom-color: #fff;
}

.lr-chrome header[data-over] .lr-theme-toggle {
  color: #fffc;
  border-color: #ffffff6b;
}

.lr-chrome header[data-over] .lr-theme-toggle:hover {
  color: #fff;
  border-color: #fff;
}

.lr-letter-body {
  letter-spacing: -.018em;
  color: var(--lr-ink);
  font-size: clamp(19px, 2.1vw, 31px);
  line-height: 2.1;
}

.lr-fill {
  border: 0;
  border-bottom: 1px solid var(--lr-line-strong);
  width: auto;
  max-width: 100%;
  font: inherit;
  color: var(--lr-ink);
  background: none;
  border-radius: 0;
  outline: none;
  margin: 0 2px;
  padding: 0 4px 2px;
  transition: border-color .35s, background .35s;
  display: inline-block;
}

.lr-fill::placeholder {
  color: var(--lr-dim);
}

.lr-fill:focus {
  border-bottom-color: var(--lr-ink);
}

.lr-fill:disabled {
  opacity: .5;
}

.lr-note {
  background: none;
  background-image: repeating-linear-gradient(to bottom,
        transparent 0,
        transparent calc(2.1em - 1px),
        var(--lr-line) calc(2.1em - 1px),
        var(--lr-line) 2.1em);
  resize: none;
  width: 100%;
  font: inherit;
  color: var(--lr-ink);
  background-attachment: local;
  border: 0;
  outline: none;
  margin-top: clamp(10px, 1.6vh, 18px);
  padding: 0;
  line-height: 2.1;
  display: block;
}

.lr-note::placeholder {
  color: var(--lr-dim);
}

.lr-send {
  border: 0;
  border-bottom: 1px solid var(--lr-ink);
  color: var(--lr-ink);
  background: none;
  align-items: center;
  gap: 14px;
  padding: 0 0 10px;
  transition: gap .4s cubic-bezier(.16, 1, .3, 1), opacity .3s;
  display: inline-flex;
}

.lr-send:hover:not(:disabled) {
  gap: 24px;
}

.lr-send:disabled {
  opacity: .45;
}

@media (prefers-reduced-motion: reduce) {
  .lr-send {
    transition: none;
  }
}

@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-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-blur {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0)scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1))rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0)scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1))rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0));
  }
}

/* [next]/internal/font/google/space_grotesk_8556b218.module.css [client] (css) */
@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/32687112bd2dd8db-s.0gspg~~t9nou8.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/28868e710e86be81-s.0rx81dn62y51_.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Space Grotesk Fallback;
  src: local(Arial);
  ascent-override: 89.71%;
  descent-override: 26.62%;
  line-gap-override: 0.0%;
  size-adjust: 109.69%;
}

.space_grotesk_8556b218-module__4BhkPa__className {
  font-family: Space Grotesk, Space Grotesk Fallback;
  font-style: normal;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__03q.ije._.css.map*/