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

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

*,
 ::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: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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) {
    border-bottom: 1.5px solid color-mix(in srgb, var(--main-text) 15%, transparent);
    padding-bottom: 15px;
}

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

img {
    vertical-align: top;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

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

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: disc;
}

ol {
    list-style: decimal;
}

.x925894 ul,
.zc4b7 ul,
.a7b10e ul,
.rd372 ul,
.wbb8eee5 ul,
[role="menu"] ul,
aside ul,
footer ul,
header ul,
nav ul {
    display: block;
    flex-direction: initial;
    gap: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

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

.x925894 {
    margin-bottom: 0;
}

.x925894,
.a7b10e {
    display: block;
    list-style: none;
}

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

.wbb8eee5,
[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;
}

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

.zaebc 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) {
    .zaebc 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 + 0.7058823529vw, 2.125rem)) {
        .zaebc h1, section > h1, section > section > div > h1, section > section > div__container > h1, section__container > h1 {
            font-size: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem);
        }
    }
    @supports not (font-size: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem)) {
        .zaebc h1,
        section>h1,
        section>section>div>h1,
        section>section>div__container>h1,
        section__container>h1 {
            font-size: calc(1.75rem + 0.375 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .zaebc h1,
    section>h1,
    section>section>div>h1,
    section>section>div__container>h1,
    section__container>h1 {
        font-size: 1.75rem;
    }
}

@media (min-width: 73.125em) {
    .zaebc 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 + 0.7058823529vw, 2.125rem)) {
        .zaebc h1, section > h1, section > section > div > h1, section > section > div__container > h1, section__container > h1 {
            line-height: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem);
        }
    }
    @supports not (line-height: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem)) {
        .zaebc h1,
        section>h1,
        section>section>div>h1,
        section>section>div__container>h1,
        section__container>h1 {
            line-height: calc(1.75rem + 0.375 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .zaebc 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 + 0.4705882353vw, 1.875rem)) {
        section > h2, section > section > div > h2, section > section > div__container > h2, section__container > h2 {
            font-size: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem);
        }
    }
    @supports not (font-size: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem)) {
        section>h2,
        section>section>div>h2,
        section>section>div__container>h2,
        section__container>h2 {
            font-size: calc(1.625rem + 0.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 + 0.4705882353vw, 1.875rem)) {
        section > h2, section > section > div > h2, section > section > div__container > h2, section__container > h2 {
            line-height: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem);
        }
    }
    @supports not (line-height: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem)) {
        section>h2,
        section>section>div>h2,
        section>section>div__container>h2,
        section__container>h2 {
            line-height: calc(1.625rem + 0.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;
    }
}

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

@media (min-width: 73.125em) {
    .zaebc>p,
    section>p,
    section>section>div>p,
    section>section>div__container>p,
    section__container>p {
        font-size: 0.96rem;
    }
}

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (font-size: clamp(0.875rem, 0.8279411765rem + 0.2352941176vw, 1rem)) {
        .zaebc > p, section > p, section > section > div > p, section > section > div__container > p, section__container > p {
            font-size: clamp(0.875rem, 0.8279411765rem + 0.2352941176vw, 1rem);
        }
    }
    @supports not (font-size: clamp(0.875rem, 0.8279411765rem + 0.2352941176vw, 1rem)) {
        .zaebc>p,
        section>p,
        section>section>div>p,
        section>section>div__container>p,
        section__container>p {
            font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .zaebc>p,
    section>p,
    section>section>div>p,
    section>section>div__container>p,
    section__container>p {
        font-size: 0.875rem;
    }
}

@media (min-width: 73.125em) {
    .zaebc>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 + 0.2352941176vw, 1.25rem)) {
        .zaebc > p, section > p, section > section > div > p, section > section > div__container > p, section__container > p {
            line-height: clamp(1.125rem, 1.0779411765rem + 0.2352941176vw, 1.25rem);
        }
    }
    @supports not (line-height: clamp(1.125rem, 1.0779411765rem + 0.2352941176vw, 1.25rem)) {
        .zaebc>p,
        section>p,
        section>section>div>p,
        section>section>div__container>p,
        section__container>p {
            line-height: calc(1.125rem + 0.125 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .zaebc>p,
    section>p,
    section>section>div>p,
    section>section>div__container>p,
    section__container>p {
        line-height: 1.125rem;
    }
}

.i688d68e0::after {
    content: "";
    width: 100%;
    border-radius: 0.0625rem;
}

.lf0d6372c,
.t9cca5ee {
    max-width: 77.5rem;
    margin: 0 auto;
}

.t9cca5ee {
    padding-inline: 0.8rem;
}

.r2993b7e {
    margin: 0 auto;
}

.x5d8c8 {
    background: var(--header-bg);
}

.r2993b7e,
.j9de8 {
    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;
}

.r2993b7e {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 0.3rem;
    max-width: 77.5rem;
    padding: 0.6375rem 1.4rem;
}

.j9de8 {
    position: relative;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 0.8rem;
}

@media (max-width: 47.99875em) {
    .r2993b7e {
        padding-inline: 1rem;
    }
    .j9de8 {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

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

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

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

#nav[data-open="true"] .qd0086 .a25e8481,
.rd372 {
    display: none;
}

@media (min-width: 1200px) {
    .rd372 {
        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;
    }
    .rd372 li a {
        position: relative;
        color: var(--header-color);
        font-size: 0.98rem;
        line-height: 1rem;
        font-weight: 500;
        width: 100%;
        border-radius: 0.375rem;
    }
}

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

header li:has(ul)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8px;
}

header [role="menu"] li a,
header li [role="menu"] a {
    background-color: transparent;
    border-radius: 0;
    color: var(--main-text);
    transition: background-color 0.4s ease, color 0.4s ease;
}

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

header [role="menu"] li a {
    display: block;
    padding: 10px 16px;
    color: var(--header-color);
    transition: all 0.3s ease;
}

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

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

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

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

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

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

aside li [role="menu"] {
    display: block;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

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"] div>button[aria-haspopup="menu"] span svg {
    transform: rotate(0);
}

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

header [role="menu"] {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--header-bg);
    margin-top: 8px;
    border-radius: 14px;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    min-width: 180px;
    border: 1px solid color-mix(in srgb, var(--main-text) 10%, transparent);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
}

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

[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 0.2s, transform 0.2s, visibility 0s linear 0.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: 14px;
    border-bottom-right-radius: 14px;
}

aside li[data-open="true"]>[role="menu"] {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
}

.j852ec72f {
    border-radius: 14px;
}

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

aside li[data-open="true"] .h6ad2636>[role="menu"] {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

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

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

.kfb66a07 {
    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) {
    .kfb66a07 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        column-gap: 0.5rem;
    }
}

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

#nav[data-open="true"] button,
.r876feb {
    background-color: var(--login-btn);
}

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

@media (max-width: 47.99875em) {
    .r876feb,
    .rd951 {
        width: 100%;
        height: 2.3rem;
        line-height: 0.9rem;
        display: flex;
        justify-content: center;
    }
}

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

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

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

.r876feb:hover::after,
.rd951:hover::after {
    opacity: 1;
}

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

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

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

.wd1a1 {
    position: absolute;
    left: 0;
}

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

@media (min-width: 1200px) {
    .wd1a1 {
        display: none;
    }
}

.j4f483 {
    -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) {
    .wd1a1 {
        width: 3rem;
        height: 1.3rem;
    }
}

.j4f483 span {
    height: 0.22rem;
    background-color: var(--header-color);
    border-radius: 0.125rem;
}

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

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

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

.q57e801fe {
    position: absolute;
    top: 0;
    left: -20rem;
    width: 20rem;
    height: 100%;
    background: var(--header-bg);
    transition: left 0.3s;
    padding: 0.625rem;
    z-index: 2;
}

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

body[data-menu-open="true"] .h30527da7 {
    opacity: 1;
}

body[data-menu-open="true"] .q57e801fe {
    left: 0;
    box-shadow: 0.0625rem 0 0.3125rem var(--header-bg);
}

@media (min-width: 1200px) {
    .m8725564e {
        display: none;
    }
}

.h30527da7::-webkit-scrollbar {
    display: none;
}

.hb825,
.q6259f,
.v1f42fb {
    display: flex;
    justify-content: center;
}

.q6259f {
    padding-block: 0.9375rem;
    padding-bottom: 0;
    margin-bottom: 0.8rem;
}

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

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

.c5277,
.hb825,
.v1f42fb {
    -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%;
}

.c5277 {
    display: flex;
    padding-inline: 0.625rem;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.hb825,
.v1f42fb {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem;
    text-align: center;
    height: 2.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 14px;
    color: var(--text-btns);
    position: relative;
}

.hb825 {
    background: var(--login-btn);
}

.v1f42fb {
    background: var(--reg-btn);
}

.hb825:hover,
.v1f42fb:hover {
    transform: scale(1.02);
}

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

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

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

.x925894 li:not(:last-child) {
    margin-bottom: 0.5rem;
}

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

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

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

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

.a6cee {
    border-radius: 0.625rem;
}

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

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

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

.i45be1 {
    position: relative;
}

.f597087c {
    position: absolute;
    top: 0.4375rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.25rem;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.y35bc805 {
    border-radius: 0 !important;
}

.kd5d1c .xbdabde {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.kd5d1c .f597087c {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.kd5d1c.i45be1 .y35bc805 {
    border-bottom: 0.0625rem var(--main-text) solid;
}

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

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

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

.ic9dab77 li:last-child {
    border-bottom: none;
}

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

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

.k17e00:hover .x6d50ff img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    filter: brightness(0.8);
}

@media (max-width: 47.99875em) {
    .k17e00:hover .x6d50ff img {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        filter: brightness(0.8);
    }
}

.x6d50ff {
    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: 14px;
}

.z225146 {
    -webkit-transition: 0.3s;
    transition: 0.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) {
    .z225146 {
        height: 25rem;
    }
}

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (height: clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem)) {
        .z225146 {
            height: clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem);
        }
    }
    @supports not (height: clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem)) {
        .z225146 {
            height: calc(12.5rem + 12.5 * (100vw - 20rem) / 53.125);
        }
    }
}

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

.sdcb7d4,
.xb7751 {
    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;
}

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

.sdcb7d4 {
    max-width: 42.5rem;
    padding: 1.1rem 0.95rem;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.7);
}

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

.e45a79d {
    color: var(--banner-color);
    text-transform: capitalize;
    font-weight: 600;
    text-shadow: 0 0.1875rem rgb(10, 25, 42);
    text-align: center;
    margin-bottom: 0.5rem;
}

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

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (font-size: clamp(1.125rem, 0.8426470588rem + 1.4117647059vw, 1.875rem)) {
        .e45a79d {
            font-size: clamp(1.125rem, 0.8426470588rem + 1.4117647059vw, 1.875rem);
        }
    }
    @supports not (font-size: clamp(1.125rem, 0.8426470588rem + 1.4117647059vw, 1.875rem)) {
        .e45a79d {
            font-size: calc(1.125rem + 0.75 * (100vw - 20rem) / 53.125);
        }
    }
}

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

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

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (line-height: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem)) {
        .e45a79d {
            line-height: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem);
        }
    }
    @supports not (line-height: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem)) {
        .e45a79d {
            line-height: calc(1.375rem + 0.625 * (100vw - 20rem) / 53.125);
        }
    }
}

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

