@keyframes pulse-signup {
    0% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--reg-btn) 55%, transparent)
    }

    70% {
        box-shadow: 0 0 0 12px color-mix(in srgb, var(--reg-btn) 0%, transparent)
    }

    to {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--reg-btn) 0%, transparent)
    }
}

@keyframes pulse-login {
    0% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--login-btn) 55%, transparent)
    }

    70% {
        box-shadow: 0 0 0 12px color-mix(in srgb, var(--login-btn) 0%, transparent)
    }

    to {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--login-btn) 0%, transparent)
    }
}

*,
::after,
::before {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1;
    scroll-behavior: smooth
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--main-text);
    line-height: 1.46;
    background-color: var(--main-bg);
    min-width: 300px
}

section {
    padding-top: 15px
}

section:not(:last-child) {
    padding-bottom: 15px
}

a {
    display: inline-block;
    text-decoration: none
}

img {
    vertical-align: top
}

h1 {
    text-transform: uppercase
}

h2 {
    text-transform: capitalize;
    margin-bottom: .8rem
}

h1,
h2,
h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto
}

button,
h1,
h2,
h4,
h5,
h6 {
    font-size: inherit
}

p {
    margin-bottom: 1rem
}

strong {
    font-weight: 800;
    color: var(--main-text)
}

ol,
ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 25px;
    margin-bottom: 8px
}

ul {
    list-style: square
}

ol {
    list-style: decimal
}

