@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/*! 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;
      --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;
    }
  }
}

@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-100: oklch(.967 .003 264.542);
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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);
    }
  }

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

  * {
    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);
    font-family: Instrument Sans, sans-serif;
  }

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

  .sticky {
    position: sticky;
  }

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

  .inset-\[-0\.1px_-0\.02\%\] {
    inset: -.1px -.02%;
  }

  .inset-\[-0\.1px_-0\.03\%\] {
    inset: -.1px -.03%;
  }

  .inset-\[-0\.78\%_-0\.5px\] {
    inset: -.78% -.5px;
  }

  .inset-\[-1px_-0\.1\%\] {
    inset: -1px -.1%;
  }

  .inset-\[31\.47\%_14\.66\%_22\.93\%_23\.66\%\] {
    inset: 31.47% 14.66% 22.93% 23.66%;
  }

  .inset-\[31\.47\%_81\.22\%_22\.93\%_8\.54\%\] {
    inset: 31.47% 81.22% 22.93% 8.54%;
  }

  .inset-\[33\.33\%_13\.38\%_33\.33\%_5\.6\%\] {
    inset: 33.33% 13.38% 33.33% 5.6%;
  }

  .inset-\[33\.33\%_13\.38\%_33\.33\%_12\.16\%\] {
    inset: 33.33% 13.38% 33.33% 12.16%;
  }

  .inset-\[33\.33\%_91\.04\%_33\.33\%_5\.6\%\] {
    inset: 33.33% 91.04% 33.33% 5.6%;
  }

  .inset-\[34\.12\%_0\.02\%_34\.63\%_94\.67\%\] {
    inset: 34.12% .02% 34.63% 94.67%;
  }

  .inset-\[35\.51\%_43\.09\%_32\.18\%_37\.54\%\] {
    inset: 35.51% 43.09% 32.18% 37.54%;
  }

  .inset-\[35\.58\%_43\.09\%_32\.12\%_37\.54\%\] {
    inset: 35.58% 43.09% 32.12% 37.54%;
  }

  .inset-\[37\.65\%_0\.05\%_31\.1\%_90\.03\%\] {
    inset: 37.65% .05% 31.1% 90.03%;
  }

  .inset-\[37\.65\%_41\.19\%_31\.1\%_53\.5\%\] {
    inset: 37.65% 41.19% 31.1% 53.5%;
  }

  .inset-\[37\.65\%_46\.52\%_31\.1\%_48\.17\%\] {
    inset: 37.65% 46.52% 31.1% 48.17%;
  }

  .inset-\[43\.33\%_23\.15\%_40\.23\%_17\.49\%\] {
    inset: 43.33% 23.15% 40.23% 17.49%;
  }

  .inset-\[68\.82\%_44\.91\%_-0\.07\%_45\.17\%\] {
    inset: 68.82% 44.91% -.07% 45.17%;
  }

  .inset-\[68\.82\%_70\.69\%_-0\.07\%_24\%\] {
    inset: 68.82% 70.69% -.07% 24%;
  }

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

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

  .top-\[11\.57px\] {
    top: 11.57px;
  }

  .top-\[11\.71px\] {
    top: 11.71px;
  }

  .top-\[16\.48\%\] {
    top: 16.48%;
  }

  .top-\[26\.14px\] {
    top: 26.14px;
  }

  .top-\[26\.17px\] {
    top: 26.17px;
  }

  .top-\[37\.65\%\] {
    top: 37.65%;
  }

  .top-\[47px\] {
    top: 47px;
  }

  .top-\[53px\] {
    top: 53px;
  }

  .top-\[111\.79px\] {
    top: 111.79px;
  }

  .top-\[112px\] {
    top: 112px;
  }

  .top-\[117px\] {
    top: 117px;
  }

  .top-\[139\.9px\] {
    top: 139.9px;
  }

  .top-\[170px\] {
    top: 170px;
  }

  .top-\[281px\] {
    top: 281px;
  }

  .top-full {
    top: 100%;
  }

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

  .right-\[0\.02\%\] {
    right: .02%;
  }

  .right-\[0\.05\%\] {
    right: .05%;
  }

  .right-\[7\.14\%\] {
    right: 7.14%;
  }

  .right-\[11px\] {
    right: 11px;
  }

  .right-\[21\.67px\] {
    right: 21.67px;
  }

  .right-\[21\.92px\] {
    right: 21.92px;
  }

  .right-\[44\.91\%\] {
    right: 44.91%;
  }

  .right-\[70\.69\%\] {
    right: 70.69%;
  }

  .right-\[87\.62\%\] {
    right: 87.62%;
  }

  .right-\[90\.08\%\] {
    right: 90.08%;
  }

  .right-\[94\.69\%\] {
    right: 94.69%;
  }

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

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

  .bottom-\[31\.1\%\] {
    bottom: 31.1%;
  }

  .bottom-\[68\.75\%\] {
    bottom: 68.75%;
  }

  .bottom-\[316px\] {
    bottom: 316px;
  }

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

  .left-\[-1px\] {
    left: -1px;
  }

  .left-\[18\.28\%\] {
    left: 18.28%;
  }

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

  .left-\[26\.56px\] {
    left: 26.56px;
  }

  .left-\[32px\] {
    left: 32px;
  }

  .left-\[33px\] {
    left: 33px;
  }

  .left-\[45\.17\%\] {
    left: 45.17%;
  }

  .left-\[211\.36px\] {
    left: 211.36px;
  }

  .left-\[251\.2px\] {
    left: 251.2px;
  }

  .left-\[277\.7px\] {
    left: 277.7px;
  }

  .left-\[277\.77px\] {
    left: 277.77px;
  }

  .left-\[281\.5px\] {
    left: 281.5px;
  }

  .left-\[281\.49px\] {
    left: 281.49px;
  }

  .left-\[353px\] {
    left: 353px;
  }

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

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

  .mx-auto {
    margin-inline: auto;
  }

  .ms-\[21px\] {
    margin-inline-start: 21px;
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .inline {
    display: inline;
  }

  .size-\[6\.07px\] {
    width: 6.07px;
    height: 6.07px;
  }

  .size-\[6\.071px\] {
    width: 6.071px;
    height: 6.071px;
  }

  .size-\[6\.555px\] {
    width: 6.555px;
    height: 6.555px;
  }

  .size-\[6\.556px\] {
    width: 6.556px;
    height: 6.556px;
  }

  .size-\[6\.718px\] {
    width: 6.718px;
    height: 6.718px;
  }

  .size-\[8\.632px\] {
    width: 8.632px;
    height: 8.632px;
  }

  .size-\[8\.732px\] {
    width: 8.732px;
    height: 8.732px;
  }

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

  .size-\[17\.579px\] {
    width: 17.579px;
    height: 17.579px;
  }

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

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

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

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

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

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

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

  .h-\[54\.75px\] {
    height: 54.75px;
  }

  .h-\[56\.65px\] {
    height: 56.65px;
  }

  .h-\[57\.309px\] {
    height: 57.309px;
  }

  .h-\[57\.322px\] {
    height: 57.322px;
  }

  .h-\[63\.609px\] {
    height: 63.609px;
  }

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

  .h-\[116\.452px\] {
    height: 116.452px;
  }

  .h-\[116\.482px\] {
    height: 116.482px;
  }

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

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

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

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

  .h-full {
    height: 100%;
  }

  .min-h-px {
    min-height: 1px;
  }

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

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

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

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

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

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

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

  .w-\[257\.276px\] {
    width: 257.276px;
  }

  .w-\[311\.081px\] {
    width: 311.081px;
  }

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

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

  .w-\[337\.081px\] {
    width: 337.081px;
  }

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .list-disc {
    list-style-type: disc;
  }

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

  .flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

  .gap-\[5\.86px\] {
    gap: 5.86px;
  }

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .rounded-\[3px\] {
    border-radius: 3px;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[5\.86px\] {
    border-radius: 5.86px;
  }

  .border-\[0\.732px\] {
    border-style: var(--tw-border-style);
    border-width: .732px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .p-\[2px\] {
    padding: 2px;
  }

  .p-\[52px\] {
    padding: 52px;
  }

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

  .px-\[10\.254px\] {
    padding-inline: 10.254px;
  }

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

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

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

  .py-\[2\.93px\] {
    padding-block: 2.93px;
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[7\.325px\] {
    padding-block: 7.325px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

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

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

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

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

  .font-\[\'Instrument_Sans\:Bold\'\,_sans-serif\] {
    font-family: Instrument Sans\:Bold, sans-serif;
  }

  .font-\[\'Instrument_Sans\:Medium\'\,_sans-serif\] {
    font-family: Instrument Sans\:Medium, sans-serif;
  }

  .font-\[\'Instrument_Sans\:Regular\'\,_sans-serif\] {
    font-family: Instrument Sans\:Regular, sans-serif;
  }

  .font-\[\'Instrument_Sans\:SemiBold\'\,_sans-serif\] {
    font-family: Instrument Sans\:SemiBold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[17\.579px\] {
    --tw-leading: 17.579px;
    line-height: 17.579px;
  }

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

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

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

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

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

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

  .text-nowrap {
    text-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

  .shadow-\[0px_11\.426px_15\.235px_-3\.809px_rgba\(16\,24\,40\,0\.08\)\,0px_3\.809px_5\.714px_-1\.905px_rgba\(16\,24\,40\,0\.03\)\] {
    --tw-shadow: 0px 11.426px 15.235px -3.809px var(--tw-shadow-color, #10182814), 0px 3.809px 5.714px -1.905px var(--tw-shadow-color, #10182808);
    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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  @media (hover: hover) {
    .hover\:cursor-wait:hover {
      cursor: wait;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#e25630\]:hover {
      background-color: #e25630;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#f15a29\]:hover {
      color: #f15a29;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#f36d41\]:hover {
      color: #f36d41;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[40px\] {
      height: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[180px\] {
      width: 180px;
    }
  }

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

  @media (width >= 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

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

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

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

  @media (width >= 40rem) {
    .sm\:py-\[40px\] {
      padding-block: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:pr-8 {
      padding-right: calc(var(--spacing) * 8);
    }
  }

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

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

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

  @media (width >= 48rem) {
    .md\:h-\[44px\] {
      height: 44px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[187px\] {
      width: 187px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[200px\] {
      width: 200px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[552px\] {
      width: 552px;
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

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

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

  @media (width >= 48rem) {
    .md\:py-\[48px\] {
      padding-block: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:pr-16 {
      padding-right: calc(var(--spacing) * 16);
    }
  }

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

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

  @media (width >= 64rem) {
    .lg\:h-\[36px\] {
      height: 36px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[214px\] {
      width: 214px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[56px\] {
      gap: 56px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[52px\] {
      padding-block: 52px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pr-24 {
      padding-right: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[42px\] {
      font-size: 42px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[72px\] {
      font-size: 72px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pr-\[161px\] {
      padding-right: 161px;
    }
  }

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

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

  @media (width >= 96rem) {
    .\32 xl\:pr-\[240px\] {
      padding-right: 240px;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:text-\[54px\] {
      font-size: 54px;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:text-\[96px\] {
      font-size: 96px;
    }
  }
}


: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);
  scroll-behavior: smooth;
}

@keyframes monitor-glow {
  0%, 100% {
    opacity: 1;
    filter: drop-shadow(0 0 8px #f36d4166);
  }

  50% {
    opacity: .8;
    filter: drop-shadow(0 0 16px #f36d4199);
  }
}

@keyframes arrow-move {
  0%, 100% {
    opacity: .6;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(-4px);
  }
}

@keyframes logo-pulse {
  0%, 100% {
    opacity: .8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes screen-flicker {
  0%, 100% {
    fill-opacity: .2;
  }

  50% {
    fill-opacity: .4;
  }
}

.foxsense-mobile-animation .monitor-glow {
  animation: 2s ease-in-out infinite monitor-glow;
}

.foxsense-mobile-animation .monitor-screen {
  animation: 3s ease-in-out infinite screen-flicker;
}

.foxsense-mobile-animation .arrow-animation {
  animation: 2s ease-in-out infinite arrow-move;
}

.foxsense-mobile-animation .logo-pulse {
  animation: 2.5s ease-in-out infinite logo-pulse;
}

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

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