/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}

@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;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

  body {
    line-height: inherit;
  }

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

  :-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(--border);
    outline-color: var(--ring);
  }

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

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

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

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

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

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

  .top-\[-0\.01\%\] {
    top: -.01%;
  }

  .top-\[-0\.03\%\] {
    top: -.03%;
  }

  .top-\[-31\.09\%\] {
    top: -31.09%;
  }

  .top-\[-32\.43\%\] {
    top: -32.43%;
  }

  .top-\[3\.75\%\] {
    top: 3.75%;
  }

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

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

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

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

  .left-\[-0\.06\%\] {
    left: -.06%;
  }

  .left-\[-0\.07\%\] {
    left: -.07%;
  }

  .left-\[-5\.13\%\] {
    left: -5.13%;
  }

  .left-\[-11\.39\%\] {
    left: -11.39%;
  }

  .left-\[-14\.52\%\] {
    left: -14.52%;
  }

  .left-\[-19\.86\%\] {
    left: -19.86%;
  }

  .left-\[-48\.59\%\] {
    left: -48.59%;
  }

  .left-\[3\.75\%\] {
    left: 3.75%;
  }

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

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

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

  .box-border {
    box-sizing: border-box;
  }

  .flex {
    display: flex;
  }

  .size-\[746px\] {
    width: 746px;
    height: 746px;
  }

  .size-\[925px\] {
    width: 925px;
    height: 925px;
  }

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

  .h-\[43px\] {
    height: 43px;
  }

  .h-\[92\.5\%\] {
    height: 92.5%;
  }

  .h-\[100\.01\%\] {
    height: 100.01%;
  }

  .h-\[100\.06\%\] {
    height: 100.06%;
  }

  .h-\[120px\] {
    height: 120px;
  }

  .h-\[131\.9\%\] {
    height: 131.9%;
  }

  .h-\[162\.18\%\] {
    height: 162.18%;
  }

  .h-\[395px\] {
    height: 395px;
  }

  .h-\[416px\] {
    height: 416px;
  }

  .h-\[425px\] {
    height: 425px;
  }

  .h-\[505px\] {
    height: 505px;
  }

  .h-\[525px\] {
    height: 525px;
  }

  .h-\[585px\] {
    height: 585px;
  }

  .h-\[593px\] {
    height: 593px;
  }

  .h-\[595px\] {
    height: 595px;
  }

  .h-\[604\.444px\] {
    height: 604.444px;
  }

  .h-\[604px\] {
    height: 604px;
  }

  .h-\[605px\] {
    height: 605px;
  }

  .h-\[625px\] {
    height: 625px;
  }

  .h-\[643\.657px\] {
    height: 643.657px;
  }

  .h-\[647px\] {
    height: 647px;
  }

  .h-\[665px\] {
    height: 665px;
  }

  .h-\[681\.353px\] {
    height: 681.353px;
  }

  .h-\[705px\] {
    height: 705px;
  }

  .h-\[713px\] {
    height: 713px;
  }

  .h-\[725px\] {
    height: 725px;
  }

  .h-\[727px\] {
    height: 727px;
  }

  .h-\[745px\] {
    height: 745px;
  }

  .h-\[785px\] {
    height: 785px;
  }

  .h-\[805px\] {
    height: 805px;
  }

  .h-\[811px\] {
    height: 811px;
  }

  .h-\[825px\] {
    height: 825px;
  }

  .h-\[835px\] {
    height: 835px;
  }

  .h-\[855px\] {
    height: 855px;
  }

  .h-\[873\.872px\] {
    height: 873.872px;
  }

  .h-\[883px\] {
    height: 883px;
  }

  .h-\[885px\] {
    height: 885px;
  }

  .h-\[903px\] {
    height: 903px;
  }

  .h-\[907px\] {
    height: 907px;
  }

  .h-\[925px\] {
    height: 925px;
  }

  .h-\[945px\] {
    height: 945px;
  }

  .h-\[946\.653px\] {
    height: 946.653px;
  }

  .h-\[967px\] {
    height: 967px;
  }

  .h-\[1015px\] {
    height: 1015px;
  }

  .h-full {
    height: 100%;
  }

  .w-\[75\.47\%\] {
    width: 75.47%;
  }

  .w-\[92\.49\%\] {
    width: 92.49%;
  }

  .w-\[100\.13\%\] {
    width: 100.13%;
  }

  .w-\[100\.14\%\] {
    width: 100.14%;
  }

  .w-\[110\.27\%\] {
    width: 110.27%;
  }

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

  .w-\[122\.79\%\] {
    width: 122.79%;
  }

  .w-\[123\.07\%\] {
    width: 123.07%;
  }

  .w-\[128\.48\%\] {
    width: 128.48%;
  }

  .w-\[197\.18\%\] {
    width: 197.18%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

  .flex-none {
    flex: none;
  }

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

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-\[0\.405\] {
    scale: .405;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

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

  .content-stretch {
    align-content: stretch;
  }

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

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

  .gap-\[24px\] {
    gap: 24px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .bg-\[\#d9d9d9\] {
    background-color: #d9d9d9;
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

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

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

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

  .font-\[\'Standard\'\,sans-serif\] {
    font-family: Standard, sans-serif;
  }

  .font-\[\'Standard\:Bold\'\,sans-serif\] {
    font-family: Standard\:Bold, sans-serif;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[44px\] {
    font-size: 44px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

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

  .text-\[\#2d2d2d\] {
    color: #2d2d2d;
  }

  .text-\[\#3f3f3f\] {
    color: #3f3f3f;
  }

  .text-\[\#101010\] {
    color: #101010;
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-0 {
    opacity: 0;
  }

  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (width >= 40rem) {
    .sm\:scale-\[0\.675\] {
      scale: .675;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width >= 48rem) {
    .md\:scale-90 {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[36px\] {
      font-size: 36px;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

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

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

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