.e45a79d span {
    color: var(--banner-color);
}

.u4e9ba3d4,
.ydf871a {
    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;
}

.u4e9ba3d4 {
    z-index: 0;
    overflow: hidden;
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: auto;
    height: 2.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 14px;
    color: var(--text-btns);
    background: var(--reg-btn);
    position: relative;
    animation: pulse 2s infinite;
}

.lefa7a .qd0086:hover {
    filter: brightness(1.2) saturate(1.3);
}

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

.u4e9ba3d4:hover::before {
    left: 120%;
}

.ydf871a {
    margin-top: 0.625rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    cursor: pointer;
}

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

.sfc428e7 {
    min-height: 100vh;
}

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

.ia82d79,
.fb73762,
.sfc428e7 {
    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) {
    .ia82d79 {
        padding-left: 1.5625rem;
    }
}

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (padding-left: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .ia82d79 {
            padding-left: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem);
        }
    }
    @supports not (padding-left: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .ia82d79 {
            padding-left: calc(0.4375rem + 1.125 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .ia82d79 {
        padding-left: 0.4375rem;
    }
}

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

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (padding-right: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .ia82d79 {
            padding-right: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem);
        }
    }
    @supports not (padding-right: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)) {
        .ia82d79 {
            padding-right: calc(0.4375rem + 1.125 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .ia82d79 {
        padding-right: 0.4375rem;
    }
}

.t9cca5ee {
    width: 100%;
}

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

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (padding-left: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .t9cca5ee {
            padding-left: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem);
        }
    }
    @supports not (padding-left: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .t9cca5ee {
            padding-left: calc(0.625rem + 0.9375 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .t9cca5ee {
        padding-left: 0.625rem;
    }
}

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

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (padding-right: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .t9cca5ee {
            padding-right: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem);
        }
    }
    @supports not (padding-right: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)) {
        .t9cca5ee {
            padding-right: calc(0.625rem + 0.9375 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .t9cca5ee {
        padding-right: 0.625rem;
    }
}

.t9cca5ee> :first-child {
    margin-top: 0;
}

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

.lf0d6372c {
    padding: 1.25rem 0.9375rem;
}

.yc955b99 {
    padding-top: 0.9375rem;
    padding-bottom: 0.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;
}

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

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

@media (min-width: 20em) and (max-width: 73.125em) {
    @supports (gap: clamp(0.625rem, 0.3897058824rem + 1.1764705882vw, 1.25rem)) {
        .yc955b99 {
            gap: clamp(0.625rem, 0.3897058824rem + 1.1764705882vw, 1.25rem);
        }
    }
    @supports not (gap: clamp(0.625rem, 0.3897058824rem + 1.1764705882vw, 1.25rem)) {
        .yc955b99 {
            gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 53.125);
        }
    }
}

@media (max-width: 20em) {
    .yc955b99 {
        gap: 0.625rem;
    }
}

.h6f79c5 {
    background-color: var(--text-btns);
    border-radius: 0.75rem;
    padding: 0.375rem;
}

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

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

.bb3386fcc,
.zc4b7,
.j686497 {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bb3386fcc {
    gap: 2px;
    width: 3.125rem;
    height: 3.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--footer-color);
    background: 0 0;
    border-radius: 50%;
    border: 4px solid color-mix(in srgb, var(--footer-color) 18%, transparent);
}

.zc4b7 {
    gap: 2.1875rem;
    row-gap: 0.3125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 47.99875em) {
    .zc4b7 {
        row-gap: 0.3125rem;
    }
}

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

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

.zc4b7 li a::after,
.rd372 li .z7f5a9e>a::after,
.rd372>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 50;
    width: 100%;
    height: 1.5px;
    transition: transform 0.7s;
    transform-origin: right;
    transform: scaleX(0);
}

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

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

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

.gaa8e4e5 {
    margin-top: 0.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: 0.7rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.i688d68e0::after {
    height: 0.0625rem;
}

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

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

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

#go-top-elem[data-shown="true"] {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.qf336d8 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    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 0.3s ease, box-shadow 0.3s ease;
}

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

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

@media (min-width: 73.125em) {
    .qf336d8 {
        width: 3rem;
        height: 3rem;
    }
    .qf336d8 svg {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 530px) {
    .zc4b7,
    .yc955b99 {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
    .zc4b7 li {
        text-align: center;
    }
    .i688d68e0 {
        display: none;
    }
}

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

.t9cca5ee:last-child {
    margin-bottom: 0;
}

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

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

.x925894,
.lefa7a .wbb8eee5 li,
.zc4b7,
.rd372 {
    padding: 0;
    list-style-type: none;
}

.x925894 li,
.zc4b7 li,
.rd372 li {
    list-style: none;
    margin-bottom: 0;
}

#nav[data-open="true"] .o6878 {
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0.5rem;
}

#nav[data-open="true"] .qd0086 .gd3bd6 {
    display: block;
}

.lefa7a .o6878 {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

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

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

.lefa7a .qd0086 {
    background: 0 0;
    border: 0;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .lefa7a .qd0086 {
        font-size: 1.5rem;
    }
}

.lefa7a .a25e8481 {
    display: block;
}

.lefa7a .gd3bd6 {
    display: none;
}

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

.lefa7a .wbb8eee5 li {
    margin-bottom: 0.25rem;
}

.lefa7a .wbb8eee5 .y5ffb3c2 {
    display: inline;
    width: 15px;
    margin: 0 5px 0 0;
    vertical-align: -2px;
}

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

.lefa7a .wbb8eee5 a:focus,
.lefa7a .wbb8eee5 a:hover {
    opacity: 0.6;
}

.lefa7a ul {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .t9cca5ee>section,
    h2,
    section,
    section>h2 {
        scroll-margin: 110px 0 0;
    }
}

.u39f5c43f {
    padding: 0 !important;
}

.a524e57,
.u39f5c43f,
.a7b10e {
    list-style-type: none;
}

.a524e57 .sf6bf2a,
.beb92 span {
    color: var(--main-text);
    background: var(--nav-acc-head-game-bg);
    width: 100%;
}

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

.a524e57 .zc9ea1e4 {
    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;
}

.a524e57 .zc9ea1e4 svg path {
    fill: var(--main-text);
}

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

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

.a524e57 .zc9ea1e4 .de5cb3 {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.a524e57 .zc9ea1e4 .de5cb3 img {
    display: block;
    width: 25px;
    margin: 0;
}

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

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

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

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

.y8890a7da,
.beb92 {
    position: relative;
    height: 100%;
}

.beb92:hover .s6892 {
    opacity: 1;
    visibility: visible;
}

.y8890a7da .b53ce {
    height: 100%;
    position: relative;
    z-index: -1;
}

.y8890a7da .b53ce img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.beb92 span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding-block: 8px;
    padding-left: 12px;
}

.s6892,
.s6892 button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.y8890a7da .p868913b1,
.s6892 {
    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;
}

.s6892 {
    inset: 0;
    background: rgba(0, 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;
}

.s6892 .u95c358,
.s6892 .laaf1 {
    font-size: 18px;
    color: var(--text-btns);
    padding: 10px 12px;
    width: 100%;
    border-radius: 14px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s6892 .laaf1 {
    background-color: var(--reg-btn);
}

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

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

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

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

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

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

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

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

.l1c4960f p,
.a85c1 p {
    margin: 0;
}

.t8560 {
    border-radius: 8px;
    padding: 24px;
    border: 1px solid rgb(226, 230, 223);
    background-color: rgb(252, 250, 254);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

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

.nb441e {
    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;
}

.a85c1 {
    margin-left: 8px;
}

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

.a85c1 p,
.a85c1 span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(40, 37, 41);
}

.a85c1 .ae026 {
    margin-left: 12px;
}

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

.k470fecb9 .c06c7 {
    width: 108px;
    height: 20px;
}

.k470fecb9 .c06c7 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.k470fecb9 .l9d23e p {
    color: rgb(37, 38, 37);
    font-size: 14px;
}

.k470fecb9 .z2249 {
    margin-top: 12px;
}

.k470fecb9 .z2249 p {
    margin: 12px 0;
    color: rgb(2, 2, 0);
}

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

.s26958 form button,
.g32bb6 p,
section p:last-child {
    margin-top: 12px;
}

.xdfed8 {
    font-size: 14px;
    color: rgb(0, 0, 2);
    !important;
}

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

.a25d1 {
    margin-top: 16px;
    border-top: 1px solid rgb(229, 229, 221);
    padding-top: 16px;
}

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

.rd351f3c,
.a25d1,
.pe7163c5 {
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c1744,
.i8be808,
.rd351f3c,
.jed0ae72,
.s3271,
.a25d1,
.a16fdf7d3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jed0ae72,
.s3271 {
    cursor: pointer;
}

.jed0ae72 svg,
.s3271 svg {
    margin-top: 9px;
}

.jed0ae72 p,
.s3271 p {
    margin-left: 4px;
    font-size: 14px;
    color: rgb(36, 39, 39);
    font-weight: 300;
}

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

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

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

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

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

.d63758627 a:hover {
    opacity: 0.8;
}

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

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

@media screen and (max-width: 680px) {
    .l1c4960f article {
        flex: 1 1 100%;
        max-width: none;
        min-width: none;
        width: 100%;
    }
    .l1c4960f .t8560 {
        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;
}

.lc416865 {
    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: 14px;
    margin: 0 auto 30px;
}

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

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

.lc416865 .y27162d .s580b6b2 {
    flex: 1 1 auto;
}

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

.lc416865 input {
    height: 46px;
}

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

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

.v73f33a {
    text-align: center;
}

.v73f33a 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 0.15s ease-out, transform 0.15s ease-out, padding 0.15s ease-out, height 0.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) {
    .lc416865 {
        width: 100%;
        max-width: none;
    }
    .lc416865 .y27162d {
        flex-direction: column;
        width: 100%;
    }
    .lc416865 .y27162d .s580b6b2 {
        width: 100%;
    }
    .lc416865,
    [data-elem="form"][data-active="true"] {
        padding: 0.5rem 0.75rem;
    }
}

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

table strong {
    color: var(--table-color);
}

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

thead th {
    background: var(--table-even-bg);
}

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 0.3s ease;
}

td a:hover {
    opacity: 0.7;
}

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

td ul {
    list-style: disc;
}

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: 14px;
        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%;
    }
    thead {
        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);
    }
    tbody tr:nth-of-type(1) {
        border-top: 1.5px solid var(--table-border);
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
    tr:last-child {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }
    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: 0.7;
    }
    td ol,
    td ul {
        border: 0;
        border-radius: 0;
        overflow: visible;
        padding-left: 20px;
    }
    td ol li,
    td ul li {
        border-bottom: none;
    }
}

.yef84290 .g0fb7e,
[data-item="faq-item"] {
    color: var(--main-text);
    margin-bottom: 16px;
}

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

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

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

#nav button {
    border: 0;
    background-color: var(--reg-btn);
    color: var(--text-btns);
    border-radius: 14px;
    padding: 7px 12px;
    font-weight: 500;
    font-size: 1.1rem;
}