.cfe564 ul,
.c930fa68 ul,
.ce6e55f9f ul,
.c14edd8d ul,
.caa644d87 ul,
[role=menu] ul,
aside ul,
footer ul,
header ul,
c4444 ul {
    display: block;
    flex-direction: initial;
    gap: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.c14edd8d {
    list-style: none;
    margin-bottom: 0
}

.cfe564 {
    margin-bottom: 0
}

.cfe564,
.ce6e55f9f {
    display: block;
    list-style: none
}

.c930fa68,
.caa644d87,
[role=menu] {
    display: block;
    list-style: none;
    margin-bottom: 0
}

.caa644d87,
[role=menu] {
    padding-left: 0
}

button {
    font-family: inherit
}

button,
input,
textarea {
    line-height: inherit
}

a,
button {
    color: inherit
}

a,
button,
option,
select {
    cursor: pointer
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
mark {
    background-color: transparent
}

.cfa0ace0 {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-bottom: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent)
}

.c8d40bfd3 h1,
section>h1,
section>section>div>h1,
section>section>div__container>h1,
section__container>h1 {
    color: var(--main-text);
    font-weight: 600
}

@media (min-width:73.125em) {

    .c8d40bfd3 h1,
    section>h1,
    section>section>div>h1,
    section>section>div__container>h1,
    section__container>h1 {
        font-size: 2.125rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (font-size:clamp(1.75rem, 1.6088235294rem + .7058823529vw, 2.125rem)) {

        .c8d40bfd3 h1,
        section>h1,
        section>section>div>h1,
        section>section>div__container>h1,
        section__container>h1 {
            font-size: clamp(1.75rem, 1.6088235294rem + .7058823529vw, 2.125rem)
        }
    }

    @supports not (font-size:clamp(1.75rem, 1.6088235294rem + .7058823529vw, 2.125rem)) {

        .c8d40bfd3 h1,
        section>h1,
        section>section>div>h1,
        section>section>div__container>h1,
        section__container>h1 {
            font-size: calc(1.75rem + .375*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {

    .c8d40bfd3 h1,
    section>h1,
    section>section>div>h1,
    section>section>div__container>h1,
    section__container>h1 {
        font-size: 1.75rem
    }
}

@media (min-width:73.125em) {

    .c8d40bfd3 h1,
    section>h1,
    section>section>div>h1,
    section>section>div__container>h1,
    section__container>h1 {
        line-height: 2.125rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (line-height:clamp(1.75rem, 1.6088235294rem + .7058823529vw, 2.125rem)) {

        .c8d40bfd3 h1,
        section>h1,
        section>section>div>h1,
        section>section>div__container>h1,
        section__container>h1 {
            line-height: clamp(1.75rem, 1.6088235294rem + .7058823529vw, 2.125rem)
        }
    }

    @supports not (line-height:clamp(1.75rem, 1.6088235294rem + .7058823529vw, 2.125rem)) {

        .c8d40bfd3 h1,
        section>h1,
        section>section>div>h1,
        section>section>div__container>h1,
        section__container>h1 {
            line-height: calc(1.75rem + .375*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {

    .c8d40bfd3 h1,
    section>h1,
    section>section>div>h1,
    section>section>div__container>h1,
    section__container>h1 {
        line-height: 1.75rem
    }
}

section>section>div>h2,
section>section>div__container>h2,
section__container>h2 {
    font-weight: 500
}

@media (min-width:73.125em) {

    section>h2,
    section>section>div>h2,
    section>section>div__container>h2,
    section__container>h2 {
        font-size: 1.875rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (font-size:clamp(1.625rem, 1.5308823529rem + .4705882353vw, 1.875rem)) {

        section>h2,
        section>section>div>h2,
        section>section>div__container>h2,
        section__container>h2 {
            font-size: clamp(1.625rem, 1.5308823529rem + .4705882353vw, 1.875rem)
        }
    }

    @supports not (font-size:clamp(1.625rem, 1.5308823529rem + .4705882353vw, 1.875rem)) {

        section>h2,
        section>section>div>h2,
        section>section>div__container>h2,
        section__container>h2 {
            font-size: calc(1.625rem + .25*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {

    section>h2,
    section>section>div>h2,
    section>section>div__container>h2,
    section__container>h2 {
        font-size: 1.625rem
    }
}

@media (min-width:73.125em) {

    section>h2,
    section>section>div>h2,
    section>section>div__container>h2,
    section__container>h2 {
        line-height: 1.875rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (line-height:clamp(1.625rem, 1.5308823529rem + .4705882353vw, 1.875rem)) {

        section>h2,
        section>section>div>h2,
        section>section>div__container>h2,
        section__container>h2 {
            line-height: clamp(1.625rem, 1.5308823529rem + .4705882353vw, 1.875rem)
        }
    }

    @supports not (line-height:clamp(1.625rem, 1.5308823529rem + .4705882353vw, 1.875rem)) {

        section>h2,
        section>section>div>h2,
        section>section>div__container>h2,
        section__container>h2 {
            line-height: calc(1.625rem + .25*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {

    section>h2,
    section>section>div>h2,
    section>section>div__container>h2,
    section__container>h2 {
        line-height: 1.625rem
    }
}

.c8d40bfd3>p,
section>p,
section>section>div>p,
section>section>div__container>p,
section__container>p {
    font-weight: 400;
    word-spacing: .0625rem
}

@media (min-width:73.125em) {

    .c8d40bfd3>p,
    section>p,
    section>section>div>p,
    section>section>div__container>p,
    section__container>p {
        font-size: .96rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (font-size:clamp(.875rem, .8279411765rem + .2352941176vw, 1rem)) {

        .c8d40bfd3>p,
        section>p,
        section>section>div>p,
        section>section>div__container>p,
        section__container>p {
            font-size: clamp(.875rem, .8279411765rem + .2352941176vw, 1rem)
        }
    }

    @supports not (font-size:clamp(.875rem, .8279411765rem + .2352941176vw, 1rem)) {

        .c8d40bfd3>p,
        section>p,
        section>section>div>p,
        section>section>div__container>p,
        section__container>p {
            font-size: calc(.875rem + .125*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {

    .c8d40bfd3>p,
    section>p,
    section>section>div>p,
    section>section>div__container>p,
    section__container>p {
        font-size: .875rem
    }
}

@media (min-width:73.125em) {

    .c8d40bfd3>p,
    section>p,
    section>section>div>p,
    section>section>div__container>p,
    section__container>p {
        line-height: 1.45rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (line-height:clamp(1.125rem, 1.0779411765rem + .2352941176vw, 1.25rem)) {

        .c8d40bfd3>p,
        section>p,
        section>section>div>p,
        section>section>div__container>p,
        section__container>p {
            line-height: clamp(1.125rem, 1.0779411765rem + .2352941176vw, 1.25rem)
        }
    }

    @supports not (line-height:clamp(1.125rem, 1.0779411765rem + .2352941176vw, 1.25rem)) {

        .c8d40bfd3>p,
        section>p,
        section>section>div>p,
        section>section>div__container>p,
        section__container>p {
            line-height: calc(1.125rem + .125*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {

    .c8d40bfd3>p,
    section>p,
    section>section>div>p,
    section>section>div__container>p,
    section__container>p {
        line-height: 1.125rem
    }
}

.c3d49::after {
    content: "";
    width: 100%;
    border-radius: .0625rem
}

.cf381ff,
.cf0520d1 {
    max-width: 1280px;
    margin: 0 auto
}

.cf0520d1 {
    padding-inline: .8rem
}

.cff811bc6 {
    margin: 0 auto
}

.cfa0ace0 {
    background: var(--header-bg)
}

.cff811bc6,
.c33f9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cff811bc6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    row-gap: .3rem;
    max-width: 77.5rem;
    padding: .6375rem 1.4rem
}

.c33f9 {
    position: relative;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: .8rem
}

@media (max-width:47.99875em) {
    .cff811bc6 {
        padding-inline: 1rem
    }

    .c33f9 {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%
    }
}

@media (min-width:47.99875em) {
    .c33f9 a {
        display: flex;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 200px
    }
}

.c33f9 a img {
    width: auto;
    max-width: 200px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 9.375rem/3.75rem;
    max-height: 3rem
}

@media (max-width:47.99875em) {
    .c33f9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.c14edd8d {
    display: none
}

@media (min-width:1150px) {
    .c14edd8d {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.1rem
    }

    header ul li {
        position: relative
    }

    .c14edd8d li a {
        position: relative;
        color: var(--header-color);
        font-size: .98rem;
        line-height: 1rem;
        font-weight: 500;
        width: 100%;
        border-radius: .375rem
    }
}

ul[role=menu] {
    gap: 0;
    margin: 0;
    padding: 0
}

header .ce76b>[role=menu] li a {
    display: block;
    padding: 10px 16px;
    color: var(--header-color)
}

header li:focus-within .ce76b>[role=menu],
header li:hover .ce76b>[role=menu] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s
}

header li:has(.ce76b>ul[role=menu])::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8px
}

header .ce76b [role=menu] a {
    background-color: transparent;
    border-radius: 0;
    color: var(--main-text);
    transition: background-color .4s ease, color .4s ease, opacity .4s ease
}

header .ce76b [role=menu] a:hover {
    background-color: transparent;
    color: var(--header-color);
    opacity: 0.6
}

.ce76b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px
}

header .ce76b>[role=menu] {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--header-bg);
    transition: opacity .3s ease, visibility 0s linear .3s;
    margin-top: 8px;
    border-radius: 5px
}

header button[aria-haspopup=menu] svg {
    display: flex;
    justify-content: center;
    align-items: center;
    fill: var(--header-color);
    transform: rotate(180deg);
    transition: transform .3s ease
}

header li:focus-within>.ce76b>button[aria-haspopup=menu] svg,
header li:hover>.ce76b>button[aria-haspopup=menu] svg {
    transform: rotate(0)
}

.c75c1ddfe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}



aside button[aria-haspopup=menu] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--login-btn);
    flex-shrink: 0;
    position: absolute;
    right: 10px;
    top: 8px
}

.c327e button[aria-haspopup=menu] {
    margin-right: 10px
}

aside button[aria-haspopup=menu] span {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease
}

aside button[aria-haspopup=menu] span svg {
    fill: var(--text-btns);
    transform: rotate(180deg);
    transition: transform .3s ease
}

[role=menu] {
    min-width: 180px;
    border: 1px solid color-mix(in srgb, var(--main-text) 10%, transparent);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(8px);
    transition: opacity .2s, transform .2s, visibility 0s linear .2s;
    pointer-events: none
}

aside [role=menu] {
    border: 0;
    border-top: 1.5px solid color-mix(in srgb, var(--main-text) 20%, transparent);
    background: color-mix(in srgb, var(--reg-btn) 15%, transparent);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

aside li [role=menu] {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
    width: 100%;
    margin: 0;
    padding: 0
}

aside [role=menu] li:not(:last-child) {
    border-bottom: 1.5px solid color-mix(in srgb, var(--main-text) 25%, transparent);
    margin: 0;
    border-radius: 0
}

aside li[data-open=true] .c75c1ddfe>[role=menu] {
    max-height: 3000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    display: block;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

aside li[data-open=true] .c75c1ddfe>button[aria-haspopup=menu] span svg {
    transform: rotate(0)
}

@media (min-width: 1150px) {
    header .ce76b>ul[role=menu],
    header .ce76b [role=menu] li.has-submenu>ul[role=menu] {
        overflow: visible
    }

    header .ce76b [role=menu] li.has-submenu {
        position: relative
    }

    header .ce76b [role=menu] li.has-submenu>a {
        padding-right: 28px
    }

    header .ce76b [role=menu] li.has-submenu>a::before {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-70%) rotate(-45deg);
        opacity: .7
    }

    header .ce76b [role=menu] li.has-submenu>ul[role=menu] {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: 4px;
        background-color: var(--header-bg);
        border-radius: 5px;
        width: max-content;
        max-width: min(320px, 90vw)
    }

    header .ce76b [role=menu] li.has-submenu>ul[role=menu] a {
        white-space: nowrap
    }

    header .ce76b [role=menu] li.has-submenu::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 8px;
        height: 100%
    }

    header .ce76b [role=menu] li.has-submenu:focus-within>ul[role=menu],
    header .ce76b [role=menu] li.has-submenu:hover>ul[role=menu] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        transition-delay: 0s
    }
}

.mobile-nav__subitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.mobile-nav__subitem>a {
    flex: 1
}

aside button[data-submenu-toggle] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--login-btn);
    flex-shrink: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

aside button[data-submenu-toggle] span {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease
}

aside button[data-submenu-toggle] span svg {
    fill: var(--text-btns);
    transform: rotate(180deg);
    transition: transform .3s ease
}

aside li.has-submenu>.mobile-submenu {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .2s ease, visibility 0s linear .2s;
    width: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none
}

aside li.has-submenu[data-submenu-open=true]>.mobile-submenu {
    max-height: 1200px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s
}

aside li.has-submenu[data-submenu-open=true]>.mobile-nav__subitem>button[data-submenu-toggle] span svg {
    transform: rotate(0)
}

body[data-menu-open] {
    overflow: hidden
}

.c42c0 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1rem
}

@media (max-width:47.99875em) {
    .c42c0 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        column-gap: .5rem
    }
}

.ce53f,
.ca6267 {
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: .75rem .8rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    min-width: 100px;
    height: 2.625rem;
    border-radius: 5px;
    color: var(--text-btns);
    transition: box-shadow .3s ease
}

.c4444[data-open=true] button,
.ce53f {
    background-color: var(--login-btn)
}

.ca6267 {
    background-color: var(--reg-btn)
}

@media (max-width:47.99875em) {

    .ce53f,
    .ca6267 {
        width: 100%;
        height: 2.3rem;
        line-height: .9rem;
        display: flex;
        justify-content: center;
    }
}

.ce53f::after,
.ca6267::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 0 0 0 transparent
}

.ca6267:hover {
    box-shadow: 0 0 8px var(--reg-btn)
}

.ce53f:hover {
    box-shadow: 0 0 8px var(--login-btn)
}

.ce53f:hover::after,
.ca6267:hover::after {
    opacity: 1
}

.ce53f:hover::after {
    animation: pulse-login 1.8s ease-out infinite
}

.ca6267:hover::after {
    animation: pulse-signup 1.8s ease-out infinite
}

.c0c42e3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c45ee {
    position: absolute;
    top: 10px;
    left: 0
}

@media screen and (min-width:768px) {
    .c45ee {
        position: static;
        display: flex
    }
}

@media (min-width:1150px) {
    .c45ee {
        display: none
    }
}

.c0c42e3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 2.1rem;
    height: 1.25rem;
    border-radius: 40%
}

@media screen and (min-width:768px) {
    .c45ee {
        width: 3rem;
        height: 1.3rem
    }
}

.c0c42e3 span {
    height: .22rem;
    background-color: var(--header-color);
    border-radius: .125rem
}

.c14edd8d li a {
    color: var(--header-color);
    font-size: .98rem;
    line-height: 1rem;
    font-weight: 500;
    width: 100%;
    border-radius: .375rem
}

.c1f2633a7 {
    position: fixed;
    inset: 0;
    z-index: 52;
    pointer-events: none
}

.c8da3 {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s;
    z-index: 1
}

.c7b39 {
    position: absolute;
    top: 0;
    left: -20rem;
    width: 20rem;
    height: 100%;
    background: var(--header-bg);
    transition: left .3s;
    padding: .625rem;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

body[data-menu-open=true] .c1f2633a7 {
    pointer-events: auto
}

body[data-menu-open=true] .c8da3 {
    opacity: 1
}

body[data-menu-open=true] .c7b39 {
    left: 0;
    box-shadow: .0625rem 0 .3125rem var(--header-bg)
}

@media (min-width:1150px) {
    .c1f2633a7 {
        display: none
    }
}

.c8da3::-webkit-scrollbar {
    display: none
}

.c5b7341dc,
.cf163a9,
.cf72f7f3 {
    display: flex;
    justify-content: center
}

.cf163a9 {
    padding-block: .9375rem;
    padding-bottom: 0;
    margin-bottom: .8rem
}

.cf163a9 a {
    width: 100%;
    max-width: 8rem;
    max-height: 4rem
}

.cf163a9 a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 9.375rem/3.75rem
}

.c600a9b3,
.c5b7341dc,
.cf72f7f3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c600a9b3 {
    display: flex;
    padding-inline: .625rem;
    gap: .6rem;
    margin-bottom: 1rem
}

.c5b7341dc,
.cf72f7f3 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: .75rem 1.25rem;
    text-align: center;
    height: 2.625rem;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    color: var(--text-btns);
    position: relative
}

.c5b7341dc {
    background: var(--login-btn)
}

.cf72f7f3 {
    background: var(--reg-btn)
}

.c5b7341dc:hover,
.cf72f7f3:hover {
    transform: scale(1.02)
}

.cf72f7f3:hover {
    box-shadow: 0 0 8px var(--reg-btn)
}

.c5b7341dc:hover {
    box-shadow: 0 0 8px var(--login-btn)
}

.cfe564>li {
    background: color-mix(in srgb, var(--reg-btn) 20%, transparent);
    border-radius: 5px;
    transition: background-color .3s ease
}

.cfe564 li:not(:last-child) {
    margin-bottom: .5rem
}

@media (max-width:47.99875em) {
    .cfe564 li:not(:last-child) {
        margin-bottom: .5rem
    }
}

.cfe564 li a {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: var(--header-color);
    display: flex;
    align-items: center;
    gap: .9375rem;
    width: 100%;
    padding: .75rem 1rem
}

.cfe564 li:focus-visible,
.cfe564 li:hover {
    background-color: color-mix(in srgb, var(--reg-btn) 35%, transparent)
}

.cfe564 li a img {
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

.c8f625889 {
    border-radius: .625rem
}

.ccc9f {
    position: absolute;
    top: .6rem;
    right: .6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--reg-btn);
    width: 36px;
    height: 36px
}

.ccc9f svg {
    flex-shrink: 0;
    fill: none;
    stroke: var(--text-btns);
    stroke-width: 2
}

@media (min-width:68.75em) {
    .ccc9f {
        display: none
    }
}

.cbfd12faa {
    position: relative
}

.c4506687b {
    position: absolute;
    top: .4375rem;
    right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: .25rem;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s;
    transition: .3s
}

.c7ecb4c {
    border-radius: 0 !important
}

.cbfdd .cb974b3c {
    visibility: visible;
    opacity: 1;
    height: 100%
}

.cbfdd .c4506687b {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.cbfdd.cbfd12faa .c7ecb4c {
    border-bottom: .0625rem var(--main-text) solid
}

.cb974b3c {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    height: 0;
    margin-top: 0
}

.c2719d:not(:last-child) {
    margin-bottom: 0 !important
}

.c2719d li:not(:last-child) {
    margin-bottom: 0 !important;
    border-bottom: .0625rem var(--main-text) solid;
    border-radius: 0
}

.c2719d li:last-child {
    border-bottom: none
}

.c8d40bfd3>p:not(:last-child) {
    margin-bottom: 1.5625rem
}

.cbaa6e {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    margin-bottom: 1.25rem;
    cursor: pointer
}

.cbaa6e:hover .c3abad img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    filter: brightness(.8)
}

@media (max-width:47.99875em) {
    .cbaa6e:hover .c3abad img {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        filter: brightness(.8)
    }
}

.c3abad {
    max-width: 74.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.ce991678d {
    -webkit-transition: .3s;
    transition: .3s;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 74.375rem;
    aspect-ratio: 1200/400;
    width: 100%
}

@media (min-width:73.125em) {
    .ce991678d {
        height: 25rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (height:clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem)) {
        .ce991678d {
            height: clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem)
        }
    }

    @supports not (height:clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem)) {
        .ce991678d {
            height: calc(12.5rem + 12.5*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .ce991678d {
        height: 12.5rem
    }
}

.ce2a666a,
.cdab51b9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cdab51b9 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%
}

.ce2a666a {
    max-width: 42.5rem;
    padding: 1.1rem .95rem;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .7)
}

@media (max-width:55.625em) {
    .ce2a666a {
        margin-left: 0
    }
}

.c85a60 {
    color: var(--banner-color);
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 .1875rem rgb(10, 27, 43);
    text-align: center;
    margin-bottom: .5rem
}

@media (min-width:73.125em) {
    .c85a60 {
        font-size: 1.875rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (font-size:clamp(1.125rem, .8426470588rem + 1.4117647059vw, 1.875rem)) {
        .c85a60 {
            font-size: clamp(1.125rem, .8426470588rem + 1.4117647059vw, 1.875rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, .8426470588rem + 1.4117647059vw, 1.875rem)) {
        .c85a60 {
            font-size: calc(1.125rem + .75*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .c85a60 {
        font-size: 1.125rem
    }
}

@media (min-width:73.125em) {
    .c85a60 {
        line-height: 2rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (line-height:clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem)) {
        .c85a60 {
            line-height: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem)
        }
    }

    @supports not (line-height:clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem)) {
        .c85a60 {
            line-height: calc(1.375rem + .625*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .c85a60 {
        line-height: 1.375rem
    }
}

.c85a60 span {
    color: var(--banner-color)
}

.c66b250,
.c5606c497 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c66b250 {
    z-index: 0;
    overflow: hidden;
    margin-top: .5rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: .75rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 12.5rem;
    height: 2.625rem;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    color: var(--text-btns);
    background: var(--reg-btn);
    position: relative
}

.c995e46ec .ca984:hover {
    color: var(--reg-btn);
    text-decoration-color: var(--reg-btn)
}

.c66b250::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 34%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0, rgba(255, 255, 255, .7) 50%, transparent 100%);
    transform: skewX(0);
    transition: left .5s;
    z-index: 1;
    pointer-events: none
}

.c66b250:hover::before {
    left: 120%
}

.c5606c497 {
    margin-top: .625rem;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    cursor: pointer
}

@media (max-width:47.99875em) {
    .c5606c497 img {
        max-width: 7.5rem
    }
}

.cf9543d0a,
.cb368 {
    min-height: 100vh;
    min-height: 100dvh
}

.cf9543d0a>main,
.cb368>main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c42e46a,
.cf9543d0a,
.cb368 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:73.125em) {
    .c42e46a {
        padding-left: 1.5625rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (padding-left:clamp(.4375rem, .0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .c42e46a {
            padding-left: clamp(.4375rem, .0139705882rem + 2.1176470588vw, 1.5625rem)
        }
    }

    @supports not (padding-left:clamp(.4375rem, .0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .c42e46a {
            padding-left: calc(.4375rem + 1.125*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .c42e46a {
        padding-left: .4375rem
    }
}

@media (min-width:73.125em) {
    .c42e46a {
        padding-right: 1.5625rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (padding-right:clamp(.4375rem, .0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .c42e46a {
            padding-right: clamp(.4375rem, .0139705882rem + 2.1176470588vw, 1.5625rem)
        }
    }

    @supports not (padding-right:clamp(.4375rem, .0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .c42e46a {
            padding-right: calc(.4375rem + 1.125*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .c42e46a {
        padding-right: .4375rem
    }
}

.cf0520d1 {
    width: 100%
}

@media (min-width:73.125em) {
    .cf0520d1 {
        padding-left: 1.5625rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (padding-left:clamp(.625rem, .2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .cf0520d1 {
            padding-left: clamp(.625rem, .2720588235rem + 1.7647058824vw, 1.5625rem)
        }
    }

    @supports not (padding-left:clamp(.625rem, .2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .cf0520d1 {
            padding-left: calc(.625rem + .9375*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .cf0520d1 {
        padding-left: .625rem
    }
}

@media (min-width:73.125em) {
    .cf0520d1 {
        padding-right: 1.5625rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (padding-right:clamp(.625rem, .2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .cf0520d1 {
            padding-right: clamp(.625rem, .2720588235rem + 1.7647058824vw, 1.5625rem)
        }
    }

    @supports not (padding-right:clamp(.625rem, .2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .cf0520d1 {
            padding-right: calc(.625rem + .9375*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .cf0520d1 {
        padding-right: .625rem
    }
}

.cf0520d1>:first-child {
    margin-top: 0
}

.c42e46a > .cf0520d1 {
    flex: 1;
    display: flex;
    flex-direction: column
}

.c583aa2b {
    padding-bottom: .625rem;
    background: var(--footer-bg);
    border-top: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent)
}

.cf381ff {
    padding: 1.25rem .9375rem
}

.c3337fa9 {
    padding-top: .9375rem;
    padding-bottom: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c3337fa9 svg path {
    fill: var(--footer-color)
}

@media (min-width:73.125em) {
    .c3337fa9 {
        gap: 1.25rem
    }
}

@media (min-width:20em) and (max-width:73.125em) {
    @supports (gap:clamp(.625rem, .3897058824rem + 1.1764705882vw, 1.25rem)) {
        .c3337fa9 {
            gap: clamp(.625rem, .3897058824rem + 1.1764705882vw, 1.25rem)
        }
    }

    @supports not (gap:clamp(.625rem, .3897058824rem + 1.1764705882vw, 1.25rem)) {
        .c3337fa9 {
            gap: calc(.625rem + .625*(100vw - 20rem)/53.125)
        }
    }
}

@media (max-width:20em) {
    .c3337fa9 {
        gap: .625rem
    }
}

.ceefb136 {
    background-color: var(--text-btns);
    border-radius: .75rem;
    padding: .375rem
}

.cb247bd5 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.c583aa2b img {
    max-width: 18.75rem;
    max-height: 3.125rem;
    vertical-align: middle
}

.c930fa68,
.cb247bd5 {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.cb9ce7b {
    gap: .75rem;
    padding-top: 1rem;
    padding-bottom: .5rem
}

.ccb9263 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    min-height: 3rem;
    padding: .375rem .625rem;
    border-radius: .75rem;
    background: color-mix(in srgb, var(--footer-color) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--footer-color) 16%, transparent);
    color: inherit;
    font: inherit;
    appearance: none;
    cursor: help
}

.ccb9263::after {
    position: absolute;
    left: 50%;
    bottom: calc(100% + .5rem);
    z-index: 5;
    max-width: min(16rem, 80vw);
    padding: .375rem .5rem;
    border-radius: .375rem;
    background: color-mix(in srgb, var(--footer-bg) 88%, #000);
    color: var(--footer-color);
    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .25);
    content: attr(data-tooltip);
    font-size: .75rem;
    line-height: 1.25;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, .25rem);
    transition: opacity .16s ease, transform .16s ease;
    white-space: normal
}

.ccb9263:hover::after,
.ccb9263:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0)
}

.ccb9263:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--footer-color) 70%, transparent);
    outline-offset: 3px
}

.ccb9263 img {
    display: block;
    width: auto;
    max-width: 8.75rem;
    max-height: 2.25rem;
    object-fit: contain
}

.c120d30 img {
    max-width: 7.5rem
}

@media (max-width:47.99875em) {
    .cb9ce7b {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 24rem;
        margin-right: auto;
        margin-left: auto
    }

    .ccb9263 {
        min-width: 0;
        width: 100%
    }
}

@media (max-width:22.5em) {
    .cb9ce7b {
        grid-template-columns: 1fr
    }
}

.c930fa68 {
    gap: 2.1875rem;
    row-gap: .3125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:47.99875em) {
    .c930fa68 {
        row-gap: .3125rem
    }
}

.c930fa68 a {
    position: relative;
    color: var(--footer-color);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem
}

@media (max-width:47.99875em) {
    .c930fa68 a {
        font-size: .98rem;
        line-height: 1rem
    }
}

.c930fa68 li a::after,
.c14edd8d li .ce76b>a::after,
.c14edd8d>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 50;
    width: 100%;
    height: 2px;
    transition: transform .7s;
    transform-origin: right;
    transform: scaleX(0)
}

.c14edd8d li a::after {
    background-color: var(--header-color)
}

.c930fa68 li a::after {
    background-color: var(--footer-color)
}

.c930fa68 a:focus-visible::after,
.c930fa68 a:hover::after,
.c14edd8d li a:focus-visible::after,
.c14edd8d li a:hover::after {
    transform-origin: left;
    transform: scaleX(1)
}

.c4ca15241 {
    margin-top: .875rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .7rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c3d49::after {
    height: .0625rem
}

.c583aa2b p {
    color: var(--footer-color);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1rem;
    text-align: center;
    opacity: .8;
    margin-bottom: 0
}

.c6d82ea0a {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 50;
    width: 2.5rem;
    height: 2.5rem;
    transition: opacity .3s ease, transform .3s ease;
    opacity: 0;
    transform: scale(0);
    pointer-events: none
}

@media (min-width:73.125em) {
    .c6d82ea0a {
        bottom: 4rem;
        right: 4rem
    }
}

.c6d82ea0a[data-shown=true] {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto
}

.cd21f23 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to left, color-mix(in srgb, var(--login-btn) 80%, white) 0%, var(--login-btn) 100%);
    box-shadow: 0 0 1px var(--main-text);
    transition: transform .3s ease, box-shadow .3s ease
}

.cd21f23 svg {
    fill: var(--text-btns);
    stroke: none
}

.cd21f23:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px var(--main-text)
}

@media (min-width:73.125em) {
    .cd21f23 {
        width: 3rem;
        height: 3rem
    }

    .cd21f23 svg {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width:530px) {

    .c930fa68,
    .c3337fa9 {
        flex-direction: column;
        justify-content: center;
        gap: 1rem
    }

    .c930fa68 li {
        text-align: center
    }

    .c3d49 {
        display: none
    }
}

.cf0520d1>section,
section {
    margin-top: 0;
    scroll-margin: 70px 0 0
}

.cf0520d1:last-child {
    margin-bottom: 0
}

h2::after,
section>h2::after {
    background: var(--main-text);
    opacity: .6
}

h3,
section h3 {
    margin-bottom: 1.25rem;
    line-height: clamp(1.125rem, 1.0779411765rem + .2352941176vw, 1.25rem)
}

.cfe564,
.c995e46ec .caa644d87 li,
.c930fa68,
.c14edd8d {
    padding: 0;
    list-style-type: none
}

.cfe564 li,
.c930fa68 li,
.c14edd8d li {
    list-style: none;
    margin-bottom: 0
}

.c4444[data-open=true] .c91e1c {
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: .5rem
}

.c995e46ec .ca984 {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer
}

.cbbceb18e {
    font-weight: 700
}

.ca2f2 {
    transition: transform .3s ease;
    flex-shrink: 0
}

.c4444[data-open=true] .ca984 .ca2f2 {
    transform: rotate(180deg)
}

.c4444[data-open=true] .ca984 {
    background-color: transparent
}

.c995e46ec .c91e1c {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    transition: opacity .3s ease 0s, transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.c995e46ec button {
    width: auto;
    height: auto
}

h3,
section h3 {
    color: var(--main-text);
    font-size: 24px;
    font-weight: 700
}

.c995e46ec .ca984 {
    background-color: transparent;
    color: var(--main-text);
    font-weight: 700;
    border: 0;
    padding: 0;
    text-decoration: underline dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    transition: color .3s ease, text-decoration-color .3s ease
}

@media screen and (max-width:768px) {
    .c995e46ec .ca984 {
        font-size: 1.5rem
    }
}

.c995e46ec .caa644d87 {
    border: 0;
    background: var(--nav-acc-head-game-bg);
    border-radius: 5px;
    padding: 12px;
    -webkit-columns: 280px 2;
    -moz-columns: 280px 2;
    columns: 280px 2
}

.c995e46ec .caa644d87 li {
    margin-bottom: .25rem
}

.c995e46ec .caa644d87 .cb35a11d {
    display: inline;
    width: 15px;
    margin: 0 5px 0 0;
    vertical-align: -2px
}

.c995e46ec .caa644d87 a {
    color: var(--main-text);
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: color .3s ease 0s;
    transition: opacity .3s ease 0s
}

.c995e46ec .caa644d87 a:focus,
.c995e46ec .caa644d87 a:hover {
    opacity: .6
}

.c995e46ec ul {
    padding: 0
}

@media screen and (max-width:768px) {

    .cf0520d1>section,
    h2,
    section,
    section>h2 {
        scroll-margin: 110px 0 0
    }
}

.caa722e {
    padding: 0 !important
}

.cca0c,
.caa722e,
.ce6e55f9f {
    list-style-type: none
}

.cca0c .c2d99ead,
.c9fa9ce99 span {
    color: var(--main-text);
    background: var(--nav-acc-head-game-bg);
    width: 100%
}

.cca0c .c2d99ead {
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 8px 20px rgba(9, 28, 83, .08);
    box-shadow: 0 8px 20px rgba(9, 28, 83, .08);
    border-radius: 0
}

.cca0c .c0d8d869 {
    padding: 20px;
    width: 100%;
    text-align: left;
    color: var(--main-text);
    background: 0 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cca0c .c0d8d869 svg path {
    fill: var(--main-text)
}

.cca0c .c0d8d869 h3 {
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 22px;
    color: var(--main-text)
}

@media screen and (max-width:768px) {
    .cca0c .c0d8d869 h3 {
        font-size: 1.125rem
    }
}

.cca0c .c0d8d869 .c3ef8b {
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.cca0c .c0d8d869 .c3ef8b img {
    display: block;
    width: 25px;
    margin: 0
}

.cca0c .c3725b {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: var(--acc-bg-body);
    -webkit-transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    transition: opacity .3s ease 0s, transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.cca0c .c3725b p {
    margin: 0;
    font-size: 16px;
    padding: 20px;
    color: var(--acc-text-body)
}

[data-el=acc] [data-el=acc-inner][data-open=true] [data-el=acc-body] {
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-top: 2px solid color-mix(in srgb, var(--main-text) 10%, transparent)
}

[data-el=acc] [data-el=acc-inner][data-open=true] [data-el=acc-arrow] {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.ce6e55f9f {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    padding: 0;
    margin: 0
}

.c9145 {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 5px
}

.c0f336c68,
.c9fa9ce99 {
    position: relative;
    height: 100%
}

.c9fa9ce99:hover .c17db {
    opacity: 1;
    visibility: visible
}

.c0f336c68 .c56199d {
    height: 100%;
    position: relative;
    z-index: -1
}

.c0f336c68 .c56199d img {
    width: 100%;
    height: 100%;
    display: block
}

.c0f336c68 .cf2f4 {
    bottom: 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 3
}

.c9fa9ce99 span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding-block: 8px
}

.c17db,
.c17db button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c0f336c68 .cf2f4,
.c17db {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c17db {
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    padding-inline: 16px
}

.c17db .c2e21,
.c17db .c8fa71c39 {
    font-size: 18px;
    color: var(--text-btns);
    padding: 10px 12px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease
}

.c17db .c8fa71c39 {
    background-color: var(--reg-btn)
}

.c17db .c2e21 {
    background-color: var(--login-btn);
    margin-bottom: 30px
}

.c17db .c8fa71c39:hover {
    box-shadow: 0 0 8px var(--reg-btn);
    transform: scale(1.05)
}

.c17db .c2e21:hover {
    box-shadow: 0 0 8px var(--login-btn);
    transform: scale(1.05)
}

@media screen and (max-width:992px) {
    .ce6e55f9f {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:500px) {
    .ce6e55f9f {
        grid-template-columns: repeat(2, 1fr)
    }
}

.cacf22,
.cacf22 article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cacf22 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px
}

.cacf22 article {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    min-width: 300px;
    max-width: 430px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cacf22 p,
.c1119dd p {
    margin: 0
}

.c9182 {
    border-radius: 8px;
    padding: 24px;
    border: 1px solid rgb(230, 229, 220);
    background-color: rgb(255, 255, 254);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.cae6e4fd {
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(230, 228, 221);
    padding-bottom: 16px
}

.c1b2356a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c1119dd {
    margin-left: 8px
}

.c1119dd>div:first-child {
    font-style: normal;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: rgb(2, 2, 1);
    font-weight: 600;
    padding: 0
}

.c1119dd p,
.c1119dd span {
    font-size: 14px;
    font-weight: 400;
    color: #262626
}

.c1119dd .c3f82cb5d {
    margin-left: 12px
}

.c09726 {
    width: 100%;
    margin-top: 16px
}

.c09726 .cfc3e {
    width: 108px;
    height: 20px
}

.c09726 .cfc3e img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c09726 .cd382f p {
    color: rgb(39, 39, 37);
    font-size: 14px
}

.c09726 .c34384fb {
    margin-top: 12px
}

.c09726 .c34384fb p {
    margin: 12px 0;
    color: #000
}

.ca6a51e {
    font-size: 20px;
    font-weight: 800;
    color: rgb(0, 0, 1);
    padding: 0;
    margin: 0
}

.cb504 form button,
.caa37938 p,
section p:last-child {
    margin-top: 12px;
    margin-bottom: 12px
}

.c8b39 {
    font-size: 14px;
    color: #000 !important
}

@media screen and (max-width:375px) {
    .c8b39 {
        font-size: 12px
    }
}

.cd6b9f2b5 {
    margin-top: 16px;
    border-top: 1px solid rgb(228, 230, 222);
    padding-top: 16px
}

.cae6e4fd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ca328d,
.cd6b9f2b5,
.cae6e4fd {
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c1a43cb,
.c48bb17,
.ca328d,
.c5f5310,
.c6c7c,
.cd6b9f2b5,
.c254a4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c5f5310,
.c6c7c {
    cursor: pointer
}

.c5f5310 svg,
.c6c7c svg {
    margin-top: 9px
}

.c5f5310 p,
.c6c7c p {
    margin-left: 4px;
    font-size: 14px;
    color: rgb(39, 38, 40);
    font-weight: 300
}

.c5f5310 p span,
.c6c7c p span {
    font-weight: 600;
    margin-left: 4px
}

.c48bb17 div:last-child {
    margin-left: 30px
}

@media (max-width:600px) {
    .c45c66b figure figcaption p {
        font-size: 1rem !important
    }
}

.c5e32e {
    text-align: center;
    padding-top: 10px
}

.c5e32e a {
    color: var(--main-text);
    text-decoration: underline
}

.c5e32e a:hover {
    opacity: .8
}

.c2dcf9ff {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(255, 252, 214);
    display: flex;
    justify-content: center;
    align-items: center
}

.c2dcf9ff span {
    color: rgb(1, 1, 1);
    font-weight: 700
}

@media screen and (max-width:680px) {
    .cacf22 article {
        flex: 1 1 100%;
        max-width: none;
        min-width: none;
        width: 100%
    }

    .cacf22 .c9182 {
        width: 100%
    }
}

input,
textarea {
    all: unset;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    resize: none
}

.ca6c83d {
    padding: 2rem 1.5rem;
    max-width: 600px;
    border: 1px solid var(--main-text);
    background-color: transparent;
    background-color: color-mix(in srgb, var(--reg-btn) 5%, transparent);
    border-radius: 5px;
    margin: 0 auto 30px
}

.ca6c83d form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

.ca6c83d .cb821 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

.ca6c83d .cb821 .cddd90 {
    flex: 1 1 auto
}

.ca6c83d input,
.ca6c83d textarea {
    border: 1.5px solid var(--main-text);
    font-size: 1rem;
    padding: 14px;
    color: var(--main-text);
    border-radius: 5px;
    transition: all .3s ease
}

.ca6c83d input {
    height: 46px
}

.ca6c83d .cddd90 span {
    display: block;
    margin-bottom: 2px;
    font-size: 1rem;
    color: var(--main-text)
}

.ca6c83d .cc7e200 {
    text-transform: uppercase;
    height: 46px;
    width: auto;
    min-width: 180px;
    margin: 0 auto
}

.c0d6017c5 {
    text-align: center
}

.c0d6017c5 p {
    margin: 0 !important;
    font-weight: 700;
    font-size: 20px
}

[data-elem=form][data-submit=true] [data-elem=form-message] {
    display: block
}

[data-elem=form] [data-elem=form-message],
[data-elem=form][data-submit=true] [data-elem=form-main] {
    display: none
}

[data-elem=form] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transform: translateY(-20px);
    transition: opacity .15s ease-out, transform .15s ease-out, padding .15s ease-out, height .15s ease-out
}

[data-elem=form][data-active=true] {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 2rem 1.5rem;
    margin-top: 1rem;
    transform: translateY(0)
}

#write-review {
    width: auto;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .ca6c83d {
        width: 100%;
        max-width: none
    }

    .ca6c83d .cb821 {
        flex-direction: column;
        width: 100%
    }

    .ca6c83d .cb821 .cddd90 {
        width: 100%
    }

    .ca6c83d,
    [data-elem=form][data-active=true] {
        padding: .5rem .75rem
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 16px;
    transition: background-color .3s ease
}

td {
    border: 1.5px solid var(--table-border);
    padding: 8px;
    vertical-align: top;
    text-align: left;
    color: var(--table-color)
}

tr:nth-child(odd) {
    background-color: var(--table-odd-bg)
}

tr:nth-child(even) {
    background-color: var(--table-even-bg)
}

td a {
    color: var(--main-text);
    text-decoration: underline;
    transition: opacity .3s ease
}

td a:hover {
    opacity: .7
}

td ol,
td ul {
    margin: 0;
    padding-left: 25px;
    border: 0;
    border-radius: 0
}

td ul {
    list-style: square
}

td ol {
    list-style: decimal
}

td ol li,
td ul li {
    padding: 4px 0;
    border-bottom: none
}

@media (min-width:651px) {

    td ol,
    td ul {
        border: 1px solid var(--table-border);
        border-radius: 5px;
        overflow: hidden;
        padding-left: 0;
        list-style: inside
    }

    td ol li,
    td ul li {
        padding: 6px 8px 6px 12px;
        border-bottom: 1px solid var(--table-border)
    }

    td ol li:last-child,
    td ul li:last-child {
        border-bottom: none
    }
}

@media (max-width:768px) {

    table,
    tbody,
    td,
    tr {
        display: block;
        width: 100%
    }

    tr:first-child {
        display: none
    }

    tbody tr {
        position: relative;
        border-left: 1.5px solid var(--table-border);
        border-right: 1.5px solid var(--table-border);
        background-color: color-mix(in srgb, var(--header-bg) 15%, transparent) !important;
        padding: 10px
    }

    td:nth-child(odd) {
        background-color: var(--table-odd-bg)
    }

    td:nth-child(even) {
        background-color: var(--table-even-bg)
    }

    tr+tr {
        border-top: 1.5px solid var(--table-border)
    }

    tr:last-child {
        border-bottom: 1.5px solid var(--table-border)
    }

    tr:nth-of-type(2) {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    tr:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    td {
        border: 0;
        padding: 6px;
        font-size: 16px;
        font-weight: 600;
        text-align: left
    }

    td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: var(--table-color);
        margin-bottom: 2px;
        opacity: .7
    }

    td ol,
    td ul {
        border: 0;
        border-radius: 0;
        overflow: visible;
        padding-left: 20px
    }

    td ol li,
    td ul li {
        border-bottom: none
    }
}

.c0322f79 .cc7fda98,
.c94450,
[data-item=c250b3d83] {
    color: var(--main-text);
    margin-bottom: 16px
}

.c94450 {
    margin-top: 32px
}

.c94450>h2 {
    margin-bottom: 18px
}

[data-item=c250b3d83] {
    padding: 16px 20px 26px;
    background: var(--nav-acc-head-game-bg);
    border-radius: 5px
}

[data-item=c250b3d83]+[data-item=c250b3d83] {
    margin-top: 14px
}

[data-item=c250b3d83] h3,
[data-item=c250b3d83] p {
    color: var(--main-text);
    line-height: 1.4;
    margin: 0
}

[data-item=c250b3d83] h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background: var(--main-text);
    opacity: .4
}

.c4444 button {
    border: 0;
    background-color: var(--reg-btn);
    color: var(--text-btns);
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 1.1rem
}

@media screen and (max-width:460px) {
    .ce2a666a {
        max-width: none;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(0, 0, 0, .5)0, rgba(0, 0, 0, .5) 100%)
    }
}

.c0322f79 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 450px;
    padding: 60px 25px 40px;
    margin-inline: auto;
    background-color: var(--main-bg);
    background-color: color-mix(in srgb, var(--reg-btn) 5%, transparent);
    border: 1px solid color-mix(in srgb, var(--main-text) 35%, transparent);
    border-radius: 5px;
    margin-bottom: 10px
}

.c0322f79 .cc7fda98 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width:1248px) {
    .c0322f79 .cc7fda98 {
        font-size: 32px
    }
}

.c430206d {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: all .3s ease
}

.c430206d svg {
    fill: var(--text-btns);
    stroke: var(--text-btns);
    transition: all .3s ease
}

.c430206d:focus-visible svg,
.c430206d:hover svg {
    fill: var(--login-btn);
    stroke: var(--login-btn);
    transform: rotate(180deg)
}

.c8703 {
    display: flex;
    flex-direction: column;
    position: relative
}

.c8703 label {
    font-size: 14px;
    font-weight: 600;
    color: var (--main-text);
    margin-bottom: 2px
}

.c8703 input {
    font-size: 16px;
    width: 100%;
    height: 46px;
    outline: 0;
    border-radius: 5px;
    border: 1.5px solid color-mix(in srgb, var(--main-text) 60%, transparent);
    background-color: transparent;
    padding: 14px;
    transition: all .3s ease
}

input::placeholder,
textarea::placeholder {
    color: var(--main-text);
    opacity: .6
}

input:focus-visible,
input:hover,
textarea:focus-visible,
textarea:hover {
    border-color: var(--login-btn);
    box-shadow: 0 0 5px var(--login-btn)
}

#sign-up input:focus-visible,
#sign-up input:hover,
#sign-up textarea:focus-visible,
#sign-up textarea:hover {
    border-color: var(--reg-btn);
    box-shadow: 0 0 5px var(--reg-btn)
}

.c8703 svg,
.cf13d42cb svg {
    position: absolute;
    right: 14px;
    transform: translateY(-50%)
}

.c8703 svg {
    top: 50%;
    fill: var(--main-text);
    stroke: none
}

.cf13d42cb svg {
    top: 65%;
    stroke: var(--main-text);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none
}

.c8703 .ce654a91c {
    font-size: 12px;
    color: var(--main-text);
    opacity: .7;
    cursor: pointer;
    text-align: right;
    margin-top: 4px;
    text-decoration: underline;
    transition: opacity .3s ease
}

.c8703 .ce654a91c:focus-visible,
.c8703 .ce654a91c:hover {
    opacity: 1
}

.ccf493 {
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    border: 0;
    color: var(--text-btns);
    transition: all .3s ease
}

.cf466c83e::before,
.ccf493::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: var(--login-btn);
    border-radius: 5px;
    z-index: -1;
    transition: all .3s ease
}

.ccf493,
.cc79c417b::before {
    background-color: var(--reg-btn)
}

.cf466c83e:focus-visible::before,
.cf466c83e:hover::before,
.ccf493:focus-visible::before,
.ccf493:hover::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.cc79c417b {
    background-color: var(--login-btn)
}

.cf466c83e:focus-visible,
.cf466c83e:hover,
.ccf493:focus-visible,
.ccf493:hover {
    box-shadow: 0 0 8px var(--login-btn)
}

.cc79c417b:focus-visible,
.cc79c417b:hover {
    box-shadow: 0 0 8px var(--reg-btn)
}

@media only screen and (min-width:1248px) {
    .ccf493 {
        font-size: 18px;
        height: 50px
    }
}

.cb72d977,
.c7726 {
    align-items: center;
    justify-content: center
}

.cb72d977 {
    --_bg: var(--nav-acc-head-game-bg);
    --_text: var(--main-text);
    --_accent: var(--reg-btn);
    --_border: color-mix(in srgb, var(--main-text) 35%, transparent);
    background-color: var(--_bg);
    color: var(--_text);
    border: 1px solid var(--_border);
    border-radius: 5px;
    padding: 20px 24px;
    max-width: 720px;
    margin: 20px auto;
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column
}

.c7726 {
    height: 40px;
    fill: var(--_accent);
    display: block;
    margin-bottom: 12px;
    width: 100%
}

.c2126cbd8 {
    margin: 0;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 20px 0;
    text-align: center
}

.cee0d {
    margin-top: 10px;
    opacity: .9
}

.c6798ea4 {
    background-color: var(--_accent);
    width: 5px;
    height: 5px;
    border-radius: 50%
}

@media (min-width:640px) {
    .c2126cbd8 {
        font-size: 1.5625rem
    }
}

.c2440bc {
    position: relative;
    text-align: center;
    padding-block: 150px 100px;
    margin-inline: auto;
    margin-top: 120px;
    max-width: 800px
}

.c2440bc::before {
    content: "404";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18rem;
    font-weight: 700;
    line-height: 1;
    color: var(--main-text);
    opacity: .09;
    z-index: -1;
    pointer-events: none
}

.c2440bc p {
    font-size: 1rem;
    color: var(--main-text);
    margin-bottom: .2rem
}

.c2440bc p>a {
    text-decoration: underline;
    color: var(--reg-btn);
    transition: color .3s ease
}

.c2440bc p>a:hover {
    color: var(--login-btn)
}

.c2440bc a:last-child:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 1.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-btns);
    background: linear-gradient(to left, color-mix(in srgb, var(--reg-btn) 70%, white) 0%, var(--reg-btn) 100%);
    border-radius: 5px;
    width: 9.5rem;
    margin: .8rem auto 0
}

.c2440bc a svg {
    stroke: none;
    fill: var(--text-btns);
    transition: transform .3s ease
}

.c2440bc a:hover svg {
    transform: translateX(7px)
}

@media (max-width:499.98px) {
    .c2440bc {
        padding-top: 120px
    }

    .c2440bc h1,
    .c2440bc p {
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin-bottom: .2rem
    }

    .c2440bc p {
        font-size: .9rem;
        line-height: 1rem
    }

    .c2440bc::before {
        font-size: 11rem
    }

    .c2440bc a:last-child:not(:first-child) {
        margin-top: .4rem;
        font-size: .92rem;
        padding-block: .5rem;
        width: 8.7rem
    }
}

.c18b874 {
    width: 100%;
    font-size: 1rem;
    font-weight: 700
}

.cbf02557a {
    display: none
}

@media screen and (min-width:500px) {
    .cbf02557a {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        font-weight: 700;
        text-align: center;
        color: var(--main-text);
        background-color: color-mix(in srgb, var(--reg-btn) 25%, transparent);
        padding: .5rem;
        border-radius: 5px 5px 0 0;
        border: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
        border-bottom: none
    }
}

@media screen and (min-width:768px) {
    .cbf02557a {
        grid-template-columns: 20% 15% 15% 13% 12% 25%
    }
}

@media screen and (max-width:767.98px) {

    .cbf02557a div:nth-child(5),
    .cbf02557a div:nth-child(6) {
        display: none
    }
}

.c4da95b3 {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
    overflow: hidden;
    border-radius: 5px
}

@media screen and (min-width:500px) {
    .c4da95b3:first-of-type {
        border-radius: 0 0 5px 5px
    }

    .c18b874>.c4da95b3:nth-of-type(2) {
        border-radius: 0 0 5px 5px
    }
}

@media screen and (max-width:499.98px) {
    .c4da95b3 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "logo logo logo" "bonus rate spins" "more claim claim"
    }

    .c4da95b3>div:nth-child(1) {
        grid-area: logo
    }

    .c4da95b3>div:nth-child(2) {
        grid-area: bonus
    }

    .c4da95b3>div:nth-child(3) {
        grid-area: rate
    }

    .c4da95b3>div:nth-child(4) {
        grid-area: spins
    }

    .c4da95b3>div:nth-child(5) {
        grid-area: more
    }

    .c4da95b3>div:nth-child(6) {
        grid-area: claim
    }
}

@media screen and (min-width:500px) and (max-width:767.98px) {
    .c4da95b3 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "logo bonus rate spins" "more more claim claim"
    }

    .c4da95b3>div:nth-child(1) {
        grid-area: logo
    }

    .c4da95b3>div:nth-child(2) {
        grid-area: bonus
    }

    .c4da95b3>div:nth-child(3) {
        grid-area: rate
    }

    .c4da95b3>div:nth-child(4) {
        grid-area: spins
    }

    .c4da95b3>div:nth-child(5) {
        grid-area: more
    }

    .c4da95b3>div:nth-child(6) {
        grid-area: claim
    }
}

@media screen and (min-width:768px) {
    .c4da95b3 {
        grid-template-columns: 20% 15% 15% 13% 12% 25%;
        grid-template-areas: "logo bonus rate spins more claim"
    }

    .c4da95b3>div:nth-child(1) {
        grid-area: logo
    }

    .c4da95b3>div:nth-child(2) {
        grid-area: bonus
    }

    .c4da95b3>div:nth-child(3) {
        grid-area: rate
    }

    .c4da95b3>div:nth-child(4) {
        grid-area: spins
    }

    .c4da95b3>div:nth-child(5) {
        grid-area: more
    }

    .c4da95b3>div:nth-child(6) {
        grid-area: claim
    }
}

.c4da95b3>div:not(.cd65dbea1) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px
}

.c4da95b3>div span:not(.cd65dbea1>div>span),
.c4da95b3>div>div:not(.cd65dbea1>div),
.c1e9f {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 14px;
    background-color: color-mix(in srgb, var(--reg-btn) 20%, transparent);
    border-radius: 5px
}

.c4da95b3 img {
    max-width: 140px;
    width: 100%;
    object-fit: contain
}

.c1e9f svg {
    stroke: var(--main-text);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: transform .3s ease, stroke .3s ease
}

.c1e9f:hover svg {
    stroke: var(--reg-btn);
    transform: scale(1.2)
}

.cf466c83e {
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--reg-btn);
    color: var(--text-btns);
    border: 0;
    height: 44px;
    width: 100%;
    padding-inline: 12px;
    border-radius: 5px;
    font-weight: 600;
    transition: all .3s ease
}

.ca957ed1 {
    min-height: 40px
}

.cd65dbea1 {
    grid-column: span 6;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height .4s ease, padding .4s ease, opacity .4s ease
}

.c8e704f82[data-open=true] {
    max-height: 500px;
    opacity: 1;
    border-top: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
    background-color: color-mix(in srgb, var(--reg-btn) 20%, transparent);
    margin-top: .5rem
}

.cd65dbea1>div {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-items: start;
    gap: 12px;
    padding: .5rem 1.5rem
}

.cd65dbea1>div:not(:last-child) {
    border-bottom: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent)
}

@media screen and (max-width: 767.9px) {
    .c00d76 {
        display: flex;
        align-items: center;
        min-height: 40px;
    }
}

a[data-role="curlink"]::after {
    transform: scale(1) !important;
}

.c09be7d6c a[data-role="curlink"] {
    text-decoration: underline;
}

ul[role="menu"] a[data-role="curlink"] {
    text-decoration: underline !important;
}

/* Casino hero */
.c13e8add9 {
    position: relative;
    color: var(--header-color);
    padding: 48px 0 0;
    overflow: hidden;
    border-bottom: 1.5px solid color-mix(in srgb, var(--main-text) 15%, transparent);
    background: linear-gradient(to bottom, transparent 40%, color-mix(in srgb, var(--main-bg) 78%, black) 100%), linear-gradient(to right, color-mix(in srgb, var(--header-bg) 94%, black) 0%, color-mix(in srgb, var(--header-bg) 86%, transparent) 22%, transparent 48%), radial-gradient(1200px 520px at 72% 0%, color-mix(in srgb, var(--login-btn) 38%, transparent), transparent 60%), linear-gradient(to bottom, color-mix(in srgb, var(--header-bg) 82%, black) 0%, color-mix(in srgb, var(--main-bg) 72%, transparent) 56%)
}

.c13e8add9::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(720px 340px at 78% 30%, color-mix(in srgb, var(--reg-btn) 18%, transparent), transparent 70%);
    z-index: 0;
    pointer-events: none
}

.c134b2b0 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr
}

.c10a0 {
    position: relative;
    z-index: 2
}

.c508db {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--header-color) 82%, transparent);
    margin-bottom: 8px
}

.cfca4 {
    margin: 0 0 30px;
    color: var(--header-color);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: clamp(28px, 7vw, 64px);
    text-shadow: 0 6px 18px rgba(0, 0, 0, .35)
}

.c4fb4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.c9da0 {
    position: relative;
    isolation: isolate;
    max-width: 100%;
    min-height: 56px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(135deg, var(--reg-btn), color-mix(in srgb, var(--reg-btn) 64%, var(--login-btn)));
    color: var(--text-btns);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .28), 0 0 16px color-mix(in srgb, var(--reg-btn) 28%, transparent);
    transition: transform .25s ease, box-shadow .25s ease
}

.c9da0::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 1;
    clip-path: inset(0 100% 0 0);
    background: linear-gradient(135deg, var(--login-btn), color-mix(in srgb, var(--login-btn) 62%, var(--reg-btn)));
    transition: clip-path 1s cubic-bezier(.65, 0, .35, 1)
}

.c9da0:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .34), 0 0 22px color-mix(in srgb, var(--login-btn) 42%, transparent)
}

.c9da0:hover::before {
    clip-path: inset(0 0 0 0)
}

.c48c00e {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px
}

.cbbd76a2 {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--header-color) 94%, var(--login-btn)) 0%, var(--login-btn) 42%, color-mix(in srgb, var(--login-btn) 50%, var(--reg-btn)) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-btns);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .35), inset 0 1px 2px rgba(255, 255, 255, .62), inset 0 -2px 3px color-mix(in srgb, var(--main-bg) 35%, transparent), 0 0 14px color-mix(in srgb, var(--login-btn) 78%, transparent);
    flex-shrink: 0
}

.cc48a396f {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transform-origin: 50% 50%;
    animation: heroDiceRoll 5s cubic-bezier(.1, .7, 1, .1) infinite reverse
}

@keyframes heroDiceRoll {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(900deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@media (prefers-reduced-motion:reduce) {
    .cc48a396f {
        animation: none
    }
}

.c4c6d {
    display: none
}

.c1fdbcbb7 {
    position: absolute;
    inset: -8px;
    background: var(--login-btn);
    border-radius: 50px;
    filter: blur(22px);
    opacity: .35;
    z-index: 1;
    pointer-events: none;
    will-change: opacity;
    animation: glow-pulse 2.4s ease-in-out infinite
}

.c9da0:hover .c1fdbcbb7 {
    animation-play-state: paused !important
}

.c9da0:active {
    transition: .1s;
    transform: translateY(0)
}

@keyframes glow-pulse {

    0%,
    100% {
        opacity: .28
    }

    50% {
        opacity: .65
    }
}

@keyframes hero-float {

    0%,
    100% {
        transform: translateY(0)
    }

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

.c195e5 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: stretch;
    overflow: hidden
}

.c3a31f {
    display: block;
    max-height: 300px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: -18px;
    transition: transform .28s ease, filter .28s ease;
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .34));
    animation: hero-float 5.6s ease-in-out infinite
}

.c195e5:hover .c3a31f {
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .34)) drop-shadow(0 0 8px color-mix(in srgb, var(--login-btn) 30%, transparent))
}

@media (min-width:768px) {
    .cbbd76a2 {
        width: 35px;
        height: 35px
    }

    .c48c00e {
        gap: 15px
    }
}

@media (min-width:980px) {
    .c134b2b0 {
        grid-template-columns: 1.15fr .85fr;
        align-items: center
    }

    .c3a31f {
        max-height: 360px
    }
}

@media (max-width:979px) {
    .c13e8add9 {
        padding-top: 18px
    }

    .c195e5 {
        justify-content: center;
        order: -1;
        margin-bottom: 20px
    }

    .c134b2b0 {
        padding: 0
    }

    .c10a0 {
        text-align: center;
        justify-content: center;
        margin-top: -72px;
        z-index: 2;
        padding-inline: 16px
    }

    .c508db {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 12px
    }

    .cfca4 {
        margin: 0 0 30px
    }

    .c4fb4 {
        justify-content: center
    }

    .c9da0 {
        font-size: 20px
    }

    .c3a31f {
        max-height: 300px;
        max-width: 270px;
        margin-bottom: -14px
    }
}

@media (max-width:480px) {
    .cfca4 {
        font-size: clamp(30px, 10vw, 42px)
    }

    .c9da0 {
        width: 100%;
        max-width: 320px
    }
}

main table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: transparent;
    font-size: 15px;
    line-height: 1.6;
    border: 1px solid color-mix(in srgb, var(--table-border) 20%, transparent)
}

main thead th {
    background: color-mix(in srgb, var(--header-bg) 55%, transparent);
    color: var(--header-color);
    text-align: left;
    padding: 12px 16px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    border: 1.5px solid var(--table-border)
}

main tbody td {
    padding: 14px 16px;
    color: var(--table-color);
    vertical-align: top;
    border-top: 1px solid color-mix(in srgb, var(--table-border) 12%, transparent);
    background: transparent
}

main tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--header-bg) 22%, transparent)
}

main tbody tr:hover td {
    background: color-mix(in srgb, var(--login-btn) 8%, transparent)
}

main tbody td:first-child {
    color: var(--main-text)
}

@media (max-width:900px) {

    main table,
    main thead,
    main tbody,
    main tr,
    main td,
    main th {
        box-sizing: border-box
    }

    main table {
        display: block !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        margin: 1.25rem 0 !important;
        width: 100% !important
    }

    main thead {
        display: none !important
    }

    main tbody {
        display: block !important;
        width: 100% !important
    }

    main tbody tr {
        display: block !important;
        position: static !important;
        border: 1px solid color-mix(in srgb, var(--table-border) 45%, transparent) !important;
        border-radius: 12px !important;
        background-color: color-mix(in srgb, var(--header-bg) 55%, var(--main-bg)) !important;
        padding: 6px 14px !important;
        margin: 0 0 14px 0 !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, .2) !important;
        width: 100% !important
    }

    main tbody tr:nth-child(odd) td,
    main tbody tr:nth-child(even) td,
    main tbody tr:hover td {
        background: transparent !important
    }

    main tbody td {
        display: flex !important;
        flex-direction: column !important;
        gap: 3px !important;
        padding: 10px 0 !important;
        border: 0 !important;
        border-top: 1px solid color-mix(in srgb, var(--table-border) 18%, transparent) !important;
        white-space: normal !important;
        color: var(--table-color) !important;
        width: 100% !important
    }

    main tbody td:first-child {
        border-top: 0 !important;
        padding-top: 4px !important;
        color: var(--main-text) !important
    }

    main tbody td[data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: color-mix(in srgb, var(--login-btn) 78%, var(--header-color));
        margin-bottom: 2px
    }
}

.c508db::before {
    content: "Welcome Package"
}

.cfca4::before {
    content: "UP TO A$7,000";
    display: block
}

.cfca4::after {
    content: "+ 250 Free Spins";
    display: block
}

.c0c42e3 {
    gap: .24rem;
    justify-content: center
}

.c0c42e3 span {
    width: 100%;
    flex: 0 0 .22rem
}

.c0c42e3 {
    background: linear-gradient(180deg, var(--header-color) 0 .22rem, transparent .22rem calc(50% - .11rem), var(--header-color) calc(50% - .11rem) calc(50% + .11rem), transparent calc(50% + .11rem) calc(100% - .22rem), var(--header-color) calc(100% - .22rem) 100%);
    border-radius: .15rem
}

.c0c42e3 span {
    display: none
}

/* Fallback logo */
.ca873012 {
    font-weight: 800;
    font-size: 22px;
    color: var(--login-btn);
    white-space: nowrap
}

/* Hero image palette-safe override */
.c3a31f {
    -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    animation: none !important;
    filter: none !important;
    margin-bottom: 0 !important
}

.c195e5:hover .c3a31f {
    filter: none !important
}

/* Home slot sections */
.cf29e {
    padding-top: 22px
}

.cf29e:not(:last-child) {
    padding-bottom: 22px
}

.c254d90 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px
}

.c8d857d4e {
    border: 0;
    background: var(--nav-acc-head-game-bg);
    border-radius: 5px;
    padding: 22px;
    margin: 22px 0
}

.c8d857d4e .c2bee61d5 {
    gap: 10px
}

.c715cbfb {
    display: flex;
    justify-content: center;
    margin-top: 12px
}

.c715cbfb .c065ac6f7 {
    min-width: 145px
}

.c0fc3d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 14px
}

.c89031c {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--main-text);
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0;
    padding-left: 12px;
    border-left: 3px solid var(--login-btn);
    line-height: 1.1
}

.c065ac6f7 {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 5px;
    background: var(--login-btn);
    color: var(--text-btns);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease
}

.c065ac6f7:hover,
.c065ac6f7:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -12px color-mix(in srgb, var(--login-btn) 55%, transparent);
    opacity: .94
}

.c2bee61d5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.cec35.c56a8 {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--main-bg) 60%, black);
    color: var(--main-text);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    aspect-ratio: 190 / 270;
    align-self: flex-start
}

.c77ae2c9f {
    color: color-mix(in srgb, var(--main-text) 55%, transparent);
    flex: 0 0 auto
}

.c74cda {
    font-size: 13px;
    line-height: 1.35;
    color: color-mix(in srgb, var(--main-text) 78%, transparent)
}

.c74cda::before {
    content: "Show all games in this category"
}

.cc4d69 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 5px;
    border: 1.5px solid var(--login-btn);
    color: var(--main-text);
    background: transparent;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: background .18s ease, color .18s ease
}

.cc4d69::before {
    content: "All slots"
}

.c56a8:hover .cc4d69,
.c56a8:focus-visible .cc4d69 {
    background: var(--login-btn);
    color: var(--text-btns)
}

@media (min-width: 560px) {
    .c2bee61d5 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width: 900px) {
    .c2bee61d5 {
        grid-template-columns: repeat(6, 1fr);
        gap: 14px
    }
}

@media (max-width: 559.98px) {
    .c0fc3d .c065ac6f7 { display: none }

    .c254d90 > .c2bee61d5,
    .c8d857d4e > .c2bee61d5 {
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
        scrollbar-width: thin
    }

    .c254d90 > .c2bee61d5[data-scroll="start"],
    .c8d857d4e > .c2bee61d5[data-scroll="start"] {
        -webkit-mask-image: linear-gradient(to right, black calc(100% - 40px), transparent);
        mask-image: linear-gradient(to right, black calc(100% - 40px), transparent)
    }

    .c254d90 > .c2bee61d5[data-scroll="middle"],
    .c8d857d4e > .c2bee61d5[data-scroll="middle"] {
        -webkit-mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
        mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent)
    }

    .c254d90 > .c2bee61d5[data-scroll="end"],
    .c8d857d4e > .c2bee61d5[data-scroll="end"] {
        -webkit-mask-image: linear-gradient(to right, transparent, black 40px);
        mask-image: linear-gradient(to right, transparent, black 40px)
    }

    .c254d90 > .c2bee61d5 > .cec35,
    .c8d857d4e > .c2bee61d5 > .cec35 {
        flex: 0 0 42%;
        max-width: 180px;
        min-width: 140px;
        scroll-snap-align: start
    }

    .c254d90 > .c2bee61d5 .cec35.c56a8 { display: flex }
}

@media (max-width: 420px) {
    .c0fc3d {
        align-items: flex-start;
        flex-direction: column
    }

    .c715cbfb {
        justify-content: stretch
    }

    .c065ac6f7 {
        width: 100%
    }
}

.cec35 {
    position: relative;
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: inherit;
    text-decoration: none
}

.cc6851e {
    position: relative;
    aspect-ratio: 190 / 270;
    overflow: hidden;
    border-radius: 10px;
    background: color-mix(in srgb, var(--main-bg) 60%, black)
}

.cc6851e::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(10, 6, 20, .62);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease
}

.cec35:hover .cc6851e::after,
.cec35:focus-within .cc6851e::after,
.cec35:focus-visible .cc6851e::after {
    opacity: 1
}

.cc6851e img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease
}

