.modal__wrapper[data-v-fe67d082] {
    max-height: calc(var(--vh, 1vh) * 95);
}
.mask[data-v-1a4e9f20] {
    background: var(--mask-background-color-dark);
    top: var(--site-header-height);
    height: calc(100vh - var(--site-header-height));
}
@media (min-width: 576px) {
    .mask[data-v-1a4e9f20] {
        display: none;
    }
}
.chat-tab[data-v-dd6f86c6] {
    width: 3.4375rem;
    height: 3.4375rem;
    bottom: 32px;
    background: #191a21;
    box-shadow: 2px 0 4px #00000080;
    border-radius: 0 3px 3px 0;
    transition: opacity 0.4s, transform 0.4s, color var(--global-transition);
    transform: translate(0);
    cursor: pointer;
    padding-top: 3px;
}
.chat-tab[data-v-dd6f86c6]:hover {
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.chat-tab--chat-open[data-v-dd6f86c6] {
    transform: translate(var(--site-chat-width));
}
@media (min-width: 1200px) {
    .chat-tab--chat-open[data-v-dd6f86c6] {
        transform: translate(calc(-100% - 4px));
    }
}
.loader-spinner[data-v-88460558] {
    animation: animateSpinner-88460558 2s linear infinite;
}
.loader-spinner__path[data-v-88460558] {
    stroke-linecap: butt;
    animation: animateSpinnerPath-88460558 1.5s ease-in-out infinite;
}
@keyframes animateSpinner-88460558 {
    to {
        transform: rotate(360deg);
    }
}
@keyframes animateSpinnerPath-88460558 {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.h-0[data-v-e0f01262] {
    height: 0 !important;
}
.transition-h[data-v-e0f01262] {
    transition: height 225ms;
}
.circle-countdown[data-v-e0f01262] {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: conic-gradient(#e9b10e var(--progress), #1d1e26 0deg);
}
.ui-popover-button[data-v-8528c6b9] {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    border-radius: 0.25rem;
    background-color: transparent;
    height: 2.375rem;
    transition: background var(--global-transition);
}
.ui-popover-button[data-v-8528c6b9]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.ui-popover-button__icon[data-v-8528c6b9] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    margin-right: 8px;
}
.ui-popover-button .tertiary-button[data-v-8528c6b9] {
    padding: 0 0.4375rem;
}
.chat-input-popover .popover-panel {
    width: calc(var(--site-chat-width) - 20px) !important;
    max-width: 100% !important;
}
.chat[data-v-27fba7ec] {
    position: fixed;
    left: 0;
    top: 0;
    width: var(--site-chat-width);
    height: calc(var(--vh, 1vh) * 100);
    padding-top: var(--site-header-height);
    transform: translate(-100%);
    transition: transform 0.4s, padding 0.4s ease-in-out;
    background: #191a21;
}
.chat--open[data-v-27fba7ec] {
    transform: translate(0);
}
.chat__messages[data-v-27fba7ec] {
    position: relative;
    height: 100%;
    flex: 1 1 0%;
    transform: translateZ(0);
}
.chat-pinned-message[data-v-27fba7ec] {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    font-size: 0.8125rem;
    line-height: 20px;
    padding: 10px;
}
.collapsible-content-animation-enter-active[data-v-24e7e0a2],
.collapsible-content-animation-leave-active[data-v-24e7e0a2] {
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.collapsible-content-animation-enter-active[data-v-24e7e0a2] {
    transition: all 0.45s;
}
.collapsible-content-animation-leave-active[data-v-24e7e0a2] {
    transition: all 0.2s;
}
.collapsible-content-animation-enter-from[data-v-24e7e0a2],
.collapsible-content-animation-leave-to[data-v-24e7e0a2] {
    height: 0;
}
.disclosure-panel-ui[data-v-24e7e0a2] {
    overflow: hidden;
}
.img-user[data-v-0d8ccd8c] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: conic-gradient(#e9b10e var(--progress), #1d1e26 0deg);
}
.steam-name[data-v-0d8ccd8c] {
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96px;
}
.flyout-head[data-v-0d8ccd8c] {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    height: 62px;
}
.rank[data-v-0d8ccd8c] {
    position: relative;
    display: flex;
    height: 1.375rem;
    align-items: center;
    border-radius: 0.25rem;
    --tw-bg-opacity: 0.1;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.25;
}
.rank--null[data-v-0d8ccd8c] {
    width: 18px;
    padding: 0;
}
.rank__badge[data-v-0d8ccd8c] {
    height: 16px;
    width: 16px;
}
.primary-link[data-v-05cf1169] {
    width: 100%;
    height: 46px;
    transition: color var(--global-transition);
    border-left: 1px solid transparent;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    padding: 16px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.primary-link[data-v-05cf1169]:hover,
.primary-link.router-link-exact-active[data-v-05cf1169] {
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.flyout[data-v-e69c9dbc] {
    width: 280px;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: var(--site-header-height);
    transform: translate(280px);
    transition: transform 0.4s, padding 0.4s ease-in-out;
}
.flyout--open[data-v-e69c9dbc] {
    transform: translate(0);
}
.flyout[data-v-422cf55e] {
    width: 280px;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: var(--site-header-height);
    transform: translate(280px);
    transition: transform 0.4s;
}
.flyout--open[data-v-422cf55e] {
    transform: translate(0);
}
.mask[data-v-1d5b301c] {
    background: var(--mask-background-color-dark);
    top: var(--site-header-height);
    height: calc(100vh - var(--site-header-height));
}
.footer__inner[data-v-ea1a6cd9] {
    max-width: 1366px;
}
@media (min-width: 992px) {
    .footer__inner[data-v-ea1a6cd9] {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}
.footer[data-v-ea1a6cd9],
.footer a[data-v-ea1a6cd9] {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.footer a[data-v-ea1a6cd9] {
    transition: color var(--global-transition);
}
.footer a[data-v-ea1a6cd9]:hover {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.footer .logo[data-v-ea1a6cd9] {
    max-width: 155px;
}
.footer .visa-logo[data-v-ea1a6cd9] {
    display: block;
    width: auto;
    height: 20px;
}
.footer .mastercard-logo[data-v-ea1a6cd9] {
    display: block;
    width: auto;
    height: 25px;
}
.footer .eighteen-certificate[data-v-ea1a6cd9] {
    display: block;
    width: 32px;
    height: 32px;
}
.footer-wrap[data-v-ea1a6cd9] {
    display: grid;
    grid-template-areas: "about community" "empire empire" "icons icons" "copyright copyright";
}
@media (min-width: 992px) {
    .footer-wrap[data-v-ea1a6cd9] {
        grid-template-columns: 450px 164px 1fr;
        grid-template-areas: "empire about community" "copyright icons icons";
    }
}
.icons[data-v-ea1a6cd9] {
    grid-area: icons;
}
.empire[data-v-ea1a6cd9] {
    grid-area: empire;
}
.about[data-v-ea1a6cd9] {
    grid-area: about;
}
.about a[data-v-ea1a6cd9] {
    text-decoration-line: none;
}
.community[data-v-ea1a6cd9] {
    grid-area: community;
}
.copyright[data-v-ea1a6cd9] {
    grid-area: copyright;
}
h4[data-v-ea1a6cd9] {
    height: 60px;
    line-height: normal;
}
button[data-v-df2a6d6b] {
    font-size: 14px;
    line-height: 1;
    height: 38px;
}
button:focus-visible .front[data-v-df2a6d6b] {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}
button.pop[data-v-df2a6d6b] {
    margin-top: 2px;
    height: 36px;
}
button.pop .front[data-v-df2a6d6b] {
    padding: 11px;
    transform: translateY(-2px);
}
button.pop .front[data-v-df2a6d6b]:active,
button.pop.active .front[data-v-df2a6d6b] {
    transform: translateY(-1px);
}
button .front[data-v-df2a6d6b] {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
    padding: 11px 12px;
    transition: all 0.1s;
}
button.loading[data-v-df2a6d6b],
button[data-v-df2a6d6b]:disabled {
    opacity: 0.3;
}
button.btn-primary[data-v-df2a6d6b] {
    background-color: #cc6c31;
}
button.btn-primary .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 177 14 / var(--tw-bg-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    button.btn-primary .front[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 207 66 / var(--tw-bg-opacity, 1));
    }
}
button.btn-primary.active .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 207 66 / var(--tw-bg-opacity, 1));
}
button.btn-secondary[data-v-df2a6d6b] {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    background-color: #0f1116;
}
button.btn-secondary .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    button.btn-secondary .front[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(46 50 64 / var(--tw-bg-opacity, 1));
    }
}
button.btn-secondary .front[data-v-df2a6d6b]:active,
button.btn-secondary.active .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(46 50 64 / var(--tw-bg-opacity, 1));
}
button.btn-tertiary[data-v-df2a6d6b] {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    button.btn-tertiary .front[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    }
}
button.btn-tertiary.active .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
button.btn-red[data-v-df2a6d6b] {
    background-color: #cf3535;
}
button.btn-red .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 92 92 / var(--tw-bg-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    button.btn-red .front[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 126 127 / var(--tw-bg-opacity, 1));
    }
}
button.btn-red .front[data-v-df2a6d6b]:active,
button.btn-red.active .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 126 127 / var(--tw-bg-opacity, 1));
}
button.btn-green[data-v-df2a6d6b] {
    background-color: #00963b;
}
button.btn-green .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(1 191 77 / var(--tw-bg-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    button.btn-green .front[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 227 89 / var(--tw-bg-opacity, 1));
    }
}
button.btn-green.active .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 227 89 / var(--tw-bg-opacity, 1));
}
button.btn-rounded[data-v-df2a6d6b] {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    button.btn-rounded[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    }
}
button.btn-rounded.active[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
button.btn-table[data-v-df2a6d6b] {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
button.btn-table .front[data-v-df2a6d6b] {
    justify-content: flex-start;
}
@media (hover: hover) and (pointer: fine) {
    button.btn-table .front[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    }
}
button.btn-table.active .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
button.btn-tab[data-v-df2a6d6b] {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
button.btn-tab .front[data-v-df2a6d6b] {
    border-radius: 8px 8px 0 0;
    --tw-bg-opacity: 1;
    background-color: rgb(25 26 33 / var(--tw-bg-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    button.btn-tab .front[data-v-df2a6d6b]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    }
}
button.btn-tab.active .front[data-v-df2a6d6b] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
button.stretch[data-v-df2a6d6b] {
    width: 100%;
}
.balance[data-v-c9b3bc36] {
    display: inline-flex;
    height: 2.5rem;
    align-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(41 42 52 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
    padding-left: 0.9375rem;
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
    padding-right: 0.4375rem;
    border-radius: 4px;
    transition: border var(--global-transition), background var(--global-transition), color var(--global-transition);
}
.balance--has-win[data-v-c9b3bc36] {
    --tw-border-opacity: 1;
    border-color: rgb(0 227 89 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 227 89 / var(--tw-text-opacity, 1));
    background: #10d9600f;
}
@media (min-width: 1200px) {
    .balance[data-v-c9b3bc36] {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        height: 38px;
    }
}
.balance__button[data-v-c9b3bc36] {
    margin-left: 0.625rem;
    display: flex;
    height: 1.625rem;
    width: 1.625rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(233 177 14 / var(--tw-bg-opacity, 1));
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
    box-shadow: inset 0 -2px #cc6c31;
    border-radius: 4px;
}
.balance__button svg[data-v-c9b3bc36] {
    height: 0.625rem;
    width: 0.625rem;
}
.user-action[data-v-b5d6b748] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.alert[data-v-b5d6b748] {
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
}
.inactive[data-v-b5d6b748]:hover {
    color: unset;
}
.tag-primary__green[data-v-48a4da84] {
    background-color: #01bf4d1a;
    --tw-text-opacity: 1;
    color: rgb(1 191 77 / var(--tw-text-opacity, 1));
}
.tag-primary__red[data-v-48a4da84] {
    background-color: #ff5c5c1a;
    --tw-text-opacity: 1;
    color: rgb(255 92 92 / var(--tw-text-opacity, 1));
}
.tag-primary__yellow[data-v-48a4da84] {
    background-color: #e9b10e1a;
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.tag-primary__grey[data-v-48a4da84] {
    background-color: #9293a61a;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.tag-secondary[data-v-48a4da84] {
    --tw-text-opacity: 1;
    color: rgb(21 22 29 / var(--tw-text-opacity, 1));
}
.tag-secondary__green[data-v-48a4da84] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 227 89 / var(--tw-bg-opacity, 1));
}
.tag-secondary__red[data-v-48a4da84] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 92 92 / var(--tw-bg-opacity, 1));
}
.tag-secondary__yellow[data-v-48a4da84] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 177 14 / var(--tw-bg-opacity, 1));
}
.tag-secondary__grey[data-v-48a4da84] {
    --tw-bg-opacity: 1;
    background-color: rgb(146 147 166 / var(--tw-bg-opacity, 1));
}
.nav-button[data-v-127a8b4d] {
    min-width: 100px;
}
.link[data-v-127a8b4d] {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.link[data-v-127a8b4d]:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(233 177 14 / var(--tw-bg-opacity, 1));
}
.link.router-link-exact-active[data-v-127a8b4d] {
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.link.router-link-exact-active[data-v-127a8b4d]:after {
    display: block;
}
.button-inventory[data-v-127a8b4d] {
    width: var(--button-height);
}
.button-inventory svg[data-v-127a8b4d] {
    width: 18px;
    height: 18px;
}
.notify[data-v-127a8b4d] {
    width: 0.3125rem;
    height: 0.3125rem;
    right: 0.625rem;
}
@media (min-width: 576px) {
    .notify[data-v-127a8b4d] {
        width: 0.4375rem;
        height: 0.4375rem;
    }
}
.status[data-v-7fd4712f] {
    background: #121319;
}
.status__rank[data-v-7fd4712f] {
    width: 20px;
    height: 20px;
}
.status__bar[data-v-7fd4712f] {
    width: 140px;
}
.status__bar[data-v-7fd4712f],
.status__bar > div[data-v-7fd4712f] {
    height: 8px;
    border-radius: 8px;
    transition: width 0.4s;
}
.status__logout[data-v-7fd4712f] {
    color: #464854;
}
.status__logout[data-v-7fd4712f],
.status__logout svg[data-v-7fd4712f] {
    width: 18px;
    height: 18px;
}
.layout[data-v-d89d95c2] {
    display: grid;
    grid-template-columns: var(--site-chat-width) calc(100% - var(--site-chat-width));
    grid-template-rows: var(--site-header-row-a-height) var(--site-header-row-b-height);
    height: 100%;
}
.logo[data-v-d89d95c2] {
    grid-row-start: 1;
    grid-row-end: span 2;
}
.logo svg[data-v-d89d95c2] {
    display: block;
    width: 100%;
    max-width: 12.75rem;
    height: auto;
}
.bg-color[data-v-d89d95c2] {
    background: #1d1e26;
}
.size-xl[data-v-d6b986a2] {
    font-size: 20px;
    line-height: 1.5;
}
.size-large[data-v-d6b986a2] {
    font-size: 16px;
    line-height: 1.6;
}
.size-medium[data-v-d6b986a2] {
    font-size: 14px;
    line-height: 1.6;
}
.size-small[data-v-d6b986a2] {
    font-size: 12px;
    line-height: 1.6;
}
.size-xs[data-v-d6b986a2] {
    font-size: 10px;
    line-height: 1.6;
}
a[data-v-d6b986a2] {
    color: inherit;
    text-decoration-line: underline;
}
a[data-v-d6b986a2]:hover {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.currency-loader[data-v-9b72eb32] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.currency-loader[data-v-9b72eb32]:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transform: translate3d(-100%, 0, 0);
    background-image: linear-gradient(90deg, #22232c00 0, #22232cb3 50%, #22232c00);
    animation: currency-loader-9b72eb32 1s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes currency-loader-9b72eb32 {
    to {
        transform: translate3d(100%, 0, 0);
    }
}
h2[data-v-77a34606],
h3[data-v-77a34606],
h4[data-v-77a34606],
h5[data-v-77a34606],
h6[data-v-77a34606] {
    font-weight: 700;
}
h1[data-v-77a34606] {
    font-family: Flama-Bold, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    font-size: 42px;
}
h2[data-v-77a34606] {
    line-height: 1.2;
    font-size: 20px;
}
h3[data-v-77a34606] {
    line-height: 1.2;
    font-size: 16px;
}
h4[data-v-77a34606] {
    line-height: 1.2;
    font-size: 14px;
}
h5[data-v-77a34606] {
    line-height: 1.2;
    font-size: 12px;
}
h6[data-v-77a34606] {
    line-height: 1.2;
    font-size: 10px;
}
@keyframes loader-9c0eda2d {
    to {
        transform: translate3d(100%, 0, 0);
    }
}
.loader[data-v-9c0eda2d]:after {
    animation: loader-9c0eda2d 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
.layout[data-v-9626dd2d] {
    display: grid;
    grid-template-columns: var(--site-chat-width) calc(100% - var(--site-chat-width));
    grid-template-rows: var(--site-header-row-height);
    height: 100%;
}
.logo[data-v-9626dd2d] {
    grid-row-start: 1;
    grid-row-end: span 2;
}
.logo svg[data-v-9626dd2d] {
    display: block;
    width: 100%;
    max-width: 12.75rem;
    height: auto;
}
.select-button[data-v-4e0e2172] {
    min-width: -moz-max-content;
    min-width: max-content;
}
.spoiler[data-v-2b657446] {
    transition: color 0.5s;
    position: relative;
}
.spoiler[data-v-2b657446]:not(:hover),
.spoiler[data-v-2b657446]:not(:hover) * {
    color: transparent;
    background: #000;
}
.spoiler[data-v-2b657446] * {
    transition: color 0.5s, background 0.5s;
}
.spoiler[data-v-2b657446]:not(:hover) * {
    background: #000;
}
.spoiler[data-v-2b657446]:not(:hover):after {
    color: #666;
    background: #000;
    transition: color 0.3s 0.3s;
}
.alert-error[data-v-58e934de] {
    width: 100%;
    padding: 0.625rem 0.9375rem;
    background-color: #96000066;
    border: 1px solid rgba(150, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
#input_2fa {
    text-align: left;
}
.popover-panel {
    box-shadow: 0 4px 8px #0003;
}
.sidebar[data-v-ebe4b4fd] {
    --z-sidebar-structure: 35;
    --z-sidebar-overlay: 30;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    border-radius: 0.625rem;
}
.sidebar__inner[data-v-ebe4b4fd] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: var(--z-sidebar-structure);
}
.sidebar__component[data-v-ebe4b4fd] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: var(--site-sidebar-width);
}
.sidebar__desktop[data-v-ebe4b4fd] {
    --sidebar-spacing-offset: 32px;
    padding: 16px;
}
.sidebar__desktop .sidebar__inner[data-v-ebe4b4fd] {
    border-radius: 0.625rem;
}
.sidebar__mobile[data-v-ebe4b4fd] {
    --sidebar-spacing-offset: 8px;
    border-top-left-radius: 0.625rem;
    padding-top: 8px;
}
.sidebar__mobile .sidebar__inner[data-v-ebe4b4fd] {
    border-top-left-radius: 0.625rem;
}
.sidebar__mask[data-v-ebe4b4fd] {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100vw;
    background: var(--mask-background-color-dark);
    top: var(--site-header-height);
    transition: top 0.4s ease-in-out;
    z-index: var(--z-sidebar-overlay);
}
.sidebar-slide-animation-enter-active[data-v-ebe4b4fd],
.sidebar-slide-animation-leave-active[data-v-ebe4b4fd] {
    transition: all 0.45s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.sidebar-slide-animation-enter-from[data-v-ebe4b4fd],
.sidebar-slide-animation-leave-to[data-v-ebe4b4fd] {
    transform: translate(calc(var(--site-sidebar-width) + 16px));
}
.sidebar-slide-animation-enter-to[data-v-ebe4b4fd],
.sidebar-slide-animation-leave-from[data-v-ebe4b4fd] {
    transform: translate(0);
}
.support-wrap--sidebar-space {
    right: calc(var(--site-sidebar-width) + 32px);
}
.toast-img-icon[data-v-54e5acf6] {
    margin-right: 16px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.toast-img img[data-v-54e5acf6] {
    width: 32px;
    height: auto;
}
.toast-icon[data-v-54e5acf6] {
    border-radius: 0.3125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.toast-timer[data-v-54e5acf6] {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    height: 4px;
}
.toast-close-button[data-v-54e5acf6] {
    position: absolute;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    top: 19px;
    right: 16px;
}
.toast-close-button[data-v-54e5acf6]:hover {
    opacity: 0.7;
}
.reward[data-v-1c899067] {
    height: 3.125rem;
    width: 3.125rem;
}
@media (min-width: 768px) {
    .reward[data-v-1c899067] {
        width: 3.75rem;
        height: 3.75rem;
    }
}
.level-up__rewards[data-v-144d5139] {
    max-width: 42rem;
}
.level-up__rewards--rust .level-up__rewards-border[data-v-144d5139] {
    background-image: linear-gradient(90deg, #d2c3b300, #d2c3b3, #d2c3b300);
}
.level-up__rewards--bronze .level-up__rewards-border[data-v-144d5139] {
    background-image: linear-gradient(90deg, #ffcbaa00, #ffcbaa, #ffcbaa00);
}
.level-up__rewards--silver .level-up__rewards-border[data-v-144d5139] {
    background-image: linear-gradient(90deg, #dee8f600, #dee8f6, #dee8f600);
}
.level-up__rewards--gold .level-up__rewards-border[data-v-144d5139] {
    background-image: linear-gradient(90deg, #f3d88600, #f3d886, #f3d88600);
}
.level-up__rewards--diamond .level-up__rewards-border[data-v-144d5139] {
    background-image: linear-gradient(90deg, #c2f8fe00, #c2f8fe, #c2f8fe00);
}
.level-up__rewards--uranium .level-up__rewards-border[data-v-144d5139] {
    background-image: linear-gradient(90deg, #abfe8d00, #abfe8d, #abfe8d00);
}
.level-up__rewards--unbreakable .level-up__rewards-border[data-v-144d5139] {
    background-image: linear-gradient(90deg, #abfe8d00, #ff5011, #abfe8d00);
}
.level-up__xp[data-v-a4b17736] {
    position: relative;
    display: flex;
    height: 1.875rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    max-width: 24.375rem;
    border-radius: 1.875rem;
}
.level-up__xp-bar[data-v-a4b17736] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 90 50 / var(--tw-bg-opacity, 1));
    border-radius: 1.875rem;
    transition: none;
}
.level-up__xp-bar.animating[data-v-a4b17736] {
    transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
table.CookieDeclarationTable {
    word-break: break-all;
    font-size: 10px;
}
div.CookieDeclarationType {
    margin-left: -8px;
    margin-right: -8px;
}
@media (min-width: 768px) {
    table.CookieDeclarationTable {
        overflow-wrap: normal;
        word-break: normal;
        font-size: inherit;
    }
    div.CookieDeclarationType {
        margin-left: 0;
        margin-right: 0;
    }
}
#CookiebotWidget {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.site-layout__head[data-v-e4ebbb86] {
    left: 0;
    position: fixed;
    height: var(--site-header-height);
    top: 0;
    transition: height 275ms;
}
.site-layout__main[data-v-e4ebbb86] {
    padding-top: var(--site-header-height);
    transition: padding-top 0.4s ease-in-out;
    min-height: calc(100vh - var(--site-header-height));
}
@media (min-width: 1200px) {
    .site-layout--matchbetting-open .page-layout[data-v-e4ebbb86],
    .site-layout--trades.site-layout--trades-open .page-layout[data-v-e4ebbb86] {
        padding-right: calc(var(--site-sidebar-width) + 16px);
    }
    .site-layout--chat-open .page-layout[data-v-e4ebbb86] {
        /*padding-left: var(--site-chat-width);*/
    }
}
.page-layout__inner[data-v-e4ebbb86] {
    min-height: calc(100vh - var(--site-header-height));
}
@media (hover: none) {
    .hit-area[data-v-427dc3eb] {
        display: block !important;
    }
}
.hit-area[data-v-427dc3eb] {
    height: 38px;
    display: none;
}
*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.ms-absolute {
    position: absolute;
}
.ms-relative {
    position: relative;
}
.ms-inset-x-0 {
    left: 0;
    right: 0;
}
.ms-top-\[-8px\] {
    top: -8px;
}
.ms-z-50 {
    z-index: 50;
}
.ms-z-\[60\] {
    z-index: 60;
}
.ms-mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ms-my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.ms-my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ms-mt-\[10px\] {
    margin-top: 10px;
}
.ms-flex {
    display: flex;
}
.ms-size-\[14px\] {
    width: 14px;
    height: 14px;
}
.ms-size-\[24px\] {
    width: 24px;
    height: 24px;
}
.ms-h-0 {
    height: 0px;
}
.ms-h-\[22px\] {
    height: 22px;
}
.ms-h-\[38px\] {
    height: 38px;
}
.ms-h-\[40px\] {
    height: 40px;
}
.ms-h-full {
    height: 100%;
}
.ms-h-screen {
    height: 100vh;
}
.ms-w-\[1\%\] {
    width: 1%;
}
.ms-w-\[36px\] {
    width: 36px;
}
.ms-w-\[500px\] {
    width: 500px;
}
.ms-w-full {
    width: 100%;
}
.ms-max-w-\[1px\] {
    max-width: 1px;
}
.ms-flex-shrink-0 {
    flex-shrink: 0;
}
.ms-translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ms-translate-y-4 {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ms-transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ms-cursor-pointer {
    cursor: pointer;
}
.ms-appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ms-flex-row {
    flex-direction: row;
}
.ms-flex-col {
    flex-direction: column;
}
.ms-items-center {
    align-items: center;
}
.ms-justify-start {
    justify-content: flex-start;
}
.ms-justify-center {
    justify-content: center;
}
.ms-gap-\[20px\] {
    gap: 20px;
}
.ms-overflow-hidden {
    overflow: hidden;
}
.ms-overflow-y-auto {
    overflow-y: auto;
}
.ms-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ms-whitespace-nowrap {
    white-space: nowrap;
}
.ms-rounded {
    border-radius: 0.25rem;
}
.ms-rounded-\[11px\] {
    border-radius: 11px;
}
.ms-border {
    border-width: 1px;
}
.ms-border-\[\#444\] {
    --tw-border-opacity: 1;
    border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
}
.ms-bg-\[\#222\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.ms-bg-\[\#555\] {
    --tw-bg-opacity: 1;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
}
.ms-bg-\[\#EEEEEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.ms-bg-\[\#ddd\] {
    --tw-bg-opacity: 1;
    background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}
.ms-p-\[2px\] {
    padding: 2px;
}
.ms-p-\[8px\] {
    padding: 8px;
}
.ms-px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}
.ms-py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ms-align-text-bottom {
    vertical-align: text-bottom;
}
.ms-tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ms-text-\[\#333333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.ms-text-\[\#EEE\],
.ms-text-\[\#eee\] {
    --tw-text-opacity: 1;
    color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}
.ms-text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.ms-opacity-0 {
    opacity: 0;
}
.ms-opacity-100 {
    opacity: 1;
}
.ms-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.ms-transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.ms-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.ms-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.ms-transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.ms-duration-150 {
    transition-duration: 0.15s;
}
.ms-duration-200 {
    transition-duration: 0.2s;
}
.ms-duration-500 {
    transition-duration: 0.5s;
}
.ms-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ms-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ms-will-change-transform {
    will-change: transform;
}
.before\:ms-absolute:before {
    content: var(--tw-content);
    position: absolute;
}
.before\:ms-left-\[2px\]:before {
    content: var(--tw-content);
    left: 2px;
}
.before\:ms-top-1\/2:before {
    content: var(--tw-content);
    top: 50%;
}
.before\:ms-size-\[18px\]:before {
    content: var(--tw-content);
    width: 18px;
    height: 18px;
}
.before\:ms-translate-x-0:before {
    content: var(--tw-content);
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:ms-translate-y-\[-50\%\]:before {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:ms-rounded-full:before {
    content: var(--tw-content);
    border-radius: 9999px;
}
.before\:ms-bg-current:before {
    content: var(--tw-content);
    background-color: currentColor;
}
.before\:checked\:ms-left-\[16px\]:checked:before {
    content: var(--tw-content);
    left: 16px;
}
*,
: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: ;
}
*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}
:before,
:after {
    --tw-content: "";
}
html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    line-height: inherit;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
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;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
button,
[role="button"] {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}
.\!container {
    width: 100% !important;
}
.container {
    width: 100%;
}
@media (min-width: 375px) {
    .\!container {
        max-width: 375px !important;
    }
    .container {
        max-width: 375px;
    }
}
@media (min-width: 576px) {
    .\!container {
        max-width: 576px !important;
    }
    .container {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .\!container {
        max-width: 768px !important;
    }
    .container {
        max-width: 768px;
    }
}
@media (min-width: 992px) {
    .\!container {
        max-width: 992px !important;
    }
    .container {
        max-width: 992px;
    }
}
@media (min-width: 1200px) {
    .\!container {
        max-width: 1200px !important;
    }
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1440px) {
    .\!container {
        max-width: 1440px !important;
    }
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1580px) {
    .\!container {
        max-width: 1580px !important;
    }
    .container {
        max-width: 1580px;
    }
}
.pointer-events-none {
    pointer-events: none;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.collapse {
    visibility: collapse;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.inset-x-0 {
    left: 0;
    right: 0;
}
.inset-y-0 {
    top: 0;
    bottom: 0;
}
.-bottom-\[32px\] {
    bottom: -32px;
}
.-bottom-md {
    bottom: -8px;
}
.-left-\[24px\] {
    left: -24px;
}
.-right-\[32px\] {
    right: -32px;
}
.-top-\[32px\] {
    top: -32px;
}
.bottom-0 {
    bottom: 0;
}
.bottom-\[-12px\] {
    bottom: -12px;
}
.bottom-\[-1px\] {
    bottom: -1px;
}
.bottom-\[-40px\] {
    bottom: -40px;
}
.bottom-\[-60px\] {
    bottom: -60px;
}
.bottom-\[-8px\] {
    bottom: -8px;
}
.bottom-\[12px\] {
    bottom: 12px;
}
.bottom-\[20px\] {
    bottom: 20px;
}
.bottom-\[24px\] {
    bottom: 24px;
}
.bottom-\[2px\] {
    bottom: 2px;
}
.bottom-\[5px\] {
    bottom: 5px;
}
.bottom-\[66px\] {
    bottom: 66px;
}
.bottom-md {
    bottom: 8px;
}
.left-0 {
    left: 0;
}
.left-1\/2 {
    left: 50%;
}
.left-\[-10\%\] {
    left: -10%;
}
.left-\[-1px\] {
    left: -1px;
}
.left-\[-2px\] {
    left: -2px;
}
.left-\[-4px\] {
    left: -4px;
}
.left-\[-7px\] {
    left: -7px;
}
.left-\[19px\] {
    left: 19px;
}
.left-\[24px\] {
    left: 24px;
}
.left-\[47px\] {
    left: 47px;
}
.left-\[50\%\] {
    left: 50%;
}
.left-\[6px\] {
    left: 6px;
}
.left-md {
    left: 8px;
}
.right-0 {
    right: 0;
}
.right-\[-10px\] {
    right: -10px;
}
.right-\[-130px\] {
    right: -130px;
}
.right-\[-1px\] {
    right: -1px;
}
.right-\[-25px\] {
    right: -25px;
}
.right-\[-2px\] {
    right: -2px;
}
.right-\[-35px\] {
    right: -35px;
}
.right-\[-3px\] {
    right: -3px;
}
.right-\[-40px\] {
    right: -40px;
}
.right-\[-4px\] {
    right: -4px;
}
.right-\[-5\%\] {
    right: -5%;
}
.right-\[10px\] {
    right: 10px;
}
.right-\[110px\] {
    right: 110px;
}
.right-\[12px\] {
    right: 12px;
}
.right-\[13px\] {
    right: 13px;
}
.right-\[20px\] {
    right: 20px;
}
.right-\[25px\] {
    right: 25px;
}
.right-\[40px\] {
    right: 40px;
}
.right-\[50\%\] {
    right: 50%;
}
.right-md {
    right: 8px;
}
.top-0 {
    top: 0;
}
.top-1\/2 {
    top: 50%;
}
.top-1\/3 {
    top: 33.33333%;
}
.top-\[-10px\] {
    top: -10px;
}
.top-\[-120px\] {
    top: -120px;
}
.top-\[-1px\] {
    top: -1px;
}
.top-\[-3px\] {
    top: -3px;
}
.top-\[-60px\] {
    top: -60px;
}
.top-\[-70px\] {
    top: -70px;
}
.top-\[-7px\] {
    top: -7px;
}
.top-\[-8px\] {
    top: -8px;
}
.top-\[10\%\] {
    top: 10%;
}
.top-\[10px\] {
    top: 10px;
}
.top-\[13px\] {
    top: 13px;
}
.top-\[15\%\] {
    top: 15%;
}
.top-\[15px\] {
    top: 15px;
}
.top-\[1px\] {
    top: 1px;
}
.top-\[20px\] {
    top: 20px;
}
.top-\[224px\] {
    top: 224px;
}
.top-\[28px\] {
    top: 28px;
}
.top-\[2px\] {
    top: 2px;
}
.top-\[320px\] {
    top: 320px;
}
.top-\[340px\] {
    top: 340px;
}
.top-\[50\%\] {
    top: 50%;
}
.top-\[5px\] {
    top: 5px;
}
.top-\[90px\] {
    top: 90px;
}
.top-md {
    top: 8px;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-1003 {
    z-index: 1003;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-60 {
    z-index: 60;
}
.z-70 {
    z-index: 70;
}
.z-\[100\] {
    z-index: 100;
}
.z-\[10\] {
    z-index: 10;
}
.z-\[45\] {
    z-index: 45;
}
.z-\[46\] {
    z-index: 46;
}
.z-\[5\] {
    z-index: 5;
}
.z-\[99\] {
    z-index: 99;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-last {
    order: 9999;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.col-span-full {
    grid-column: 1 / -1;
}
.-m-xl {
    margin: -32px;
}
.m-auto {
    margin: auto;
}
.m-md {
    margin: 8px;
}
.m-sm {
    margin: 4px;
}
.m-xs {
    margin: 2px;
}
.-mx-lg {
    margin-left: -16px;
    margin-right: -16px;
}
.-mx-sm {
    margin-left: -4px;
    margin-right: -4px;
}
.-mx-xl {
    margin-left: -32px;
    margin-right: -32px;
}
.-my-md {
    margin-top: -8px;
    margin-bottom: -8px;
}
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.mx-01 {
    margin-left: 1px;
    margin-right: 1px;
}
.mx-03 {
    margin-left: 3px;
    margin-right: 3px;
}
.mx-1 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}
.mx-2 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
.mx-3 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}
.mx-\[-12px\] {
    margin-left: -12px;
    margin-right: -12px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mx-lg {
    margin-left: 16px;
    margin-right: 16px;
}
.mx-md {
    margin-left: 8px;
    margin-right: 8px;
}
.mx-sm {
    margin-left: 4px;
    margin-right: 4px;
}
.mx-xl {
    margin-left: 32px;
    margin-right: 32px;
}
.mx-xs {
    margin-left: 2px;
    margin-right: 2px;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.my-01 {
    margin-top: 1px;
    margin-bottom: 1px;
}
.my-03 {
    margin-top: 3px;
    margin-bottom: 3px;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-2 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
.my-3 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.my-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-8 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
}
.my-\[25px\] {
    margin-top: 25px;
    margin-bottom: 25px;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.my-lg {
    margin-top: 16px;
    margin-bottom: 16px;
}
.my-md {
    margin-top: 8px;
    margin-bottom: 8px;
}
.my-sm {
    margin-top: 4px;
    margin-bottom: 4px;
}
.my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
}
.my-xs {
    margin-top: 2px;
    margin-bottom: 2px;
}
.\!mb-0 {
    margin-bottom: 0 !important;
}
.-mb-2 {
    margin-bottom: -0.625rem;
}
.-mb-4 {
    margin-bottom: -1.25rem;
}
.-mb-6 {
    margin-bottom: -1.875rem;
}
.-mb-\[3px\] {
    margin-bottom: -3px;
}
.-mb-lg {
    margin-bottom: -16px;
}
.-mb-xl {
    margin-bottom: -32px;
}
.-ml-10 {
    margin-left: -2.5rem;
}
.-ml-12 {
    margin-left: -3.125rem;
}
.-ml-2 {
    margin-left: -0.625rem;
}
.-ml-4 {
    margin-left: -1.25rem;
}
.-ml-6 {
    margin-left: -1.875rem;
}
.-ml-md {
    margin-left: -8px;
}
.-ml-xxs {
    margin-left: -1px;
}
.-mr-3 {
    margin-right: -0.9375rem;
}
.-mr-sm {
    margin-right: -4px;
}
.-mt-02 {
    margin-top: -2px;
}
.-mt-1 {
    margin-top: -0.3125rem;
}
.-mt-4 {
    margin-top: -1.25rem;
}
.-mt-\[--sidebar-header-height\] {
    margin-top: calc(var(--sidebar-header-height) * -1);
}
.-mt-lg {
    margin-top: -16px;
}
.-mt-md {
    margin-top: -8px;
}
.-mt-sm {
    margin-top: -4px;
}
.-mt-xl {
    margin-top: -32px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-03 {
    margin-bottom: 3px;
}
.mb-1 {
    margin-bottom: 0.3125rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-12 {
    margin-bottom: 3.125rem;
}
.mb-2 {
    margin-bottom: 0.625rem;
}
.mb-3 {
    margin-bottom: 0.9375rem;
}
.mb-4 {
    margin-bottom: 1.25rem;
}
.mb-5 {
    margin-bottom: 1.5625rem;
}
.mb-6 {
    margin-bottom: 1.875rem;
}
.mb-8 {
    margin-bottom: 2.1875rem;
}
.mb-\[-2px\] {
    margin-bottom: -2px;
}
.mb-\[10px\] {
    margin-bottom: 10px;
}
.mb-\[12px\] {
    margin-bottom: 12px;
}
.mb-\[20px\] {
    margin-bottom: 20px;
}
.mb-\[24px\] {
    margin-bottom: 24px;
}
.mb-lg {
    margin-bottom: 16px;
}
.mb-md {
    margin-bottom: 8px;
}
.mb-sm {
    margin-bottom: 4px;
}
.mb-xl {
    margin-bottom: 32px;
}
.mb-xs {
    margin-bottom: 2px;
}
.mb-xxl {
    margin-bottom: 64px;
}
.mb-xxs {
    margin-bottom: 1px;
}
.ml-03 {
    margin-left: 3px;
}
.ml-1 {
    margin-left: 0.3125rem;
}
.ml-2 {
    margin-left: 0.625rem;
}
.ml-3 {
    margin-left: 0.9375rem;
}
.ml-4 {
    margin-left: 1.25rem;
}
.ml-\[-16px\] {
    margin-left: -16px;
}
.ml-\[-26px\] {
    margin-left: -26px;
}
.ml-\[12px\] {
    margin-left: 12px;
}
.ml-\[80px\] {
    margin-left: 80px;
}
.ml-auto {
    margin-left: auto;
}
.ml-lg {
    margin-left: 16px;
}
.ml-md {
    margin-left: 8px;
}
.ml-sm {
    margin-left: 4px;
}
.ml-xl {
    margin-left: 32px;
}
.ml-xs {
    margin-left: 2px;
}
.mr-0 {
    margin-right: 0;
}
.mr-1 {
    margin-right: 0.3125rem;
}
.mr-2 {
    margin-right: 0.625rem;
}
.mr-3 {
    margin-right: 0.9375rem;
}
.mr-4 {
    margin-right: 1.25rem;
}
.mr-\[10px\] {
    margin-right: 10px;
}
.mr-\[11px\] {
    margin-right: 11px;
}
.mr-\[12px\] {
    margin-right: 12px;
}
.mr-\[20px\] {
    margin-right: 20px;
}
.mr-\[40px\] {
    margin-right: 40px;
}
.mr-auto {
    margin-right: auto;
}
.mr-lg {
    margin-right: 16px;
}
.mr-md {
    margin-right: 8px;
}
.mr-sm {
    margin-right: 4px;
}
.mr-xl {
    margin-right: 32px;
}
.mr-xs {
    margin-right: 2px;
}
.mt-0 {
    margin-top: 0;
}
.mt-01 {
    margin-top: 1px;
}
.mt-02 {
    margin-top: 2px;
}
.mt-1 {
    margin-top: 0.3125rem;
}
.mt-2 {
    margin-top: 0.625rem;
}
.mt-3 {
    margin-top: 0.9375rem;
}
.mt-4 {
    margin-top: 1.25rem;
}
.mt-5 {
    margin-top: 1.5625rem;
}
.mt-6 {
    margin-top: 1.875rem;
}
.mt-8 {
    margin-top: 2.1875rem;
}
.mt-\[-12px\] {
    margin-top: -12px;
}
.mt-\[-2px\] {
    margin-top: -2px;
}
.mt-\[10px\] {
    margin-top: 10px;
}
.mt-\[120px\] {
    margin-top: 120px;
}
.mt-\[12px\] {
    margin-top: 12px;
}
.mt-\[20px\] {
    margin-top: 20px;
}
.mt-\[24px\] {
    margin-top: 24px;
}
.mt-\[28px\] {
    margin-top: 28px;
}
.mt-\[2px\] {
    margin-top: 2px;
}
.mt-\[30px\] {
    margin-top: 30px;
}
.mt-\[37px\] {
    margin-top: 37px;
}
.mt-\[3px\] {
    margin-top: 3px;
}
.mt-\[40px\] {
    margin-top: 40px;
}
.mt-\[60px\] {
    margin-top: 60px;
}
.mt-\[70px\] {
    margin-top: 70px;
}
.mt-\[90px\] {
    margin-top: 90px;
}
.mt-auto {
    margin-top: auto;
}
.mt-lg {
    margin-top: 16px;
}
.mt-md {
    margin-top: 8px;
}
.mt-sm {
    margin-top: 4px;
}
.mt-xl {
    margin-top: 32px;
}
.mt-xs {
    margin-top: 2px;
}
.mt-xxl {
    margin-top: 64px;
}
.mt-xxs {
    margin-top: 1px;
}
.box-border {
    box-sizing: border-box;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.table-row-group {
    display: table-row-group;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}
.aspect-\[4\/3\] {
    aspect-ratio: 4/3;
}
.size-\[10px\] {
    width: 10px;
    height: 10px;
}
.size-\[12px\] {
    width: 12px;
    height: 12px;
}
.size-\[144px\] {
    width: 144px;
    height: 144px;
}
.size-\[14px\] {
    width: 14px;
    height: 14px;
}
.size-\[16px\] {
    width: 16px;
    height: 16px;
}
.size-\[17px\] {
    width: 17px;
    height: 17px;
}
.size-\[20px\] {
    width: 20px;
    height: 20px;
}
.size-\[22px\] {
    width: 22px;
    height: 22px;
}
.size-\[24px\] {
    width: 24px;
    height: 24px;
}
.size-\[28px\] {
    width: 28px;
    height: 28px;
}
.size-\[32px\] {
    width: 32px;
    height: 32px;
}
.size-\[40px\] {
    width: 40px;
    height: 40px;
}
.size-\[42px\] {
    width: 42px;
    height: 42px;
}
.size-\[44px\] {
    width: 44px;
    height: 44px;
}
.size-\[48px\] {
    width: 48px;
    height: 48px;
}
.size-auto {
    width: auto;
    height: auto;
}
.size-full {
    width: 100%;
    height: 100%;
}
.\!h-0 {
    height: 0px !important;
}
.\!h-26 {
    height: 1.625rem !important;
}
.\!h-\[28px\] {
    height: 28px !important;
}
.\!h-\[46px\] {
    height: 46px !important;
}
.\!h-auto {
    height: auto !important;
}
.h-0 {
    height: 0px;
}
.h-10 {
    height: 0.625rem;
}
.h-12 {
    height: 0.75rem;
}
.h-14 {
    height: 0.875rem;
}
.h-16 {
    height: 1rem;
}
.h-18 {
    height: 1.125rem;
}
.h-20 {
    height: 1.25rem;
}
.h-22 {
    height: 1.375rem;
}
.h-24 {
    height: 1.5rem;
}
.h-26 {
    height: 1.625rem;
}
.h-28 {
    height: 1.75rem;
}
.h-30 {
    height: 1.875rem;
}
.h-40 {
    height: 2.5rem;
}
.h-50 {
    height: 3.125rem;
}
.h-8 {
    height: 0.5rem;
}
.h-\[--site-header-compact-height\] {
    height: var(--site-header-compact-height);
}
.h-\[--site-header-language-banner-height\] {
    height: var(--site-header-language-banner-height);
}
.h-\[0px\] {
    height: 0px;
}
.h-\[106px\] {
    height: 106px;
}
.h-\[107px\] {
    height: 107px;
}
.h-\[109px\] {
    height: 109px;
}
.h-\[10px\] {
    height: 10px;
}
.h-\[114px\] {
    height: 114px;
}
.h-\[120\%\] {
    height: 120%;
}
.h-\[120px\] {
    height: 120px;
}
.h-\[125px\] {
    height: 125px;
}
.h-\[126px\] {
    height: 126px;
}
.h-\[129px\] {
    height: 129px;
}
.h-\[12px\] {
    height: 12px;
}
.h-\[130px\] {
    height: 130px;
}
.h-\[140px\] {
    height: 140px;
}
.h-\[144px\] {
    height: 144px;
}
.h-\[146px\] {
    height: 146px;
}
.h-\[14px\] {
    height: 14px;
}
.h-\[150px\] {
    height: 150px;
}
.h-\[155px\] {
    height: 155px;
}
.h-\[160px\] {
    height: 160px;
}
.h-\[16px\] {
    height: 16px;
}
.h-\[170px\] {
    height: 170px;
}
.h-\[172px\] {
    height: 172px;
}
.h-\[18px\] {
    height: 18px;
}
.h-\[1px\] {
    height: 1px;
}
.h-\[200px\] {
    height: 200px;
}
.h-\[204px\] {
    height: 204px;
}
.h-\[206px\] {
    height: 206px;
}
.h-\[207px\] {
    height: 207px;
}
.h-\[208px\] {
    height: 208px;
}
.h-\[20px\] {
    height: 20px;
}
.h-\[21px\] {
    height: 21px;
}
.h-\[220px\] {
    height: 220px;
}
.h-\[224px\] {
    height: 224px;
}
.h-\[22px\] {
    height: 22px;
}
.h-\[230px\] {
    height: 230px;
}
.h-\[23px\] {
    height: 23px;
}
.h-\[240px\] {
    height: 240px;
}
.h-\[246px\] {
    height: 246px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[25\%\] {
    height: 25%;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[26px\] {
    height: 26px;
}
.h-\[271px\] {
    height: 271px;
}
.h-\[28px\] {
    height: 28px;
}
.h-\[290px\] {
    height: 290px;
}
.h-\[292px\] {
    height: 292px;
}
.h-\[299px\] {
    height: 299px;
}
.h-\[2px\] {
    height: 2px;
}
.h-\[30px\] {
    height: 30px;
}
.h-\[310px\] {
    height: 310px;
}
.h-\[32px\] {
    height: 32px;
}
.h-\[34px\] {
    height: 34px;
}
.h-\[35px\] {
    height: 35px;
}
.h-\[36px\] {
    height: 36px;
}
.h-\[38px\] {
    height: 38px;
}
.h-\[3px\] {
    height: 3px;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[42px\] {
    height: 42px;
}
.h-\[44px\] {
    height: 44px;
}
.h-\[45px\] {
    height: 45px;
}
.h-\[46px\] {
    height: 46px;
}
.h-\[47px\] {
    height: 47px;
}
.h-\[490px\] {
    height: 490px;
}
.h-\[49px\] {
    height: 49px;
}
.h-\[4px\] {
    height: 4px;
}
.h-\[500px\] {
    height: 500px;
}
.h-\[50px\] {
    height: 50px;
}
.h-\[52px\] {
    height: 52px;
}
.h-\[54px\] {
    height: 54px;
}
.h-\[550px\] {
    height: 550px;
}
.h-\[55px\] {
    height: 55px;
}
.h-\[584px\] {
    height: 584px;
}
.h-\[585px\] {
    height: 585px;
}
.h-\[60px\] {
    height: 60px;
}
.h-\[64px\] {
    height: 64px;
}
.h-\[65px\] {
    height: 65px;
}
.h-\[67px\] {
    height: 67px;
}
.h-\[68px\] {
    height: 68px;
}
.h-\[69px\] {
    height: 69px;
}
.h-\[6px\] {
    height: 6px;
}
.h-\[70\%\] {
    height: 70%;
}
.h-\[700px\] {
    height: 700px;
}
.h-\[70px\] {
    height: 70px;
}
.h-\[71px\] {
    height: 71px;
}
.h-\[72px\] {
    height: 72px;
}
.h-\[73px\] {
    height: 73px;
}
.h-\[74px\] {
    height: 74px;
}
.h-\[80px\] {
    height: 80px;
}
.h-\[85px\] {
    height: 85px;
}
.h-\[88px\] {
    height: 88px;
}
.h-\[8px\] {
    height: 8px;
}
.h-\[90\%\] {
    height: 90%;
}
.h-\[90px\] {
    height: 90px;
}
.h-\[91px\] {
    height: 91px;
}
.h-\[94px\] {
    height: 94px;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.h-lg {
    height: 16px;
}
.h-md {
    height: 8px;
}
.h-px {
    height: 1px;
}
.h-screen {
    height: 100vh;
}
.h-sm {
    height: 4px;
}
.h-xl {
    height: 32px;
}
.h-xs {
    height: 2px;
}
.h-xxl {
    height: 64px;
}
.h-xxs {
    height: 1px;
}
.max-h-\[0\] {
    max-height: 0;
}
.max-h-\[120px\] {
    max-height: 120px;
}
.max-h-\[144px\] {
    max-height: 144px;
}
.max-h-\[15rem\] {
    max-height: 15rem;
}
.max-h-\[18px\] {
    max-height: 18px;
}
.max-h-\[200px\] {
    max-height: 200px;
}
.max-h-\[20px\] {
    max-height: 20px;
}
.max-h-\[234px\] {
    max-height: 234px;
}
.max-h-\[25px\] {
    max-height: 25px;
}
.max-h-\[280px\] {
    max-height: 280px;
}
.max-h-\[292px\] {
    max-height: 292px;
}
.max-h-\[340px\] {
    max-height: 340px;
}
.max-h-\[380px\] {
    max-height: 380px;
}
.max-h-\[400px\] {
    max-height: 400px;
}
.max-h-\[500px\] {
    max-height: 500px;
}
.max-h-\[50vh\] {
    max-height: 50vh;
}
.max-h-\[58px\] {
    max-height: 58px;
}
.max-h-\[69px\] {
    max-height: 69px;
}
.max-h-\[70vh\] {
    max-height: 70vh;
}
.min-h-0 {
    min-height: 0;
}
.min-h-\[100px\] {
    min-height: 100px;
}
.min-h-\[104px\] {
    min-height: 104px;
}
.min-h-\[138px\] {
    min-height: 138px;
}
.min-h-\[16px\] {
    min-height: 16px;
}
.min-h-\[206px\] {
    min-height: 206px;
}
.min-h-\[215px\] {
    min-height: 215px;
}
.min-h-\[220px\] {
    min-height: 220px;
}
.min-h-\[23px\] {
    min-height: 23px;
}
.min-h-\[244px\] {
    min-height: 244px;
}
.min-h-\[260px\] {
    min-height: 260px;
}
.min-h-\[262px\] {
    min-height: 262px;
}
.min-h-\[28px\] {
    min-height: 28px;
}
.min-h-\[300px\] {
    min-height: 300px;
}
.min-h-\[31px\] {
    min-height: 31px;
}
.min-h-\[37px\] {
    min-height: 37px;
}
.min-h-\[38px\] {
    min-height: 38px;
}
.min-h-\[44px\] {
    min-height: 44px;
}
.min-h-\[480px\] {
    min-height: 480px;
}
.min-h-\[666px\] {
    min-height: 666px;
}
.min-h-\[70vh\] {
    min-height: 70vh;
}
.min-h-full {
    min-height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.33333%;
}
.w-10 {
    width: 0.625rem;
}
.w-12 {
    width: 0.75rem;
}
.w-14 {
    width: 0.875rem;
}
.w-16 {
    width: 1rem;
}
.w-18 {
    width: 1.125rem;
}
.w-2\/3 {
    width: 66.66667%;
}
.w-2\/5 {
    width: 40%;
}
.w-20 {
    width: 1.25rem;
}
.w-22 {
    width: 1.375rem;
}
.w-24 {
    width: 1.5rem;
}
.w-26 {
    width: 1.625rem;
}
.w-28 {
    width: 1.75rem;
}
.w-3\/4 {
    width: 75%;
}
.w-3\/5 {
    width: 60%;
}
.w-30 {
    width: 1.875rem;
}
.w-40 {
    width: 2.5rem;
}
.w-50 {
    width: 3.125rem;
}
.w-8 {
    width: 0.5rem;
}
.w-\[--site-sidebar-width\] {
    width: var(--site-sidebar-width);
}
.w-\[10\%\] {
    width: 10%;
}
.w-\[100\%\] {
    width: 100%;
}
.w-\[104px\] {
    width: 104px;
}
.w-\[1096px\] {
    width: 1096px;
}
.w-\[10px\] {
    width: 10px;
}
.w-\[12\.5\%\] {
    width: 12.5%;
}
.w-\[120px\] {
    width: 120px;
}
.w-\[129px\] {
    width: 129px;
}
.w-\[12px\] {
    width: 12px;
}
.w-\[131px\] {
    width: 131px;
}
.w-\[14\%\] {
    width: 14%;
}
.w-\[145px\] {
    width: 145px;
}
.w-\[14px\] {
    width: 14px;
}
.w-\[160px\] {
    width: 160px;
}
.w-\[165px\] {
    width: 165px;
}
.w-\[167px\] {
    width: 167px;
}
.w-\[16px\] {
    width: 16px;
}
.w-\[170px\] {
    width: 170px;
}
.w-\[180px\] {
    width: 180px;
}
.w-\[18px\] {
    width: 18px;
}
.w-\[19\%\] {
    width: 19%;
}
.w-\[196px\] {
    width: 196px;
}
.w-\[1px\] {
    width: 1px;
}
.w-\[2\.75rem\] {
    width: 2.75rem;
}
.w-\[20\%\] {
    width: 20%;
}
.w-\[200px\] {
    width: 200px;
}
.w-\[205px\] {
    width: 205px;
}
.w-\[207px\] {
    width: 207px;
}
.w-\[208px\] {
    width: 208px;
}
.w-\[20px\] {
    width: 20px;
}
.w-\[21px\] {
    width: 21px;
}
.w-\[220px\] {
    width: 220px;
}
.w-\[22px\] {
    width: 22px;
}
.w-\[23px\] {
    width: 23px;
}
.w-\[240px\] {
    width: 240px;
}
.w-\[24px\] {
    width: 24px;
}
.w-\[25\%\] {
    width: 25%;
}
.w-\[25px\] {
    width: 25px;
}
.w-\[27px\] {
    width: 27px;
}
.w-\[28px\] {
    width: 28px;
}
.w-\[2px\] {
    width: 2px;
}
.w-\[300px\] {
    width: 300px;
}
.w-\[30px\] {
    width: 30px;
}
.w-\[316px\] {
    width: 316px;
}
.w-\[325px\] {
    width: 325px;
}
.w-\[32px\] {
    width: 32px;
}
.w-\[340px\] {
    width: 340px;
}
.w-\[36px\] {
    width: 36px;
}
.w-\[3px\] {
    width: 3px;
}
.w-\[40px\] {
    width: 40px;
}
.w-\[42\%\] {
    width: 42%;
}
.w-\[42\.5\%\] {
    width: 42.5%;
}
.w-\[45px\] {
    width: 45px;
}
.w-\[46px\] {
    width: 46px;
}
.w-\[47px\] {
    width: 47px;
}
.w-\[4px\] {
    width: 4px;
}
.w-\[50px\] {
    width: 50px;
}
.w-\[54px\] {
    width: 54px;
}
.w-\[55px\] {
    width: 55px;
}
.w-\[56px\] {
    width: 56px;
}
.w-\[60px\] {
    width: 60px;
}
.w-\[61px\] {
    width: 61px;
}
.w-\[69px\] {
    width: 69px;
}
.w-\[6px\] {
    width: 6px;
}
.w-\[70\%\] {
    width: 70%;
}
.w-\[70px\] {
    width: 70px;
}
.w-\[71px\] {
    width: 71px;
}
.w-\[73px\] {
    width: 73px;
}
.w-\[74px\] {
    width: 74px;
}
.w-\[80\%\] {
    width: 80%;
}
.w-\[80px\] {
    width: 80px;
}
.w-\[85px\] {
    width: 85px;
}
.w-\[8px\] {
    width: 8px;
}
.w-\[90\%\] {
    width: 90%;
}
.w-\[90px\] {
    width: 90px;
}
.w-\[90vw\] {
    width: 90vw;
}
.w-\[9px\] {
    width: 9px;
}
.w-\[max-content\] {
    width: -moz-max-content;
    width: max-content;
}
.w-\[min-content\] {
    width: -moz-min-content;
    width: min-content;
}
.w-auto {
    width: auto;
}
.w-full {
    width: 100%;
}
.w-lg {
    width: 16px;
}
.w-md {
    width: 8px;
}
.w-px {
    width: 1px;
}
.w-sm {
    width: 4px;
}
.w-xl {
    width: 32px;
}
.w-xs {
    width: 2px;
}
.w-xxl {
    width: 64px;
}
.w-xxs {
    width: 1px;
}
.\!min-w-0 {
    min-width: 0 !important;
}
.min-w-30 {
    min-width: 1.875rem;
}
.min-w-\[0px\] {
    min-width: 0px;
}
.min-w-\[100px\] {
    min-width: 100px;
}
.min-w-\[120px\] {
    min-width: 120px;
}
.min-w-\[140px\] {
    min-width: 140px;
}
.min-w-\[14px\] {
    min-width: 14px;
}
.min-w-\[160px\] {
    min-width: 160px;
}
.min-w-\[170px\] {
    min-width: 170px;
}
.min-w-\[200px\] {
    min-width: 200px;
}
.min-w-\[206px\] {
    min-width: 206px;
}
.min-w-\[20px\] {
    min-width: 20px;
}
.min-w-\[22px\] {
    min-width: 22px;
}
.min-w-\[250px\] {
    min-width: 250px;
}
.min-w-\[260px\] {
    min-width: 260px;
}
.min-w-\[287px\] {
    min-width: 287px;
}
.min-w-\[28px\] {
    min-width: 28px;
}
.min-w-\[290px\] {
    min-width: 290px;
}
.min-w-\[30px\] {
    min-width: 30px;
}
.min-w-\[31px\] {
    min-width: 31px;
}
.min-w-\[32px\] {
    min-width: 32px;
}
.min-w-\[340px\] {
    min-width: 340px;
}
.min-w-\[41px\] {
    min-width: 41px;
}
.min-w-\[52px\] {
    min-width: 52px;
}
.min-w-\[55px\] {
    min-width: 55px;
}
.min-w-\[56px\] {
    min-width: 56px;
}
.min-w-\[61px\] {
    min-width: 61px;
}
.min-w-\[70px\] {
    min-width: 70px;
}
.min-w-\[80px\] {
    min-width: 80px;
}
.min-w-\[83px\] {
    min-width: 83px;
}
.min-w-\[max-content\] {
    min-width: -moz-max-content;
    min-width: max-content;
}
.min-w-full {
    min-width: 100%;
}
.\!max-w-\[220px\] {
    max-width: 220px !important;
}
.max-w-\[1049px\] {
    max-width: 1049px;
}
.max-w-\[1096px\] {
    max-width: 1096px;
}
.max-w-\[1110px\] {
    max-width: 1110px;
}
.max-w-\[1152px\] {
    max-width: 1152px;
}
.max-w-\[120px\] {
    max-width: 120px;
}
.max-w-\[1280px\] {
    max-width: 1280px;
}
.max-w-\[130px\] {
    max-width: 130px;
}
.max-w-\[1366px\] {
    max-width: 1366px;
}
.max-w-\[140px\] {
    max-width: 140px;
}
.max-w-\[1px\] {
    max-width: 1px;
}
.max-w-\[200px\] {
    max-width: 200px;
}
.max-w-\[207px\] {
    max-width: 207px;
}
.max-w-\[20px\] {
    max-width: 20px;
}
.max-w-\[280px\] {
    max-width: 280px;
}
.max-w-\[287px\] {
    max-width: 287px;
}
.max-w-\[288px\] {
    max-width: 288px;
}
.max-w-\[290px\] {
    max-width: 290px;
}
.max-w-\[316px\] {
    max-width: 316px;
}
.max-w-\[320px\] {
    max-width: 320px;
}
.max-w-\[321px\] {
    max-width: 321px;
}
.max-w-\[342px\] {
    max-width: 342px;
}
.max-w-\[360px\] {
    max-width: 360px;
}
.max-w-\[365px\] {
    max-width: 365px;
}
.max-w-\[368px\] {
    max-width: 368px;
}
.max-w-\[40\%\] {
    max-width: 40%;
}
.max-w-\[400px\] {
    max-width: 400px;
}
.max-w-\[428px\] {
    max-width: 428px;
}
.max-w-\[450px\] {
    max-width: 450px;
}
.max-w-\[500px\] {
    max-width: 500px;
}
.max-w-\[666px\] {
    max-width: 666px;
}
.max-w-\[700px\] {
    max-width: 700px;
}
.max-w-\[768px\] {
    max-width: 768px;
}
.max-w-\[900px\] {
    max-width: 900px;
}
.max-w-\[none\] {
    max-width: none;
}
.max-w-full {
    max-width: 100%;
}
.max-w-lg {
    max-width: 50rem;
}
.max-w-md {
    max-width: 40rem;
}
.max-w-xl {
    max-width: 60rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-none {
    flex: none;
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.shrink {
    flex-shrink: 1;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-grow,
.grow {
    flex-grow: 1;
}
.grow-0 {
    flex-grow: 0;
}
.border-collapse {
    border-collapse: collapse;
}
.border-separate {
    border-collapse: separate;
}
.border-spacing-x-0 {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0 {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-px {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.\!translate-y-0 {
    --tw-translate-y: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-2 {
    --tw-translate-x: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[120px\] {
    --tw-translate-x: -120px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4 {
    --tw-translate-y: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2 {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-19px\] {
    --tw-translate-x: -19px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-38px\] {
    --tw-translate-x: -38px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-8px\] {
    --tw-translate-x: -8px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[120px\] {
    --tw-translate-x: 120px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[140px\] {
    --tw-translate-x: 140px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[50\%\] {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[8px\] {
    --tw-translate-x: 8px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1 {
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-16px\] {
    --tw-translate-y: -16px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-7px\] {
    --tw-translate-y: -7px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\] {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[16px\] {
    --tw-translate-y: 16px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[220px\] {
    --tw-translate-y: 220px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[3px\] {
    --tw-translate-y: 3px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[8px\] {
    --tw-translate-y: 8px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-3 {
    --tw-rotate: -3deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-135deg\] {
    --tw-rotate: -135deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-93deg\] {
    --tw-rotate: -93deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[100deg\] {
    --tw-rotate: 100deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[120deg\] {
    --tw-rotate: 120deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[225deg\] {
    --tw-rotate: 225deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
    --tw-scale-x: 0.5;
    --tw-scale-y: 0.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[\.85\] {
    --tw-scale-x: 0.85;
    --tw-scale-y: 0.85;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.5\] {
    --tw-scale-x: 0.5;
    --tw-scale-y: 0.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.9\] {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.25\] {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.5\] {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-y-100 {
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.animate-spin {
    animation: spin 1s linear infinite;
}
.cursor-auto {
    cursor: auto;
}
.cursor-default {
    cursor: default;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-zoom-in {
    cursor: zoom-in;
}
.touch-none {
    touch-action: none;
}
.touch-manipulation {
    touch-action: manipulation;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.resize {
    resize: both;
}
.list-decimal {
    list-style-type: decimal;
}
.list-disc {
    list-style-type: disc;
}
.auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.place-content-stretch {
    place-content: stretch;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.\!items-center {
    align-items: center !important;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.items-stretch {
    align-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-stretch {
    justify-content: stretch;
}
.gap-0 {
    gap: 0;
}
.gap-\[10px\] {
    gap: 10px;
}
.gap-\[11px\] {
    gap: 11px;
}
.gap-\[12px\] {
    gap: 12px;
}
.gap-\[1px\] {
    gap: 1px;
}
.gap-\[20px\] {
    gap: 20px;
}
.gap-\[24px\] {
    gap: 24px;
}
.gap-\[30px\] {
    gap: 30px;
}
.gap-\[36px\] {
    gap: 36px;
}
.gap-\[5px\] {
    gap: 5px;
}
.gap-\[8px\] {
    gap: 8px;
}
.gap-lg {
    gap: 16px;
}
.gap-md {
    gap: 8px;
}
.gap-sm {
    gap: 4px;
}
.gap-xl {
    gap: 32px;
}
.gap-xs {
    gap: 2px;
}
.gap-xxs {
    gap: 1px;
}
.gap-x-\[1\.25rem\] {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.gap-x-lg {
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.gap-x-md {
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.gap-x-sm {
    -moz-column-gap: 4px;
    column-gap: 4px;
}
.gap-x-xl {
    -moz-column-gap: 32px;
    column-gap: 32px;
}
.gap-y-lg {
    row-gap: 16px;
}
.gap-y-md {
    row-gap: 8px;
}
.gap-y-sm {
    row-gap: 4px;
}
.gap-y-xs {
    row-gap: 2px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-dark-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(41 42 52 / var(--tw-divide-opacity, 1));
}
.divide-dark-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(29 30 38 / var(--tw-divide-opacity, 1));
}
.divide-dark-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(25 26 33 / var(--tw-divide-opacity, 1));
}
.divide-dark-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(21 22 29 / var(--tw-divide-opacity, 1));
}
.self-end {
    align-self: flex-end;
}
.self-center {
    align-self: center;
}
.justify-self-end {
    justify-self: end;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-clip {
    overflow: clip;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.whitespace-pre-line {
    white-space: pre-line;
}
.text-balance {
    text-wrap: balance;
}
.text-pretty {
    text-wrap: pretty;
}
.break-words {
    overflow-wrap: break-word;
}
.break-all {
    word-break: break-all;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-\[14px\] {
    border-radius: 14px;
}
.rounded-\[15px\] {
    border-radius: 15px;
}
.rounded-\[16px\] {
    border-radius: 16px;
}
.rounded-\[4px\] {
    border-radius: 4px;
}
.rounded-\[6px\] {
    border-radius: 6px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.3125rem;
}
.rounded-none {
    border-radius: 0;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded-xl {
    border-radius: 0.625rem;
}
.rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-t-md {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}
.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rounded-t-xl {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}
.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}
.rounded-bl-none {
    border-bottom-left-radius: 0;
}
.rounded-tl-lg {
    border-top-left-radius: 0.5rem;
}
.rounded-tl-xl {
    border-top-left-radius: 0.625rem;
}
.rounded-tr {
    border-top-right-radius: 0.25rem;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0;
}
.border-1 {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-4 {
    border-width: 4px;
}
.border-\[1px\] {
    border-width: 1px;
}
.border-\[2px\] {
    border-width: 2px;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-b,
.border-b-1,
.border-b-\[1px\] {
    border-bottom-width: 1px;
}
.border-l {
    border-left-width: 1px;
}
.border-l-0 {
    border-left-width: 0;
}
.border-l-2 {
    border-left-width: 2px;
}
.border-r,
.border-r-\[1px\] {
    border-right-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-t-0 {
    border-top-width: 0;
}
.border-t-1 {
    border-top-width: 1px;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black-b {
    --tw-border-opacity: 1;
    border-color: rgb(21 22 29 / var(--tw-border-opacity, 1));
}
.border-dark-1 {
    --tw-border-opacity: 1;
    border-color: rgb(46 50 64 / var(--tw-border-opacity, 1));
}
.border-dark-2 {
    --tw-border-opacity: 1;
    border-color: rgb(41 42 52 / var(--tw-border-opacity, 1));
}
.border-dark-3 {
    --tw-border-opacity: 1;
    border-color: rgb(29 30 38 / var(--tw-border-opacity, 1));
}
.border-dark-4 {
    --tw-border-opacity: 1;
    border-color: rgb(25 26 33 / var(--tw-border-opacity, 1));
}
.border-dark-5 {
    --tw-border-opacity: 1;
    border-color: rgb(21 22 29 / var(--tw-border-opacity, 1));
}
.border-dark-7 {
    --tw-border-opacity: 1;
    border-color: rgb(16 16 20 / var(--tw-border-opacity, 1));
}
.border-dark-grey-3 {
    --tw-border-opacity: 1;
    border-color: rgb(29 30 38 / var(--tw-border-opacity, 1));
}
.border-dark-grey-4 {
    --tw-border-opacity: 1;
    border-color: rgb(41 42 52 / var(--tw-border-opacity, 1));
}
.border-green-1 {
    --tw-border-opacity: 1;
    border-color: rgb(0 227 89 / var(--tw-border-opacity, 1));
}
.border-green-2 {
    --tw-border-opacity: 1;
    border-color: rgb(1 191 77 / var(--tw-border-opacity, 1));
}
.border-light-1 {
    --tw-border-opacity: 1;
    border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}
.border-light-2 {
    --tw-border-opacity: 1;
    border-color: rgb(146 147 166 / var(--tw-border-opacity, 1));
}
.border-light-2\/5 {
    border-color: #9293a60d;
}
.border-light-3 {
    --tw-border-opacity: 1;
    border-color: rgb(78 80 88 / var(--tw-border-opacity, 1));
}
.border-light-grey-3 {
    --tw-border-opacity: 1;
    border-color: rgb(146 147 166 / var(--tw-border-opacity, 1));
}
.border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgb(255 126 127 / var(--tw-border-opacity, 1));
}
.border-red-2 {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity, 1));
}
.border-slate-dark {
    --tw-border-opacity: 1;
    border-color: rgb(29 30 38 / var(--tw-border-opacity, 1));
}
.border-t-1 {
    --tw-border-opacity: 1;
    border-color: rgb(210 143 0 / var(--tw-border-opacity, 1));
}
.border-t-2 {
    --tw-border-opacity: 1;
    border-color: rgb(117 107 83 / var(--tw-border-opacity, 1));
}
.border-transparent {
    border-color: transparent;
}
.border-yellow-1 {
    --tw-border-opacity: 1;
    border-color: rgb(255 207 66 / var(--tw-border-opacity, 1));
}
.border-yellow-2 {
    --tw-border-opacity: 1;
    border-color: rgb(233 177 14 / var(--tw-border-opacity, 1));
}
.\!bg-dark-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(21 22 29 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#10101499\] {
    background-color: #10101499;
}
.bg-\[\#181923\] {
    --tw-bg-opacity: 1;
    background-color: rgb(24 25 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#191a21\] {
    --tw-bg-opacity: 1;
    background-color: rgb(25 26 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1b26\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 27 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1b1614\] {
    --tw-bg-opacity: 1;
    background-color: rgb(27 22 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1d1918\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 25 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#202230\] {
    --tw-bg-opacity: 1;
    background-color: rgb(32 34 48 / var(--tw-bg-opacity, 1));
}
.bg-\[\#233c30\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 60 48 / var(--tw-bg-opacity, 1));
}
.bg-\[\#241F1E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(36 31 30 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2A2C3D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 44 61 / var(--tw-bg-opacity, 1));
}
.bg-\[\#322C27\] {
    --tw-bg-opacity: 1;
    background-color: rgb(50 44 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#352323\] {
    --tw-bg-opacity: 1;
    background-color: rgb(53 35 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\]\/5 {
    background-color: #ffffff0d;
}
.bg-\[rgba\(255\,255\,255\,0\.08\)\] {
    background-color: #ffffff14;
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black-a {
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
}
.bg-black-b {
    --tw-bg-opacity: 1;
    background-color: rgb(21 22 29 / var(--tw-bg-opacity, 1));
}
.bg-black-c {
    --tw-bg-opacity: 1;
    background-color: rgb(18 19 25 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
    background-color: #00000080;
}
.bg-blue-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 170 232 / var(--tw-bg-opacity, 1));
}
.bg-blue-1\/20 {
    background-color: #00aae833;
}
.bg-cyan-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 195 246 / var(--tw-bg-opacity, 1));
}
.bg-dark-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 50 64 / var(--tw-bg-opacity, 1));
}
.bg-dark-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.bg-dark-2\/20 {
    background-color: #292a3433;
}
.bg-dark-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
}
.bg-dark-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(25 26 33 / var(--tw-bg-opacity, 1));
}
.bg-dark-5 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 22 29 / var(--tw-bg-opacity, 1));
}
.bg-dark-6 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 17 22 / var(--tw-bg-opacity, 1));
}
.bg-dark-7 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(25 26 33 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 22 29 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey-3-alt {
    --tw-bg-opacity: 1;
    background-color: rgb(34 35 44 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey-4-alt {
    --tw-bg-opacity: 1;
    background-color: rgb(44 46 57 / var(--tw-bg-opacity, 1));
}
.bg-green-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 227 89 / var(--tw-bg-opacity, 1));
}
.bg-green-1\/10 {
    background-color: #00e3591a;
}
.bg-green-1\/20 {
    background-color: #00e35933;
}
.bg-green-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(1 191 77 / var(--tw-bg-opacity, 1));
}
.bg-green-2\/10 {
    background-color: #01bf4d1a;
}
.bg-green-2\/5 {
    background-color: #01bf4d0d;
}
.bg-light-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.bg-light-1\/10 {
    background-color: #dcdcdc1a;
}
.bg-light-1\/30 {
    background-color: #dcdcdc4d;
}
.bg-light-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 147 166 / var(--tw-bg-opacity, 1));
}
.bg-light-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 80 88 / var(--tw-bg-opacity, 1));
}
.bg-light-grey-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 147 166 / var(--tw-bg-opacity, 1));
}
.bg-orange-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 90 50 / var(--tw-bg-opacity, 1));
}
.bg-purple-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 109 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-1\/20 {
    background-color: #9c6dff33;
}
.bg-purple-1\/5 {
    background-color: #9c6dff0d;
}
.bg-rank-bronze {
    --tw-bg-opacity: 1;
    background-color: rgb(216 161 110 / var(--tw-bg-opacity, 1));
}
.bg-rank-bronze-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 35 35 / var(--tw-bg-opacity, 1));
}
.bg-rank-bronze\/30 {
    background-color: #d8a16e4d;
}
.bg-rank-default {
    background-color: #d4a16d1a;
}
.bg-rank-diamond {
    --tw-bg-opacity: 1;
    background-color: rgb(14 195 246 / var(--tw-bg-opacity, 1));
}
.bg-rank-diamond-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 38 49 / var(--tw-bg-opacity, 1));
}
.bg-rank-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(255 203 57 / var(--tw-bg-opacity, 1));
}
.bg-rank-gold-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 39 30 / var(--tw-bg-opacity, 1));
}
.bg-rank-rust {
    --tw-bg-opacity: 1;
    background-color: rgb(170 153 135 / var(--tw-bg-opacity, 1));
}
.bg-rank-rust-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 37 / var(--tw-bg-opacity, 1));
}
.bg-rank-silver {
    --tw-bg-opacity: 1;
    background-color: rgb(214 224 238 / var(--tw-bg-opacity, 1));
}
.bg-rank-silver-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 41 48 / var(--tw-bg-opacity, 1));
}
.bg-rank-unbreakable {
    --tw-bg-opacity: 1;
    background-color: rgb(251 93 71 / var(--tw-bg-opacity, 1));
}
.bg-rank-unbreakable-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 28 31 / var(--tw-bg-opacity, 1));
}
.bg-rank-uranium {
    --tw-bg-opacity: 1;
    background-color: rgb(98 249 36 / var(--tw-bg-opacity, 1));
}
.bg-rank-uranium-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(27 44 28 / var(--tw-bg-opacity, 1));
}
.bg-red-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 92 92 / var(--tw-bg-opacity, 1));
}
.bg-red-2\/20 {
    background-color: #ff5c5c33;
}
.bg-red-2\/5 {
    background-color: #ff5c5c0d;
}
.bg-slate-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
    background-color: transparent;
}
.bg-wear-bs-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(48 14 15 / var(--tw-bg-opacity, 1));
}
.bg-wear-fn-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(11 40 47 / var(--tw-bg-opacity, 1));
}
.bg-wear-ft-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(46 37 7 / var(--tw-bg-opacity, 1));
}
.bg-wear-mw-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(40 45 10 / var(--tw-bg-opacity, 1));
}
.bg-wear-ww-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(50 28 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 177 14 / var(--tw-bg-opacity, 1));
}
.bg-yellow-2\/10 {
    background-color: #e9b10e1a;
}
.bg-yellow-2\/20 {
    background-color: #e9b10e33;
}
.bg-yellow-2\/30 {
    background-color: #e9b10e4d;
}
.bg-yellow-2\/5 {
    background-color: #e9b10e0d;
}
.bg-yellow-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 108 49 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
.bg-opacity-5,
.bg-opacity-\[0\.05\] {
    --tw-bg-opacity: 0.05;
}
.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\,_rgba\(43\,_156\,_184\,_0\.2\)_0\%\,_rgba\(43\,_156\,_184\,_0\)_100\%\)\] {
    background-image: radial-gradient(50% 50% at 50% 50%, #2b9cb833, #2b9cb800);
}
.bg-gradient-radial {
    background-image: radial-gradient(50% 50% at 50% 50%, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.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));
}
.bg-none {
    background-image: none;
}
.from-\[\#16171D\] {
    --tw-gradient-from: #16171d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 23 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1D1E2600\] {
    --tw-gradient-from: #1d1e2600 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 30 38 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#292a34\] {
    --tw-gradient-from: #292a34 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 42 52 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#302F2D\] {
    --tw-gradient-from: #302f2d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 47 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#666\] {
    --tw-gradient-from: #666 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(102 102 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d8a16e\] {
    --tw-gradient-from: #d8a16e var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 161 110 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#dcdcdc\] {
    --tw-gradient-from: #dcdcdc var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(220 220 220 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-1 {
    --tw-gradient-from: #0ec3f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(14 195 246 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dark-2 {
    --tw-gradient-from: #292a34 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 42 52 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dark-3 {
    --tw-gradient-from: #1d1e26 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 30 38 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dark-4 {
    --tw-gradient-from: #191a21 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(25 26 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dark-5 {
    --tw-gradient-from: #15161d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(21 22 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dark-5\/50 {
    --tw-gradient-from: rgb(21 22 29 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(21 22 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-1 {
    --tw-gradient-from: #00e359 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 227 89 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-1\/5 {
    --tw-gradient-from: rgb(0 227 89 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 227 89 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-light-1\/5 {
    --tw-gradient-from: rgb(220 220 220 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(220 220 220 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-1 {
    --tw-gradient-from: #ff7e7f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 126 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-1\/20 {
    --tw-gradient-from: rgb(255 207 66 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 207 66 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-2\/5 {
    --tw-gradient-from: rgb(233 177 14 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 177 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#1D1F2A\] {
    --tw-gradient-to: rgb(29 31 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #1d1f2a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#24252F\] {
    --tw-gradient-to: rgb(36 37 47 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #24252f var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#292a34\] {
    --tw-gradient-to: rgb(41 42 52 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #292a34 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#9293A6\] {
    --tw-gradient-to: rgb(146 147 166 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #9293a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-50\% {
    --tw-gradient-via-position: 50%;
}
.to-\[\#16171D\] {
    --tw-gradient-to: #16171d var(--tw-gradient-to-position);
}
.to-\[\#1D1E2600\] {
    --tw-gradient-to: #1d1e2600 var(--tw-gradient-to-position);
}
.to-\[\#fff\]\/\[3\%\] {
    --tw-gradient-to: rgb(255 255 255 / 3%) var(--tw-gradient-to-position);
}
.to-dark-3 {
    --tw-gradient-to: #1d1e26 var(--tw-gradient-to-position);
}
.to-dark-5 {
    --tw-gradient-to: #15161d var(--tw-gradient-to-position);
}
.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-50\%,
.to-\[50\%\] {
    --tw-gradient-to-position: 50%;
}
.to-\[80\%\] {
    --tw-gradient-to-position: 80%;
}
.bg-\[length\:1117px_550px\] {
    background-size: 1117px 550px;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-top {
    background-position: top;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-current {
    fill: currentColor;
}
.stroke-current {
    stroke: currentColor;
}
.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: 0 !important;
}
.\!p-\[6px\] {
    padding: 6px !important;
}
.\!p-xs {
    padding: 2px !important;
}
.p-0 {
    padding: 0;
}
.p-02 {
    padding: 2px;
}
.p-03 {
    padding: 3px;
}
.p-1 {
    padding: 0.3125rem;
}
.p-2 {
    padding: 0.625rem;
}
.p-3 {
    padding: 0.9375rem;
}
.p-4 {
    padding: 1.25rem;
}
.p-5 {
    padding: 1.5625rem;
}
.p-6 {
    padding: 1.875rem;
}
.p-8 {
    padding: 2.1875rem;
}
.p-\[10px\] {
    padding: 10px;
}
.p-\[12px\] {
    padding: 12px;
}
.p-\[18px\] {
    padding: 18px;
}
.p-\[1px\] {
    padding: 1px;
}
.p-\[24px\] {
    padding: 24px;
}
.p-\[28px\] {
    padding: 28px;
}
.p-\[2px\] {
    padding: 2px;
}
.p-\[3px\] {
    padding: 3px;
}
.p-\[6px\] {
    padding: 6px;
}
.p-lg {
    padding: 16px;
}
.p-md {
    padding: 8px;
}
.p-sm {
    padding: 4px;
}
.p-xl {
    padding: 32px;
}
.p-xs {
    padding: 2px;
}
.p-xxl {
    padding: 64px;
}
.\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.\!px-\[12px\] {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.\!py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.\!py-sm {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.px-01 {
    padding-left: 1px;
    padding-right: 1px;
}
.px-1 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}
.px-12 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.px-2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.px-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}
.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}
.px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px;
}
.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
}
.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
}
.px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
}
.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}
.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
}
.px-\[7px\] {
    padding-left: 7px;
    padding-right: 7px;
}
.px-lg {
    padding-left: 16px;
    padding-right: 16px;
}
.px-md {
    padding-left: 8px;
    padding-right: 8px;
}
.px-sm {
    padding-left: 4px;
    padding-right: 4px;
}
.px-xl {
    padding-left: 32px;
    padding-right: 32px;
}
.px-xs {
    padding-left: 2px;
    padding-right: 2px;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.py-01 {
    padding-top: 1px;
    padding-bottom: 1px;
}
.py-1 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
.py-2 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.py-4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-5 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}
.py-6 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.py-8 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}
.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
}
.py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
}
.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
}
.py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
}
.py-\[400px\] {
    padding-top: 400px;
    padding-bottom: 400px;
}
.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
}
.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}
.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
}
.py-lg {
    padding-top: 16px;
    padding-bottom: 16px;
}
.py-md {
    padding-top: 8px;
    padding-bottom: 8px;
}
.py-none {
    padding-top: 0;
    padding-bottom: 0;
}
.py-sm {
    padding-top: 4px;
    padding-bottom: 4px;
}
.py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
}
.py-xs {
    padding-top: 2px;
    padding-bottom: 2px;
}
.py-xxs {
    padding-top: 1px;
    padding-bottom: 1px;
}
.\!pl-2 {
    padding-left: 0.625rem !important;
}
.\!pr-3 {
    padding-right: 0.9375rem !important;
}
.\!pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-01 {
    padding-bottom: 1px;
}
.pb-02 {
    padding-bottom: 2px;
}
.pb-1 {
    padding-bottom: 0.3125rem;
}
.pb-2 {
    padding-bottom: 0.625rem;
}
.pb-3 {
    padding-bottom: 0.9375rem;
}
.pb-4 {
    padding-bottom: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.875rem;
}
.pb-\[100\%\] {
    padding-bottom: 100%;
}
.pb-\[12px\] {
    padding-bottom: 12px;
}
.pb-\[1px\] {
    padding-bottom: 1px;
}
.pb-lg {
    padding-bottom: 16px;
}
.pb-md {
    padding-bottom: 8px;
}
.pb-sm {
    padding-bottom: 4px;
}
.pb-xl {
    padding-bottom: 32px;
}
.pb-xs {
    padding-bottom: 2px;
}
.pb-xxs {
    padding-bottom: 1px;
}
.pl-1 {
    padding-left: 0.3125rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pl-12 {
    padding-left: 3.125rem;
}
.pl-2 {
    padding-left: 0.625rem;
}
.pl-3 {
    padding-left: 0.9375rem;
}
.pl-4 {
    padding-left: 1.25rem;
}
.pl-6 {
    padding-left: 1.875rem;
}
.pl-\[15px\] {
    padding-left: 15px;
}
.pl-\[16px\] {
    padding-left: 16px;
}
.pl-\[70px\] {
    padding-left: 70px;
}
.pl-\[9px\] {
    padding-left: 9px;
}
.pl-lg {
    padding-left: 16px;
}
.pl-md {
    padding-left: 8px;
}
.pl-sm {
    padding-left: 4px;
}
.pl-xl {
    padding-left: 32px;
}
.pl-xxs {
    padding-left: 1px;
}
.pr-0 {
    padding-right: 0;
}
.pr-1 {
    padding-right: 0.3125rem;
}
.pr-2 {
    padding-right: 0.625rem;
}
.pr-3 {
    padding-right: 0.9375rem;
}
.pr-\[12px\] {
    padding-right: 12px;
}
.pr-\[24px\] {
    padding-right: 24px;
}
.pr-\[36px\] {
    padding-right: 36px;
}
.pr-lg {
    padding-right: 16px;
}
.pr-md {
    padding-right: 8px;
}
.pr-sm {
    padding-right: 4px;
}
.pr-xl {
    padding-right: 32px;
}
.pr-xs {
    padding-right: 2px;
}
.pt-0 {
    padding-top: 0;
}
.pt-01 {
    padding-top: 1px;
}
.pt-1 {
    padding-top: 0.3125rem;
}
.pt-2 {
    padding-top: 0.625rem;
}
.pt-6 {
    padding-top: 1.875rem;
}
.pt-\[100px\] {
    padding-top: 100px;
}
.pt-\[10px\] {
    padding-top: 10px;
}
.pt-\[12px\] {
    padding-top: 12px;
}
.pt-\[32px\] {
    padding-top: 32px;
}
.pt-\[3px\] {
    padding-top: 3px;
}
.pt-\[50px\] {
    padding-top: 50px;
}
.pt-lg {
    padding-top: 16px;
}
.pt-md {
    padding-top: 8px;
}
.pt-sm {
    padding-top: 4px;
}
.pt-xl {
    padding-top: 32px;
}
.pt-xs {
    padding-top: 2px;
}
.pt-xxl {
    padding-top: 64px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-start {
    text-align: start;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.\!text-medium {
    font-size: 14px !important;
}
.\!text-xs {
    font-size: 0.75rem !important;
}
.text-2xl {
    font-size: 1.75rem;
}
.text-\[100px\] {
    font-size: 100px;
}
.text-\[11px\] {
    font-size: 11px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[200px\] {
    font-size: 200px;
}
.text-\[24px\] {
    font-size: 24px;
}
.text-\[32px\] {
    font-size: 32px;
}
.text-\[36px\] {
    font-size: 36px;
}
.text-\[42px\] {
    font-size: 42px;
}
.text-\[64px\] {
    font-size: 64px;
}
.text-base {
    font-size: 0.9375rem;
}
.text-large {
    font-size: 16px;
}
.text-lg {
    font-size: 1.125rem;
}
.text-md {
    font-size: 0.875rem;
}
.text-medium {
    font-size: 14px;
}
.text-sm {
    font-size: 0.8125rem;
}
.text-small {
    font-size: 12px;
}
.text-xl {
    font-size: 1.25rem;
}
.text-xs {
    font-size: 0.75rem;
}
.text-xsmall {
    font-size: 10px;
}
.text-xxs {
    font-size: 0.6875rem;
}
.text-xxxs {
    font-size: 0.625rem;
}
.font-\[1000\] {
    font-weight: 1000;
}
.font-\[100\] {
    font-weight: 100;
}
.font-\[200\] {
    font-weight: 200;
}
.font-\[300\] {
    font-weight: 300;
}
.font-\[400\] {
    font-weight: 400;
}
.font-\[500\] {
    font-weight: 500;
}
.font-\[600\] {
    font-weight: 600;
}
.font-\[700\] {
    font-weight: 700;
}
.font-\[800\] {
    font-weight: 800;
}
.font-\[900\],
.font-black {
    font-weight: 900;
}
.font-bold {
    font-weight: 700;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.normal-case {
    text-transform: none;
}
.italic {
    font-style: italic;
}
.tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-\[1\.6\] {
    line-height: 1.6 !important;
}
.\!leading-none {
    line-height: 1 !important;
}
.leading-loose {
    line-height: 2;
}
.leading-none {
    line-height: 1;
}
.leading-normal {
    line-height: 1.5;
}
.leading-snug {
    line-height: 1.375;
}
.leading-tight {
    line-height: 1.25;
}
.tracking-\[-8px\] {
    letter-spacing: -8px;
}
.tracking-mid {
    letter-spacing: 0.025em;
}
.tracking-wide {
    letter-spacing: 0.05em;
}
.\!text-light-1 {
    --tw-text-opacity: 1 !important;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1)) !important;
}
.\!text-light-2 {
    --tw-text-opacity: 1 !important;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1)) !important;
}
.\!text-yellow-2 {
    --tw-text-opacity: 1 !important;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#1D9BF0\] {
    --tw-text-opacity: 1;
    color: rgb(29 155 240 / var(--tw-text-opacity, 1));
}
.text-\[\#24252F\] {
    --tw-text-opacity: 1;
    color: rgb(36 37 47 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF\],
.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[inherit\] {
    color: inherit;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black-a {
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
}
.text-black-b {
    --tw-text-opacity: 1;
    color: rgb(21 22 29 / var(--tw-text-opacity, 1));
}
.text-black-c {
    --tw-text-opacity: 1;
    color: rgb(18 19 25 / var(--tw-text-opacity, 1));
}
.text-blue-1 {
    --tw-text-opacity: 1;
    color: rgb(0 170 232 / var(--tw-text-opacity, 1));
}
.text-classified {
    --tw-text-opacity: 1;
    color: rgb(223 47 244 / var(--tw-text-opacity, 1));
}
.text-consumer {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.text-contraband {
    --tw-text-opacity: 1;
    color: rgb(225 168 38 / var(--tw-text-opacity, 1));
}
.text-covert {
    --tw-text-opacity: 1;
    color: rgb(235 76 75 / var(--tw-text-opacity, 1));
}
.text-ct-1 {
    --tw-text-opacity: 1;
    color: rgb(103 132 172 / var(--tw-text-opacity, 1));
}
.text-ct-2 {
    --tw-text-opacity: 1;
    color: rgb(87 91 106 / var(--tw-text-opacity, 1));
}
.text-current {
    color: currentColor;
}
.text-cyan-1 {
    --tw-text-opacity: 1;
    color: rgb(14 195 246 / var(--tw-text-opacity, 1));
}
.text-dark-1 {
    --tw-text-opacity: 1;
    color: rgb(46 50 64 / var(--tw-text-opacity, 1));
}
.text-dark-2 {
    --tw-text-opacity: 1;
    color: rgb(41 42 52 / var(--tw-text-opacity, 1));
}
.text-dark-3 {
    --tw-text-opacity: 1;
    color: rgb(29 30 38 / var(--tw-text-opacity, 1));
}
.text-dark-4 {
    --tw-text-opacity: 1;
    color: rgb(25 26 33 / var(--tw-text-opacity, 1));
}
.text-dark-5 {
    --tw-text-opacity: 1;
    color: rgb(21 22 29 / var(--tw-text-opacity, 1));
}
.text-dark-6 {
    --tw-text-opacity: 1;
    color: rgb(15 17 22 / var(--tw-text-opacity, 1));
}
.text-dark-7 {
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
}
.text-dark-grey {
    --tw-text-opacity: 1;
    color: rgb(25 26 33 / var(--tw-text-opacity, 1));
}
.text-dark-grey-1 {
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
}
.text-dark-grey-2 {
    --tw-text-opacity: 1;
    color: rgb(21 22 29 / var(--tw-text-opacity, 1));
}
.text-dark-grey-3 {
    --tw-text-opacity: 1;
    color: rgb(29 30 38 / var(--tw-text-opacity, 1));
}
.text-dark-grey-3-alt {
    --tw-text-opacity: 1;
    color: rgb(34 35 44 / var(--tw-text-opacity, 1));
}
.text-dark-grey-4 {
    --tw-text-opacity: 1;
    color: rgb(41 42 52 / var(--tw-text-opacity, 1));
}
.text-dark-grey-4-alt {
    --tw-text-opacity: 1;
    color: rgb(44 46 57 / var(--tw-text-opacity, 1));
}
.text-dark-grey-5 {
    --tw-text-opacity: 1;
    color: rgb(60 61 75 / var(--tw-text-opacity, 1));
}
.text-dark-grey-5-alt {
    --tw-text-opacity: 1;
    color: rgb(62 64 70 / var(--tw-text-opacity, 1));
}
.text-dice-0 {
    --tw-text-opacity: 1;
    color: rgb(227 183 86 / var(--tw-text-opacity, 1));
}
.text-dice-1 {
    --tw-text-opacity: 1;
    color: rgb(255 205 92 / var(--tw-text-opacity, 1));
}
.text-dice-2 {
    --tw-text-opacity: 1;
    color: rgb(106 100 87 / var(--tw-text-opacity, 1));
}
.text-doppler-emerald {
    --tw-text-opacity: 1;
    color: rgb(16 217 96 / var(--tw-text-opacity, 1));
}
.text-doppler-ruby {
    --tw-text-opacity: 1;
    color: rgb(255 92 92 / var(--tw-text-opacity, 1));
}
.text-doppler-sapphire {
    --tw-text-opacity: 1;
    color: rgb(27 236 237 / var(--tw-text-opacity, 1));
}
.text-green-1 {
    --tw-text-opacity: 1;
    color: rgb(0 227 89 / var(--tw-text-opacity, 1));
}
.text-green-2 {
    --tw-text-opacity: 1;
    color: rgb(1 191 77 / var(--tw-text-opacity, 1));
}
.text-green-3 {
    --tw-text-opacity: 1;
    color: rgb(0 150 59 / var(--tw-text-opacity, 1));
}
.text-grey {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.text-grey-alt {
    --tw-text-opacity: 1;
    color: rgb(70 72 84 / var(--tw-text-opacity, 1));
}
.text-industrial {
    --tw-text-opacity: 1;
    color: rgb(133 204 255 / var(--tw-text-opacity, 1));
}
.text-light-1 {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.text-light-2 {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.text-light-3 {
    --tw-text-opacity: 1;
    color: rgb(78 80 88 / var(--tw-text-opacity, 1));
}
.text-light-grey-1 {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.text-light-grey-2 {
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
.text-light-grey-3 {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.text-mil-spec {
    --tw-text-opacity: 1;
    color: rgb(19 107 239 / var(--tw-text-opacity, 1));
}
.text-orange-1 {
    --tw-text-opacity: 1;
    color: rgb(255 90 50 / var(--tw-text-opacity, 1));
}
.text-purple-1 {
    --tw-text-opacity: 1;
    color: rgb(156 109 255 / var(--tw-text-opacity, 1));
}
.text-purple-2 {
    --tw-text-opacity: 1;
    color: rgb(36 31 57 / var(--tw-text-opacity, 1));
}
.text-rank-bronze {
    --tw-text-opacity: 1;
    color: rgb(216 161 110 / var(--tw-text-opacity, 1));
}
.text-rank-bronze-2 {
    --tw-text-opacity: 1;
    color: rgb(39 35 35 / var(--tw-text-opacity, 1));
}
.text-rank-default {
    color: #d4a16d1a;
}
.text-rank-diamond {
    --tw-text-opacity: 1;
    color: rgb(14 195 246 / var(--tw-text-opacity, 1));
}
.text-rank-diamond-2 {
    --tw-text-opacity: 1;
    color: rgb(18 38 49 / var(--tw-text-opacity, 1));
}
.text-rank-gold {
    --tw-text-opacity: 1;
    color: rgb(255 203 57 / var(--tw-text-opacity, 1));
}
.text-rank-gold-2 {
    --tw-text-opacity: 1;
    color: rgb(42 39 30 / var(--tw-text-opacity, 1));
}
.text-rank-rust {
    --tw-text-opacity: 1;
    color: rgb(170 153 135 / var(--tw-text-opacity, 1));
}
.text-rank-rust-2 {
    --tw-text-opacity: 1;
    color: rgb(34 34 37 / var(--tw-text-opacity, 1));
}
.text-rank-silver {
    --tw-text-opacity: 1;
    color: rgb(214 224 238 / var(--tw-text-opacity, 1));
}
.text-rank-silver-2 {
    --tw-text-opacity: 1;
    color: rgb(38 41 48 / var(--tw-text-opacity, 1));
}
.text-rank-unbreakable {
    --tw-text-opacity: 1;
    color: rgb(251 93 71 / var(--tw-text-opacity, 1));
}
.text-rank-unbreakable-2 {
    --tw-text-opacity: 1;
    color: rgb(42 28 31 / var(--tw-text-opacity, 1));
}
.text-rank-uranium {
    --tw-text-opacity: 1;
    color: rgb(98 249 36 / var(--tw-text-opacity, 1));
}
.text-rank-uranium-2 {
    --tw-text-opacity: 1;
    color: rgb(27 44 28 / var(--tw-text-opacity, 1));
}
.text-red-1 {
    --tw-text-opacity: 1;
    color: rgb(255 126 127 / var(--tw-text-opacity, 1));
}
.text-red-2 {
    --tw-text-opacity: 1;
    color: rgb(255 92 92 / var(--tw-text-opacity, 1));
}
.text-red-3 {
    --tw-text-opacity: 1;
    color: rgb(207 53 53 / var(--tw-text-opacity, 1));
}
.text-restricted {
    --tw-text-opacity: 1;
    color: rgb(126 65 255 / var(--tw-text-opacity, 1));
}
.text-seed {
    --tw-text-opacity: 1;
    color: rgb(146 198 255 / var(--tw-text-opacity, 1));
}
.text-slate-dark {
    --tw-text-opacity: 1;
    color: rgb(29 30 38 / var(--tw-text-opacity, 1));
}
.text-souvenir {
    --tw-text-opacity: 1;
    color: rgb(245 188 113 / var(--tw-text-opacity, 1));
}
.text-t-1 {
    --tw-text-opacity: 1;
    /*color: rgb(210 143 0 / var(--tw-text-opacity, 1));*/
      color: rgb(127 110 67 / var(--tw-text-opacity, 1));
}
.text-t-2 {
    --tw-text-opacity: 1;
    color: rgb(117 107 83 / var(--tw-text-opacity, 1));
}
.text-transparent {
    color: transparent;
}
.text-wear-bs {
    --tw-text-opacity: 1;
    color: rgb(238 72 78 / var(--tw-text-opacity, 1));
}
.text-wear-bs-dark {
    --tw-text-opacity: 1;
    color: rgb(48 14 15 / var(--tw-text-opacity, 1));
}
.text-wear-fn {
    --tw-text-opacity: 1;
    color: rgb(44 184 215 / var(--tw-text-opacity, 1));
}
.text-wear-fn-dark {
    --tw-text-opacity: 1;
    color: rgb(11 40 47 / var(--tw-text-opacity, 1));
}
.text-wear-ft {
    --tw-text-opacity: 1;
    color: rgb(241 196 37 / var(--tw-text-opacity, 1));
}
.text-wear-ft-dark {
    --tw-text-opacity: 1;
    color: rgb(46 37 7 / var(--tw-text-opacity, 1));
}
.text-wear-mw {
    --tw-text-opacity: 1;
    color: rgb(204 229 46 / var(--tw-text-opacity, 1));
}
.text-wear-mw-dark {
    --tw-text-opacity: 1;
    color: rgb(40 45 10 / var(--tw-text-opacity, 1));
}
.text-wear-ww {
    --tw-text-opacity: 1;
    color: rgb(253 143 41 / var(--tw-text-opacity, 1));
}
.text-wear-ww-dark {
    --tw-text-opacity: 1;
    color: rgb(50 28 8 / var(--tw-text-opacity, 1));
}
.text-yellow-1 {
    --tw-text-opacity: 1;
    color: rgb(255 207 66 / var(--tw-text-opacity, 1));
}
.text-yellow-2 {
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.text-yellow-3 {
    --tw-text-opacity: 1;
    color: rgb(204 108 49 / var(--tw-text-opacity, 1));
}
.underline {
    text-decoration-line: underline;
}
.line-through {
    text-decoration-line: line-through;
}
.placeholder-light-grey-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(220 220 220 / var(--tw-placeholder-opacity, 1));
}
.placeholder-light-grey-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(220 220 220 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
    opacity: 0;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-100 {
    opacity: 1;
}
.opacity-15 {
    opacity: 0.15;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-35 {
    opacity: 0.35;
}
.opacity-5 {
    opacity: 0.05;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-\[0\.3\] {
    opacity: 0.3;
}
.opacity-\[0\.4\] {
    opacity: 0.4;
}
.shadow-\[0px_0px_49px_0px_rgba\(233\,177\,14\,0\.3\)\] {
    --tw-shadow: 0px 0px 49px 0px rgba(233, 177, 14, 0.3);
    --tw-shadow-colored: 0px 0px 49px 0px 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_4px_8px_0px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    --tw-shadow-colored: 0px 4px 8px 0px 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-\[inset_0_4px_8px_0_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    --tw-shadow-colored: inset 0 4px 8px 0 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-\[inset_0px_-1px_0px_0px_rgba\(0\,0\,0\,0\.25\)\,_inset_0px_1px_0px_0px_rgba\(255\,255\,255\,0\.25\)\] {
    --tw-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    --tw-shadow-colored: inset 0px -1px 0px 0px var(--tw-shadow-color), inset 0px 1px 0px 0px 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-battle-player-avatar_current-user {
    --tw-shadow: 0px 0px 6px 0px rgba(1, 191, 77, 0.5);
    --tw-shadow-colored: 0px 0px 6px 0px 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-battle-player-avatar_evil-bot {
    --tw-shadow: 0px 0px 6px 0px rgba(255, 92, 92, 0.5);
    --tw-shadow-colored: 0px 0px 6px 0px 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-battle-player-avatar_good-bot {
    --tw-shadow: 0px 0px 6px 0px rgba(233, 177, 14, 0.5);
    --tw-shadow-colored: 0px 0px 6px 0px 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-battle-player-avatar_real-user {
    --tw-shadow: 0px 0px 6px 0px rgba(83, 87, 105, 0.5);
    --tw-shadow-colored: 0px 0px 6px 0px 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 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 15px 30px 0 var(--tw-shadow-color), 0 5px 15px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline {
    outline-style: solid;
}
.outline-\[1px\] {
    outline-width: 1px;
}
.outline-offset-\[2px\] {
    outline-offset: 2px;
}
.outline-purple-1 {
    outline-color: #9c6dff;
}
.outline-yellow-2 {
    outline-color: #e9b10e;
}
.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);
}
.blur-0 {
    --tw-blur: blur(0);
    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);
}
.blur-\[0px\] {
    --tw-blur: blur(0px);
    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);
}
.blur-\[10px\] {
    --tw-blur: blur(10px);
    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);
}
.blur-\[20px\] {
    --tw-blur: blur(20px);
    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);
}
.blur-\[2px\] {
    --tw-blur: blur(2px);
    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);
}
.blur-\[50px\] {
    --tw-blur: blur(50px);
    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);
}
.blur-md {
    --tw-blur: blur(12px);
    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);
}
.grayscale {
    --tw-grayscale: grayscale(100%);
    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);
}
.invert {
    --tw-invert: invert(100%);
    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) !important;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-\[height\,_border-color\] {
    transition-property: height, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-\[height\] {
    transition-property: height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-\[opacity\,_transform\] {
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-\[width\] {
    transition-property: width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.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: 0.15s;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.delay-150 {
    transition-delay: 0.15s;
}
.delay-200 {
    transition-delay: 0.2s;
}
.delay-300 {
    transition-delay: 0.3s;
}
.delay-75 {
    transition-delay: 75ms;
}
.duration-0 {
    transition-duration: 0s;
}
.duration-100 {
    transition-duration: 0.1s;
}
.duration-1000 {
    transition-duration: 1s;
}
.duration-150 {
    transition-duration: 0.15s;
}
.duration-175 {
    transition-duration: 175ms;
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.duration-700 {
    transition-duration: 0.7s;
}
.duration-75 {
    transition-duration: 75ms;
}
.duration-\[0ms\] {
    transition-duration: 0ms;
}
.duration-\[1000ms\] {
    transition-duration: 1s;
}
.duration-\[1500ms\] {
    transition-duration: 1.5s;
}
.duration-\[150ms\] {
    transition-duration: 0.15s;
}
.duration-\[175ms\] {
    transition-duration: 175ms;
}
.duration-\[200\] {
    transition-duration: 200;
}
.duration-\[200ms\] {
    transition-duration: 0.2s;
}
.duration-\[225ms\] {
    transition-duration: 225ms;
}
.duration-\[2s\] {
    transition-duration: 2s;
}
.duration-\[3000ms\] {
    transition-duration: 3s;
}
.duration-\[400\] {
    transition-duration: 400;
}
.duration-\[400ms\] {
    transition-duration: 0.4s;
}
.duration-\[5000ms\] {
    transition-duration: 5s;
}
.duration-\[500ms\] {
    transition-duration: 0.5s;
}
.duration-\[800ms\] {
    transition-duration: 0.8s;
}
.ease-custom {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
    transition-timing-function: linear;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-contents {
    will-change: contents;
}
.drag-none {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.field-sizing-content {
    field-sizing: content;
}
.scrollbar-none {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scrollbar-none::-webkit-scrollbar {
    display: none;
}
.\[contain\:layout_paint\] {
    contain: layout paint;
}
.\[contain\:layout_paint_style\] {
    contain: layout paint style;
}
.\[transition\:transform_500ms\,opacity_50ms\] {
    transition: transform 0.5s, opacity 50ms;
}
html,
body {
    font-family: Flama, sans-serif;
}
button,
input,
optgroup,
select,
textarea {
    line-height: 1.25;
}
.marker\:text-xs *::marker {
    font-size: 0.75rem;
}
.marker\:text-xs::marker {
    font-size: 0.75rem;
}
.placeholder\:text-light-grey-3::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.placeholder\:text-light-grey-3::placeholder {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.placeholder\:opacity-100::-moz-placeholder {
    opacity: 1;
}
.placeholder\:opacity-100::placeholder {
    opacity: 1;
}
.placeholder\:transition-opacity::-moz-placeholder {
    -moz-transition-property: opacity;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.placeholder\:transition-opacity::placeholder {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}
.after\:inset-0:after {
    content: var(--tw-content);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.after\:-translate-x-full:after {
    content: var(--tw-content);
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-gradient-to-r:after {
    content: var(--tw-content);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.after\:from-dark-grey-3-alt\/0:after {
    content: var(--tw-content);
    --tw-gradient-from: rgb(34 35 44 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(34 35 44 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:via-dark-grey-3-alt\/25:after {
    content: var(--tw-content);
    --tw-gradient-to: rgb(34 35 44 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(34 35 44 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.after\:to-dark-grey-3-alt\/0:after {
    content: var(--tw-content);
    --tw-gradient-to: rgb(34 35 44 / 0) var(--tw-gradient-to-position);
}
.first\:border-t-0:first-child {
    border-top-width: 0;
}
.last\:py-md:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
}
.last\:pb-0:last-child {
    padding-bottom: 0;
}
.even\:bg-dark-2:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.even\:bg-dark-3:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
}
.even\:bg-dark-4:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: rgb(25 26 33 / var(--tw-bg-opacity, 1));
}
.first-of-type\:pl-\[12px\]:first-of-type {
    padding-left: 12px;
}
.last-of-type\:pr-\[12px\]:last-of-type {
    padding-right: 12px;
}
.focus-within\:border-light-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(146 147 166 / var(--tw-border-opacity, 1));
}
.focus-within\:border-red-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity, 1));
}
.focus-within\:text-light-1:focus-within {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    .hover\:cursor-pointer:hover {
        cursor: pointer;
    }
    .hover\:border-light-2\/20:hover {
        border-color: #9293a633;
    }
    .hover\:bg-dark-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(46 50 64 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-dark-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-dark-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-dark-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(25 26 33 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-dark-grey-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-dark-grey-4-alt:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(44 46 57 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-light-grey-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-red-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 126 127 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-red-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 92 92 / var(--tw-bg-opacity, 1));
    }
    .hover\:\!text-yellow-2:hover {
        --tw-text-opacity: 1 !important;
        color: rgb(233 177 14 / var(--tw-text-opacity, 1)) !important;
    }
    .hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgb(0 227 89 / var(--tw-text-opacity, 1));
    }
    .hover\:text-light-1:hover {
        --tw-text-opacity: 1;
        color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    }
    .hover\:text-light-2:hover {
        --tw-text-opacity: 1;
        color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    }
    .hover\:text-light-grey-1:hover {
        --tw-text-opacity: 1;
        color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    }
    .hover\:text-light-grey-2:hover {
        --tw-text-opacity: 1;
        color: rgb(192 192 192 / var(--tw-text-opacity, 1));
    }
    .hover\:text-red-3:hover {
        --tw-text-opacity: 1;
        color: rgb(207 53 53 / var(--tw-text-opacity, 1));
    }
    .hover\:text-yellow-2:hover {
        --tw-text-opacity: 1;
        color: rgb(233 177 14 / var(--tw-text-opacity, 1));
    }
    .hover\:underline:hover {
        text-decoration-line: underline;
    }
    .hover\:opacity-100:hover {
        opacity: 1;
    }
}
.focus\:border-light-2:focus {
    --tw-border-opacity: 1;
    border-color: rgb(146 147 166 / var(--tw-border-opacity, 1));
}
.focus\:border-yellow-2:focus {
    --tw-border-opacity: 1;
    border-color: rgb(233 177 14 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:placeholder\:opacity-75:focus::-moz-placeholder {
    opacity: 0.75;
}
.focus\:placeholder\:opacity-75:focus::placeholder {
    opacity: 0.75;
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.active\:text-light-1:active {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.active\:text-yellow-2:active {
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}
.disabled\:bg-dark-7:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
}
.disabled\:text-light-3:disabled {
    --tw-text-opacity: 1;
    color: rgb(78 80 88 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-30:disabled {
    opacity: 0.3;
}
.disabled\:opacity-50:disabled {
    opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
    .group\/item:hover .group-hover\/item\:visible {
        visibility: visible;
    }
    .group:hover .group-hover\:block {
        display: block;
    }
    .group:hover .group-hover\:flex {
        display: flex;
    }
    .group:hover .group-hover\:hidden {
        display: none;
    }
    .group:hover .group-hover\:rotate-\[5deg\] {
        --tw-rotate: 5deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .group:hover .group-hover\:scale-\[1\.15\] {
        --tw-scale-x: 1.15;
        --tw-scale-y: 1.15;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .group:hover .group-hover\:text-light-1,
    .group:hover .group-hover\:text-light-grey-1 {
        --tw-text-opacity: 1;
        color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    }
    .group:hover .group-hover\:opacity-100 {
        opacity: 1;
    }
}
.group:disabled .group-disabled\:text-light-3 {
    --tw-text-opacity: 1;
    color: rgb(78 80 88 / var(--tw-text-opacity, 1));
}
.group\/form.validated .group-\[\.validated\]\/form\:block {
    display: block;
}
.ui-selected\:bg-dark-2[data-headlessui-state~="selected"] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.ui-selected\:text-light-1[data-headlessui-state~="selected"] {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
:where([data-headlessui-state~="selected"]) .ui-selected\:bg-dark-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
:where([data-headlessui-state~="selected"]) .ui-selected\:text-light-1 {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.ui-not-selected\:text-light-2[data-headlessui-state]:not([data-headlessui-state~="selected"]) {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
:where([data-headlessui-state]:not([data-headlessui-state~="selected"])) .ui-not-selected\:text-light-2:not([data-headlessui-state]) {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.ui-active\:text-light-1[data-headlessui-state~="active"] {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
:where([data-headlessui-state~="active"]) .ui-active\:text-light-1 {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
    .has-hover\:block {
        display: block;
    }
    .has-hover\:hidden {
        display: none;
    }
}
@media not all and (min-width: 1200px) {
    .max-xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 375px) {
    .xs\:h-10 {
        height: 0.625rem;
    }
    .xs\:h-12 {
        height: 0.75rem;
    }
    .xs\:h-14 {
        height: 0.875rem;
    }
    .xs\:h-16 {
        height: 1rem;
    }
    .xs\:h-18 {
        height: 1.125rem;
    }
    .xs\:h-20 {
        height: 1.25rem;
    }
    .xs\:h-22 {
        height: 1.375rem;
    }
    .xs\:h-24 {
        height: 1.5rem;
    }
    .xs\:h-26 {
        height: 1.625rem;
    }
    .xs\:h-28 {
        height: 1.75rem;
    }
    .xs\:h-30 {
        height: 1.875rem;
    }
    .xs\:h-40 {
        height: 2.5rem;
    }
    .xs\:h-50 {
        height: 3.125rem;
    }
    .xs\:h-8 {
        height: 0.5rem;
    }
    .xs\:h-lg {
        height: 16px;
    }
    .xs\:h-md {
        height: 8px;
    }
    .xs\:h-sm {
        height: 4px;
    }
    .xs\:h-xl {
        height: 32px;
    }
    .xs\:h-xs {
        height: 2px;
    }
    .xs\:h-xxl {
        height: 64px;
    }
    .xs\:h-xxs {
        height: 1px;
    }
    .xs\:w-10 {
        width: 0.625rem;
    }
    .xs\:w-12 {
        width: 0.75rem;
    }
    .xs\:w-14 {
        width: 0.875rem;
    }
    .xs\:w-16 {
        width: 1rem;
    }
    .xs\:w-18 {
        width: 1.125rem;
    }
    .xs\:w-20 {
        width: 1.25rem;
    }
    .xs\:w-22 {
        width: 1.375rem;
    }
    .xs\:w-24 {
        width: 1.5rem;
    }
    .xs\:w-26 {
        width: 1.625rem;
    }
    .xs\:w-28 {
        width: 1.75rem;
    }
    .xs\:w-30 {
        width: 1.875rem;
    }
    .xs\:w-40 {
        width: 2.5rem;
    }
    .xs\:w-50 {
        width: 3.125rem;
    }
    .xs\:w-8 {
        width: 0.5rem;
    }
    .xs\:w-\[--customWidth\] {
        width: var(--customWidth);
    }
    .xs\:w-lg {
        width: 16px;
    }
    .xs\:w-md {
        width: 8px;
    }
    .xs\:w-sm {
        width: 4px;
    }
    .xs\:w-xl {
        width: 32px;
    }
    .xs\:w-xs {
        width: 2px;
    }
    .xs\:w-xxl {
        width: 64px;
    }
    .xs\:w-xxs {
        width: 1px;
    }
}
@media (min-width: 576px) {
    .sm\:absolute {
        position: absolute;
    }
    .sm\:left-\[5px\] {
        left: 5px;
    }
    .sm\:right-\[5px\] {
        right: 5px;
    }
    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .sm\:-mx-md {
        margin-left: -8px;
        margin-right: -8px;
    }
    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .sm\:mb-0 {
        margin-bottom: 0;
    }
    .sm\:mb-lg {
        margin-bottom: 16px;
    }
    .sm\:ml-1 {
        margin-left: 0.3125rem;
    }
    .sm\:mr-5 {
        margin-right: 1.5625rem;
    }
    .sm\:mt-0 {
        margin-top: 0;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:table-cell {
        display: table-cell;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-10 {
        height: 0.625rem;
    }
    .sm\:h-12 {
        height: 0.75rem;
    }
    .sm\:h-14 {
        height: 0.875rem;
    }
    .sm\:h-16 {
        height: 1rem;
    }
    .sm\:h-18 {
        height: 1.125rem;
    }
    .sm\:h-20 {
        height: 1.25rem;
    }
    .sm\:h-22 {
        height: 1.375rem;
    }
    .sm\:h-24 {
        height: 1.5rem;
    }
    .sm\:h-26 {
        height: 1.625rem;
    }
    .sm\:h-28 {
        height: 1.75rem;
    }
    .sm\:h-30 {
        height: 1.875rem;
    }
    .sm\:h-40 {
        height: 2.5rem;
    }
    .sm\:h-50 {
        height: 3.125rem;
    }
    .sm\:h-8 {
        height: 0.5rem;
    }
    .sm\:h-\[128px\] {
        height: 128px;
    }
    .sm\:h-lg {
        height: 16px;
    }
    .sm\:h-md {
        height: 8px;
    }
    .sm\:h-sm {
        height: 4px;
    }
    .sm\:h-xl {
        height: 32px;
    }
    .sm\:h-xs {
        height: 2px;
    }
    .sm\:h-xxl {
        height: 64px;
    }
    .sm\:h-xxs {
        height: 1px;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-10 {
        width: 0.625rem;
    }
    .sm\:w-12 {
        width: 0.75rem;
    }
    .sm\:w-14 {
        width: 0.875rem;
    }
    .sm\:w-16 {
        width: 1rem;
    }
    .sm\:w-18 {
        width: 1.125rem;
    }
    .sm\:w-20 {
        width: 1.25rem;
    }
    .sm\:w-22 {
        width: 1.375rem;
    }
    .sm\:w-24 {
        width: 1.5rem;
    }
    .sm\:w-26 {
        width: 1.625rem;
    }
    .sm\:w-28 {
        width: 1.75rem;
    }
    .sm\:w-3\/5 {
        width: 60%;
    }
    .sm\:w-30 {
        width: 1.875rem;
    }
    .sm\:w-4\/5 {
        width: 80%;
    }
    .sm\:w-40 {
        width: 2.5rem;
    }
    .sm\:w-50 {
        width: 3.125rem;
    }
    .sm\:w-8 {
        width: 0.5rem;
    }
    .sm\:w-\[300px\] {
        width: 300px;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-lg {
        width: 16px;
    }
    .sm\:w-md {
        width: 8px;
    }
    .sm\:w-sm {
        width: 4px;
    }
    .sm\:w-xl {
        width: 32px;
    }
    .sm\:w-xs {
        width: 2px;
    }
    .sm\:w-xxl {
        width: 64px;
    }
    .sm\:w-xxs {
        width: 1px;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:gap-md {
        gap: 8px;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:rounded-md {
        border-radius: 0.3125rem;
    }
    .sm\:border {
        border-width: 1px;
    }
    .sm\:bg-dark-3 {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    }
    .sm\:p-0 {
        padding: 0;
    }
    .sm\:p-4 {
        padding: 1.25rem;
    }
    .sm\:p-5 {
        padding: 1.5625rem;
    }
    .sm\:p-\[10px\] {
        padding: 10px;
    }
    .sm\:p-lg {
        padding: 16px;
    }
    .sm\:p-xl {
        padding: 32px;
    }
    .sm\:px-4 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .sm\:px-5 {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
    .sm\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sm\:px-lg {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sm\:px-xl {
        padding-left: 32px;
        padding-right: 32px;
    }
    .sm\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .sm\:py-12 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .sm\:py-6 {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .sm\:py-md {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sm\:pb-0 {
        padding-bottom: 0;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-2xl {
        font-size: 1.75rem;
    }
    .sm\:text-base {
        font-size: 0.9375rem;
    }
    .sm\:text-sm {
        font-size: 0.8125rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
    }
    .sm\:text-xs {
        font-size: 0.75rem;
    }
    .sm\:opacity-25 {
        opacity: 0.25;
    }
}
@media (min-width: 768px) {
    .md\:static {
        position: static;
    }
    .md\:bottom-\[66px\] {
        bottom: 66px;
    }
    .md\:left-\[12px\] {
        left: 12px;
    }
    .md\:left-\[75px\] {
        left: 75px;
    }
    .md\:left-lg {
        left: 16px;
    }
    .md\:right-\[75px\] {
        right: 75px;
    }
    .md\:right-auto {
        right: auto;
    }
    .md\:right-lg {
        right: 16px;
    }
    .md\:top-auto {
        top: auto;
    }
    .md\:order-none {
        order: 0;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .md\:-mb-12 {
        margin-bottom: -3.125rem;
    }
    .md\:-ml-12 {
        margin-left: -3.125rem;
    }
    .md\:-ml-4 {
        margin-left: -1.25rem;
    }
    .md\:mb-0 {
        margin-bottom: 0;
    }
    .md\:mb-1 {
        margin-bottom: 0.3125rem;
    }
    .md\:mb-12 {
        margin-bottom: 3.125rem;
    }
    .md\:mb-4 {
        margin-bottom: 1.25rem;
    }
    .md\:mb-5 {
        margin-bottom: 1.5625rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.875rem;
    }
    .md\:mb-\[24px\] {
        margin-bottom: 24px;
    }
    .md\:mb-xl {
        margin-bottom: 32px;
    }
    .md\:ml-0 {
        margin-left: 0;
    }
    .md\:ml-6 {
        margin-left: 1.875rem;
    }
    .md\:ml-md {
        margin-left: 8px;
    }
    .md\:ml-xl {
        margin-left: 32px;
    }
    .md\:mr-1 {
        margin-right: 0.3125rem;
    }
    .md\:mt-0 {
        margin-top: 0;
    }
    .md\:mt-\[24px\] {
        margin-top: 24px;
    }
    .md\:mt-\[90px\] {
        margin-top: 90px;
    }
    .md\:mt-lg {
        margin-top: 16px;
    }
    .md\:mt-md {
        margin-top: 8px;
    }
    .md\:mt-xl {
        margin-top: 32px;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:inline-flex {
        display: inline-flex;
    }
    .md\:table-cell {
        display: table-cell;
    }
    .md\:table-row {
        display: table-row;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-10 {
        height: 0.625rem;
    }
    .md\:h-12 {
        height: 0.75rem;
    }
    .md\:h-14 {
        height: 0.875rem;
    }
    .md\:h-16 {
        height: 1rem;
    }
    .md\:h-18 {
        height: 1.125rem;
    }
    .md\:h-20 {
        height: 1.25rem;
    }
    .md\:h-22 {
        height: 1.375rem;
    }
    .md\:h-24 {
        height: 1.5rem;
    }
    .md\:h-26 {
        height: 1.625rem;
    }
    .md\:h-28 {
        height: 1.75rem;
    }
    .md\:h-30 {
        height: 1.875rem;
    }
    .md\:h-40 {
        height: 2.5rem;
    }
    .md\:h-50 {
        height: 3.125rem;
    }
    .md\:h-8 {
        height: 0.5rem;
    }
    .md\:h-\[100px\] {
        height: 100px;
    }
    .md\:h-\[240px\] {
        height: 240px;
    }
    .md\:h-\[266px\] {
        height: 266px;
    }
    .md\:h-\[38px\] {
        height: 38px;
    }
    .md\:h-\[40px\] {
        height: 40px;
    }
    .md\:h-\[80\%\] {
        height: 80%;
    }
    .md\:h-\[calc\(100vh-308px-var\(--site-header-height\)\)\] {
        height: calc(100vh - 308px - var(--site-header-height));
    }
    .md\:h-lg {
        height: 16px;
    }
    .md\:h-md {
        height: 8px;
    }
    .md\:h-sm {
        height: 4px;
    }
    .md\:h-xl {
        height: 32px;
    }
    .md\:h-xs {
        height: 2px;
    }
    .md\:h-xxl {
        height: 64px;
    }
    .md\:h-xxs {
        height: 1px;
    }
    .md\:max-h-\[32px\] {
        max-height: 32px;
    }
    .md\:max-h-\[50vh\] {
        max-height: 50vh;
    }
    .md\:min-h-\[50vh\] {
        min-height: 50vh;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-10 {
        width: 0.625rem;
    }
    .md\:w-12 {
        width: 0.75rem;
    }
    .md\:w-14 {
        width: 0.875rem;
    }
    .md\:w-16 {
        width: 1rem;
    }
    .md\:w-18 {
        width: 1.125rem;
    }
    .md\:w-2\/3 {
        width: 66.66667%;
    }
    .md\:w-20 {
        width: 1.25rem;
    }
    .md\:w-22 {
        width: 1.375rem;
    }
    .md\:w-24 {
        width: 1.5rem;
    }
    .md\:w-26 {
        width: 1.625rem;
    }
    .md\:w-28 {
        width: 1.75rem;
    }
    .md\:w-30 {
        width: 1.875rem;
    }
    .md\:w-40 {
        width: 2.5rem;
    }
    .md\:w-50 {
        width: 3.125rem;
    }
    .md\:w-8 {
        width: 0.5rem;
    }
    .md\:w-\[100px\] {
        width: 100px;
    }
    .md\:w-\[180px\] {
        width: 180px;
    }
    .md\:w-\[240px\] {
        width: 240px;
    }
    .md\:w-\[48px\] {
        width: 48px;
    }
    .md\:w-\[74px\] {
        width: 74px;
    }
    .md\:w-\[85px\] {
        width: 85px;
    }
    .md\:w-\[90px\] {
        width: 90px;
    }
    .md\:w-\[unset\] {
        width: unset;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:w-lg {
        width: 16px;
    }
    .md\:w-md {
        width: 8px;
    }
    .md\:w-sm {
        width: 4px;
    }
    .md\:w-xl {
        width: 32px;
    }
    .md\:w-xs {
        width: 2px;
    }
    .md\:w-xxl {
        width: 64px;
    }
    .md\:w-xxs {
        width: 1px;
    }
    .md\:min-w-\[240px\] {
        min-width: 240px;
    }
    .md\:max-w-\[32px\] {
        max-width: 32px;
    }
    .md\:max-w-\[500px\] {
        max-width: 500px;
    }
    .md\:flex-initial {
        flex: 0 1 auto;
    }
    .md\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .md\:grid-flow-row {
        grid-auto-flow: row;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-normal {
        justify-content: normal;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-0 {
        gap: 0;
    }
    .md\:gap-\[17px\] {
        gap: 17px;
    }
    .md\:gap-lg {
        gap: 16px;
    }
    .md\:gap-md {
        gap: 8px;
    }
    .md\:gap-xl {
        gap: 32px;
    }
    .md\:bg-dark-2 {
        --tw-bg-opacity: 1;
        background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:p-6 {
        padding: 1.875rem;
    }
    .md\:p-\[12px\] {
        padding: 12px;
    }
    .md\:p-lg {
        padding: 16px;
    }
    .md\:p-xl {
        padding: 32px;
    }
    .md\:p-xxl {
        padding: 64px;
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:px-4 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .md\:px-5 {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
    .md\:px-6 {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .md\:px-lg {
        padding-left: 16px;
        padding-right: 16px;
    }
    .md\:px-md {
        padding-left: 8px;
        padding-right: 8px;
    }
    .md\:px-xl {
        padding-left: 32px;
        padding-right: 32px;
    }
    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .md\:py-12 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .md\:py-2 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .md\:py-3 {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
    .md\:py-6 {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .md\:py-lg {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .md\:py-xl {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .md\:pb-0 {
        padding-bottom: 0;
    }
    .md\:pb-1 {
        padding-bottom: 0.3125rem;
    }
    .md\:pb-12 {
        padding-bottom: 3.125rem;
    }
    .md\:pl-12 {
        padding-left: 3.125rem;
    }
    .md\:pl-2 {
        padding-left: 0.625rem;
    }
    .md\:pl-4 {
        padding-left: 1.25rem;
    }
    .md\:pl-lg {
        padding-left: 16px;
    }
    .md\:pr-0 {
        padding-right: 0;
    }
    .md\:pr-2 {
        padding-right: 0.625rem;
    }
    .md\:pr-4 {
        padding-right: 1.25rem;
    }
    .md\:pr-md {
        padding-right: 8px;
    }
    .md\:pr-sm {
        padding-right: 4px;
    }
    .md\:pt-2 {
        padding-top: 0.625rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-lg {
        font-size: 1.125rem;
    }
    .md\:text-sm {
        font-size: 0.8125rem;
    }
    .md\:text-xs {
        font-size: 0.75rem;
    }
    .md\:text-xxs {
        font-size: 0.6875rem;
    }
    .md\:text-yellow-2 {
        --tw-text-opacity: 1;
        color: rgb(233 177 14 / var(--tw-text-opacity, 1));
    }
}
@media (min-width: 992px) {
    .lg\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .lg\:bottom-\[-10\%\] {
        bottom: -10%;
    }
    .lg\:left-\[3px\] {
        left: 3px;
    }
    .lg\:left-\[55\%\] {
        left: 55%;
    }
    .lg\:right-\[-20\%\] {
        right: -20%;
    }
    .lg\:right-\[3px\] {
        right: 3px;
    }
    .lg\:top-\[80px\] {
        top: 80px;
    }
    .lg\:top-auto {
        top: auto;
    }
    .lg\:order-3 {
        order: 3;
    }
    .lg\:order-4 {
        order: 4;
    }
    .lg\:order-5 {
        order: 5;
    }
    .lg\:order-6 {
        order: 6;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-start-3 {
        grid-column-start: 3;
    }
    .lg\:m-0 {
        margin: 0;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:my-md {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lg\:my-sm {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lg\:-mb-md {
        margin-bottom: -8px;
    }
    .lg\:mb-0 {
        margin-bottom: 0;
    }
    .lg\:mb-12 {
        margin-bottom: 3.125rem;
    }
    .lg\:mb-\[24px\] {
        margin-bottom: 24px;
    }
    .lg\:mb-lg {
        margin-bottom: 16px;
    }
    .lg\:mb-xl {
        margin-bottom: 32px;
    }
    .lg\:ml-lg {
        margin-left: 16px;
    }
    .lg\:ml-md {
        margin-left: 8px;
    }
    .lg\:mr-4 {
        margin-right: 1.25rem;
    }
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:mt-\[24px\] {
        margin-top: 24px;
    }
    .lg\:mt-md {
        margin-top: 8px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:inline-flex {
        display: inline-flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:size-\[14px\] {
        width: 14px;
        height: 14px;
    }
    .lg\:size-\[38px\] {
        width: 38px;
        height: 38px;
    }
    .lg\:h-10 {
        height: 0.625rem;
    }
    .lg\:h-12 {
        height: 0.75rem;
    }
    .lg\:h-14 {
        height: 0.875rem;
    }
    .lg\:h-16 {
        height: 1rem;
    }
    .lg\:h-18 {
        height: 1.125rem;
    }
    .lg\:h-20 {
        height: 1.25rem;
    }
    .lg\:h-22 {
        height: 1.375rem;
    }
    .lg\:h-24 {
        height: 1.5rem;
    }
    .lg\:h-26 {
        height: 1.625rem;
    }
    .lg\:h-28 {
        height: 1.75rem;
    }
    .lg\:h-30 {
        height: 1.875rem;
    }
    .lg\:h-40 {
        height: 2.5rem;
    }
    .lg\:h-50 {
        height: 3.125rem;
    }
    .lg\:h-8 {
        height: 0.5rem;
    }
    .lg\:h-\[130px\] {
        height: 130px;
    }
    .lg\:h-\[146px\] {
        height: 146px;
    }
    .lg\:h-\[150px\] {
        height: 150px;
    }
    .lg\:h-\[24px\] {
        height: 24px;
    }
    .lg\:h-\[275px\] {
        height: 275px;
    }
    .lg\:h-\[300px\] {
        height: 300px;
    }
    .lg\:h-\[32px\] {
        height: 32px;
    }
    .lg\:h-\[34px\] {
        height: 34px;
    }
    .lg\:h-\[38px\] {
        height: 38px;
    }
    .lg\:h-\[40px\] {
        height: 40px;
    }
    .lg\:h-\[54px\] {
        height: 54px;
    }
    .lg\:h-\[60px\] {
        height: 60px;
    }
    .lg\:h-\[96px\] {
        height: 96px;
    }
    .lg\:h-lg {
        height: 16px;
    }
    .lg\:h-md {
        height: 8px;
    }
    .lg\:h-sm {
        height: 4px;
    }
    .lg\:h-xl {
        height: 32px;
    }
    .lg\:h-xs {
        height: 2px;
    }
    .lg\:h-xxl {
        height: 64px;
    }
    .lg\:h-xxs {
        height: 1px;
    }
    .lg\:min-h-\[407px\] {
        min-height: 407px;
    }
    .lg\:min-h-\[469px\] {
        min-height: 469px;
    }
    .lg\:min-h-\[60px\] {
        min-height: 60px;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.33333%;
    }
    .lg\:w-10 {
        width: 0.625rem;
    }
    .lg\:w-12 {
        width: 0.75rem;
    }
    .lg\:w-14 {
        width: 0.875rem;
    }
    .lg\:w-16 {
        width: 1rem;
    }
    .lg\:w-18 {
        width: 1.125rem;
    }
    .lg\:w-2\/3 {
        width: 66.66667%;
    }
    .lg\:w-20 {
        width: 1.25rem;
    }
    .lg\:w-22 {
        width: 1.375rem;
    }
    .lg\:w-24 {
        width: 1.5rem;
    }
    .lg\:w-26 {
        width: 1.625rem;
    }
    .lg\:w-28 {
        width: 1.75rem;
    }
    .lg\:w-30 {
        width: 1.875rem;
    }
    .lg\:w-40 {
        width: 2.5rem;
    }
    .lg\:w-50 {
        width: 3.125rem;
    }
    .lg\:w-8 {
        width: 0.5rem;
    }
    .lg\:w-\[120\%\] {
        width: 120%;
    }
    .lg\:w-\[2\.25rem\] {
        width: 2.25rem;
    }
    .lg\:w-\[245px\] {
        width: 245px;
    }
    .lg\:w-\[24px\] {
        width: 24px;
    }
    .lg\:w-\[275px\] {
        width: 275px;
    }
    .lg\:w-\[32px\] {
        width: 32px;
    }
    .lg\:w-\[400px\] {
        width: 400px;
    }
    .lg\:w-\[50\%\] {
        width: 50%;
    }
    .lg\:w-\[600px\] {
        width: 600px;
    }
    .lg\:w-\[60px\] {
        width: 60px;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:w-lg {
        width: 16px;
    }
    .lg\:w-md {
        width: 8px;
    }
    .lg\:w-sm {
        width: 4px;
    }
    .lg\:w-xl {
        width: 32px;
    }
    .lg\:w-xs {
        width: 2px;
    }
    .lg\:w-xxl {
        width: 64px;
    }
    .lg\:w-xxs {
        width: 1px;
    }
    .lg\:min-w-\[2\.75rem\] {
        min-width: 2.75rem;
    }
    .lg\:min-w-\[32px\] {
        min-width: 32px;
    }
    .lg\:min-w-\[445px\] {
        min-width: 445px;
    }
    .lg\:max-w-\[400px\] {
        max-width: 400px;
    }
    .lg\:flex-grow,
    .lg\:grow {
        flex-grow: 1;
    }
    .lg\:grow-0 {
        flex-grow: 0;
    }
    .lg\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:translate-y-\[146px\] {
        --tw-translate-y: 146px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:cursor-default {
        cursor: default;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[minmax\(0\,_1fr\)_min-content\] {
        grid-template-columns: minmax(0, 1fr) min-content;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:justify-center {
        justify-content: center;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-0 {
        gap: 0;
    }
    .lg\:gap-lg {
        gap: 16px;
    }
    .lg\:gap-md {
        gap: 8px;
    }
    .lg\:gap-xl {
        gap: 32px;
    }
    .lg\:gap-x-\[1\.5625rem\] {
        -moz-column-gap: 1.5625rem;
        column-gap: 1.5625rem;
    }
    .lg\:self-end {
        align-self: flex-end;
    }
    .lg\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .lg\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .lg\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .lg\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .lg\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .lg\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .lg\:border-x {
        border-left-width: 1px;
        border-right-width: 1px;
    }
    .lg\:border-b {
        border-bottom-width: 1px;
    }
    .lg\:border-l-0 {
        border-left-width: 0;
    }
    .lg\:bg-dark-3 {
        --tw-bg-opacity: 1;
        background-color: rgb(29 30 38 / var(--tw-bg-opacity, 1));
    }
    .lg\:bg-dark-7 {
        --tw-bg-opacity: 1;
        background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
    }
    .lg\:p-10 {
        padding: 2.5rem;
    }
    .lg\:p-\[4px\] {
        padding: 4px;
    }
    .lg\:p-lg {
        padding: 16px;
    }
    .lg\:p-md {
        padding: 8px;
    }
    .lg\:px-\[12px\] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .lg\:px-\[24px\] {
        padding-left: 24px;
        padding-right: 24px;
    }
    .lg\:px-\[6vw\] {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .lg\:px-lg {
        padding-left: 16px;
        padding-right: 16px;
    }
    .lg\:px-md {
        padding-left: 8px;
        padding-right: 8px;
    }
    .lg\:px-xl {
        padding-left: 32px;
        padding-right: 32px;
    }
    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .lg\:py-12 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .lg\:py-6 {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .lg\:py-xxl {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .lg\:pb-0 {
        padding-bottom: 0;
    }
    .lg\:pl-6 {
        padding-left: 1.875rem;
    }
    .lg\:pl-lg {
        padding-left: 16px;
    }
    .lg\:pt-0 {
        padding-top: 0;
    }
    .lg\:pt-3 {
        padding-top: 0.9375rem;
    }
    .lg\:pt-lg {
        padding-top: 16px;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-right {
        text-align: right;
    }
    .lg\:\!text-\[28px\] {
        font-size: 28px !important;
    }
    .lg\:text-base {
        font-size: 0.9375rem;
    }
    .lg\:text-large {
        font-size: 16px;
    }
    .lg\:text-sm {
        font-size: 0.8125rem;
    }
    .lg\:normal-case {
        text-transform: none;
    }
    .lg\:blur-\[70px\] {
        --tw-blur: blur(70px);
        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);
    }
    .first-of-type\:lg\:pl-lg:first-of-type {
        padding-left: 16px;
    }
    .last-of-type\:lg\:pr-lg:last-of-type {
        padding-right: 16px;
    }
}
@media (min-width: 1200px) {
    .xl\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .xl\:bottom-0 {
        bottom: 0;
    }
    .xl\:right-0 {
        right: 0;
    }
    .xl\:order-last {
        order: 9999;
    }
    .xl\:order-none {
        order: 0;
    }
    .xl\:mb-0 {
        margin-bottom: 0;
    }
    .xl\:mb-\[26px\] {
        margin-bottom: 26px;
    }
    .xl\:mb-lg {
        margin-bottom: 16px;
    }
    .xl\:mb-xl {
        margin-bottom: 32px;
    }
    .xl\:ml-0 {
        margin-left: 0;
    }
    .xl\:ml-lg {
        margin-left: 16px;
    }
    .xl\:ml-xl {
        margin-left: 32px;
    }
    .xl\:mr-xl {
        margin-right: 32px;
    }
    .xl\:mt-0 {
        margin-top: 0;
    }
    .xl\:mt-\[81px\] {
        margin-top: 81px;
    }
    .xl\:mt-none {
        margin-top: 0;
    }
    .xl\:block {
        display: block;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:grid {
        display: grid;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-10 {
        height: 0.625rem;
    }
    .xl\:h-12 {
        height: 0.75rem;
    }
    .xl\:h-14 {
        height: 0.875rem;
    }
    .xl\:h-16 {
        height: 1rem;
    }
    .xl\:h-18 {
        height: 1.125rem;
    }
    .xl\:h-20 {
        height: 1.25rem;
    }
    .xl\:h-22 {
        height: 1.375rem;
    }
    .xl\:h-24 {
        height: 1.5rem;
    }
    .xl\:h-26 {
        height: 1.625rem;
    }
    .xl\:h-28 {
        height: 1.75rem;
    }
    .xl\:h-30 {
        height: 1.875rem;
    }
    .xl\:h-40 {
        height: 2.5rem;
    }
    .xl\:h-50 {
        height: 3.125rem;
    }
    .xl\:h-8 {
        height: 0.5rem;
    }
    .xl\:h-\[120px\] {
        height: 120px;
    }
    .xl\:h-\[180px\] {
        height: 180px;
    }
    .xl\:h-\[195px\] {
        height: 195px;
    }
    .xl\:h-\[200px\] {
        height: 200px;
    }
    .xl\:h-\[248px\] {
        height: 248px;
    }
    .xl\:h-\[275px\] {
        height: 275px;
    }
    .xl\:h-\[384px\] {
        height: 384px;
    }
    .xl\:h-\[493px\] {
        height: 493px;
    }
    .xl\:h-\[58px\] {
        height: 58px;
    }
    .xl\:h-\[70\%\] {
        height: 70%;
    }
    .xl\:h-\[70px\] {
        height: 70px;
    }
    .xl\:h-\[92px\] {
        height: 92px;
    }
    .xl\:h-lg {
        height: 16px;
    }
    .xl\:h-md {
        height: 8px;
    }
    .xl\:h-sm {
        height: 4px;
    }
    .xl\:h-xl {
        height: 32px;
    }
    .xl\:h-xs {
        height: 2px;
    }
    .xl\:h-xxl {
        height: 64px;
    }
    .xl\:h-xxs {
        height: 1px;
    }
    .xl\:min-h-\[85px\] {
        min-height: 85px;
    }
    .xl\:w-10 {
        width: 0.625rem;
    }
    .xl\:w-12 {
        width: 0.75rem;
    }
    .xl\:w-14 {
        width: 0.875rem;
    }
    .xl\:w-16 {
        width: 1rem;
    }
    .xl\:w-18 {
        width: 1.125rem;
    }
    .xl\:w-20 {
        width: 1.25rem;
    }
    .xl\:w-22 {
        width: 1.375rem;
    }
    .xl\:w-24 {
        width: 1.5rem;
    }
    .xl\:w-26 {
        width: 1.625rem;
    }
    .xl\:w-28 {
        width: 1.75rem;
    }
    .xl\:w-30 {
        width: 1.875rem;
    }
    .xl\:w-40 {
        width: 2.5rem;
    }
    .xl\:w-50 {
        width: 3.125rem;
    }
    .xl\:w-8 {
        width: 0.5rem;
    }
    .xl\:w-\[120px\] {
        width: 120px;
    }
    .xl\:w-\[275px\] {
        width: 275px;
    }
    .xl\:w-\[70px\] {
        width: 70px;
    }
    .xl\:w-\[92px\] {
        width: 92px;
    }
    .xl\:w-lg {
        width: 16px;
    }
    .xl\:w-md {
        width: 8px;
    }
    .xl\:w-sm {
        width: 4px;
    }
    .xl\:w-xl {
        width: 32px;
    }
    .xl\:w-xs {
        width: 2px;
    }
    .xl\:w-xxl {
        width: 64px;
    }
    .xl\:w-xxs {
        width: 1px;
    }
    .xl\:max-w-\[375px\] {
        max-width: 375px;
    }
    .xl\:flex-1 {
        flex: 1 1 0%;
    }
    .xl\:translate-x-0 {
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xl\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xl\:translate-y-\[-38px\] {
        --tw-translate-y: -38px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .xl\:items-end {
        align-items: flex-end;
    }
    .xl\:items-center {
        align-items: center;
    }
    .xl\:justify-end {
        justify-content: flex-end;
    }
    .xl\:gap-lg {
        gap: 16px;
    }
    .xl\:gap-sm {
        gap: 4px;
    }
    .xl\:rounded {
        border-radius: 0.25rem;
    }
    .xl\:p-lg {
        padding: 16px;
    }
    .xl\:p-xl {
        padding: 32px;
    }
    .xl\:px-lg {
        padding-left: 16px;
        padding-right: 16px;
    }
    .xl\:px-md {
        padding-left: 8px;
        padding-right: 8px;
    }
    .xl\:px-sm {
        padding-left: 4px;
        padding-right: 4px;
    }
    .xl\:px-xl {
        padding-left: 32px;
        padding-right: 32px;
    }
    .xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .xl\:py-md {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .xl\:pb-0 {
        padding-bottom: 0;
    }
    .xl\:pt-\[2px\] {
        padding-top: 2px;
    }
    .xl\:pt-xl {
        padding-top: 32px;
    }
    .xl\:\!text-medium {
        font-size: 14px !important;
    }
    .xl\:text-md {
        font-size: 0.875rem;
    }
    .xl\:text-medium {
        font-size: 14px;
    }
    .xl\:text-sm {
        font-size: 0.8125rem;
    }
    .xl\:text-xl {
        font-size: 1.25rem;
    }
}
@media (hover: hover) and (pointer: fine) {
    @media (min-width: 1200px) {
        .has-hover\:xl\:block {
            display: block;
        }
        .has-hover\:xl\:hidden {
            display: none;
        }
    }
}
@media (min-width: 1440px) {
    .xxl\:mb-0 {
        margin-bottom: 0;
    }
    .xxl\:mr-lg {
        margin-right: 16px;
    }
    .xxl\:mr-xl {
        margin-right: 32px;
    }
    .xxl\:h-10 {
        height: 0.625rem;
    }
    .xxl\:h-12 {
        height: 0.75rem;
    }
    .xxl\:h-14 {
        height: 0.875rem;
    }
    .xxl\:h-16 {
        height: 1rem;
    }
    .xxl\:h-18 {
        height: 1.125rem;
    }
    .xxl\:h-20 {
        height: 1.25rem;
    }
    .xxl\:h-22 {
        height: 1.375rem;
    }
    .xxl\:h-24 {
        height: 1.5rem;
    }
    .xxl\:h-26 {
        height: 1.625rem;
    }
    .xxl\:h-28 {
        height: 1.75rem;
    }
    .xxl\:h-30 {
        height: 1.875rem;
    }
    .xxl\:h-40 {
        height: 2.5rem;
    }
    .xxl\:h-50 {
        height: 3.125rem;
    }
    .xxl\:h-8 {
        height: 0.5rem;
    }
    .xxl\:h-\[420px\] {
        height: 420px;
    }
    .xxl\:h-lg {
        height: 16px;
    }
    .xxl\:h-md {
        height: 8px;
    }
    .xxl\:h-sm {
        height: 4px;
    }
    .xxl\:h-xl {
        height: 32px;
    }
    .xxl\:h-xs {
        height: 2px;
    }
    .xxl\:h-xxl {
        height: 64px;
    }
    .xxl\:h-xxs {
        height: 1px;
    }
    .xxl\:w-1\/3 {
        width: 33.33333%;
    }
    .xxl\:w-10 {
        width: 0.625rem;
    }
    .xxl\:w-12 {
        width: 0.75rem;
    }
    .xxl\:w-14 {
        width: 0.875rem;
    }
    .xxl\:w-16 {
        width: 1rem;
    }
    .xxl\:w-18 {
        width: 1.125rem;
    }
    .xxl\:w-20 {
        width: 1.25rem;
    }
    .xxl\:w-22 {
        width: 1.375rem;
    }
    .xxl\:w-24 {
        width: 1.5rem;
    }
    .xxl\:w-26 {
        width: 1.625rem;
    }
    .xxl\:w-28 {
        width: 1.75rem;
    }
    .xxl\:w-30 {
        width: 1.875rem;
    }
    .xxl\:w-40 {
        width: 2.5rem;
    }
    .xxl\:w-50 {
        width: 3.125rem;
    }
    .xxl\:w-8 {
        width: 0.5rem;
    }
    .xxl\:w-lg {
        width: 16px;
    }
    .xxl\:w-md {
        width: 8px;
    }
    .xxl\:w-sm {
        width: 4px;
    }
    .xxl\:w-xl {
        width: 32px;
    }
    .xxl\:w-xs {
        width: 2px;
    }
    .xxl\:w-xxl {
        width: 64px;
    }
    .xxl\:w-xxs {
        width: 1px;
    }
    .xxl\:gap-md {
        gap: 8px;
    }
    .xxl\:gap-xl {
        gap: 32px;
    }
    .xxl\:px-lg {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 1580px) {
    .xxxl\:h-10 {
        height: 0.625rem;
    }
    .xxxl\:h-12 {
        height: 0.75rem;
    }
    .xxxl\:h-14 {
        height: 0.875rem;
    }
    .xxxl\:h-16 {
        height: 1rem;
    }
    .xxxl\:h-18 {
        height: 1.125rem;
    }
    .xxxl\:h-20 {
        height: 1.25rem;
    }
    .xxxl\:h-22 {
        height: 1.375rem;
    }
    .xxxl\:h-24 {
        height: 1.5rem;
    }
    .xxxl\:h-26 {
        height: 1.625rem;
    }
    .xxxl\:h-28 {
        height: 1.75rem;
    }
    .xxxl\:h-30 {
        height: 1.875rem;
    }
    .xxxl\:h-40 {
        height: 2.5rem;
    }
    .xxxl\:h-50 {
        height: 3.125rem;
    }
    .xxxl\:h-8 {
        height: 0.5rem;
    }
    .xxxl\:h-lg {
        height: 16px;
    }
    .xxxl\:h-md {
        height: 8px;
    }
    .xxxl\:h-sm {
        height: 4px;
    }
    .xxxl\:h-xl {
        height: 32px;
    }
    .xxxl\:h-xs {
        height: 2px;
    }
    .xxxl\:h-xxl {
        height: 64px;
    }
    .xxxl\:h-xxs {
        height: 1px;
    }
    .xxxl\:w-10 {
        width: 0.625rem;
    }
    .xxxl\:w-12 {
        width: 0.75rem;
    }
    .xxxl\:w-14 {
        width: 0.875rem;
    }
    .xxxl\:w-16 {
        width: 1rem;
    }
    .xxxl\:w-18 {
        width: 1.125rem;
    }
    .xxxl\:w-20 {
        width: 1.25rem;
    }
    .xxxl\:w-22 {
        width: 1.375rem;
    }
    .xxxl\:w-24 {
        width: 1.5rem;
    }
    .xxxl\:w-26 {
        width: 1.625rem;
    }
    .xxxl\:w-28 {
        width: 1.75rem;
    }
    .xxxl\:w-30 {
        width: 1.875rem;
    }
    .xxxl\:w-40 {
        width: 2.5rem;
    }
    .xxxl\:w-50 {
        width: 3.125rem;
    }
    .xxxl\:w-8 {
        width: 0.5rem;
    }
    .xxxl\:w-lg {
        width: 16px;
    }
    .xxxl\:w-md {
        width: 8px;
    }
    .xxxl\:w-sm {
        width: 4px;
    }
    .xxxl\:w-xl {
        width: 32px;
    }
    .xxxl\:w-xs {
        width: 2px;
    }
    .xxxl\:w-xxl {
        width: 64px;
    }
    .xxxl\:w-xxs {
        width: 1px;
    }
}
.\[\&\:-webkit-autofill\]\:delay-\[9999999s\]:-webkit-autofill {
    transition-delay: 9999999s;
}
.\[\&\:autofill\]\:delay-\[9999999s\]:autofill {
    transition-delay: 9999999s;
}
.\[\&\:has\(input\:invalid\)\]\:border-red-2:has(input:invalid) {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity, 1));
}
.group\/form.validated .group-\[\.validated\]\/form\:\[\&\:has\(input\:invalid\)\]\:border-red-2:has(input:invalid) {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity, 1));
}
.group\/form.validated .group-\[\.validated\]\/form\:\[\&\:has\(input\:invalid\)_\.empty-checkbox\]\:border-red-2:has(input:invalid) .empty-checkbox {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity, 1));
}
.\[\&\>\.front\]\:ui-selected\:bg-dark-2[data-headlessui-state~="selected"] > .front {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.\[\&\>\.front\]\:ui-selected\:text-light-1[data-headlessui-state~="selected"] > .front {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
:where([data-headlessui-state~="selected"]) .\[\&\>\.front\]\:ui-selected\:bg-dark-2 > .front {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
:where([data-headlessui-state~="selected"]) .\[\&\>\.front\]\:ui-selected\:text-light-1 > .front {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.\[\&\>div\]\:mt-lg > div {
    margin-top: 16px;
}
.\[\&_h5\]\:normal-case h5 {
    text-transform: none;
}
.\[\&_input\]\:text-center input {
    text-align: center;
}
@media (min-width: 1275px) {
    .\[\@media\(min-width\:1275px\)\]\:flex {
        display: flex;
    }
}
@media (min-width: 1330px) {
    .\[\@media\(min-width\:1330px\)\]\:block {
        display: block;
    }
    .\[\@media\(min-width\:1330px\)\]\:w-\[157px\] {
        width: 157px;
    }
}
@font-face {
    font-family: Flama;
    src: url(/assets/FlamaBasic-Regular-3ZzzLByh.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Flama;
    src: url(/assets/Flama-Medium-sto4RPOn.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Flama;
    src: url(/assets/FlamaSemibold-Regular-CWGqdE5t.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Flama-Medium;
    src: url(/assets/FlamaMedium-Regular-BMouht6U.ttf) format("truetype") url(/assets/FlamaMedium-Regular-D55DaOky.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+30-39;
}
@font-face {
    font-family: Flama-Condensed;
    src: url(/assets/FlamaCondensedBold-Regular-DnQwgu9K.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Flama-Bold;
    src: url(/assets/Flama-Bold-B1a1JNqp.otf);
    font-weight: 800;
}
.font-bold {
    font-family: Flama-Medium, Flama, sans-serif;
    font-weight: 700;
}
:root {
    --site-chat-width: calc(100vw - 4.375rem);
    --site-sidebar-width: 280px;
    --button-height: 36px;
    --global-transition: 175ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --mask-background-color: rgba(0, 0, 0, 0.5);
    --mask-background-color-dark: rgba(0, 0, 0, 0.8);
    --real-100vh: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 576px) {
    :root {
        --site-chat-width: 280px;
    }
}
body {
    --tw-bg-opacity: 1;
    background-color: rgb(21 22 29 / var(--tw-bg-opacity, 1));
    font-family: Flama, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}
button:focus {
    outline: none !important;
}
hr {
    margin: 0;
}
input[type="text"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"] {
    outline: none;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    opacity: 0.75;
    -moz-transition: opacity var(--global-transition);
    transition: opacity var(--global-transition);
}
input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    opacity: 0.75;
    transition: opacity var(--global-transition);
}
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder {
    opacity: 0.5;
}
input[type="text"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="email"]:focus::placeholder {
    opacity: 0.5;
}
input[type="text"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled {
    cursor: not-allowed;
}
input[type="text"].placeholder-light-grey-1::-moz-placeholder,
input[type="url"].placeholder-light-grey-1::-moz-placeholder,
input[type="number"].placeholder-light-grey-1::-moz-placeholder,
input[type="search"].placeholder-light-grey-1::-moz-placeholder,
input[type="password"].placeholder-light-grey-1::-moz-placeholder,
input[type="email"].placeholder-light-grey-1::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
input[type="text"].placeholder-light-grey-1::placeholder,
input[type="url"].placeholder-light-grey-1::placeholder,
input[type="number"].placeholder-light-grey-1::placeholder,
input[type="search"].placeholder-light-grey-1::placeholder,
input[type="password"].placeholder-light-grey-1::placeholder,
input[type="email"].placeholder-light-grey-1::placeholder {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
textarea {
    outline: none;
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
    padding: 0.9375rem;
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
textarea::-moz-placeholder {
    -moz-transition: opacity var(--global-transition);
    transition: opacity var(--global-transition);
}
textarea::placeholder {
    transition: opacity var(--global-transition);
}
textarea:focus::-moz-placeholder {
    opacity: 0.25;
}
textarea:focus::placeholder {
    opacity: 0.25;
}
.input label {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.75rem;
}
.input input {
    position: relative;
    z-index: 10;
    height: 3.125rem;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(41 42 52 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    transition: padding var(--global-transition), color var(--global-transition), border var(--global-transition), background var(--global-transition);
    outline: none !important;
}
.input input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(146 147 166 / var(--tw-border-opacity, 1));
    outline: none;
}
.input input:invalid:focus,
.input input.invalid:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity, 1));
}
.input input.success {
    --tw-border-opacity: 1;
    border-color: rgb(0 227 89 / var(--tw-border-opacity, 1));
    background: #10d9600f;
}
.input input:disabled {
    cursor: not-allowed;
}
.input input::-moz-selection {
    color: #000;
    background: #e9b10bfc;
}
.input input::selection {
    color: #000;
    background: #e9b10bfc;
}
.link {
    cursor: pointer;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    transition: color var(--global-transition);
}
.link.active,
.link:hover {
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.link.link-highlight {
    --tw-text-opacity: 1;
    color: rgb(1 191 77 / var(--tw-text-opacity, 1));
}
.link svg {
    transition: fill var(--global-transition);
    fill: currentColor;
}
.link-yellow-2 {
    cursor: pointer;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
    transition: color var(--global-transition);
}
.link-yellow-2.active {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.link-yellow-2 svg {
    transition: fill var(--global-transition);
    fill: currentColor;
}
.coinstack {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAANlBMVEUAAADpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQvpsQs7bjUoAAAAEXRSTlMAQMCA8WAQMCDQoFDhkLBwyazXKMIAAAIZSURBVFjD7ZnpjusgDEYT2yTsDO//sveOorKESQMTV2pHOX+qLjqlhPgzdLq5eUPWuWS5bAuoASj+hAJANKPfIQ2CjX2Axj79GjzFUZQW8qnV6CQdl+N6NAGNddgtlla7QmSAcKdeXGTCmsqrIh+iECcvs9lEVmwSY+Qlib8+TgysWirEnzHiW/w3xIHXSy+rbq+sx/wFzs4PpVBmi1KuzMsZ6h8pzRilgspZkcFe0PoiRue4EYpGSP1qrLpuKdIAvSyWiHFDcoK2BzruNObggHqcIklL6l/T9HXLbBABoBHarYndfRp1FteokNwNy/O2exE+xq9WnN3OTMNI4beJ2YlbuVgHpDotgSw+6dRP9KvBdIE7xRkAh2iqqf3/JKCr9hKt+Aq3uEtM8RRKj+foJBaRE5LTS8xULXtDXF617msSz3Bxu3lKu0S6HM2Paq4jyKrmqStaL1L1SDmXkEH91rpkyebQTa3Wg3JwcxVnlHuhNifQd9mVDrtkkj6/mV50+0MbRAB7VEebQt10O7kNoCCPgy4zHWD8kx2kF8k9xCI0nbX0ys2DUuNU714BnOkauZzR29FNCOUL1PKdeB6u7W4AwGHCAwC9y7bp88SO12uTWBKr2BTVgdMsqvUObPOwvwGE5cs+XnXOvpZZE0P28Z5Ne7Hwn6YD9pfbVTjosBN07VfaZBKoAWKLBXDp34oryDmzTjc378Q/M5AvDF+/1TwAAAAASUVORK5CYII=)
        center center/100% auto no-repeat;
}
.btc {
    background: url(/assets/bitcoin-GfGP9XZ4.png) center center/100% auto no-repeat;
}
.bch {
    background: url(/assets/bitcoin-cash-BPfuFNJb.png) center center/100% auto no-repeat;
}
.eth {
    background: url(/assets/ethereum-CLRsDiyQ.png) center center/100% auto no-repeat;
}
.ltc {
    background: url(/assets/litecoin-BSPSmi14.png) center center/100% auto no-repeat;
}
.usdc {
    background: url(/assets/usdc-clhJycoF.png) center center/100% auto no-repeat;
}
.usdt {
    background: url(/assets/usdt-DMWlymel.png) center center/100% auto no-repeat;
}
span.coinstack {
    display: inline-block;
}
.coin-t {
    background: url(/assets/coin-t-CXAYIJFn.png) center center/100% auto no-repeat;
}
.coin-t-halloween {
    background: url(/assets/coin-t-halloween-CNkSMf8I.png) center center/100% auto no-repeat;
}
.coin-ct {
    background: url(/assets/coin-ct-b8bx0q0k.png) center center/100% auto no-repeat;
}
.coin-ct-halloween {
    background: url(/assets/coin-ct-halloween-D36_NTzw.png) center center/100% auto no-repeat;
}
.coin-bonus {
    background: url(/assets/coin-bonus-C7e4Tsmy.png) center center/100% auto no-repeat;
}
.coin-bonus-halloween {
    background: url(/assets/coin-bonus-halloween-D58wcvI_.png) center center/100% auto no-repeat;
}
.coin-bonuspot {
    background: url(/assets/coin-bonuspot-KHZ0nreo.png) center center/100% auto no-repeat;
}
.items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(174px, 1fr));
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
@media screen and (min-width: 440px) {
    .items-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}
.label {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: Flama-Medium, Flama, sans-serif;
    font-weight: 700;
}
.font-numeric {
    font-variant-numeric: tabular-nums;
}
.heading {
    font-family: Flama-Condensed, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.heading-small {
    font-family: Flama-Condensed, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.heading-large {
    font-family: Flama-Condensed, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.heading-x-large {
    font-family: Flama-Condensed, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
@media (min-width: 576px) {
    .heading-x-large {
        font-size: 2.25rem;
    }
}
.heading-gradient {
    background: -webkit-linear-gradient(135deg, #c99f21 0%, #ffe9a5 25%, #f8ebb8 30%, #dcbb60 39%, #dab341 81%, #dbc345 87%, #ffeacc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.flex-order-first {
    order: 0;
}
.flex-order-last {
    order: 999;
}
.grayscale {
    filter: grayscale(1);
}
.word-break-all {
    word-break: break-all;
}
.word-break-word {
    word-break: break-word;
}
.page-wrapper {
    max-width: 768px;
    margin: 0 auto;
}
.input-text-center .input__field {
    text-align: center;
}
.line-divider {
    width: 100%;
    background-color: #191a21;
    height: 1px;
}
.pipe {
    width: 1px;
    height: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(46 50 64 / var(--tw-bg-opacity, 1));
}
.standard-icon {
    fill: currentColor;
    width: 14px;
    height: 14px;
}
.content-link {
    text-decoration: underline;
}
.content-link:hover {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    cursor: pointer;
}
.page-layout__inner p a {
    text-decoration: underline;
}
.page-layout__inner p a:hover {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    cursor: pointer;
}
.v--modal-overlay p a {
    text-decoration: underline;
}
.v--modal-overlay p a:hover {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    cursor: pointer;
}
.csgo-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
@media (min-width: 728px) {
    .csgo-layout-wrapper {
        width: 664px;
    }
}
@media (min-width: 992px) {
    .csgo-layout {
        padding: 64px;
    }
}
.csgo-layout .article-category {
    margin-bottom: 8px;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.csgo-layout-content .blackboard {
    padding-bottom: 32px;
    padding-top: 16px;
}
.csgo-layout-content .blackboard-content {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(18 19 25 / var(--tw-bg-opacity, 1));
    padding: 16px 32px;
}
.csgo-layout-content .blackboard-content-tab {
    margin-bottom: 8px;
    font-size: 0.875rem;
}
.csgo-layout-content .blackboard-content-item {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.csgo-layout-content .blackboard-other {
    padding-top: 32px;
}
.csgo-layout-content .blackboard-other .blackboard-content {
    padding: 16px;
}
@media (min-width: 728px) {
    .csgo-layout-content .blackboard-other .blackboard-content {
        padding: 32px;
    }
}
.csgo-layout-content .blackboard-other .blackboard-content .img-icon {
    height: 100%;
    width: 32px;
}
@media (min-width: 728px) {
    .csgo-layout-content .blackboard-other .blackboard-content .img-icon {
        width: 64px;
    }
}
.csgo-layout-content .blackboard-other .blackboard-content .blackboard-body {
    padding-left: 16px;
}
@media (min-width: 728px) {
    .csgo-layout-content .blackboard-other .blackboard-content .blackboard-body {
        padding-left: 32px;
    }
}
.csgo-layout-content .blackboard-other .blackboard-content .blackboard-body h3 {
    margin-bottom: 4px;
}
.csgo-layout-content .blackboard-other .blackboard-content .blackboard-body p {
    margin-bottom: 0;
}
.csgo-layout-content h1,
.csgo-layout-content h2,
.csgo-layout-content h3 {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.csgo-layout-content h1,
.csgo-layout-content h2 {
    margin-bottom: 16px;
    padding-top: 16px;
}
.csgo-layout-content ol,
.csgo-layout-content ul {
    margin-bottom: 16px;
    margin-left: 32px;
}
.csgo-layout-content ol li,
.csgo-layout-content ul li {
    margin-bottom: 8px;
    font-size: 0.875rem;
}
.csgo-layout-content ol {
    list-style-type: decimal;
}
.csgo-layout-content ul {
    list-style-type: disc;
}
.csgo-layout-content p:not(table p) {
    margin-bottom: 16px;
}
.csgo-layout-content a {
    text-decoration: underline;
}
.csgo-layout-content a:hover {
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    cursor: pointer;
}
.button-primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.15;
    height: var(--button-height);
    transition: color var(--global-transition), background var(--global-transition), box-shadow var(--global-transition), opacity var(--global-transition);
}
.button-primary--gold {
    --tw-bg-opacity: 1;
    background-color: rgb(233 177 14 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
    box-shadow: inset 0 -3px #cc6c31;
    padding-bottom: 3px;
}
.button-primary--gold:hover {
    background: #f5c432;
}
.button-primary--gold:disabled {
    background: #8e7326;
    box-shadow: inset 0 -3px #805139;
    cursor: default;
}
.button-primary--green {
    --tw-text-opacity: 1;
    color: rgb(21 22 29 / var(--tw-text-opacity, 1));
    background: #02bf4d;
    box-shadow: inset 0 -3px #00963b;
    padding-bottom: 3px;
}
.button-primary--green:hover {
    background: #00e359;
}
.button-primary--green:disabled {
    background: #015a24;
    box-shadow: inset 0 -3px #003013;
    cursor: default;
}
.button-primary--red {
    --tw-bg-opacity: 1;
    background-color: rgb(255 92 92 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
    box-shadow: inset 0 -3px #cf3535;
    padding-bottom: 3px;
}
.button-primary--red:hover {
    background: #ff7e7f;
}
.button-primary--red:disabled {
    background: #943e42;
    box-shadow: inset 0 -3px #7c2a2e;
    cursor: default;
}
.button-primary--dark {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    box-shadow: inset 0 -3px #15161d;
    padding-bottom: 3px;
}
.button-primary--dark:hover {
    background: #353849;
}
.button-primary--light {
    --tw-bg-opacity: 1;
    background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(41 42 52 / var(--tw-text-opacity, 1));
    box-shadow: inset 0 -3px #dcdcdc;
    padding-bottom: 3px;
}
.button-primary--light:hover {
    background: #f2f2f2;
}
.button-primary--large {
    height: 3rem;
    font-size: 0.9375rem;
}
.button-primary--disabled-opacity-0:disabled {
    opacity: 0;
}
.button-primary--success {
    --tw-text-opacity: 1;
    color: rgb(21 22 29 / var(--tw-text-opacity, 1));
    background: #02bf4d;
    box-shadow: inset 0 -3px #00963b;
}
.button-primary--success:disabled {
    cursor: default;
}
.button-primary.router-link-exact-active,
.button-primary.router-link-active {
    background: #d68b00;
    box-shadow: none;
}
.button-primary--none {
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.button-primary--none:hover {
    fill: #123123;
    color: #e9b10b;
}
.button-secondary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    height: var(--button-height);
    transition: color var(--global-transition), background var(--global-transition);
}
.button-secondary--gold {
    --tw-bg-opacity: 1;
    background-color: rgb(233 177 14 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
}
.button-secondary--gold:hover {
    background: #f5c432;
}
.button-secondary--green {
    --tw-text-opacity: 1;
    color: rgb(21 22 29 / var(--tw-text-opacity, 1));
    background: #02bf4d;
}
.button-secondary--green:hover {
    background: #00e359;
}
.button-secondary--red {
    --tw-bg-opacity: 1;
    background-color: rgb(255 92 92 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(16 16 20 / var(--tw-text-opacity, 1));
}
.button-secondary--red:hover {
    background: #ff7e7f;
}
.button-secondary--dark {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.button-secondary--dark:hover {
    background: #353849;
}
.button-secondary--light {
    --tw-bg-opacity: 1;
    background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(41 42 52 / var(--tw-text-opacity, 1));
}
.button-secondary--light:hover {
    background: #f2f2f2;
}
.button-secondary--large {
    height: 3.125rem;
    font-size: 0.9375rem;
}
.button-tertiary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    height: var(--button-height);
    transition: color var(--global-transition), border var(--global-transition);
}
.button-tertiary--gold {
    --tw-border-opacity: 1;
    border-color: rgb(233 177 14 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(233 177 14 / var(--tw-text-opacity, 1));
}
.button-tertiary--gold:hover {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
.button-tertiary--green {
    --tw-border-opacity: 1;
    border-color: rgb(0 227 89 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 227 89 / var(--tw-text-opacity, 1));
}
.button-tertiary--green:hover {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
.button-tertiary--red {
    --tw-border-opacity: 1;
    border-color: rgb(255 92 92 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 92 92 / var(--tw-text-opacity, 1));
}
.button-tertiary--red:hover {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
.button-tertiary--dark {
    --tw-border-opacity: 1;
    border-color: rgb(146 147 166 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.button-tertiary--dark:hover {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
.button-tertiary--dark:disabled {
    cursor: default;
    --tw-border-opacity: 1;
    border-color: rgb(146 147 166 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.button-tertiary--large {
    height: 3.125rem;
    font-size: 0.9375rem;
}
.button-pill {
    height: 1.625rem;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 0.6875rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
}
.button-pill:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.button-pill {
    transition: color var(--global-transition), background var(--global-transition);
}
.button-pill:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 46 57 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px) {
    .button-pill {
        height: 1.25rem;
    }
}
.button-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    height: var(--button-height);
    background: #0006;
}
.button-matchbetting {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
    padding-left: 16px;
    padding-right: 16px;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
    height: 38px;
    box-shadow: inset 0 -2px #0f1116;
    border-radius: 4px;
}
.button-matchbetting:hover {
    background-color: #2e3240;
}
.button-matchbetting:disabled {
    opacity: 0.3;
}
.button-matchbetting:disabled:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 52 / var(--tw-bg-opacity, 1));
}
.button-matchbetting--active {
    background-color: #2e3240;
}
.level-up {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 1.5625rem;
    background: var(--mask-background-color-dark);
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.level-up__inner {
    display: flex;
    min-height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.level-up__main {
    transform: translateZ(0) rotate(0.01deg);
    backface-visibility: hidden;
}
.level-up__badge {
    width: 6rem;
}
@media (min-width: 768px) {
    .level-up__badge {
        width: 10rem;
    }
}
.level-up__level {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: Flama-Condensed, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 3.5rem;
}
.table-standard {
    width: 100%;
    text-align: left;
    font-size: 0.8125rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #292a34 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.table-standard::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.table-standard::-webkit-scrollbar-track {
    background: transparent;
}
.table-standard::-webkit-scrollbar-corner {
    background: transparent;
}
.table-standard::-webkit-scrollbar-thumb {
    background-color: #292a34;
    border-radius: 8px;
}
.table-standard table {
    display: table;
    width: 100%;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}
.table-standard table thead tr {
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
}
.table-standard table thead tr th {
    display: none;
    padding: 0.625rem;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .table-standard table thead tr th {
        display: table-cell;
    }
}
.table-standard table tbody tr {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.table-standard table tbody tr:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
}
.table-standard table tbody td {
    display: block;
    padding: 0.3125rem 0.625rem;
}
.table-standard table tbody td:first-child {
    padding-top: 0.625rem;
}
.table-standard table tbody td:last-child {
    padding-bottom: 0.625rem;
}
.table-standard table tbody td:before {
    margin-bottom: 0.3125rem;
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(146 147 166 / var(--tw-text-opacity, 1));
    content: attr(data-label) ":";
}
@media (min-width: 768px) {
    .table-standard table tbody td {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        display: table-cell;
    }
    .table-standard table tbody td:before {
        display: none;
    }
}
.table-wrapper {
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(29 30 38 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 20 / var(--tw-bg-opacity, 1));
}
.transition {
    transition: all var(--global-transition);
}
.transition-2 {
    transition: all 0.2s ease-in-out;
}
.transition-10 {
    transition: all 1s ease-in-out;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.4s;
}
.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}
.matchbetting-enter-active {
    transition: opacity 0.4s;
}
.matchbetting-leave-active {
    transition: opacity 0ms;
    transition-delay: 0ms !important;
}
.matchbetting-enter-from,
.matchbetting-leave-to {
    opacity: 0;
}
.matchbetting-move {
    transition: all 0.2s ease-in-out;
}
.tabbed-content-enter-active,
.tabbed-content-leave-active {
    transition: opacity 0.4s;
}
.tabbed-content-leave-active {
    position: absolute;
}
.tabbed-content-enter-from,
.tabbed-content-leave-to {
    opacity: 0;
}
.quick-fade-enter-active,
.quick-fade-leave-active {
    transition: opacity var(--global-transition);
}
.quick-fade-enter-from,
.quick-fade-leave-to {
    opacity: 0;
}
.scale-fade-enter-active,
.scale-fade-leave-active {
    transition: all 0.4s;
}
.scale-fade-enter-from,
.scale-fade-leave-to {
    transform: scale(0.85) translateZ(0);
    opacity: 0;
}
.scale-fade-enter-to,
.scale-fade-leave-from {
    transform: scale(1) translateZ(0);
    opacity: 1;
}
.previous-rolls-enter-active,
.previous-rolls-leave-active,
.previous-rolls-item {
    transition: all 1s;
}
.previous-rolls-enter-from {
    opacity: 0;
    transform: translate(29px);
}
.previous-rolls-leave-to {
    opacity: 0;
    transform: translate(-29px);
}
.previous-rolls-leave-active {
    position: absolute;
}
.bets-enter-from {
    opacity: 0;
}
.bets-enter-to {
    opacity: 1;
}
.bets-leave-to {
    opacity: 0;
}
.coinflipgrid-enter-active {
    transition-delay: 0.15s;
    transition: all 0.5s;
}
.coinflipgrid-leave-active {
    opacity: 0;
    position: absolute;
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
    transition-duration: 0.4s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.slide-left-leave-active,
.slide-right-leave-active {
    position: absolute;
}
.slide-left-enter-from,
.slide-right-leave-active {
    opacity: 0;
    transform: translate(15%);
}
.slide-left-leave-active,
.slide-right-enter-from {
    opacity: 0;
    transform: translate(-15%);
}
.kyc-form-slide-left-enter-active,
.kyc-form-slide-left-leave-active,
.kyc-form-slide-right-enter-active,
.kyc-form-slide-right-leave-active {
    transition-duration: 0.75s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.kyc-form-slide-left-leave-active,
.kyc-form-slide-right-leave-active {
    position: absolute;
}
.kyc-form-slide-left-enter-from,
.kyc-form-slide-right-leave-active {
    opacity: 0;
    transform: translate(100%);
}
.kyc-form-slide-left-leave-active,
.kyc-form-slide-right-enter-from {
    opacity: 0;
    transform: translate(-100%);
}
.page-enter-from {
    opacity: 0;
}
.page-enter-active {
    transition: opacity 225ms;
}
.page-enter-to {
    opacity: 1;
}
.page-leave-to {
    opacity: 0;
}
.betrow-enter-from {
    transform: scale(0.65) translateZ(0);
    opacity: 0;
}
.betrow-enter-active {
    transition: all 0.4s;
    transition-delay: 0.1s;
}
.betrow-enter-to {
    transform: scale(1) translateZ(0);
    opacity: 1;
}
.betrow-leave-active {
    display: none;
}
.betrow-move {
    transition: all 0.5s;
}
.expand-collapse-enter-active,
.expand-collapse-leave-active {
    transition: 0.4s grid-template-rows ease;
    display: grid;
}
.expand-collapse-enter-from,
.expand-collapse-leave-to {
    grid-template-rows: 0fr;
}
.expand-collapse-enter-to,
.expand-collapse-leave-from {
    grid-template-rows: 1fr;
}
.scrollbar,
.scroll-x,
.scroll-y,
.scroll-xy {
    scrollbar-color: #292a34 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.scrollbar::-webkit-scrollbar,
.scroll-x::-webkit-scrollbar,
.scroll-y::-webkit-scrollbar,
.scroll-xy::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scrollbar::-webkit-scrollbar-track,
.scroll-x::-webkit-scrollbar-track,
.scroll-y::-webkit-scrollbar-track,
.scroll-xy::-webkit-scrollbar-track {
    background: transparent;
}
.scrollbar::-webkit-scrollbar-corner,
.scroll-x::-webkit-scrollbar-corner,
.scroll-y::-webkit-scrollbar-corner,
.scroll-xy::-webkit-scrollbar-corner {
    background: transparent;
}
.scrollbar::-webkit-scrollbar-thumb,
.scroll-x::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb,
.scroll-xy::-webkit-scrollbar-thumb {
    background-color: #292a34;
    border-radius: 8px;
}
.scrollbar--contain,
.scroll-x--contain,
.scroll-y--contain,
.scroll-xy--contain {
    overscroll-behavior: contain;
}
.scrollbar--hide-bar,
.scroll-x--hide-bar,
.scroll-y--hide-bar,
.scroll-xy--hide-bar {
    scrollbar-width: none;
}
.scrollbar--hide-bar::-webkit-scrollbar,
.scroll-x--hide-bar::-webkit-scrollbar,
.scroll-y--hide-bar::-webkit-scrollbar,
.scroll-xy--hide-bar::-webkit-scrollbar {
    display: none;
}
.scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}
.scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.scroll-xy {
    overflow-x: auto;
    overflow-y: auto;
}