#nav button span {
    position: relative;
    padding-left: 27px;
}

#nav button svg {
    position: absolute;
    left: 0;
    top: 0;
}

#nav button svg path {
    stroke: var(--text-btns);
    stroke-width: 2;
    fill: none;
}

@media screen and (max-width: 460px) {
    .xb7751 {
        position: static;
        background: transparent;
    }
    .sdcb7d4 {
        max-width: none;
        width: 100%;
        height: 100%;
        background: transparent;
        padding: 0;
    }
    .sdcb7d4 p {
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        border-radius: 0 0 14px 14px;
        position: absolute;
        bottom: 42px;
        width: 100%;
    }
    .u4e9ba3d4 {
        width: 100%;
    }
}

.yef84290,
.jc078887 {
    display: flex;
    border-radius: 14px;
}

.yef84290 {
    position: relative;
    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);
    margin-bottom: 10px;
}

.yef84290 .g0fb7e {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

@media only screen and (min-width: 1248px) {
    .yef84290 .g0fb7e {
        font-size: 32px;
    }
}

.jc078887 {
    position: absolute;
    top: 20px;
    right: 20px;
    justify-content: center;
    align-items: center;
    background-color: var(--login-btn);
    width: 38px;
    height: 38px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jc078887 svg {
    fill: var(--text-btns);
    stroke: none;
    transition: all 0.3s ease;
}

.jc078887:focus-visible,
.jc078887:hover {
    background-color: var(--reg-btn);
}

.jc078887:focus-visible svg,
.jc078887:hover svg {
    transform: rotate(180deg);
}

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

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

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

input::placeholder,
textarea::placeholder {
    color: var(--main-text);
    opacity: 0.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);
}

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

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

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

.k9739ee .l0c09 {
    font-size: 12px;
    color: var(--main-text);
    opacity: 0.7;
    cursor: pointer;
    text-align: right;
    margin-top: 4px;
    text-decoration: underline;
    transition: opacity 0.3s ease;
    margin-right: 10px;
}

.k9739ee .l0c09:focus-visible,
.k9739ee .l0c09:hover {
    opacity: 1;
}

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

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

.k8280b,
.vc0a4b::before {
    background-color: var(--reg-btn);
}

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

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

.dcfd5a:focus-visible,
.dcfd5a:hover,
.k8280b:focus-visible,
.k8280b:hover {
    box-shadow: 0 0 8px var(--login-btn);
}

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

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

.k4e9e7,
#expert-mark {
    align-items: center;
    justify-content: center;
}