.cd8a22b7a {
    position: relative;
    z-index: 1;
    padding: 10px 2px 0
}

.cec2b13 {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.25;
    color: var(--main-text);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.c0ed909 {
    margin-top: 2px;
    font-size: 11px;
    color: color-mix(in srgb, var(--main-text) 48%, transparent)
}

.cf03f {
    position: absolute;
    left: 50%;
    top: calc(50% - 42px);
    z-index: 4;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--login-btn);
    color: var(--text-btns);
    opacity: 0;
    transform: translate(-50%, -50%) scale(.82);
    pointer-events: none;
    box-shadow: 0 10px 22px -12px rgba(0, 0, 0, .8);
    cursor: pointer;
    transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease, background-color .18s ease
}

.cec35:hover .cf03f,
.cec35:focus-within .cf03f,
.cec35:focus-visible .cf03f {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
    box-shadow: 0 12px 28px -12px color-mix(in srgb, var(--login-btn) 70%, black)
}

.cf03f:hover,
.cf03f:focus-visible {
    background: color-mix(in srgb, var(--login-btn) 78%, white);
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 14px 32px -10px color-mix(in srgb, var(--login-btn) 85%, black)
}

.cc0211a {
    position: absolute;
    left: 50%;
    top: calc(50% + 22px);
    z-index: 4;
    min-width: 96px;
    min-height: 40px;
    border: 0;
    border-radius: 5px;
    background: var(--login-btn);
    color: var(--text-btns);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.9);
    cursor: pointer;
    transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease, background-color .18s ease
}

