﻿*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
    --tw-contain-size:;
    --tw-contain-layout:;
    --tw-contain-paint:;
    --tw-contain-style:;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
    --tw-contain-size:;
    --tw-contain-layout:;
    --tw-contain-paint:;
    --tw-contain-style:;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

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

.invisible {
    visibility: hidden;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

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

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

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

.bottom-0 {
    bottom: 0px;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-9 {
    bottom: 2.25rem;
}

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

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

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

.bottom-full {
    bottom: 100%;
}

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

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

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

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

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

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

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

.left-\[117\.5px\] {
    left: 117.5px;
}

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

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

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

.right-0 {
    right: 0px;
}

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

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

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

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

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

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

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

.top-0 {
    top: 0px;
}

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

.top-5 {
    top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-\[calc\(50\%-28px\)\] {
    top: calc(50% - 28px);
}

.top-full {
    top: 100%;
}

.isolate {
    isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.size-0 {
    width: 0px;
    height: 0px;
}

.size-10 {
    width: 2.5rem;
    height: 2.5rem;
}

.size-16 {
    width: 4rem;
    height: 4rem;
}

.size-3 {
    width: 0.75rem;
    height: 0.75rem;
}

.size-3\.5 {
    width: 0.875rem;
    height: 0.875rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

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

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

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

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

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

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

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-14 {
    height: 3.5rem;
}

.h-20 {
    height: 5rem;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[min\(585px\2c 85vh\)\] {
    height: min(585px,85vh);
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.max-h-0 {
    max-height: 0px;
}

.max-h-\[28rem\] {
    max-height: 28rem;
}

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

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

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

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

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

.w-0\.5 {
    width: 0.125rem;
}

.w-10 {
    width: 2.5rem;
}

.w-14 {
    width: 3.5rem;
}

.w-2\.5 {
    width: 0.625rem;
}

.w-3 {
    width: 0.75rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
    flex: 1 1 0%;
}

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

.grow {
    flex-grow: 1;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-grab {
    cursor: grab;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

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

.resize {
    resize: both;
}

.scroll-pt-12 {
    scroll-padding-top: 3rem;
}

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

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

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

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

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

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

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

.justify-end {
    justify-content: flex-end;
}

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

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

.gap-0 {
    gap: 0px;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-3\.5 {
    gap: 0.875rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-y-auto {
    overflow-y: auto;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

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

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-x-\[7px\] {
    border-left-width: 7px;
    border-right-width: 7px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-\[10px\] {
    border-bottom-width: 10px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-\[10px\] {
    border-top-width: 10px;
}

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

.border-none {
    border-style: none;
}

.border-\[\#762524\] {
    --tw-border-opacity: 1;
    border-color: rgb(118 37 36 / var(--tw-border-opacity, 1));
}

.border-\[\#c21f1f\] {
    --tw-border-opacity: 1;
    border-color: rgb(194 31 31 / var(--tw-border-opacity, 1));
}

.border-\[\#c7c763\] {
    --tw-border-opacity: 1;
    border-color: rgb(199 199 99 / var(--tw-border-opacity, 1));
}

.border-\[\#c85354\] {
    --tw-border-opacity: 1;
    border-color: rgb(200 83 84 / var(--tw-border-opacity, 1));
}

.border-\[\#ff0000\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(127\2c 29\2c 29\2c 0\.5\)\] {
    border-color: rgba(127,29,29,0.5);
}

.border-\[rgba\(239\2c 68\2c 68\2c 0\.5\)\] {
    border-color: rgba(239,68,68,0.5);
}

.border-\[rgba\(255\2c 0\2c 0\2c 0\.3\)\] {
    border-color: rgba(255,0,0,0.3);
}

.border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
}

.border-b-\[\#c21f1f\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(194 31 31 / var(--tw-border-opacity, 1));
}

.border-t-\[\#c21f1f\] {
    --tw-border-opacity: 1;
    border-top-color: rgb(194 31 31 / var(--tw-border-opacity, 1));
}

.bg-\[\#1a1818\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 24 24 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2d2a2a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(45 42 42 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4d4d4d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#760303\] {
    --tw-bg-opacity: 1;
    background-color: rgb(118 3 3 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c21f1f\] {
    --tw-bg-opacity: 1;
    background-color: rgb(194 31 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff0305\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 3 5 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
    background-color: rgba(0,0,0,0);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
    background-color: rgba(0,0,0,0.4);
}

.bg-\[rgba\(10\2c 10\2c 10\2c 0\.7\)\] {
    background-color: rgba(10,10,10,0.7);
}

.bg-\[rgba\(6\2c 6\2c 6\2c 0\.61\)\] {
    background-color: rgba(6,6,6,0.61);
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#7f1d1d\] {
    --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#b20001\] {
    --tw-gradient-from: #b20001 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(178 0 1 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#ef4444\] {
    --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#140405\] {
    --tw-gradient-to: #140405 var(--tw-gradient-to-position);
}

.to-\[\#7f1d1d\] {
    --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

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

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

.object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}

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

.p-0 {
    padding: 0px;
}

.p-2\.5 {
    padding: 0.625rem;
}

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

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-\[22px\] {
    padding-bottom: 22px;
}

.pb-\[25px\] {
    padding-bottom: 25px;
}

.pb-\[60px\] {
    padding-bottom: 60px;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-\[15px\] {
    padding-top: 15px;
}

.pt-\[200px\] {
    padding-top: 200px;
}

.pt-\[3px\] {
    padding-top: 3px;
}

.pt-\[6px\] {
    padding-top: 6px;
}

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

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

.font-prompt {
    font-family: Prompt, sans-serif;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.text-\[8\.5px\] {
    font-size: 8.5px;
}

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

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.italic {
    font-style: italic;
}

.leading-4 {
    line-height: 1rem;
}

.leading-\[17\.5px\] {
    line-height: 17.5px;
}

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

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

.leading-none {
    line-height: 1;
}

.leading-normal {
    line-height: 1.5;
}

.leading-snug {
    line-height: 1.375;
}

.tracking-\[0\.4px\] {
    letter-spacing: 0.4px;
}

.text-\[\#515151\] {
    --tw-text-opacity: 1;
    color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}

.text-\[\#532301\] {
    --tw-text-opacity: 1;
    color: rgb(83 35 1 / var(--tw-text-opacity, 1));
}

.text-\[\#70de61\] {
    --tw-text-opacity: 1;
    color: rgb(112 222 97 / var(--tw-text-opacity, 1));
}

.text-\[\#8e8d8c\] {
    --tw-text-opacity: 1;
    color: rgb(142 141 140 / var(--tw-text-opacity, 1));
}

.text-\[\#9ca3af\] {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-\[\#FF0305\] {
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

.text-\[\#c92929\] {
    --tw-text-opacity: 1;
    color: rgb(201 41 41 / var(--tw-text-opacity, 1));
}

.text-\[\#c9c8ce\] {
    --tw-text-opacity: 1;
    color: rgb(201 200 206 / var(--tw-text-opacity, 1));
}

.text-\[\#d98009\] {
    --tw-text-opacity: 1;
    color: rgb(217 128 9 / var(--tw-text-opacity, 1));
}

.text-\[\#e2dfdf\] {
    --tw-text-opacity: 1;
    color: rgb(226 223 223 / var(--tw-text-opacity, 1));
}

.text-\[\#e5e5e7\] {
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.text-\[\#ef4444\] {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-\[\#f1a750\] {
    --tw-text-opacity: 1;
    color: rgb(241 167 80 / var(--tw-text-opacity, 1));
}

.text-\[\#f3f4f6\] {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-\[\#f69109\] {
    --tw-text-opacity: 1;
    color: rgb(246 145 9 / var(--tw-text-opacity, 1));
}

.text-\[\#fde701\] {
    --tw-text-opacity: 1;
    color: rgb(253 231 1 / var(--tw-text-opacity, 1));
}

.text-\[\#ff0305\] {
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

.text-\[\#fff600\] {
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.text-cbr-silver {
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
    text-decoration-line: underline;
}

.no-underline {
    text-decoration-line: none;
}

.decoration-cbr-yellow\/60 {
    text-decoration-color: rgb(255 246 0 / 0.6);
}

.decoration-dotted {
    text-decoration-style: dotted;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-80 {
    opacity: 0.8;
}

.shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
    --tw-shadow: 0 2px 8px rgba(0,0,0,0.4);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_25px_50px_-12px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
    --tw-blur: blur(8px);
    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);
}

.brightness-50 {
    --tw-brightness: brightness(.5);
    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);
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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);
}

.drop-shadow-\[0_0_15px_rgba\(255\2c 255\2c 255\2c 0\.75\)\] {
    --tw-drop-shadow: drop-shadow(0 0 15px rgba(255,255,255,0.75));
    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);
}

.drop-shadow-\[0_1px_5px_black\] {
    --tw-drop-shadow: drop-shadow(0 1px 5px black);
    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);
}

.drop-shadow-\[0_2px_2px_black\] {
    --tw-drop-shadow: drop-shadow(0 2px 2px black);
    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);
}

.drop-shadow-\[0_2px_4px_\#5e3d09\] {
    --tw-drop-shadow: drop-shadow(0 2px 4px #5e3d09);
    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);
}

.drop-shadow-\[0_2px_4px_black\] {
    --tw-drop-shadow: drop-shadow(0 2px 4px black);
    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);
}

.saturate-50 {
    --tw-saturate: saturate(.5);
    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);
}

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

.backdrop-blur-\[2\.55px\] {
    --tw-backdrop-blur: blur(2.55px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[4\.7px\] {
    --tw-backdrop-blur: blur(4.7px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-\[max-height\2c opacity\2c padding\] {
    transition-property: max-height,opacity,padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.\[text-shadow\:0_2px_10px_\#0d2d05\2c 0_2px_4px_\#0d2d05\] {
    text-shadow: 0 2px 10px #0d2d05,0 2px 4px #0d2d05;
}

html {
    scroll-padding-top: 3rem;
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media (min-width: 1280px) {
    html {
        scroll-padding-top: 5rem;
    }
}

/* ========== Page ========== */

.page {
    width: 100%;
    min-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    font-family: Prompt, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page--nav-open {
    overflow: hidden;
}

.page-content {
    width: 100%;
}

/* ========== Site Nav ========== */

.site-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 50;
    width: 100%;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 70%, transparent 100%);
}

.site-nav--hidden {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-reduced-motion: reduce) {
    .site-nav {
        transition-duration: 0s;
    }
}

.site-nav__inner {
    position: relative;
    z-index: 20;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 1280px) {
    .site-nav__inner {
        height: 5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.site-nav__logo {
    position: relative;
    z-index: 20;
    flex-shrink: 0;
}

.site-nav__logo-img {
    height: 2rem;
    width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-nav__menu {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    gap: 2.5rem;
}

@media (min-width: 1280px) {
    .site-nav__menu {
        display: flex;
    }
}

.site-nav__link {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-drop-shadow: drop-shadow(0 1px 5px black);
    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-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .site-nav__link:hover {
        --tw-text-opacity: 1;
        color: rgb(255 246 0 / var(--tw-text-opacity, 1));
    }

.site-nav__link--active {
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.site-nav__aside {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.site-nav__social {
    display: none;
    align-items: center;
    gap: 0.625rem;
}

@media (min-width: 1280px) {
    .site-nav__social {
        display: flex;
    }
}

.site-nav__social-link {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .site-nav__social-link:hover {
        opacity: 1;
    }

.site-nav__social-icon {
    height: auto;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.site-nav__social-icon--discord {
    height: auto;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.site-nav__logout {
    position: relative;
    display: flex;
    height: 44px;
    width: 90px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .site-nav__logout:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .site-nav__logout:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

.site-nav__logout-bg {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.site-nav__logout-text {
    position: relative;
    z-index: 10;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-nav__user-action {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-backdrop-blur: blur(2px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.site-nav__aside .site-nav__user-action {
    display: none;
}

@media (min-width: 1280px) {
    .site-nav__aside .site-nav__user-action {
        display: flex;
    }
}

.site-nav__user-action--panel {
    width: 100%;
    justify-content: center;
}

.site-nav__user-action::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -10;
    background: rgba(171, 3, 3, 0.6);
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.site-nav__user-action::after {
    content: "";
    position: absolute;
    z-index: -10;
    inset: 2px;
    background: rgba(50, 0, 0, 0.6);
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.site-nav__user-id {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding-right: 0.625rem;
}

.site-nav__user-id-text {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.site-nav__user-edit {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

.site-nav__user-edit-icon {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-nav__user-divider {
    height: 30px;
    width: 0.125rem;
    flex-shrink: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(118 3 3 / var(--tw-bg-opacity, 1));
}

.site-nav__user-logout {
    border-width: 0px;
    background-color: transparent;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .site-nav__user-logout:hover {
        opacity: 0.8;
    }

.site-nav__burger {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

@media (min-width: 1280px) {
    .site-nav__burger {
        display: none;
    }
}

.site-nav__burger-icon {
    height: 26px;
    width: 2.25rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-nav__backdrop {
    pointer-events: none;
    position: fixed;
    inset: 0px;
    z-index: 10;
    background-color: rgb(0 0 0 / 0.7);
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 1280px) {
    .site-nav__backdrop {
        display: none;
    }
}

.site-nav--open .site-nav__backdrop {
    pointer-events: auto;
    opacity: 1;
}

.site-nav__panel {
    pointer-events: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    z-index: 20;
    display: flex;
    max-height: 0px;
    flex-direction: column;
    gap: 1.5rem;
    overflow: hidden;
    background-color: rgb(0 0 0 / 0.95);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    transition-property: max-height,opacity,padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1280px) {
    .site-nav__panel {
        display: none;
    }
}

.site-nav--open .site-nav__panel {
    pointer-events: auto;
    max-height: 28rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    opacity: 1;
}

.site-nav__panel-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.site-nav__panel-link {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .site-nav__panel-link:hover {
        --tw-text-opacity: 1;
        color: rgb(255 246 0 / var(--tw-text-opacity, 1));
    }

.site-nav__panel-link--active {
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.site-nav__panel-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

/* ========== Section 1 ========== */

.section1 {
    position: relative;
    height: 800px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section1 {
        height: 90vh;
    }
}

@media (min-width: 1024px) {
    .section1 {
        height: 900px;
    }
}

.section1__picture {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .section1__picture {
        display: none;
    }
}

.section1__bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.section1__video {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

@media (min-width: 1024px) {
    .section1__video {
        display: block;
    }
}

.section1__overlay {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 1;
    display: none;
}

@media (min-width: 1024px) {
    .section1__overlay {
        display: block;
    }
}

.section1__overlay {
    background: radial-gradient(ellipse 100% 60% at 50% 100%, rgba(0, 0, 0, 0.85) 60%, transparent 100%);
}

.section1__inner {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 1.25rem;
    padding-top: 2.5rem;
}

.section1__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.section1__logo {
    margin: 0px;
    width: 100%;
    max-width: 360px;
}

@media (min-width: 1024px) {
    .section1__logo {
        max-width: 388px;
    }
}

.section1__logo img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section1__countdown {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .section1__countdown {
        height: 96px;
        gap: 15px;
    }
}

.section1__countdown-unit {
    display: flex;
    width: 75px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section1__countdown-unit {
        width: 100px;
    }
}

.section1__countdown-num {
    height: 72px;
    width: 100px;
    text-align: center;
    font-size: 55px;
    font-weight: 300;
    line-height: 1.5;
    --tw-drop-shadow: drop-shadow(0 0 15px rgba(255,255,255,0.75));
    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);
}

@media (min-width: 1024px) {
    .section1__countdown-num {
        height: 85px;
        font-size: 65px;
    }
}

.section1__countdown-label {
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.section1__countdown-sep {
    display: flex;
    height: 61px;
    width: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.section1__countdown-colon {
    width: 62px;
    height: 62px;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.section1__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.625rem;
    font-weight: 500;
}

.section1__sub {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(197 197 197 / var(--tw-text-opacity, 1));
}

.section1__date {
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.section1__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.section1__btn {
    position: relative;
    display: block;
    flex-shrink: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section1__btn:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section1__btn:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

.section1__btn--pc {
    display: none;
}

@media (min-width: 1024px) {
    .section1__btn--pc {
        display: block;
    }
}

.section1__btn--disabled {
    pointer-events: none;
    cursor: not-allowed;
    --tw-brightness: brightness(.5);
    --tw-saturate: saturate(.5);
    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);
}

.section1__btn-img {
    height: 51px;
    width: 170px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section1__btn-img {
        height: 57px;
        width: 192px;
    }
}

.section1__scroll {
    margin-top: 0.25rem;
    display: none;
}

@media (min-width: 1024px) {
    .section1__scroll {
        display: block;
    }
}

.section1__scroll-icon {
    height: 2.5rem;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.8;
}

/* ========== Section 2 ========== */

.section2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .section2.section2--tab {
        margin-top: 7rem;
    }

.section2__picture {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.section2__bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section2__inner {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.section2__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section2__title {
        font-size: 46px;
    }
}

.section2__panel {
    position: relative;
    display: flex;
    min-height: 680px;
    width: 100%;
    max-width: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .section2__panel {
        height: 640px;
        min-height: 0px;
        max-width: 1096px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.section2__panel-bg {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.section2__panel-frame {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.section2__grid {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section2__grid {
        display: grid;
        height: 100%;
        min-height: 0px;
        flex: 1 1 0%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
}

.section2__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
    padding: 0.625rem;
}

@media (min-width: 1024px) {
    .section2__items {
        align-self: stretch;
    }
}

.section2__text-head {
    height: auto;
    width: 100%;
    max-width: 170px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section2__text-head {
        max-width: 296px;
    }
}

.section2__items-art-wrap {
    position: relative;
    width: 100%;
    max-width: 260px;
}

@media (min-width: 1024px) {
    .section2__items-art-wrap {
        max-width: 457px;
    }
}

.section2__items-art {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section2__items-view {
    position: absolute;
    right: 0px;
    top: 1.25rem;
    z-index: 10;
    display: block;
    width: 4rem;
    height: 4rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section2__items-view:hover {
        --tw-brightness: brightness(1.1);
        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);
    }

@media (min-width: 1024px) {
    .section2__items-view {
        top: 30px;
        width: 5rem;
        height: 5rem;
    }
}

.section2__items-view-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section2__login {
    position: relative;
    display: flex;
    min-height: 360px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section2__login {
        min-height: 0px;
        align-self: stretch;
    }
}

.section2__login-frame {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 390px;
    width: 340px;
    max-width: none;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: fill;
    object-fit: fill;
}

@media (min-width: 1024px) {
    .section2__login-frame {
        height: 499px;
        width: 435px;
    }
}

.section2__login-inner {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    max-width: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
    padding: 30px;
}

@media (min-width: 1024px) {
    .section2__login-inner {
        height: 499px;
        max-width: 435px;
    }
}

.section2__login-title {
    display: flex;
    width: 100%;
    max-width: 280px;
    flex-direction: column;
    align-items: flex-start;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section2__login-title {
        max-width: 332px;
    }
}

.section2__login-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.section2__login-sub {
    font-size: 11px;
    font-weight: 400;
}

.section2__login-btns {
    display: flex;
    width: 100%;
    max-width: 280px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section2__login-btns {
        max-width: 332px;
        gap: 0.75rem;
    }
}

.section2__login-btn {
    position: relative;
    display: block;
    width: 100%;
    flex-shrink: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section2__login-btn:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section2__login-btn:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

.section2__login-btn-img {
    height: 52px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section2__login-btn-img {
        height: 62px;
    }
}

.section2__divider {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
}

.section2__divider-line {
    height: 1px;
    min-width: 0px;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}

.section2__divider-text {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.section2__mission {
    position: relative;
    display: flex;
    min-height: 384px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section2__mission {
        min-height: 0px;
        gap: 0.5rem;
        align-self: stretch;
    }
}

.section2__step {
    position: relative;
    height: 120px;
    width: 340px;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .section2__step {
        height: 146px;
        width: 416px;
    }
}

.section2__step--success {
    height: 119px;
}

@media (min-width: 1024px) {
    .section2__step--success {
        height: 146px;
    }
}

.section2__step-frame {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.section2__step-inner {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0.625rem;
}

.section2__step-inner--success {
    gap: 1.25rem;
}

.section2__step-inner--store,
.section2__step-inner--social {
    gap: 0.625rem;
}

.section2__mission-title {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5;
}

.section2__mission-heading {
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 500;
}

.section2__mission-heading--success {
    --tw-text-opacity: 1;
    color: rgb(112 222 97 / var(--tw-text-opacity, 1));
}

.section2__mission-heading--store {
    --tw-text-opacity: 1;
    color: rgb(246 145 9 / var(--tw-text-opacity, 1));
}

.section2__mission-heading--social {
    --tw-text-opacity: 1;
    color: rgb(217 128 9 / var(--tw-text-opacity, 1));
}

.section2__mission-subtitle {
    flex-shrink: 0;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(226 223 223 / var(--tw-text-opacity, 1));
}

.section2__caution {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
}

.section2__caution-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.section2__caution-text {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(201 200 206 / var(--tw-text-opacity, 1));
}

.section2__store-actions {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
}

.section2__store-btn {
    position: relative;
    display: block;
    height: 42px;
    width: 140px;
    flex-shrink: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section2__store-btn:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section2__store-btn:focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(246 145 9 / var(--tw-ring-opacity, 1));
    }

    .section2__store-btn:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

@media (min-width: 1024px) {
    .section2__store-btn {
        height: 3rem;
        width: 161px;
    }
}

.section2__store-btn-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section2__social-actions {
    display: flex;
    height: 30px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 26px;
    overflow: hidden;
}

.section2__social-link {
    position: relative;
    display: flex;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section2__social-link:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section2__social-link:focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(217 128 9 / var(--tw-ring-opacity, 1));
    }

    .section2__social-link:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.section2__social-icon {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section2__social-link--done {
    position: relative;
}

.section2__social-check {
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0.75rem;
    height: 0.75rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.section2__complete {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1024px) {
    .section2__complete {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.section2__complete-badge {
    height: 73px;
    width: 300px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section2__complete-badge {
        height: 102px;
        width: 422px;
    }
}

.section2__complete-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.625rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.section2__complete-line {
    flex-shrink: 0;
    font-size: 22px;
}

.section2__complete-line--sub {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1024px) {
    .section2__complete-line--sub {
        font-size: 22px;
    }
}

.section2__complete-actions {
    margin-top: 1rem;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section2__complete-actions {
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .section2__complete-actions {
        margin-top: 2rem;
        flex-direction: row;
        gap: 0.5rem;
    }
}

.section2__complete-btn {
    position: relative;
    display: block;
    height: auto;
    width: 240px;
    flex-shrink: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section2__complete-btn:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section2__complete-btn:focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(246 145 9 / var(--tw-ring-opacity, 1));
    }

    .section2__complete-btn:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

@media (min-width: 1024px) {
    .section2__complete-btn {
        height: auto;
        width: 300px;
    }
}

.section2__complete-btn-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ========== Section Founder ========== */

.section-founder {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
  .section-founder {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.section-founder__picture {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.section-founder__bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.section-founder__cha {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-founder__cha--1 {
    left: -16px;
    top: 50px;
    height: 281px;
    width: 150px;
}

@media (min-width: 768px) {
    .section-founder__cha--1 {
        height: auto;
        width: 400px;
    }
}

@media (min-width: 1024px) {
    .section-founder__cha--1 {
        left: 0px;
        top: -80px;
        height: auto;
        width: 420px;
    }
}

@media (min-width: 1280px) {
    .section-founder__cha--1 {
        left: 0px;
        top: 0.625rem;
        height: auto;
        width: 580px;
    }
}

.section-founder__cha--2 {
    right: -1px;
    top: 69px;
    height: 249px;
    width: 120px;
}

@media (min-width: 768px) {
    .section-founder__cha--2 {
        height: auto;
        width: 360px;
    }
}

@media (min-width: 1024px) {
    .section-founder__cha--2 {
        right: 0px;
        top: 50%;
        height: auto;
        width: 380px;
        --tw-translate-y: calc(calc(50% - 230px) * -1);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

@media (min-width: 1280px) {
    .section-founder__cha--2 {
        right: 0px;
        top: 50%;
        height: auto;
        width: 500px;
        --tw-translate-y: calc(calc(50% - 540px) * -1);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.section-founder__inner {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media (min-width: 1024px) {
    .section-founder__inner {
        max-width: 1100px;
        gap: 1rem;
    }
}

.section-founder__title {
    position: relative;
    display: flex;
    height: 5rem;
    width: 250px;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

@media (min-width: 1024px) {
    .section-founder__title {
        height: 150px;
        width: 525px;
        padding-top: 0.625rem;
    }
}

.section-founder__offer {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(201 41 41 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__offer {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.section-founder__logo {
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 61px;
    width: 250px;
    max-width: none;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section-founder__logo {
        bottom: auto;
        top: 50%;
        height: 128px;
        width: 525px;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.section-founder__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
    --tw-drop-shadow: drop-shadow(0 2px 2px black);
    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);
}

@media (min-width: 1024px) {
    .section-founder__desc {
        flex-direction: row;
        gap: 0.25rem;
        white-space: nowrap;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.section-founder__desc-line {
    display: block;
}

.section-founder__timer {
    position: relative;
    display: flex;
    height: 117px;
    width: 250px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

@media (min-width: 1024px) {
    .section-founder__timer {
        height: 103px;
        width: 640px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.section-founder__timer-bg {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 220px;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
    .section-founder__timer-bg {
        width: 640px;
    }
}

.section-founder__timer-frame {
    height: 103px;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.section-founder__timer-title {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__timer-title {
        flex: 1 1 0%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0px;
        padding-left: 2.5rem;
    }
}

.section-founder__timer-phase {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .section-founder__timer-phase {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.section-founder__timer-label {
    font-size: 11px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .section-founder__timer-label {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.section-founder__timer-slots {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

@media (min-width: 1024px) {
    .section-founder__timer-slots {
        gap: 0.625rem;
    }
}

.section-founder__timer-digits {
    display: contents;
}

.section-founder__timer-digits[hidden] {
    display: none;
}

.section-founder__slot.section-founder__slot--coming-soon {
    display: flex;
    height: 53px;
    width: 200px;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #b20001 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(178 0 1 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #140405 var(--tw-gradient-to-position);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 9px;
    padding-bottom: 9px;
}

.section-founder__slot--coming-soon[hidden] {
    display: none;
}

@media (min-width: 1024px) {
    .section-founder__slot.section-founder__slot--coming-soon {
        height: 71px;
        width: 306px;
    }
}

.section-founder__slot-coming-text {
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(253 231 1 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
    .section-founder__slot-coming-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .section-founder__slot-coming-text {
        font-size: 34px;
        line-height: 30px;
    }
}

.section-founder__slot {
    position: relative;
    display: flex;
    height: 53px;
    width: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .section-founder__slot {
        height: 71px;
        width: 62px;
    }
}

.section-founder__slot-frame {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.section-founder__slot-inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.section-founder__slot-num {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(253 231 1 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__slot-num {
        font-size: 34px;
        line-height: 30px;
    }
}

.section-founder__slot-unit {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__slot-unit {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.section-founder__phases {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

@media (min-width: 1024px) {
    .section-founder__phases {
        height: 5rem;
        width: 968px;
        max-width: none;
        flex-direction: row;
        justify-content: space-between;
        gap: 11.5px;
    }
}

.section-founder__phase {
    position: relative;
    display: flex;
    height: 70px;
    width: 280px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

@media (min-width: 1024px) {
    .section-founder__phase {
        height: 79px;
        width: 315px;
    }
}

.section-founder__phase--disabled {
    cursor: not-allowed;
}

    .section-founder__phase--disabled .section-founder__phase-name,
    .section-founder__phase--disabled .section-founder__phase-date {
        --tw-text-opacity: 1;
        color: rgb(81 81 81 / var(--tw-text-opacity, 1));
    }

.section-founder__phase-frame {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.section-founder__phase-name {
    position: relative;
    z-index: 10;
    white-space: nowrap;
    font-size: 15px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-founder__phase-accent {
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.section-founder__phase--disabled .section-founder__phase-accent {
    --tw-text-opacity: 1;
    color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}

.section-founder__phase-date {
    position: relative;
    z-index: 10;
    white-space: nowrap;
    font-size: 13px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-founder__cards {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    padding-top: 2.5rem;
}

@media (min-width: 1024px) {
    .section-founder__cards {
        height: 480px;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        gap: 1.25rem;
        padding-top: 0px;
    }
}

.section-founder__phase-panel {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

@media (min-width: 1024px) {
    .section-founder__phase-panel {
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        gap: 1.25rem;
    }
}

.section-founder__phase-panel--hidden {
    display: none;
}

.section-founder__card {
    position: relative;
    display: flex;
    height: 163px;
    width: 100%;
    max-width: 350px;
    align-items: center;
    justify-content: flex-end;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1024px) {
    .section-founder__card {
        height: 443px;
        width: 306px;
        max-width: none;
        flex-direction: column;
        justify-content: flex-end;
        gap: 0.625rem;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }
}

.section-founder__card-bg {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.section-founder__card-frame {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.section-founder__card-value {
    position: absolute;
    left: -5px;
    top: -20px;
    z-index: 10;
    height: 54px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section-founder__card-value {
        top: -40px;
        height: 78px;
        width: 86px;
    }
}

.section-founder__card-stock {
    position: absolute;
    right: 92px;
    top: -37px;
    z-index: 10;
    display: flex;
    height: 38px;
    width: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 1024px) {
    .section-founder__card-stock {
        right: 13px;
    }
}

.section-founder__card-stock-bar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 38px;
    width: 210px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

.section-founder__card-stock-text {
    position: relative;
    z-index: 10;
    white-space: nowrap;
    font-size: 15px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-founder__card-stock-text--gold {
    --tw-text-opacity: 1;
    color: rgb(83 35 1 / var(--tw-text-opacity, 1));
}

.section-founder__card-phase-note {
    position: absolute;
    left: 117.5px;
    top: 9px;
    z-index: 10;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    --tw-text-opacity: 1;
    color: rgb(241 167 80 / var(--tw-text-opacity, 1));
    --tw-drop-shadow: drop-shadow(0 2px 4px black);
    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);
}

@media (min-width: 1024px) {
    .section-founder__card-phase-note {
        left: 50%;
        right: auto;
        --tw-translate-x: -60px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.section-founder__card-item {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 194px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
    .section-founder__card-item {
        left: 50%;
        top: 0.625rem;
        width: auto;
        --tw-translate-x: -50%;
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.section-founder__card-item-img {
    height: 137px;
    width: 200px;
    overflow: visible;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .section-founder__card-item-img {
        height: 199px;
        width: 290px;
    }
}

.section-founder__card-shock {
    pointer-events: none;
    position: absolute;
    left: 13px;
    top: 115px;
    z-index: 2;
    height: 26px;
    width: 95px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section-founder__card-shock {
        left: 19px;
        top: 197px;
        height: 41px;
        width: 150px;
    }
}

/* .section-founder__card-shock--pack1 {
  @apply left-[73px] top-[129px] lg:left-auto lg:right-[137px] lg:top-[197px];
} */

.section-founder__card-view {
    position: absolute;
    right: 167px;
    top: 95px;
    z-index: 10;
    width: 2.5rem;
    cursor: pointer;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

@media (min-width: 1024px) {
    .section-founder__card-view {
        right: 1rem;
        top: 170px;
        width: 5rem;
    }
}

.section-founder__card-view-img {
    height: 39px;
    width: 2.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section-founder__card-view-img {
        height: 79px;
        width: 5rem;
    }
}

.section-founder__card-action {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}

.section-founder__card-detail {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-style: normal;
}

.section-founder__phase-panel[data-phase="1"] .section-founder__card-detail,
.section-founder__phase-panel[data-phase="2"] .section-founder__card-detail,
.section-founder__phase-panel[data-phase="3"] .section-founder__card-detail {
    width: 150px;
}

@media (min-width: 1024px) {
    .section-founder__phase-panel[data-phase="1"] .section-founder__card-detail,
    .section-founder__phase-panel[data-phase="2"] .section-founder__card-detail,
    .section-founder__phase-panel[data-phase="3"] .section-founder__card-detail {
        height: 77px;
    }
}

@media (min-width: 1280px) {
    .section-founder__phase-panel[data-phase="1"] .section-founder__card-detail,
    .section-founder__phase-panel[data-phase="2"] .section-founder__card-detail,
    .section-founder__phase-panel[data-phase="3"] .section-founder__card-detail {
        width: 300px;
    }
}

.section-founder__phase-panel[data-phase="1"] .section-founder__card--gold .section-founder__card-detail,
.section-founder__phase-panel[data-phase="2"] .section-founder__card--gold .section-founder__card-detail,
.section-founder__phase-panel[data-phase="3"] .section-founder__card--gold .section-founder__card-detail {
    width: 100%;
}

@property --section-founder-gold-rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
}

@keyframes section-founder-gold-spin {
    0% {
        --section-founder-gold-rotate: 0deg;
    }

    100% {
        --section-founder-gold-rotate: 360deg;
    }
}

.section-founder__card--gold {
    position: relative;
    z-index: 1;
}

    /*.section-founder__card--gold::before,*/

    .section-founder__card--gold::after {
        content: "";
        pointer-events: none;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1;
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 1rem;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        background-image: linear-gradient( var(--section-founder-gold-rotate), #363303, #ff7504 100%, #ececbd );
        animation: section-founder-gold-spin 3s linear infinite;
        width: 92%;
        height: 92%;
        filter: blur(28px);
        opacity: 0.75;
    }

@media (prefers-reduced-motion: reduce) {
    .section-founder__card--gold::before,
    .section-founder__card--gold::after {
        animation: none;
    }
}

.section-founder__particles {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 0;
    overflow: hidden;
}

.section-founder__particle {
    position: absolute;
    border-radius: 9999px;
    background-color: var(--particle-color, #ff9a04);
    box-shadow: 0 0 4px var(--particle-color, #ff9a04);
}

.section-founder__card--gold .section-founder__card-detail {
    width: 100%;
}

.section-founder__card-limit {
    height: 17px;
    width: 100%;
    font-size: 11px;
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

.section-founder__card-limit--gold {
    font-size: 8.5px;
    --tw-text-opacity: 1;
    color: rgb(241 167 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__card-limit--gold {
        font-size: 11px;
    }
}

.section-founder__card-name {
    height: 1.5rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__card-name {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.section-founder__card-price {
    height: 2.25rem;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-founder__card-was {
    height: 17px;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__card-was {
        font-size: 17px;
    }
}

.section-founder__card-was-price {
    text-decoration-line: line-through;
}

.section-founder__card-btn {
    display: flex;
    height: 29px;
    width: 140px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(200 83 84 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 3 5 / var(--tw-bg-opacity, 1));
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    --tw-drop-shadow: drop-shadow(0 2px 4px black);
    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-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section-founder__card-btn:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section-founder__card-btn:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

@media (min-width: 1024px) {
    .section-founder__card-btn {
        height: auto;
        width: 240px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-size: 22px;
        line-height: 30px;
    }
}

.section-founder__card-btn--gold {
    --tw-border-opacity: 1;
    border-color: rgb(199 199 99 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(83 35 1 / var(--tw-text-opacity, 1));
    --tw-drop-shadow: drop-shadow(0 2px 4px #5e3d09);
    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);
    background-image: linear-gradient(179.915deg, rgb(255, 154, 4) 30.115%, rgb(255, 238, 10) 99.621%);
}

.section-founder__card-btn--disabled {
    pointer-events: none;
    cursor: not-allowed;
    --tw-brightness: brightness(.5);
    --tw-saturate: saturate(.5);
    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);
}

    .section-founder__card-btn--disabled:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(.5);
        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);
    }

    .section-founder__card-btn--disabled:active {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(.5);
        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);
    }

.section-founder__card--soldout .section-founder__card-bg,
.section-founder__card--soldout .section-founder__card-value,
.section-founder__card--soldout .section-founder__card-stock,
.section-founder__card--soldout .section-founder__card-item-img,
.section-founder__card--soldout .section-founder__card-shock,
.section-founder__card--soldout .section-founder__card-view,
.section-founder__card--soldout .section-founder__card-action,
.section-founder__card--soldout .section-founder__card-phase-note,
.section-founder__card--soldout .section-founder__particles,
.section-founder__card--soldout.section-founder__card--gold::after {
    --tw-brightness: brightness(.5);
    --tw-saturate: saturate(.5);
    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);
}

.section-founder__card--soldout .section-founder__card-btn {
    pointer-events: none;
    cursor: not-allowed;
}

    .section-founder__card--soldout .section-founder__card-btn:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1);
        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);
    }

    .section-founder__card--soldout .section-founder__card-btn:active {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1);
        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);
    }

.section-founder__card-soldout {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    height: auto;
    width: 120px;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section-founder__card-soldout {
        width: 140px;
    }
}

@keyframes section-founder-costume-float {
    0%, 100% {
        transform: translateY(calc(-50% - 8px));
    }

    50% {
        transform: translateY(calc(-50% + 8px));
    }
}

.section-founder__costume {
    pointer-events: none;
    position: absolute;
    right: -160px;
    top: 50%;
    z-index: 20;
    display: none;
    height: 124px;
    width: 195px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .section-founder__costume {
        display: flex;
    }
}

.section-founder__costume {
    animation: section-founder-costume-float 1000ms ease-in-out infinite;
}

.section-founder__costume-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 124px;
    width: 194px;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

.section-founder__costume-title {
    position: relative;
    z-index: 10;
    white-space: nowrap;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.section-founder__costume-sub {
    position: relative;
    z-index: 10;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

.section-founder__notice {
    position: relative;
    display: flex;
    height: 3.5rem;
    width: 100%;
    max-width: 360px;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

@media (min-width: 1024px) {
    .section-founder__notice {
        max-width: 933px;
    }
}

.section-founder__notice-bg {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 360px;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
    .section-founder__notice-bg {
        width: 933px;
    }
}

.section-founder__notice-frame {
    height: 50px;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

@media (min-width: 1024px) {
    .section-founder__notice-frame {
        height: 3.5rem;
    }
}

.section-founder__notice-text {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__notice-text {
        display: block;
        font-size: 15px;
        line-height: 30px;
    }
}

.section-founder__notice-line {
    display: block;
    line-height: 1rem;
}

@media (min-width: 1024px) {
    .section-founder__notice-line {
        display: inline;
        line-height: 30px;
    }
}

/* .section-founder__notice-line + .section-founder__notice-line {
  @apply lg:before:content-['\00a0'];
} */

.section-founder__notice-em {
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.section-founder__tooltip {
    position: relative;
    display: inline;
    cursor: help;
    text-decoration-line: underline;
    text-decoration-color: rgb(255 246 0 / 0.6);
    text-decoration-style: dotted;
    text-underline-offset: 2px;
}

.section-founder__tooltip-bubble {
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 20;
    margin-bottom: 0.5rem;
    width: 200px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 0.25rem;
    background-color: rgb(0 0 0 / 0.9);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    text-align: left;
    font-size: 10px;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {
    .section-founder__tooltip-bubble {
        width: 220px;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.section-founder__tooltip:hover .section-founder__tooltip-bubble,
.section-founder__tooltip:focus-visible .section-founder__tooltip-bubble,
.section-founder__tooltip--open .section-founder__tooltip-bubble {
    opacity: 1;
}

.section-founder__terms {
    display: flex;
    width: 100%;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section-founder__terms {
        max-width: none;
        gap: 0px;
        white-space: nowrap;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.section-founder__term {
    width: 100%;
    max-width: 360px;
}

@media (min-width: 1024px) {
    .section-founder__term {
        max-width: none;
    }
}

.section-founder__detail {
    position: relative;
    display: flex;
    height: 63px;
    width: 348px;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section-founder__detail:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

.section-founder__detail-frame {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 62px;
    width: 345px;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

.section-founder__detail-text {
    position: relative;
    z-index: 10;
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(229 229 231 / var(--tw-text-opacity, 1));
}

/* ========== Section 3 (Click Clack) ========== */

.section3 {
    position: relative;
    margin-top: 2.5rem;
    height: 705px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section3 {
        margin-top: 7rem;
        height: 1000px;
    }
}

.section3__picture {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.section3__bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.section3__yuan {
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: none;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .section3__yuan {
        left: -160px;
        display: block;
        height: auto;
        width: 480px;
    }
}

@media (min-width: 1024px) {
    .section3__yuan {
        top: auto;
        bottom: 0px;
        height: auto;
        width: 600px;
    }
}

@media (min-width: 1280px) {
    .section3__yuan {
        top: 0px;
        height: 987px;
        width: 695px;
    }
}

.section3__rock {
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    height: 514px;
    width: 737px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .section3__rock {
        display: block;
        height: auto;
        width: 480px;
    }
}

.section3__chain {
    pointer-events: none;
    position: absolute;
    bottom: -59px;
    right: 0px;
    z-index: 3;
    display: none;
    height: 349px;
    width: 692px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section3__chain {
        display: block;
    }
}

.section3__archer {
    pointer-events: none;
    position: absolute;
    right: -77px;
    top: 50%;
    z-index: 1;
    height: 299px;
    width: 230px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .section3__archer {
        height: auto;
        width: 320px;
    }
}

@media (min-width: 1024px) {
    .section3__archer {
        right: -160px;
        top: 200px;
        height: auto;
        width: 400px;
    }
}

@media (min-width: 1280px) {
    .section3__archer {
        right: 0px;
        height: 630px;
        width: 485px;
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.section3__inner {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 360px;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    overflow: hidden;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media (min-width: 1024px) {
    .section3__inner {
        max-width: 1200px;
    }
}

.section3__logo {
    height: 137px;
    width: 300px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section3__logo {
        height: 245px;
        width: 535px;
    }
}

.section3__desc {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-shadow: 0 2px 10px #0d2d05,0 2px 4px #0d2d05;
}

@media (min-width: 1024px) {
    .section3__desc {
        font-size: 22px;
    }
}

.section3__desc-line {
    display: block;
    white-space: nowrap;
}

.section3__power {
    position: relative;
    display: flex;
    height: 400px;
    width: 100%;
    max-width: 360px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem;
}

@media (min-width: 1024px) {
    .section3__power {
        height: 460px;
        max-width: 580px;
    }
}

.section3__piroro {
    pointer-events: none;
    position: absolute;
    bottom: 96px;
    left: calc(50% - 56px);
    height: 270px;
    width: 250px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .section3__piroro {
        left: 50%;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

@media (min-width: 1024px) {
    .section3__piroro {
        bottom: auto;
        left: 111.5px;
        top: 0px;
        height: 385px;
        width: 357px;
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.section3__gauge {
    position: relative;
    z-index: 1;
    height: 119px;
    width: 100%;
    max-width: 360px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section3__gauge {
        height: 191px;
        max-width: 580px;
    }
}

.section3__btn {
    position: relative;
    display: block;
    flex-shrink: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section3__btn:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section3__btn:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

.section3__btn-img {
    height: auto;
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section3__btn-img {
        height: auto;
        width: 420px;
    }
}

/* ========== Section 4 – Invite Friend ========== */

.section4 {
    position: relative;
    height: 1000px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section4 {
        height: 1101px;
    }
}

.section4__picture {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.section4__bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section4__inner {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    overflow: hidden;
    padding-top: 200px;
}

@media (min-width: 1024px) {
    .section4__inner {
        max-width: 1200px;
        padding-top: 560px;
    }
}

.section4__logo {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 1;
    height: 206px;
    width: 369px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section4__logo {
        left: calc(50% + 0.5px);
        top: 50px;
        height: 571px;
        width: 1024px;
    }
}

.section4__glow {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 520px;
    z-index: 0;
    display: none;
    height: 290px;
    width: 937px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
    .section4__glow {
        display: block;
    }
}

.section4__glow-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section4__rewards {
    position: relative;
    z-index: 1;
    display: flex;
    width: 320px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .section4__rewards {
        width: 1000px;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.75rem;
    }
}

.section4__slot {
    position: relative;
    display: flex;
    height: 189px;
    width: 150px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section4__slot--md {
        height: 214px;
        width: 170px;
    }

    .section4__slot--lg {
        height: 243px;
        width: 193px;
    }
}

.section4__slot-box {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

.section4__slot-item {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: calc(50% - 28px);
    height: 113px;
    width: 110px;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section4__slot--md .section4__slot-item {
        top: 0.625rem;
        height: 123px;
        width: 120px;
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .section4__slot--lg .section4__slot-item {
        top: 1.25rem;
        height: 154px;
        width: 150px;
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.section4__slot-name {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 150px;
    padding-bottom: 22px;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section4__slot-name {
        max-width: none;
    }

    .section4__slot--md .section4__slot-name {
        max-width: 180px;
        padding-bottom: 1.5rem;
    }

    .section4__slot--lg .section4__slot-name {
        max-width: 180px;
        padding-bottom: 30px;
        font-size: 10px;
    }
}

.section4__slot-qty {
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.section4__slot-condition {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    padding-bottom: 0.625rem;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .section4__slot--md .section4__slot-condition,
    .section4__slot--lg .section4__slot-condition {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.section4__btn {
    position: relative;
    z-index: 1;
    display: block;
    flex-shrink: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .section4__btn:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

    .section4__btn:active {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-brightness: brightness(1.1);
        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);
    }

.section4__btn-img {
    height: auto;
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section4__btn-img {
        height: auto;
        width: 400px;
    }
}

/* ========== Section 5 – Game Features ========== */

.section5 {
    position: relative;
    width: 100%;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .section5 {
        height: 960px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.section5__picture {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.section5__bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section5__inner {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media (min-width: 768px) {
    .section5__inner {
        max-width: 720px;
    }
}

@media (min-width: 1024px) {
    .section5__inner {
        max-width: 1400px;
    }
}

.section5__slide-wrap {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.section5__arrow {
    display: none;
    flex-shrink: 0;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

@media (min-width: 1024px) {
    .section5__arrow {
        display: block;
    }
}

.section5__arrow-img {
    height: 142px;
    width: 56px;
    -o-object-fit: contain;
    object-fit: contain;
}

.section5__slides {
    position: relative;
    height: 190px;
    width: 330px;
    flex-shrink: 0;
    cursor: grab;
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section5__slides {
        height: 690px;
        width: 1200px;
    }
}

.section5__slides--dragging {
    cursor: grabbing;
}

.section5__slide {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section5__slide--active {
    pointer-events: auto;
    z-index: 10;
    opacity: 1;
}

.section5__slide-img {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.section5__dots {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.375rem;
    overflow: hidden;
}

.section5__dot {
    flex-shrink: 0;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

.section5__dot-img {
    height: 63px;
    width: 53px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ========== Sponsors ========== */

.sponsors {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: rgba(6,6,6,0.61);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    --tw-backdrop-blur: blur(2.55px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px) {
    .sponsors {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .sponsors {
        max-width: 896px;
        flex-direction: row;
        gap: 25px;
    }
}

.sponsors__label {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .sponsors__label {
        flex-shrink: 0;
        border-right-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
        padding-right: 25px;
    }
}

.sponsors__title {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sponsors__logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}

@media (min-width: 1024px) {
    .sponsors__logos {
        flex-direction: row;
        gap: 25px;
    }
}

.sponsors__row {
    display: flex;
    align-items: center;
    gap: 25px;
}

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

.sponsors__logo--tkn {
    width: 30px;
    height: 30px;
}

@media (min-width: 1024px) {
    .sponsors__logo--tkn {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.sponsors__logo--honor {
    height: 14px;
    width: 72px;
}

@media (min-width: 1024px) {
    .sponsors__logo--honor {
        height: 1rem;
        width: 83px;
    }
}

.sponsors__logo--ais {
    width: 30px;
    height: 30px;
}

@media (min-width: 1024px) {
    .sponsors__logo--ais {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.sponsors__logo--rog {
    width: 30px;
    height: 30px;
}

@media (min-width: 1024px) {
    .sponsors__logo--rog {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.sponsors__logo--true {
    height: 1rem;
    width: 63px;
}

@media (min-width: 1024px) {
    .sponsors__logo--true {
        height: 22px;
        width: 86px;
    }
}

.sponsors__logo--razer {
    height: 30px;
    width: 88px;
}

@media (min-width: 1024px) {
    .sponsors__logo--razer {
        height: 33px;
        width: 97px;
    }
}

.sponsors__logo--giftgreats {
    height: 30px;
    width: 53px;
}

@media (min-width: 1024px) {
    .sponsors__logo--giftgreats {
        height: 2.5rem;
        width: 70px;
    }
}

.sponsors__logo--tengu {
    height: 30px;
    width: 27px;
}

@media (min-width: 1024px) {
    .sponsors__logo--tengu {
        height: 2.5rem;
        width: 2.25rem;
    }
}

/* ========== Site Footer ========== */

.site-footer {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    padding-bottom: 60px;
    padding-top: 1.25rem;
}

.site-footer__inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 700px;
    flex-direction: column;
    align-items: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.site-footer__title {
    font-size: 23px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer__divider-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.site-footer__divider {
    height: 1px;
    width: 100%;
    max-width: 400px;
    background: linear-gradient( 90deg, rgba(57, 86, 126, 0) 0%, #39567e 50%, rgba(57, 86, 126, 0) 100% );
}

.site-footer__social {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 60px;
}

.site-footer__social-link {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .site-footer__social-link:hover {
        opacity: 1;
    }

    .site-footer__social-link img {
        height: auto;
        max-height: 33px;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

.site-footer__brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding-bottom: 1.25rem;
}

.site-footer__brand {
    height: 1.75rem;
    width: 129px;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-footer__terms {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
    .site-footer__terms {
        gap: 1.25rem;
    }
}

.site-footer__term-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .site-footer__term-link:hover {
        --tw-text-opacity: 1;
        color: rgb(255 246 0 / var(--tw-text-opacity, 1));
    }

.site-footer__term-sep {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer__copy {
    max-width: 360px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .site-footer__copy {
        max-width: none;
        white-space: nowrap;
    }
}

/* ========== Float Banner ========== */

.float-banner {
    position: fixed;
    left: 0px;
    top: 220px;
    z-index: 40;
    height: 270px;
    width: 150px;
    will-change: transform;
}

@media (min-width: 768px) {
    .float-banner {
        top: 50%;
    }
}

@media (min-width: 1024px) {
    .float-banner {
        height: 457px;
        width: 259px;
    }
}

.float-banner__toggle {
    position: absolute;
    inset: 0px;
    z-index: 0;
    cursor: pointer;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

.float-banner__frame {
    pointer-events: none;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

.float-banner__btns {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    display: flex;
    height: 100%;
    width: 120px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.625rem;
    overflow: hidden;
    will-change: transform;
}

@media (min-width: 1024px) {
    .float-banner__btns {
        width: 208px;
    }
}

.float-banner__btn {
    position: relative;
    display: block;
    height: 43px;
    width: 100%;
    flex-shrink: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .float-banner__btn:hover {
        opacity: 0.9;
    }

@media (min-width: 1024px) {
    .float-banner__btn {
        height: 75px;
    }
}

.float-banner__btn-img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

.float-banner--collapsed .float-banner__btns {
    pointer-events: none;
}

/* ========== Floating MV ========== */

.floating-mv {
    position: fixed;
    bottom: 2.25rem;
    right: 0px;
    z-index: 50;
    width: 132px;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 768px) {
    .floating-mv {
        width: 214px;
    }
}

.floating-mv--hidden {
    pointer-events: none;
    opacity: 0;
}

.floating-mv__close {
    position: absolute;
    top: -30px;
    right: -4px;
    z-index: 11;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
    line-height: 1;
}

@media (min-width: 768px) {
    .floating-mv__close {
        right: 0px;
    }
}

.floating-mv__close-icon {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.floating-mv__head {
    pointer-events: none;
    position: absolute;
    top: -83px;
    left: 50%;
    z-index: 10;
    height: 90px;
    width: 110px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
    .floating-mv__head {
        top: -118px;
        height: 116px;
        width: 169px;
    }
}

.floating-mv__head-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.floating-mv__card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgba(255,0,0,0.3);
    background-color: rgba(10,10,10,0.7);
    --tw-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(5px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.floating-mv__deco-line {
    height: 0.25rem;
    width: 100%;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.floating-mv__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3px;
    padding-bottom: 1rem;
}

.floating-mv__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.25rem;
}

.floating-mv__title-img {
    height: auto;
    width: 100%;
}

.floating-mv__subtitle {
    margin-top: 0px;
    text-align: center;
    font-family: Prompt, sans-serif;
    font-size: 9px;
    line-height: 17.5px;
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.floating-mv__thumb-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.125rem;
    border-width: 1px;
    border-color: rgba(127,29,29,0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.floating-mv__thumb-img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 0.8;
}

.floating-mv__play-overlay {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.floating-mv__thumb-link:hover .floating-mv__play-overlay,
.floating-mv__thumb-link:active .floating-mv__play-overlay {
    background-color: rgba(0,0,0,0);
}

.floating-mv__play-btn {
    height: 2.5rem;
    width: 2.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .floating-mv__play-btn {
        height: 3.5rem;
        width: 3.5rem;
    }
}

.floating-mv__secondary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    border-top-width: 1px;
    border-color: rgba(239,68,68,0.5);
    padding-top: 6px;
}

.floating-mv__anthem-title {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    line-height: 17.5px;
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.floating-mv__anthem-red {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.floating-mv__songs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    text-align: center;
    font-family: Prompt, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .floating-mv__songs:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

.floating-mv__songs-icon {
    height: 0.75rem;
    width: 0.75rem;
}

/* ========== Founder Modal ========== */

.founder-modal {
    pointer-events: none;
    position: fixed;
    inset: 0px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.founder-modal--open {
    pointer-events: auto;
    opacity: 1;
}

.founder-modal__backdrop {
    position: absolute;
    inset: 0px;
    background-color: rgb(0 0 0 / 0.7);
}

.founder-modal__dialog {
    position: relative;
    z-index: 10;
    display: flex;
    height: min(585px,85vh);
    width: 100%;
    max-width: 360px;
    flex-direction: column;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(194 31 31 / var(--tw-border-opacity, 1));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-backdrop-blur: blur(4.7px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
    .founder-modal__dialog {
        max-width: 600px;
    }
}

.founder-modal__dialog {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(ellipse at center, rgba(48, 2, 2, 0.43) 0%, rgba(78, 21, 11, 0.45) 100%);
}

.founder-modal__dec {
    pointer-events: none;
    position: absolute;
    z-index: 20;
    -o-object-fit: contain;
    object-fit: contain;
}

.founder-modal__dec--tl {
    left: -1px;
    top: -4px;
    height: 2rem;
    width: 38px;
}

.founder-modal__dec--tr {
    right: -4px;
    top: -4px;
    height: 62px;
    width: 3rem;
}

.founder-modal__dec--bl {
    bottom: -4px;
    left: -4px;
    height: 60px;
    width: 3rem;
}

.founder-modal__dec--br {
    bottom: -4px;
    right: -3px;
    height: 1.5rem;
    width: 39px;
}

.founder-modal__close {
    position: absolute;
    right: 0px;
    top: -51px;
    z-index: 30;
    display: flex;
    width: 35px;
    height: 35px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

.founder-modal__close-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.founder-modal__stock {
    position: absolute;
    left: 0px;
    top: -38px;
    z-index: 20;
    display: flex;
    height: 38px;
    width: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.founder-modal__stock--hidden {
    display: none;
}

.founder-modal__stock-bar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 38px;
    width: 210px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
    object-fit: contain;
}

.founder-modal__stock-text {
    position: relative;
    z-index: 10;
    white-space: nowrap;
    font-size: 15px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.founder-modal__stock-text--gold {
    --tw-text-opacity: 1;
    color: rgb(83 35 1 / var(--tw-text-opacity, 1));
}

.founder-modal__inner {
    position: relative;
    z-index: 10;
    display: flex;
    min-height: 0px;
    width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}

.founder-modal__header {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(118 37 36 / var(--tw-border-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.founder-modal__name-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    font-weight: 500;
}

.founder-modal__name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__name {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.founder-modal__limit {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__limit {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.founder-modal__limit--gold {
    --tw-text-opacity: 1;
    color: rgb(241 167 80 / var(--tw-text-opacity, 1));
}

.founder-modal__code-note {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

.founder-modal__price-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.founder-modal__value {
    position: absolute;
    left: -70px;
    top: -20px;
    height: 54px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .founder-modal__value {
        left: -90px;
        top: -20px;
        height: 78px;
        width: 86px;
    }
}

.founder-modal__price-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: nowrap;
    font-weight: 500;
}

.founder-modal__price {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__price {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.founder-modal__was {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__was {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.founder-modal__was-price {
    text-decoration-line: line-through;
}

.founder-modal__items-frame {
    display: flex;
    min-height: 0px;
    width: 100%;
    flex: 1 1 0%;
    gap: 0.625rem;
    overflow: hidden;
}

.founder-modal__items-wrap {
    display: flex;
    min-height: 0px;
    min-width: 0px;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 0.625rem;
    overflow: hidden;
}

.founder-modal__items-label {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 3 5 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__items-label {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.founder-modal__items {
    display: flex;
    min-height: 0px;
    flex: 1 1 0%;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .founder-modal__items::-webkit-scrollbar {
        display: none;
    }

.founder-modal__slot {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    align-items: flex-start;
    gap: 0.625rem;
    overflow: hidden;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(118 37 36 / var(--tw-border-opacity, 1));
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

    .founder-modal__slot:last-child {
        border-bottom-width: 0px;
    }

.founder-modal__slot-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .founder-modal__slot-icon {
        width: 74px;
        height: 74px;
    }
}

.founder-modal__slot-info {
    display: flex;
    min-width: 0px;
    flex: 1 1 0%;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .founder-modal__slot-info {
        width: 300px;
        flex: none;
    }
}

.founder-modal__slot-name {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__slot-name {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.founder-modal__slot-desc {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(142 141 140 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__slot-desc {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.founder-modal__slot-qty {
    margin-left: auto;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-self: stretch;
}

.founder-modal__slot-qty-text {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .founder-modal__slot-qty-text {
        font-size: 20px;
    }
}

.founder-modal__scrollbar {
    display: flex;
    height: 100%;
    width: 14px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(45 42 42 / var(--tw-bg-opacity, 1));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
    .founder-modal__scrollbar {
        width: 18px;
    }
}

.founder-modal__scroll-btn {
    display: flex;
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
}

.founder-modal__scroll-arrow {
    display: block;
    width: 0px;
    height: 0px;
    border-left-width: 7px;
    border-right-width: 7px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.founder-modal__scroll-arrow--up {
    border-bottom-width: 10px;
    border-top-width: 0px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(194 31 31 / var(--tw-border-opacity, 1));
}

.founder-modal__scroll-arrow--down {
    border-top-width: 10px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-top-color: rgb(194 31 31 / var(--tw-border-opacity, 1));
}

.founder-modal__scroll-track {
    position: relative;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    min-height: 0px;
    width: 0.625rem;
    flex: 1 1 0%;
    overflow: hidden;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(26 24 24 / var(--tw-bg-opacity, 1));
}

.founder-modal__scroll-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    cursor: pointer;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(194 31 31 / var(--tw-bg-opacity, 1));
    min-height: 40px;
}

.page--modal-open {
    overflow: hidden;
}

/* ========== Modal (Register / App Store Soon) ========== */

.modal {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.modal--open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.8);
}

.modal__panel {
  position: relative;
  z-index: 10;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(37 77 144 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

.modal__icon {
  height: 33px;
  width: 33px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal__title {
  margin: 0px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.36px;
  --tw-text-opacity: 1;
  color: rgb(255 95 87 / var(--tw-text-opacity, 1));
}

.modal__text {
  margin: 0px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.modal__button {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  height: 42px;
  width: 267px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(104 191 243 / var(--tw-border-opacity, 1));
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  background-image: linear-gradient(80.57deg, #041c4a 3.78%, #2f86d1 101.48%);
}

.modal__button:hover {
  opacity: 0.9;
}

.page--modal-lock {
  overflow: hidden;
}

/*Klaro Icon*/

.klaro-recall-btn {
    position: fixed;
    bottom: 1.25rem;
    left: 0.25rem;
    z-index: 9999;
    display: inline-flex;
    height: 3.5rem;
    width: 3.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 2px 8px rgba(0,0,0,0.4);
    --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .klaro-recall-btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    }

.klaro-recall-btn--hidden {
    display: none;
}

.klaro-recall-btn__icon {
    height: 2rem;
    width: 2rem;
}

.hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.hover\:brightness-100:hover {
    --tw-brightness: brightness(1);
    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);
}

.hover\:brightness-110:hover {
    --tw-brightness: brightness(1.1);
    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);
}

.hover\:brightness-50:hover {
    --tw-brightness: brightness(.5);
    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);
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-\[\#d98009\]:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 128 9 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-\[\#f69109\]:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(246 145 9 / var(--tw-ring-opacity, 1));
}

.active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:brightness-100:active {
    --tw-brightness: brightness(1);
    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);
}

.active\:brightness-110:active {
    --tw-brightness: brightness(1.1);
    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);
}

.active\:brightness-50:active {
    --tw-brightness: brightness(.5);
    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);
}

@media (min-width: 640px) {
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 768px) {
    .md\:-left-\[160px\] {
        left: -160px;
    }

    .md\:-top-\[118px\] {
        top: -118px;
    }

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

    .md\:right-0 {
        right: 0px;
    }

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

    .md\:block {
        display: block;
    }

    .md\:h-14 {
        height: 3.5rem;
    }

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

    .md\:h-\[90vh\] {
        height: 90vh;
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:w-14 {
        width: 3.5rem;
    }

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

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

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

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

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

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

    .md\:max-w-\[720px\] {
        max-width: 720px;
    }

    .md\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:gap-4 {
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .lg\:-right-\[160px\] {
        right: -160px;
    }

    .lg\:-top-\[80px\] {
        top: -80px;
    }

    .lg\:bottom-auto {
        bottom: auto;
    }

    .lg\:left-0 {
        left: 0px;
    }

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

    .lg\:left-\[-90px\] {
        left: -90px;
    }

    .lg\:left-\[111\.5px\] {
        left: 111.5px;
    }

    .lg\:left-\[19px\] {
        left: 19px;
    }

    .lg\:left-\[calc\(50\%\+0\.5px\)\] {
        left: calc(50% + 0.5px);
    }

    .lg\:left-auto {
        left: auto;
    }

    .lg\:right-0 {
        right: 0px;
    }

    .lg\:right-4 {
        right: 1rem;
    }

    .lg\:right-\[137px\] {
        right: 137px;
    }

    .lg\:right-\[13px\] {
        right: 13px;
    }

    .lg\:right-auto {
        right: auto;
    }

    .lg\:top-0 {
        top: 0px;
    }

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

    .lg\:top-2\.5 {
        top: 0.625rem;
    }

    .lg\:top-5 {
        top: 1.25rem;
    }

    .lg\:top-\[-20px\] {
        top: -20px;
    }

    .lg\:top-\[-40px\] {
        top: -40px;
    }

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

    .lg\:top-\[197px\] {
        top: 197px;
    }

    .lg\:top-\[200px\] {
        top: 200px;
    }

    .lg\:top-\[30px\] {
        top: 30px;
    }

    .lg\:top-\[50px\] {
        top: 50px;
    }

    .lg\:top-auto {
        top: auto;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline {
        display: inline;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

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

    .lg\:h-10 {
        height: 2.5rem;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:h-20 {
        height: 5rem;
    }

    .lg\:h-4 {
        height: 1rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:min-h-0 {
        min-height: 0px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:w-auto {
        width: auto;
    }

    .lg\:max-w-\[1096px\] {
        max-width: 1096px;
    }

    .lg\:max-w-\[1100px\] {
        max-width: 1100px;
    }

    .lg\:max-w-\[1200px\] {
        max-width: 1200px;
    }

    .lg\:max-w-\[1400px\] {
        max-width: 1400px;
    }

    .lg\:max-w-\[180px\] {
        max-width: 180px;
    }

    .lg\:max-w-\[296px\] {
        max-width: 296px;
    }

    .lg\:max-w-\[332px\] {
        max-width: 332px;
    }

    .lg\:max-w-\[388px\] {
        max-width: 388px;
    }

    .lg\:max-w-\[435px\] {
        max-width: 435px;
    }

    .lg\:max-w-\[457px\] {
        max-width: 457px;
    }

    .lg\:max-w-\[580px\] {
        max-width: 580px;
    }

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

    .lg\:max-w-\[896px\] {
        max-width: 896px;
    }

    .lg\:max-w-\[933px\] {
        max-width: 933px;
    }

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

    .lg\:flex-1 {
        flex: 1 1 0%;
    }

    .lg\:flex-none {
        flex: none;
    }

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

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:-translate-x-\[60px\] {
        --tw-translate-x: -60px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:-translate-y-\[calc\(50\%-230px\)\] {
        --tw-translate-y: calc(calc(50% - 230px) * -1);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

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

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

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

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

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

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

    .lg\:justify-end {
        justify-content: flex-end;
    }

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

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

    .lg\:gap-0 {
        gap: 0px;
    }

    .lg\:gap-1 {
        gap: 0.25rem;
    }

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:gap-2\.5 {
        gap: 0.625rem;
    }

    .lg\:gap-5 {
        gap: 1.25rem;
    }

    .lg\:gap-\[11\.5px\] {
        gap: 11.5px;
    }

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

    .lg\:gap-\[25px\] {
        gap: 25px;
    }

    .lg\:self-stretch {
        align-self: stretch;
    }

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

    .lg\:border-r {
        border-right-width: 1px;
    }

    .lg\:border-solid {
        border-style: solid;
    }

    .lg\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lg\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lg\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .lg\:pb-\[30px\] {
        padding-bottom: 30px;
    }

    .lg\:pr-\[25px\] {
        padding-right: 25px;
    }

    .lg\:pt-2 {
        padding-top: 0.5rem;
    }

    .lg\:pt-\[560px\] {
        padding-top: 560px;
    }

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

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

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

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

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

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

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

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

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

    .lg\:leading-\[30px\] {
        line-height: 30px;
    }

    .lg\:before\:content-\[\'\\00a0\'\]::before {
        --tw-content: '\00a0';
        content: var(--tw-content);
    }
}

@media (min-width: 1280px) {
    .xl\:left-0 {
        left: 0px;
    }

    .xl\:right-0 {
        right: 0px;
    }

    .xl\:top-0 {
        top: 0px;
    }

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

    .xl\:top-2\.5 {
        top: 0.625rem;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:h-20 {
        height: 5rem;
    }

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

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

    .xl\:h-auto {
        height: auto;
    }

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

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

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

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

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

    .xl\:-translate-y-\[calc\(50\%-540px\)\] {
        --tw-translate-y: calc(calc(50% - 540px) * -1);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .xl\:scroll-pt-20 {
        scroll-padding-top: 5rem;
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