.k4e9e7 {
    --_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: 14px;
    padding: 20px 24px;
    max-width: 720px;
    margin: 20px auto;
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
}

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

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

.w6eb1 {
    margin-top: 10px;
    opacity: 0.9;
}

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

@media (min-width: 640px) {
    .jb55a4d {
        font-size: 1.2rem;
    }
}

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

.ofc7fc1e::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: 0.09;
    z-index: -1;
    pointer-events: none;
}

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

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

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

.ofc7fc1e a:last-child:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.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: 14px;
    width: 9.5rem;
    margin: 0.8rem auto 0;
}

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

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

@media (max-width: 499.98px) {
    .ofc7fc1e {
        padding-top: 120px;
    }
    .ofc7fc1e h1,
    .ofc7fc1e p {
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin-bottom: 0.2rem;
    }
    .ofc7fc1e p {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .ofc7fc1e::before {
        font-size: 11rem;
    }
    .ofc7fc1e a:last-child:not(:first-child) {
        margin-top: 0.4rem;
        font-size: 0.92rem;
        padding-block: 0.5rem;
        width: 8.7rem;
    }
}

.j4228 {
    width: 100%;
    color: var(--table-text-color);
    font-size: 1rem;
    font-weight: 700;
}

.j852ec72f {
    display: none;
}

@media screen and (min-width: 500px) {
    .j852ec72f {
        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: 0.5rem;
        border-radius: 14px 14px 0 0;
        border: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
        border-bottom: none;
    }
}

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

@media screen and (max-width: 767.98px) {
    .j852ec72f div:nth-child(5),
    .j852ec72f div:nth-child(6) {
        display: none;
    }
}

.q06bdcb {
    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: 14px;
}

@media screen and (min-width: 500px) {
    .q06bdcb:first-of-type {
        border-radius: 0 0 14px 14px;
    }
    .j4228>.q06bdcb:nth-of-type(2) {
        border-radius: 0 0 14px 14px;
    }
}

@media screen and (max-width: 499.98px) {
    .q06bdcb {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "logo logo logo" "bonus rate spins" "more claim claim";
    }
    .q06bdcb>div:nth-child(1) {
        grid-area: logo;
    }
    .q06bdcb>div:nth-child(2) {
        grid-area: bonus;
    }
    .q06bdcb>div:nth-child(3) {
        grid-area: rate;
    }
    .q06bdcb>div:nth-child(4) {
        grid-area: spins;
    }
    .q06bdcb>div:nth-child(5) {
        grid-area: more;
    }
    .q06bdcb>div:nth-child(6) {
        grid-area: claim;
    }
}

@media screen and (min-width: 500px) and (max-width: 767.98px) {
    .q06bdcb {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "logo bonus rate spins" "more more claim claim";
    }
    .q06bdcb>div:nth-child(1) {
        grid-area: logo;
    }
    .q06bdcb>div:nth-child(2) {
        grid-area: bonus;
    }
    .q06bdcb>div:nth-child(3) {
        grid-area: rate;
    }
    .q06bdcb>div:nth-child(4) {
        grid-area: spins;
    }
    .q06bdcb>div:nth-child(5) {
        grid-area: more;
    }
    .q06bdcb>div:nth-child(6) {
        grid-area: claim;
    }
}

@media screen and (min-width: 768px) {
    .q06bdcb {
        grid-template-columns: 20% 15% 15% 13% 12% 25%;
        grid-template-areas: "logo bonus rate spins more claim";
    }
    .q06bdcb>div:nth-child(1) {
        grid-area: logo;
    }
    .q06bdcb>div:nth-child(2) {
        grid-area: bonus;
    }
    .q06bdcb>div:nth-child(3) {
        grid-area: rate;
    }
    .q06bdcb>div:nth-child(4) {
        grid-area: spins;
    }
    .q06bdcb>div:nth-child(5) {
        grid-area: more;
    }
    .q06bdcb>div:nth-child(6) {
        grid-area: claim;
    }
}

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

.q06bdcb>div span:not(.uee8f77c4 > div > span),
.q06bdcb>div>div:not(.uee8f77c4 > div),
.u7c80c5 {
    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: 14px;
}

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

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

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

.dcfd5a {
    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: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.v0e616b {
    min-height: 40px;
}

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

.casinos-table__details[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: 0.5rem;
}

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

.uee8f77c4>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) {
    #logo-container-header {
        min-height: 40px;
    }
}

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

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

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

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

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