.cec35:hover .cc0211a,
.cec35:focus-within .cc0211a,
.cec35:focus-visible .cc0211a {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--login-btn) 65%, transparent)
}

.cc0211a:hover,
.cc0211a:focus-visible {
    background: color-mix(in srgb, var(--login-btn) 78%, white);
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow: 0 12px 28px -10px color-mix(in srgb, var(--login-btn) 80%, black)
}

/* Slot demo modal */
body.c3d7969ca {
    overflow: hidden
}

.cdb19 {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, .72)
}

.cdb19[data-open="true"] {
    display: flex
}

.c6804e55 {
    position: relative;
    width: min(1100px, 100%);
    height: min(760px, 88vh);
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--main-text) 18%, transparent);
    border-radius: 8px;
    background: #050505;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .46)
}

.c6804e55:fullscreen {
    width: 100vw;
    height: 100vh;
    border: 0;
    border-radius: 0
}

.c07bca0,
.c93d4b {
    position: absolute;
    top: 10px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: var(--login-btn);
    color: var(--text-btns);
    font-size: 28px;
    line-height: 1
}

.c07bca0 {
    right: 60px;
    font-size: 22px
}

.c93d4b {
    right: 10px
}

.cdb19 iframe {
    width: 100%;
    height: calc(100% - 70px);
    border: 0;
    display: block;
    background: #050505
}

