/*! 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-space-y-reverse: 0;
      --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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --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;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

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

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

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

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

  .top-\[-12\.35\%\] {
    top: -12.35%;
  }

  .top-\[-13\.09\%\] {
    top: -13.09%;
  }

  .top-\[-25\.51\%\] {
    top: -25.51%;
  }

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

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

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

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

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

  .top-\[612\.5px\] {
    top: 612.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[6662\.5px\] {
    top: 6662.5px;
  }

  .top-\[6726\.5px\] {
    top: 6726.5px;
  }

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

  .top-\[6996\.5px\] {
    top: 6996.5px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[calc\(8\.33\%\+152px\)\] {
    left: calc(8.33% + 152px);
  }

  .left-\[calc\(8\.33\%\+192px\)\] {
    left: calc(8.33% + 192px);
  }

  .left-\[calc\(8\.33\%\+239px\)\] {
    left: calc(8.33% + 239px);
  }

  .left-\[calc\(8\.33\%\+598\.5px\)\] {
    left: calc(8.33% + 598.5px);
  }

  .left-\[calc\(8\.33\%\+599\.5px\)\] {
    left: calc(8.33% + 599.5px);
  }

  .left-\[calc\(8\.33\%\+599px\)\] {
    left: calc(8.33% + 599px);
  }

  .left-\[calc\(16\.67\%\+124px\)\] {
    left: calc(16.67% + 124px);
  }

  .left-\[calc\(16\.67\%\+125px\)\] {
    left: calc(16.67% + 125px);
  }

  .left-\[calc\(16\.67\%\+153px\)\] {
    left: calc(16.67% + 153px);
  }

  .left-\[calc\(16\.67\%\+154px\)\] {
    left: calc(16.67% + 154px);
  }

  .left-\[calc\(16\.67\%\+160px\)\] {
    left: calc(16.67% + 160px);
  }

  .left-\[calc\(16\.67\%\+228\.5px\)\] {
    left: calc(16.67% + 228.5px);
  }

  .left-\[calc\(16\.67\%\+231\.5px\)\] {
    left: calc(16.67% + 231.5px);
  }

  .left-\[calc\(16\.67\%\+294px\)\] {
    left: calc(16.67% + 294px);
  }

  .left-\[calc\(25\%\+96px\)\] {
    left: calc(25% + 96px);
  }

  .left-\[calc\(25\%\+97px\)\] {
    left: calc(25% + 97px);
  }

  .left-\[calc\(25\%\+129px\)\] {
    left: calc(25% + 129px);
  }

  .left-\[calc\(25\%\+152px\)\] {
    left: calc(25% + 152px);
  }

  .left-\[calc\(33\.33\%\+39px\)\] {
    left: calc(33.33% + 39px);
  }

  .left-\[calc\(33\.33\%\+155\.5px\)\] {
    left: calc(33.33% + 155.5px);
  }

  .left-\[calc\(50\%\+15px\)\] {
    left: calc(50% + 15px);
  }

  .left-\[calc\(50\%\+82\.5px\)\] {
    left: calc(50% + 82.5px);
  }

  .left-\[calc\(50\%\+184px\)\] {
    left: calc(50% + 184px);
  }

  .left-\[calc\(50\%-1px\)\] {
    left: calc(50% - 1px);
  }

  .left-\[calc\(58\.33\%\+35px\)\] {
    left: calc(58.33% + 35px);
  }

  .left-\[calc\(58\.33\%\+239px\)\] {
    left: calc(58.33% + 239px);
  }

  .left-\[calc\(66\.67\%\+7\.5px\)\] {
    left: calc(66.67% + 7.5px);
  }

  .left-\[calc\(66\.67\%\+7px\)\] {
    left: calc(66.67% + 7px);
  }

  .left-\[calc\(66\.67\%\+9\.5px\)\] {
    left: calc(66.67% + 9.5px);
  }

  .left-\[calc\(66\.67\%\+119px\)\] {
    left: calc(66.67% + 119px);
  }

  .left-\[calc\(66\.67\%-51px\)\] {
    left: calc(66.67% - 51px);
  }

  .left-\[calc\(66\.67\%-70px\)\] {
    left: calc(66.67% - 70px);
  }

  .left-\[calc\(66\.67\%-71px\)\] {
    left: calc(66.67% - 71px);
  }

  .left-\[calc\(75\%-1px\)\] {
    left: calc(75% - 1px);
  }

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

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

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

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

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

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

  .h-\[199\.22\%\] {
    height: 199.22%;
  }

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

  .h-\[204\.69\%\] {
    height: 204.69%;
  }

  .h-\[231\.23\%\] {
    height: 231.23%;
  }

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

  .h-\[281\.32\%\] {
    height: 281.32%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

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

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

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

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

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    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);
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :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)));
  }

  :where(.space-y-8 > :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)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

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

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

  .rounded-lg {
    border-radius: var(--radius);
  }

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

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

  .border-\[rgba\(0\,0\,0\,0\.5\)\] {
    border-color: #00000080;
  }

  .border-\[rgba\(255\,255\,255\,0\.5\)\] {
    border-color: #ffffff80;
  }

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

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

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

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

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

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

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

  .bg-\[rgba\(0\,0\,0\,0\.6\)\] {
    background-color: #0009;
  }

  .bg-\[rgba\(0\,0\,0\,0\.73\)\] {
    background-color: #000000ba;
  }

  .bg-\[rgba\(0\,0\,0\,0\.85\)\] {
    background-color: #000000d9;
  }

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

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

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

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

  .object-top {
    object-position: top;
  }

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

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

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

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

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

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

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

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

  .font-\[\'Inter\:Black\'\,\'Noto_Sans_JP\:Black\'\,sans-serif\] {
    font-family: Inter\:Black, Noto Sans JP\:Black, sans-serif;
  }

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

  .font-\[\'Inter\:Bold\'\,\'Noto_Sans_JP\:Bold\'\,sans-serif\] {
    font-family: Inter\:Bold, Noto Sans JP\:Bold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

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

  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
}

: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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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