#select_lang {
    margin: 16px auto;
    width: 450px;
    position: relative;
}

#select_lang[data-active="true"] #list_lang {
    height: auto;
    opacity: 1;
    transform: translateY(0);
}

#select_lang[data-active="true"] #btn_lang svg {
    transform: rotate(0);
}

#list_lang {
    width: 100%;
    position: absolute;
    bottom: 50px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
}

#list_lang ul {
    display: grid;
    list-style: none;
    padding: 10px 5px;
    grid-template-columns: repeat(3, 1fr);
    background-color: var(--nav-acc-head-game-bg);
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid var(--main-text);
}

#list_lang li a {
    padding: 0 24px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--main-text);
    font-weight: 500;
    position: relative;
    font-family: inherit;
}

#list_lang li a:hover {
    opacity: 0.8;
}

#list_lang li img,
#list_lang li svg {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 10px;
    object-fit: cover;
}

#list_lang svg:first-child g path:first-child {
    fill: var(--reg-btn);
}

#list_lang svg:first-child g path:last-child {
    fill: var(--text-btns);
}

#list_lang li span {
    position: absolute;
    left: 50px;
    white-space: nowrap;
}

#btn_lang {
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 8px;
    height: 50px;
    background-color: var(--nav-acc-head-game-bg);
    position: relative;
    display: flex;
    width: 200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-text);
}

#btn_lang img {
    width: 36px;
    height: 24px;
    position: absolute;
    left: 16px;
    object-fit: cover;
}

#btn_lang svg:first-child {
    width: 36px;
    height: 24px;
    position: absolute;
    left: 16px;
    object-fit: cover;
    background: transparent;
    border-radius: 0;
    transform: rotate(0) !important;
}

#btn_lang svg:first-child g path:first-child {
    fill: var(--reg-btn);
}

#btn_lang svg:first-child g path:last-child {
    fill: var(--text-btns);
}

#btn_lang:not([data-region="global"]) svg:first-child {
    display: none;
}

#btn_lang span {
    color: var(--main-text);
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 57px;
}

#btn_lang svg {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 50%;
    background: var(--reg-btn);
    fill: var(--text-btns);
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

@media (max-width: 520px) {
    #select_lang {
        width: 200px;
    }
    #list_lang ul {
        grid-template-columns: 1fr;
        max-height: 250px;
        overflow: auto;
    }
}