.c762cb1 {
    width: calc(100% - 32px);
    min-height: 48px;
    margin: 11px 16px;
    border: 0;
    border-radius: 5px;
    background: var(--reg-btn);
    color: var(--text-btns);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease
}

.c762cb1:hover,
.c762cb1:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px -14px var(--reg-btn)
}

main a {
    color: var(--login-btn);
    position: relative;
    text-decoration: none;
    transition: color .3s ease
}

main a:hover,
main a:focus-visible {
    color: var(--reg-btn)
}

main a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--reg-btn);
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .7s
}

main a:hover::after,
main a:focus-visible::after {
    transform-origin: left;
    transform: scaleX(1)
}

.c995e46ec .caa644d87 a::after {
    content: none
}

.c6044259e {
    min-height: clamp(520px, calc(100vh - 360px), 780px);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px 18px
}

.c5a3ba27 {
    color: var(--login-btn);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .38em;
    line-height: 1;
    text-transform: uppercase
}

.c6044259e h1 {
    margin: 18px 0 14px;
    color: var(--main-text);
    font-size: clamp(44px, 8vw, 82px);
    line-height: 1;
    letter-spacing: 0;
    text-transform: none
}

.c6044259e h1::after {
    content: none
}

.c6044259e p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--second-text);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.55
}

