.btn[data-v-ea610df3] {
    --color: var(--black);
    --color-hover: var(--black);
    --color-active: var(--bg-site);
    --color-disabled: var(--bg-site);
    --bg-color: var(--yellow);
    --bg-color-hover: var(--yellow-hover);
    --bg-color-active: var(--contrast);
    --bg-color-disabled: var(--border);
    --border-color: var(--bg-color);
    --border-color-hover: var(--bg-color-hover);
    --border-color-active: var(--bg-color-active);
    --border-color-disabled: var(--bg-color-disabled);
    align-items: center;
    background-color: var(--bg-color);
    border-color: var(--border-color);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    color: var(--color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: 2px solid transparent;
    outline-offset: 2px;
    position: relative;
    transition-duration: 0.2s;
    transition-property: background-color, box-shadow, color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1201px) {
    .btn[data-v-ea610df3] svg {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
}
.btn[data-v-ea610df3] svg {
    font-size: 24px;
}
@media (hover) {
    .btn[data-v-ea610df3]:hover {
        background-color: var(--bg-color-hover);
        border-color: var(--border-color-hover);
        color: var(--color-hover);
    }
}
.btn[data-v-ea610df3]:focus {
    background-color: var(--bg-color-hover);
    border-color: var(--border-color-hover);
    color: var(--color-hover);
}
.btn.active[data-v-ea610df3],
.btn[data-v-ea610df3]:active {
    background-color: var(--bg-color-active);
    border-color: var(--border-color-active);
    color: var(--color-active);
}
.btn.active[data-v-ea610df3] svg,
.btn[data-v-ea610df3]:active svg {
    color: var(--color-active);
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1201px) {
}
@media (min-width: 1201px) {
}
@media (min-width: 1201px) {
}
@media (min-width: 1201px) {
}
@media (min-width: 1201px) {
}
@media (min-width: 1201px) {
    .btn.size-md[data-v-ea610df3] {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }
}
.btn.size-md[data-v-ea610df3] {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 9px 15px;
}
@media (min-width: 1201px) {
    .btn.size-md[data-v-ea610df3] {
        font-size: 16px;
        padding: 11px 15px;
    }
    .btn.size-md[data-v-ea610df3],
    .btn.size-xl[data-v-ea610df3] {
        font-weight: 700;
        line-height: 24px;
    }
    .btn.size-xl[data-v-ea610df3] {
        font-size: 18px;
    }
}
.btn.size-xl[data-v-ea610df3] {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 15px;
}
@media (min-width: 1201px) {
    .btn.size-xl[data-v-ea610df3] svg {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
}
.btn.size-xl[data-v-ea610df3] svg {
    font-size: 24px;
}
@media (hover) {
}
.btn.outline[data-v-ea610df3] {
    --color: var(--bg-color);
    --color-hover: var(--bg-color-hover);
    --color-active: var(--bg-color-active);
    --color-disabled: var(--bg-color-disabled);
    background-color: initial;
}
@media (hover) {
    .btn.outline[data-v-ea610df3]:hover {
        background-color: initial;
    }
}
.btn.outline.active[data-v-ea610df3],
.btn.outline[data-v-ea610df3]:active,
.btn.outline[data-v-ea610df3]:focus,
.btn.outline[disabled][data-v-ea610df3] {
    background-color: initial;
}
.btn-icon[data-v-1583c0ce] {
    flex-shrink: 0;
}
.btn-icon[data-v-1583c0ce] svg {
    color: inherit !important;
    transition-property: none !important;
}
@media (min-width: 1201px) {
}
.btn-icon.size-xl[data-v-1583c0ce] {
    padding-left: 11px;
    padding-right: 11px;
}
.btn-icon.nav-control[data-v-1583c0ce] {
    --color: var(--gray);
    --color-hover: var(--yellow);
    --color-active: var(--yellow-hover);
    --color-focus: var(--yellow);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --bg-color-active: transparent;
    --bg-color-focus: transparent;
    --border-color: transparent;
    --tw-shadow: 0 0#0000 !important;
    --tw-shadow-colored: 0 0#0000 !important;
    align-items: center;
    background-color: initial;
    border-radius: 8px;
    border-style: none;
    display: flex;
    font-size: 28px !important;
    justify-content: center;
    padding: 4px;
    position: relative;
    transition-duration: 0.2s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.btn-icon.nav-control[data-v-1583c0ce] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0#0000), var(--tw-ring-shadow, 0 0#0000), var(--tw-shadow) !important;
}
:where(.active) .btn-icon.nav-control[data-v-1583c0ce] {
    --tw-shadow: 0px 0px 10px 0px rgba(242, 161, 0, 0.5) !important;
    --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color) !important;
    background-color: var(--yellow) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0#0000), var(--tw-ring-shadow, 0 0#0000), var(--tw-shadow) !important;
    color: var(--black) !important;
}
@media (min-height: 841px) and (min-width: 1201px) {
    .btn-icon.nav-control[data-v-1583c0ce] {
        font-size: 32px !important;
    }
}
.btn-icon.nav-control[data-v-1583c0ce] svg {
    font-size: inherit;
}
::selection {
    background-color: var(--yellow-hover);
    color: var(--black);
}
* {
    outline-color: var(--yellow-hover);
}
svg {
    fill: currentColor;
    height: 1em;
    min-height: 1em;
    min-width: 1em;
    width: 1em;
}
.container {
    max-width: 1412px;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1201px) {
    .container {
        padding-left: 36px;
        padding-right: 36px;
    }
}
@keyframes menu-in {
    0% {
        opacity: 0;
        transform: translateY(0);
        visibility: visible;
    }
    to {
        opacity: 1;
        transform: translateY(100%);
        visibility: visible;
    }
}
@keyframes menu-out {
    0% {
        opacity: 1;
        transform: translateY(100%);
        visibility: visible;
    }
    to {
        opacity: 0;
        transform: translateY(0);
        visibility: hidden;
    }
}
@keyframes skeleton-loading {
    0% {
        transform: translate(-100%);
    }
    to {
        transform: translate(100%);
    }
}
@keyframes online-rotation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes PcOpenChatAnimation {
    0% {
        max-width: 0;
        transform: translate(100%);
    }
    50% {
        max-width: 420px;
    }
    to {
        transform: translate(0);
    }
}
@keyframes PcCloseChatAnimation {
    0% {
        max-width: 420px;
        transform: translate(0);
    }
    50% {
        transform: translate(100%);
    }
    to {
        max-width: 0;
        transform: translate(100%);
    }
}
@keyframes slide-left {
    0% {
        opacity: 0.5;
        transform: translate(0);
    }
    to {
        opacity: 1;
        transform: translate(100%);
    }
}
@keyframes opacity {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes only-opacity {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slide-right {
    0% {
        opacity: 0.5;
        transform: translate(-100%);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes progress {
    0% {
        stroke-dasharray: 100 0;
    }
}
@keyframes crown-animation {
    0% {
        opacity: 0.25;
        transform: translate(-50%, -50%) scale3d(2.5, 2.5, 2.5);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }
}
@keyframes scale-up-center {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide-in-top {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes coin-flip {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        transform: rotateY(5turn);
    }
    to {
        transform: rotateY(10turn);
    }
}
@keyframes roll {
    0% {
        stroke-dashoffset: var(--stroke-dasharray);
        transform: rotate(0);
    }
    to {
        transform: rotate(4turn);
    }
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes spin-d3e37633 {
    to {
        transform: rotate(1turn);
    }
}
@media (max-width: 600px) {
}
@media (min-width: 1201px) {
}
@media (min-width: 1715px) {
}
@media (min-width: 1441px) and (max-width: 1715px) {
}
@media (min-width: 1200px) and (max-width: 1441px) {
}
@media (max-width: 1200px) {
} /*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    border: 0 solid;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: "";
}
html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}
body {
    line-height: inherit;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: inherit;
}
strong {
    font-weight: bolder;
}
button {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
button {
    text-transform: none;
}
[type="button"],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
h1,
h2,
p {
    margin: 0;
}
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
iframe,
img,
svg {
    display: block;
    vertical-align: middle;
}
img {
    height: auto;
    max-width: 100%;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
    padding-bottom: 0;
    padding-top: 0;
}
@media (min-width: 1201px) {
    .text-tiny {
        font-size: 14px !important;
        font-weight: 300 !important;
        line-height: 20px !important;
    }
    .text-base {
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 20px !important;
    }
    .text-basebold {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }
    .text-h5 {
        font-size: 18px !important;
    }
    .text-h5 {
        font-weight: 700 !important;
        line-height: 24px !important;
    }
    .text-h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .text-h1,
    .text-h2 {
        font-weight: 800 !important;
    }
    .text-h1 {
        font-size: 44px !important;
        line-height: 56px !important;
    }
}
*,
:after,
:before {
    --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: rgba(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: ;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.aspect-h-1 {
    --tw-aspect-h: 1;
}
.aspect-w-1 {
    --tw-aspect-w: 1;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    position: relative;
}
.aspect-w-1 > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.flex-cols-gap-2\/1 {
    margin: -4px;
}
.flex-cols-gap-2\/1 > * {
    margin: 4px;
    width: calc(50% - 8px);
}
.flex-wrap-gap-1 {
    margin: -4px;
}
.flex-wrap-gap-1 > * {
    margin: 4px;
}
.pointer-events-none {
    pointer-events: none;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.\!bottom-\[52px\] {
    bottom: 52px !important;
}
.\!left-3 {
    left: 16px !important;
}
.-right-2 {
    right: -12px;
}
.-top {
    top: -4px;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.top-0 {
    top: 0;
}
.top-\[-1em\] {
    top: -1em;
}
.z-\[-1\] {
    z-index: -1;
}
.z-\[1\] {
    z-index: 1;
}
.z-\[2\] {
    z-index: 2;
}
.z-\[3\] {
    z-index: 3;
}
.z-\[4\] {
    z-index: 4;
}
.z-\[5\] {
    z-index: 5;
}
.m-auto {
    margin: auto;
}
.my-\[20px\] {
    margin-bottom: 20px;
    margin-top: 20px;
}
.\!ml-0 {
    margin-left: 0 !important;
}
.mb {
    margin-bottom: 4px;
}
.mb-1 {
    margin-bottom: 8px;
}
.mb-5 {
    margin-bottom: 32px;
}
.mb-\[-3px\] {
    margin-bottom: -3px;
}
.mb-\[20px\] {
    margin-bottom: 20px;
}
.mb-\[6px\] {
    margin-bottom: 6px;
}
.ml {
    margin-left: 4px;
}
.ml-1 {
    margin-left: 8px;
}
.ml-auto {
    margin-left: auto;
}
.mr {
    margin-right: 4px;
}
.mr-1 {
    margin-right: 8px;
}
.mr-3 {
    margin-right: 16px;
}
.mr-md {
    margin-right: 24px;
}
.mt {
    margin-top: 4px;
}
.mt-\[20px\] {
    margin-top: 20px;
}
.mt-auto {
    margin-top: auto;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-4 {
    height: 24px;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[42px\] {
    height: 42px;
}
.h-\[64px\] {
    height: 64px;
}
.h-\[88px\] {
    height: 88px;
}
.h-\[calc\(var\(--vh\,1vh\)\*100\)\] {
    height: calc(var(--vh, 1vh) * 100);
}
.h-full {
    height: 100%;
}
.max-h-full {
    max-height: 100%;
}
.min-h-\[42px\] {
    min-height: 42px;
}
.min-h-\[92px\] {
    min-height: 92px;
}
.min-h-\[calc\(\(var\(--vh\,1vh\)\*100\)-61px-48px\)\] {
    min-height: calc(var(--vh, 1vh) * 100 - 109px);
}
.w-4 {
    width: 24px;
}
.w-\[40px\] {
    width: 40px;
}
.w-\[42px\] {
    width: 42px;
}
.w-\[64px\] {
    width: 64px;
}
.w-auto {
    width: auto;
}
.w-full {
    width: 100%;
}
.min-w-\[42px\] {
    min-width: 42px;
}
.max-w-full {
    max-width: 100%;
}
.flex-\[1_1_100\%\] {
    flex: 1 1 100%;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.grow {
    flex-grow: 1;
}
.animate-\[menu-out_0\.4s_ease-in-out_forwards\] {
    animation: menu-out 0.4s ease-in-out forwards;
}
.animate-\[online-rotation_7s_linear_infinite\] {
    animation: online-rotation 7s linear infinite;
}
@keyframes pulseScale {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
.grid-cols-\[100\%\] {
    grid-template-columns: 100%;
}
.grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.self-center {
    align-self: center;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-\[50\%\] {
    border-radius: 50%;
}
.rounded-inherit {
    border-radius: inherit;
}
.rounded-md {
    border-radius: 8px;
}
.rounded-sm {
    border-radius: 4px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-border {
    border-color: var(--border);
}
.bg-bg-wrapper {
    background-color: var(--bg-wrapper);
}
.bg-red {
    background-color: var(--red);
}
.bg-yellow {
    background-color: var(--yellow);
}
.object-contain {
    object-fit: contain;
}
.object-cover {
    object-fit: cover;
}
.p-2 {
    padding: 12px;
}
.p-\[6px\] {
    padding: 6px;
}
.p-sm {
    padding: 16px;
}
.py-3 {
    padding-bottom: 16px;
    padding-top: 16px;
}
.py-\[10px\] {
    padding-bottom: 10px;
    padding-top: 10px;
}
.pb-3 {
    padding-bottom: 16px;
}
.pb-6 {
    padding-bottom: 48px;
}
.pt-3 {
    padding-top: 16px;
}
.pt-\[61px\] {
    padding-top: 61px;
}
.text-\[11px\] {
    font-size: 11px;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[28px\] {
    font-size: 28px;
}
.text-\[30px\] {
    font-size: 30px;
}
.text-base {
    font-weight: 300;
}
.text-base,
.text-basebold {
    font-size: 14px;
    line-height: 20px;
}
.text-basebold,
.text-h1 {
    font-weight: 700;
}
.text-h1 {
    font-size: 28px;
    line-height: 32px;
}
.text-h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.text-h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.text-tiny {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.not-italic {
    font-style: normal;
}
.leading-\[16px\] {
    line-height: 16px;
}
.leading-\[1\] {
    line-height: 1;
}
.text-black {
    color: var(--black);
}
.text-f-main {
    color: var(--text-main);
}
.text-gray {
    color: var(--gray);
}
.text-green {
    color: var(--green);
}
.text-white {
    color: var(--white);
}
.text-yellow {
    color: var(--yellow);
}
.no-underline {
    -webkit-text-decoration-line: none;
    -moz-text-decoration-line: none;
    text-decoration-line: none;
}
.opacity-100 {
    opacity: 1;
}
.outline {
    outline-style: solid;
}
.transition-\[background-color\] {
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-\[border-color\] {
    transition-duration: 0.2s;
    transition-property: border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-\[color\] {
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-\[padding\] {
    transition-duration: 0.2s;
    transition-property: padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
    transition-duration: 0.2s;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color, -moz-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-none {
    transition-property: none;
}
.transition-opacity {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[background\:linear-gradient\(0deg\,rgba\(31\,36\,52\,0\.90\)0\%\,rgba\(31\,36\,52\,0\.90\)100\%\)\] {
    background: linear-gradient(0deg, rgba(31, 36, 52, 0.9) 0, rgba(31, 36, 52, 0.9));
}
.\[overflow-y\:scroll\] {
    overflow-y: scroll;
}
.\[transition\:transform_0\.5s_ease\] {
    transition: transform 0.5s ease;
}
.dark-theme {
    --bg-site: #161924;
    --bg-site-rgb: 22 25 36;
    --bg-wrapper: #1d202b;
    --bg-wrapper-rgb: 29 32 43;
    --bg-container: #272a38;
    --bg-container-rgb: 39 42 56;
    --border: #3c394a;
    --contrast: #fff;
    --gray: #8c8c8c;
    --yellow: #f2a100;
    --yellow-hover: #ffc926;
    --green: #94ca37;
    --red: #f24e4e;
    --black: #000;
    --white: #fff;
    --overlay-black: rgba(0, 0, 0, 0.5);
    --overlay-white: hsla(0, 0%, 100%, 0.5);
    --overlay-blue: rgba(36, 38, 51, 0.9);
    --division-amber: #894a0f;
    --division-jade: #0f8982;
    --division-amethyst: #5b0f89;
    --division-gold: #89250f;
    --plinko-1: #6c6aeb;
    --plinko-2: #f4d326;
    --plinko-3: #eb6a6a;
    --plinko-4: #a26aeb;
    --plinko-5: #eb6ade;
    --plinko-6: #93e354;
    --plinko-7: #64d8df;
    --plinko-8: #ff7a00;
    --plinko-9: #b0ada6;
    --chat-bet-gradient: linear-gradient(258deg, rgba(190, 0, 237, 0.25), rgba(237, 158, 0, 0.25));
    --chat-bet-bg: hsla(0, 0%, 100%, 0.1);
    --swiper-theme-color: var(--yellow) !important;
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: var(--border);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-width: 56px;
    --swiper-pagination-bullet-height: 4px;
    --swiper-pagination-bullet-border-radius: 2px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 4px;
    --swiper-preloader-color: var(--yellow);
    --bg-main: var(--bg-site);
    --text-main: var(--contrast);
    color: var(--text-main);
}
body,
html {
    overflow: hidden;
}
html {
    background-color: var(--bg-main);
    font-family: Exo\2, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    transition-duration: 0.2s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1201px) {
    html {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }
}
:is(html, .docs-story) ::-webkit-scrollbar {
    background-color: var(--border);
    height: 4px;
    width: 4px;
}
:is(html, .docs-story) ::-webkit-scrollbar-thumb {
    background-color: var(--gray);
}
@media (min-width: 1201px) {
}
@media (min-width: 361px) {
    @media (min-width: 1201px) {
    }
}
@media (min-width: 901px) {
    @media (min-width: 1201px) {
    }
}
@media (min-width: 1201px) {
    .lg\:text-h3 {
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 32px !important;
    }
}
@media (min-width: 1800px) {
    @media (min-width: 1201px) {
        .min-\[1800px\]\:text-h3 {
            font-size: 24px !important;
            font-weight: 700 !important;
            line-height: 32px !important;
        }
    }
}
@media (min-width: 1201px) {
}
@media (min-width: 361px) {
}
@media (min-width: 601px) {
    .sm2\:flex-cols-gap-3\/1 {
        margin: -4px;
    }
    .sm2\:flex-cols-gap-3\/1 > * {
        margin: 4px;
        width: calc(33.33333% - 8px);
    }
}
@media (min-width: 901px) {
    .md\:flex-cols-gap-2\/3 {
        margin: -8px;
    }
    .md\:flex-cols-gap-2\/3 > * {
        margin: 8px;
        width: calc(50% - 16px);
    }
    .md\:flex-wrap-gap-3 {
        margin: -8px;
    }
    .md\:flex-wrap-gap-3 > * {
        margin: 8px;
    }
}
@media (min-width: 1201px) {
}
@media (min-width: 1412px) {
}
@media (min-width: 1601px) {
}
@media (min-width: 2001px) {
}
.after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}
.after\:bottom-auto:after {
    bottom: auto;
    content: var(--tw-content);
}
.after\:left-1\/2:after {
    content: var(--tw-content);
    left: 50%;
}
.after\:top-0:after {
    content: var(--tw-content);
    top: 0;
}
.after\:block:after {
    content: var(--tw-content);
    display: block;
}
.after\:h-\[3px\]:after {
    content: var(--tw-content);
    height: 3px;
}
.after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
}
.after\:origin-center:after {
    content: var(--tw-content);
    transform-origin: center;
}
.after\:-translate-x-full:after,
.after\:translate-x-\[-50\%\]:after {
    content: var(--tw-content);
    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\:translate-x-\[-50\%\]:after {
    --tw-translate-x: -50%;
}
.after\:scale-x-0:after {
    --tw-scale-x: 0;
    content: var(--tw-content);
    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\:cursor-default:after {
    content: var(--tw-content);
    cursor: default;
}
.after\:touch-none:after {
    content: var(--tw-content);
    touch-action: none;
}
.after\:bg-yellow:after {
    background-color: var(--yellow);
    content: var(--tw-content);
}
.after\:transition-\[transform\]:after {
    content: var(--tw-content);
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.last\:mb-0:last-child {
    margin-bottom: 0;
}
.only\:h-full:only-child {
    height: 100%;
}
.only\:items-center:only-child {
    align-items: center;
}
.hover\:text-yellow:hover {
    color: var(--yellow);
}
.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
}
.hover\:\!no-underline:hover {
    -webkit-text-decoration-line: none !important;
    -moz-text-decoration-line: none !important;
    text-decoration-line: none !important;
}
.group:hover .group-hover\:scale-\[1\.1\] {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}
.ui-\[active\]\:text-f-main.active {
    color: var(--text-main);
}
.ui-\[dark\]\:\!text-yellow.dark {
    color: var(--yellow) !important;
}
:where(.inhouse) .ui-\[inhouse\]\:min-h-\[162px\] {
    min-height: 162px;
}
:where(.visible) .ui-\[visible\]\:animate-\[menu-in_0\.4s_ease-in-out_forwards\] {
    animation: menu-in 0.4s ease-in-out forwards;
}
:where(.inhouse) .ui-\[inhouse\]\:items-end {
    align-items: flex-end;
}
:where(.active) .ui-\[active\]\:text-f-main {
    color: var(--text-main);
}
:where(.dark) .ui-\[dark\]\:\!text-yellow {
    color: var(--yellow) !important;
}
.ui-\[active\]\:after\:scale-x-100.active:after {
    --tw-scale-x: 1;
    content: var(--tw-content);
    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));
}
:where(.active) .ui-\[active\]\:after\:scale-x-100:after {
    --tw-scale-x: 1;
    content: var(--tw-content);
    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));
}
:is(.new-year-theme .ny\:text-overlay-white) {
    color: var(--overlay-white);
}
:is(.dark-theme .dark\:text-overlay-white) {
    color: var(--overlay-white);
}
:is(.dark-theme .dark\:invert) {
    --tw-invert: invert(100%);
    -webkit-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: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (max-width: 1200px) {
}
@media (min-width: 361px) {
}
@media (min-width: 401px) {
}
@media (min-width: 601px) {
    .sm2\:mb-0 {
        margin-bottom: 0;
    }
    .sm2\:grid {
        display: grid;
    }
    .sm2\:max-w-\[320px\] {
        max-width: 320px;
    }
    .sm2\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm2\:gap-1 {
        gap: 8px;
    }
}
@media (min-width: 901px) {
    .md\:order-\[-1\] {
        order: -1;
    }
    .md\:mr-4 {
        margin-right: 24px;
    }
    .md\:mr-auto {
        margin-right: auto;
    }
    .md\:mt-0 {
        margin-top: 0;
    }
    .md\:flex {
        display: flex;
    }
    .md\:w-\[calc\(50\%-8px\)\] {
        width: calc(50% - 8px);
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-3 {
        gap: 16px;
    }
    .md\:rounded-lm {
        border-radius: 6px;
    }
    .md\:border-t {
        border-top-width: 1px;
    }
    .md\:border-none {
        border-style: none;
    }
    .md\:py-0 {
        padding-bottom: 0;
        padding-top: 0;
    }
    .md\:pb-3 {
        padding-bottom: 16px;
    }
    .md\:pb-\[20px\] {
        padding-bottom: 20px;
    }
    .md\:pt-\[20px\] {
        padding-top: 20px;
    }
    .md\:\!text-lg-invisible {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 16px !important;
    }
}
@media (min-width: 1201px) {
    .lg\:static {
        position: static;
    }
    .lg\:\!bottom-\[20px\] {
        bottom: 20px !important;
    }
    .lg\:\!left-\[96px\] {
        left: 96px !important;
    }
    .lg\:mb-4 {
        margin-bottom: 24px;
    }
    .lg\:mb-\[60px\] {
        margin-bottom: 60px;
    }
    .lg\:mr-0 {
        margin-right: 0;
    }
    .lg\:mt-4 {
        margin-top: 24px;
    }
    .lg\:\!min-h-\[210px\] {
        min-height: 210px !important;
    }
    .lg\:min-h-\[630px\] {
        min-height: 630px;
    }
    .lg\:w-\[88px\] {
        width: 88px;
    }
    .lg\:\!min-w-\[22rem\] {
        min-width: 22rem !important;
    }
    .lg\:min-w-\[88px\] {
        min-width: 88px;
    }
    .lg\:\!max-w-\[26rem\] {
        max-width: 26rem !important;
    }
    .lg\:grid-rows-\[88px_1fr_auto\] {
        grid-template-rows: 88px 1fr auto;
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-4 {
        gap: 24px;
    }
    .lg\:rounded {
        border-radius: 12px;
    }
    .lg\:p-4 {
        padding: 24px;
    }
    .lg\:py-4 {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    .lg\:py-\[36px\] {
        padding-bottom: 36px;
        padding-top: 36px;
    }
    .lg\:pb-0 {
        padding-bottom: 0;
    }
    .lg\:pl-3 {
        padding-left: 16px;
    }
    .lg\:pr-4 {
        padding-right: 24px;
    }
    .lg\:pt-0 {
        padding-top: 0;
    }
    .lg\:\!text-\[20px\] {
        font-size: 20px !important;
    }
    .lg\:\!text-\[32px\] {
        font-size: 32px !important;
    }
    .lg\:text-\[48px\] {
        font-size: 48px;
    }
    .lg\:text-h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
    .lg\:\!font-\[800\] {
        font-weight: 800 !important;
    }
    .lg\:\!font-semibold {
        font-weight: 600 !important;
    }
    .lg\:\!leading-\[24px\] {
        line-height: 24px !important;
    }
    .lg\:\!leading-\[36px\] {
        line-height: 36px !important;
    }
    .lg\:\[align-items\:unset\] {
        align-items: unset;
    }
}
@media (min-width: 1412px) {
}
@media (min-width: 1601px) {
    .xl2\:static {
        position: static;
    }
    .xl2\:order-\[1\] {
        order: 1;
    }
    .xl2\:order-\[2\] {
        order: 2;
    }
    .xl2\:order-\[4\] {
        order: 4;
    }
    .xl2\:my-0 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .xl2\:my-\[26px\] {
        margin-bottom: 26px;
        margin-top: 26px;
    }
    .xl2\:mr-4,
    .xl2\:mr-md {
        margin-right: 24px;
    }
    .xl2\:flex {
        display: flex;
    }
    .xl2\:w-auto {
        width: auto;
    }
    .xl2\:max-w-\[628px\] {
        max-width: 628px;
    }
    .xl2\:max-w-none {
        max-width: none;
    }
    .xl2\:animate-none {
        animation: none;
    }
    .xl2\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .xl2\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .xl2\:items-center {
        align-items: center;
    }
    .xl2\:justify-normal {
        justify-content: normal;
    }
    .xl2\:justify-between {
        justify-content: space-between;
    }
    .xl2\:gap-\[36px\] {
        gap: 36px;
    }
    .xl2\:\!p-0 {
        padding: 0 !important;
    }
    .xl2\:p-0 {
        padding: 0;
    }
    .xl2\:after\:bottom-0:after {
        bottom: 0;
        content: var(--tw-content);
    }
    .xl2\:after\:top-auto:after {
        content: var(--tw-content);
        top: auto;
    }
    .xl2\:last\:mr-0:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1701px) {
}
@media (min-width: 1800px) {
    .min-\[1800px\]\:mr-5 {
        margin-right: 32px;
    }
    .min-\[1800px\]\:mr-xl {
        margin-right: 40px;
    }
    .min-\[1800px\]\:text-h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
}
@media (min-width: 1801px) {
}
@media (min-width: 2001px) {
}
@media (min-width: 901px) {
}
@media (min-width: 1412px) {
}
@media (min-width: 901px) {
}
@media (min-width: 601px) {
}
@media (min-width: 901px) {
}
@media (min-width: 601px) {
}
@media (min-width: 1201px) {
}
@media (min-width: 901px) {
}
@media (min-width: 1201px) {
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
@media (hover) {
}
@media (max-width: 1200px) and (max-height: 700px) {
}
@media (max-width: 1400px) {
    @media (min-width: 1201px) {
    }
}
@media (max-width: 1600px) {
}
@media (max-width: 360px) {
}
@media (min-height: 841px) and (min-width: 1201px) {
    .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:mb-2 {
        margin-bottom: 12px;
    }
    .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:py-\[20px\] {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:text-\[36px\] {
        font-size: 36px;
    }
}
@media (min-width: 1301px) {
}
@media (min-width: 1801px) {
}