.c61534f43 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px
}

.c1b5e {
    min-width: 128px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 0 22px;
    color: var(--main-text);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none
}

.c1b5e::after {
    content: none
}

.cc11b9f {
    border-color: var(--login-btn);
    background: var(--login-btn);
    color: var(--text-btns) !important
}

.cc11b9f:hover,
.cc11b9f:focus-visible {
    color: var(--text-btns) !important
}

.c250b3d83 {
    background: var(--nav-acc-head-game-bg);
    border-radius: 5px;
    padding: 14px 20px;
    color: var(--main-text)
}

.c250b3d83 + .c250b3d83 {
    margin-top: 14px
}

.c94111 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
    padding: 0
}

.c94111::-webkit-details-marker {
    display: none
}

.c94111 h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--main-text)
}

.c94111 h3::after {
    content: none
}

.cc852c {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--reg-btn);
    color: var(--text-btns);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .3s ease, background-color .3s ease, box-shadow .3s ease
}

.c250b3d83[open] > .c94111 .cc852c {
    transform: rotate(180deg);
    background: color-mix(in srgb, var(--reg-btn) 72%, white);
    box-shadow: 0 6px 18px -8px color-mix(in srgb, var(--reg-btn) 70%, black)
}

.ccec1426 {
    padding-top: 12px;
    color: var(--main-text);
    line-height: 1.4
}

.ccec1426 > *:first-child { margin-top: 0 }
.ccec1426 > *:last-child { margin-bottom: 0 }

.cbf606609 {
    margin: 32px 0 0;
    padding-top: 14px;
    border-top: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
    color: color-mix(in srgb, var(--main-text) 55%, transparent);
    font-size: 0.875rem;
    line-height: 1.4
}

.cbf606609 time {
    color: color-mix(in srgb, var(--main-text) 75%, transparent);
    font-weight: 500
}
